|
@@ -172,7 +172,7 @@
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
<UseOfMfc>Dynamic</UseOfMfc>
|
|
|
- <CLRSupport>false</CLRSupport>
|
|
|
+ <CLRSupport>true</CLRSupport>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'" Label="Configuration">
|
|
@@ -278,7 +278,7 @@
|
|
|
<IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
|
<OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll</OutDir>
|
|
|
<IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(IncludePath)</IncludePath>
|
|
|
- <ReferencePath>$(SolutionDir)OTSCPP\OpenDll\OxfordApi61;$(ReferencePath)</ReferencePath>
|
|
|
+ <ReferencePath>$(SolutionDir)OTSCPP\OpenDll\OxfordApi50;$(ReferencePath)</ReferencePath>
|
|
|
<LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll;$(LibraryPath)</LibraryPath>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'">
|
|
@@ -294,7 +294,7 @@
|
|
|
<IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
|
<OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll</OutDir>
|
|
|
<IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(IncludePath)</IncludePath>
|
|
|
- <ReferencePath>$(ReferencePath)</ReferencePath>
|
|
|
+ <ReferencePath>$(SolutionDir)OTSCPP\OpenDll\OxfordApi61;$(ReferencePath)</ReferencePath>
|
|
|
<LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll;$(LibraryPath)</LibraryPath>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">
|
|
@@ -490,6 +490,8 @@
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
<SupportJustMyCode>true</SupportJustMyCode>
|
|
|
+ <DebugInformationFormat>None</DebugInformationFormat>
|
|
|
+ <BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
<SubSystem>Windows</SubSystem>
|