add nlog file to project

This commit is contained in:
Martijn Scheepers
2021-07-08 16:04:01 +02:00
parent 82df6ef712
commit 728be813b8
3 changed files with 10 additions and 1 deletions

2
.gitignore vendored
View File

@@ -16,4 +16,4 @@ packages
/UCS/Version/Tag.txt
/UCS/Version/changelog.txt
/UCS/Version/Branch.txt
TestResults
TestResults

View File

@@ -57,6 +57,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="NLog.URLPost.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ProjectFiles</ProjectView>
</PropertyGroup>
</Project>