|
@@ -33,6 +33,23 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
|
|
+ <OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
+ <DebugType>full</DebugType>
|
|
|
|
|
+ <PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
+ <LangVersion>7.3</LangVersion>
|
|
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
+ <OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
+ <Optimize>true</Optimize>
|
|
|
|
|
+ <PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
+ <LangVersion>7.3</LangVersion>
|
|
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<Reference Include="DryIoc, Version=4.7.7.0, Culture=neutral, PublicKeyToken=dfbf2bd50fcf7768, processorArchitecture=MSIL">
|
|
<Reference Include="DryIoc, Version=4.7.7.0, Culture=neutral, PublicKeyToken=dfbf2bd50fcf7768, processorArchitecture=MSIL">
|
|
|
<HintPath>..\packages\DryIoc.dll.4.7.7\lib\net45\DryIoc.dll</HintPath>
|
|
<HintPath>..\packages\DryIoc.dll.4.7.7\lib\net45\DryIoc.dll</HintPath>
|
|
@@ -44,7 +61,7 @@
|
|
|
<HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.77\lib\net462\Microsoft.Xaml.Behaviors.dll</HintPath>
|
|
<HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.77\lib\net462\Microsoft.Xaml.Behaviors.dll</HintPath>
|
|
|
</Reference>
|
|
</Reference>
|
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
- <HintPath>H:\SKMC\packages\Newtonsoft.Json.13.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
|
|
+ <HintPath>..\packages\Newtonsoft.Json.13.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
</Reference>
|
|
</Reference>
|
|
|
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
|
<HintPath>..\packages\NLog.5.3.4\lib\net46\NLog.dll</HintPath>
|
|
<HintPath>..\packages\NLog.5.3.4\lib\net46\NLog.dll</HintPath>
|
|
@@ -219,6 +236,7 @@
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<None Include="app.config" />
|
|
<None Include="app.config" />
|
|
|
|
|
+ <None Include="Nlog.config" />
|
|
|
<None Include="packages.config" />
|
|
<None Include="packages.config" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|