|
@@ -39,17 +39,37 @@
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
- <ItemGroup>
|
|
|
- <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
|
+ <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_oxford61|x64' ">
|
|
|
+ <Reference Include="OINA.Extender, Version=6.1.0.0, Culture=neutral, PublicKeyToken=5efad68c95e0364e, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>..\OpenDll\Nlog\NLog.dll</HintPath>
|
|
|
+ <HintPath>..\OpenDll\OxfordApi61Dll\OINA.Extender.dll</HintPath>
|
|
|
<Private>False</Private>
|
|
|
</Reference>
|
|
|
- <Reference Include="OINA.Extender, Version=6.1.0.0, Culture=neutral, PublicKeyToken=5efad68c95e0364e, processorArchitecture=MSIL">
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_oxford60|x64' ">
|
|
|
+
|
|
|
+ <Reference Include="OINA.Extender, Version=6.0.0.0, Culture=neutral, PublicKeyToken=5efad68c95e0364e, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>..\OpenDll\OxfordApi60Dll\OINA.Extender.dll</HintPath>
|
|
|
<Private>False</Private>
|
|
|
</Reference>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_oxford50|x64' ">
|
|
|
+
|
|
|
+ <Reference Include="OINA.Extender, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5efad68c95e0364e, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\OpenDll\OxfordApi50Dll\OINA.Extender.dll</HintPath>
|
|
|
+ <Private>False</Private>
|
|
|
+ </Reference>
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\OpenDll\Nlog\NLog.dll</HintPath>
|
|
|
+ <Private>False</Private>
|
|
|
+ </Reference>
|
|
|
+
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|
|
|
<Reference Include="System.Drawing" />
|
|
@@ -88,7 +108,9 @@
|
|
|
</Compile>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <None Include="app.config" />
|
|
|
+ <None Include="app.config">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </None>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<EmbeddedResource Include="Form1.resx">
|