|
|
@@ -32,8 +32,9 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
- <Reference Include="NLog">
|
|
|
- <HintPath>..\..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
|
|
|
+ <Reference Include="NLog, Version=2.0.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\..\packages\NLog.2.0.1.2\lib\net45\NLog.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|
|
|
@@ -46,10 +47,10 @@
|
|
|
<Compile Include="StackInfoDecorater.cs" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <None Include="Packages.config" />
|
|
|
+ <Folder Include="Properties\" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <Folder Include="Properties\" />
|
|
|
+ <None Include="Packages.config" />
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|