OTSControl.vcxproj 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="CleannessRelease|Win32">
  5. <Configuration>CleannessRelease</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="CleannessRelease|x64">
  9. <Configuration>CleannessRelease</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="LithiumCleanness|Win32">
  17. <Configuration>LithiumCleanness</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="LithiumCleanness|x64">
  21. <Configuration>LithiumCleanness</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release_oxford50|Win32">
  25. <Configuration>Release_oxford50</Configuration>
  26. <Platform>Win32</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release_oxford50|x64">
  29. <Configuration>Release_oxford50</Configuration>
  30. <Platform>x64</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|Win32">
  33. <Configuration>Release</Configuration>
  34. <Platform>Win32</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Debug|x64">
  37. <Configuration>Debug</Configuration>
  38. <Platform>x64</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Release|x64">
  41. <Configuration>Release</Configuration>
  42. <Platform>x64</Platform>
  43. </ProjectConfiguration>
  44. </ItemGroup>
  45. <PropertyGroup Label="Globals">
  46. <VCProjectVersion>15.0</VCProjectVersion>
  47. <ProjectGuid>{3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}</ProjectGuid>
  48. <RootNamespace>OTSControl</RootNamespace>
  49. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  50. <Keyword>MFCDLLProj</Keyword>
  51. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  52. </PropertyGroup>
  53. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  55. <ConfigurationType>DynamicLibrary</ConfigurationType>
  56. <UseDebugLibraries>true</UseDebugLibraries>
  57. <PlatformToolset>v142</PlatformToolset>
  58. <CharacterSet>MultiByte</CharacterSet>
  59. <UseOfMfc>Dynamic</UseOfMfc>
  60. <CLRSupport>true</CLRSupport>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'" Label="Configuration">
  63. <ConfigurationType>DynamicLibrary</ConfigurationType>
  64. <UseDebugLibraries>true</UseDebugLibraries>
  65. <PlatformToolset>v142</PlatformToolset>
  66. <CharacterSet>MultiByte</CharacterSet>
  67. <UseOfMfc>Dynamic</UseOfMfc>
  68. <CLRSupport>true</CLRSupport>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'" Label="Configuration">
  71. <ConfigurationType>DynamicLibrary</ConfigurationType>
  72. <UseDebugLibraries>true</UseDebugLibraries>
  73. <PlatformToolset>v142</PlatformToolset>
  74. <CharacterSet>MultiByte</CharacterSet>
  75. <UseOfMfc>Dynamic</UseOfMfc>
  76. <CLRSupport>true</CLRSupport>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'" Label="Configuration">
  79. <ConfigurationType>DynamicLibrary</ConfigurationType>
  80. <UseDebugLibraries>true</UseDebugLibraries>
  81. <PlatformToolset>v142</PlatformToolset>
  82. <CharacterSet>MultiByte</CharacterSet>
  83. <UseOfMfc>Dynamic</UseOfMfc>
  84. <CLRSupport>true</CLRSupport>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  87. <ConfigurationType>DynamicLibrary</ConfigurationType>
  88. <UseDebugLibraries>false</UseDebugLibraries>
  89. <PlatformToolset>v142</PlatformToolset>
  90. <WholeProgramOptimization>true</WholeProgramOptimization>
  91. <CharacterSet>MultiByte</CharacterSet>
  92. <UseOfMfc>Dynamic</UseOfMfc>
  93. <CLRSupport>true</CLRSupport>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  96. <ConfigurationType>DynamicLibrary</ConfigurationType>
  97. <UseDebugLibraries>true</UseDebugLibraries>
  98. <PlatformToolset>v142</PlatformToolset>
  99. <CharacterSet>MultiByte</CharacterSet>
  100. <UseOfMfc>Dynamic</UseOfMfc>
  101. <CLRSupport>true</CLRSupport>
  102. </PropertyGroup>
  103. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'" Label="Configuration">
  104. <ConfigurationType>DynamicLibrary</ConfigurationType>
  105. <UseDebugLibraries>true</UseDebugLibraries>
  106. <PlatformToolset>v142</PlatformToolset>
  107. <CharacterSet>MultiByte</CharacterSet>
  108. <UseOfMfc>Dynamic</UseOfMfc>
  109. <CLRSupport>true</CLRSupport>
  110. <WholeProgramOptimization>true</WholeProgramOptimization>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'" Label="Configuration">
  113. <ConfigurationType>DynamicLibrary</ConfigurationType>
  114. <UseDebugLibraries>true</UseDebugLibraries>
  115. <PlatformToolset>v142</PlatformToolset>
  116. <CharacterSet>MultiByte</CharacterSet>
  117. <UseOfMfc>Dynamic</UseOfMfc>
  118. <CLRSupport>true</CLRSupport>
  119. <WholeProgramOptimization>true</WholeProgramOptimization>
  120. </PropertyGroup>
  121. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'" Label="Configuration">
  122. <ConfigurationType>DynamicLibrary</ConfigurationType>
  123. <UseDebugLibraries>true</UseDebugLibraries>
  124. <PlatformToolset>v142</PlatformToolset>
  125. <CharacterSet>MultiByte</CharacterSet>
  126. <UseOfMfc>Dynamic</UseOfMfc>
  127. <CLRSupport>true</CLRSupport>
  128. <WholeProgramOptimization>true</WholeProgramOptimization>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  131. <ConfigurationType>DynamicLibrary</ConfigurationType>
  132. <UseDebugLibraries>false</UseDebugLibraries>
  133. <PlatformToolset>v142</PlatformToolset>
  134. <WholeProgramOptimization>true</WholeProgramOptimization>
  135. <CharacterSet>MultiByte</CharacterSet>
  136. <UseOfMfc>Dynamic</UseOfMfc>
  137. <CLRSupport>true</CLRSupport>
  138. </PropertyGroup>
  139. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  140. <ImportGroup Label="ExtensionSettings">
  141. </ImportGroup>
  142. <ImportGroup Label="Shared">
  143. </ImportGroup>
  144. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  145. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  146. </ImportGroup>
  147. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'" Label="PropertySheets">
  148. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  149. </ImportGroup>
  150. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'" Label="PropertySheets">
  151. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  152. </ImportGroup>
  153. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'" Label="PropertySheets">
  154. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  155. </ImportGroup>
  156. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  157. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  158. </ImportGroup>
  159. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  160. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  161. </ImportGroup>
  162. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'" Label="PropertySheets">
  163. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  164. </ImportGroup>
  165. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'" Label="PropertySheets">
  166. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  167. </ImportGroup>
  168. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'" Label="PropertySheets">
  169. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  170. </ImportGroup>
  171. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  172. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  173. </ImportGroup>
  174. <PropertyGroup Label="UserMacros" />
  175. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  176. <LinkIncremental>true</LinkIncremental>
  177. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  178. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  179. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSImagePro;$(IncludePath)</IncludePath>
  180. <ReferencePath>$(SolutionDir)OTSCPP\OpenDll\OxfordApi50Dll;$(ReferencePath)</ReferencePath>
  181. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  182. </PropertyGroup>
  183. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  184. <LinkIncremental>false</LinkIncremental>
  185. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  186. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  187. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(IncludePath)</IncludePath>
  188. <ReferencePath>$(SolutionDir)OTSCPP\OpenDll\OxfordApi50Dll;$(ReferencePath)</ReferencePath>
  189. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  190. </PropertyGroup>
  191. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  192. <LinkIncremental>false</LinkIncremental>
  193. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  194. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  195. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(IncludePath)</IncludePath>
  196. <ReferencePath>$(SolutionDir)OTSCPP\OpenDll\OxfordApi50Dll;$(ReferencePath)</ReferencePath>
  197. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  198. </PropertyGroup>
  199. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">
  200. <LinkIncremental>false</LinkIncremental>
  201. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  202. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  203. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(IncludePath)</IncludePath>
  204. <ReferencePath>$(SolutionDir)OTSCPP\OpenDll\OxfordApi50Dll;$(ReferencePath)</ReferencePath>
  205. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  206. </PropertyGroup>
  207. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  208. <LinkIncremental>true</LinkIncremental>
  209. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)\OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(IncludePath)</IncludePath>
  210. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  211. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  212. <EnableManagedIncrementalBuild>true</EnableManagedIncrementalBuild>
  213. <ReferencePath>$(SolutionDir)\OpenDll\OxfordApiDll;$(ReferencePath)</ReferencePath>
  214. </PropertyGroup>
  215. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  216. <LinkIncremental>true</LinkIncremental>
  217. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)\OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(IncludePath)</IncludePath>
  218. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  219. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  220. <EnableManagedIncrementalBuild>true</EnableManagedIncrementalBuild>
  221. <ReferencePath>$(SolutionDir)\OTSCPP\OpenDll\OxfordApi50Dll;$(ReferencePath)</ReferencePath>
  222. </PropertyGroup>
  223. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  224. <LinkIncremental>true</LinkIncremental>
  225. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)\OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(IncludePath)</IncludePath>
  226. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  227. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  228. <EnableManagedIncrementalBuild>true</EnableManagedIncrementalBuild>
  229. <ReferencePath>$(SolutionDir)\OTSCPP\OpenDll\OxfordApi50Dll;$(ReferencePath)</ReferencePath>
  230. </PropertyGroup>
  231. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">
  232. <LinkIncremental>true</LinkIncremental>
  233. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)\OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(IncludePath)</IncludePath>
  234. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  235. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  236. <EnableManagedIncrementalBuild>true</EnableManagedIncrementalBuild>
  237. <ReferencePath>$(SolutionDir)\OTSCPP\OpenDll\OxfordApi50Dll;$(ReferencePath)</ReferencePath>
  238. </PropertyGroup>
  239. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  240. <LinkIncremental>false</LinkIncremental>
  241. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  242. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  243. <IncludePath>$(SolutionDir)OTSControl;$(SolutionDir)OTSData;$(SolutionDir)Tools;$(SolutionDir)\OTSLog;$(IncludePath)</IncludePath>
  244. <ReferencePath>$(SolutionDir)\OpenDll\OxfordApiDll;$(ReferencePath)</ReferencePath>
  245. </PropertyGroup>
  246. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  247. <LinkIncremental>false</LinkIncremental>
  248. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  249. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  250. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSImagePro;$(IncludePath)</IncludePath>
  251. <ReferencePath>$(SolutionDir)\OpenDll\OxfordApiDll;$(ReferencePath)</ReferencePath>
  252. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  253. </PropertyGroup>
  254. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  255. <ClCompile>
  256. <PrecompiledHeader>Use</PrecompiledHeader>
  257. <WarningLevel>Level3</WarningLevel>
  258. <Optimization>Disabled</Optimization>
  259. <PreprocessorDefinitions>_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  260. <SDLCheck>true</SDLCheck>
  261. </ClCompile>
  262. <Link>
  263. <SubSystem>Windows</SubSystem>
  264. <ModuleDefinitionFile>
  265. </ModuleDefinitionFile>
  266. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  267. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  268. </Link>
  269. <Midl>
  270. <MkTypLibCompatible>false</MkTypLibCompatible>
  271. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  272. </Midl>
  273. <ResourceCompile>
  274. <Culture>0x0409</Culture>
  275. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  276. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  277. </ResourceCompile>
  278. </ItemDefinitionGroup>
  279. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  280. <ClCompile>
  281. <PrecompiledHeader>Create</PrecompiledHeader>
  282. <WarningLevel>Level3</WarningLevel>
  283. <Optimization>MaxSpeed</Optimization>
  284. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  285. <SDLCheck>true</SDLCheck>
  286. <IntrinsicFunctions>true</IntrinsicFunctions>
  287. <WholeProgramOptimization>true</WholeProgramOptimization>
  288. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  289. <SupportJustMyCode>true</SupportJustMyCode>
  290. </ClCompile>
  291. <Link>
  292. <SubSystem>Windows</SubSystem>
  293. <ModuleDefinitionFile>
  294. </ModuleDefinitionFile>
  295. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  296. <AdditionalDependencies>OTSData.lib;OTSLog.lib;%(AdditionalDependencies)</AdditionalDependencies>
  297. <OptimizeReferences>true</OptimizeReferences>
  298. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  299. </Link>
  300. <Midl>
  301. <MkTypLibCompatible>false</MkTypLibCompatible>
  302. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  303. </Midl>
  304. <ResourceCompile>
  305. <Culture>0x0409</Culture>
  306. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  307. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  308. </ResourceCompile>
  309. </ItemDefinitionGroup>
  310. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  311. <ClCompile>
  312. <PrecompiledHeader>Create</PrecompiledHeader>
  313. <WarningLevel>Level3</WarningLevel>
  314. <Optimization>MaxSpeed</Optimization>
  315. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  316. <SDLCheck>true</SDLCheck>
  317. <IntrinsicFunctions>true</IntrinsicFunctions>
  318. <WholeProgramOptimization>true</WholeProgramOptimization>
  319. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  320. <SupportJustMyCode>true</SupportJustMyCode>
  321. </ClCompile>
  322. <Link>
  323. <SubSystem>Windows</SubSystem>
  324. <ModuleDefinitionFile>
  325. </ModuleDefinitionFile>
  326. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  327. <AdditionalDependencies>OTSData.lib;OTSLog.lib;%(AdditionalDependencies)</AdditionalDependencies>
  328. <OptimizeReferences>true</OptimizeReferences>
  329. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  330. </Link>
  331. <Midl>
  332. <MkTypLibCompatible>false</MkTypLibCompatible>
  333. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  334. </Midl>
  335. <ResourceCompile>
  336. <Culture>0x0409</Culture>
  337. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  338. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  339. </ResourceCompile>
  340. </ItemDefinitionGroup>
  341. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">
  342. <ClCompile>
  343. <PrecompiledHeader>Create</PrecompiledHeader>
  344. <WarningLevel>Level3</WarningLevel>
  345. <Optimization>MaxSpeed</Optimization>
  346. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  347. <SDLCheck>true</SDLCheck>
  348. <IntrinsicFunctions>true</IntrinsicFunctions>
  349. <WholeProgramOptimization>true</WholeProgramOptimization>
  350. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  351. <SupportJustMyCode>true</SupportJustMyCode>
  352. </ClCompile>
  353. <Link>
  354. <SubSystem>Windows</SubSystem>
  355. <ModuleDefinitionFile>
  356. </ModuleDefinitionFile>
  357. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  358. <AdditionalDependencies>OTSData.lib;OTSLog.lib;%(AdditionalDependencies)</AdditionalDependencies>
  359. <OptimizeReferences>true</OptimizeReferences>
  360. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  361. </Link>
  362. <Midl>
  363. <MkTypLibCompatible>false</MkTypLibCompatible>
  364. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  365. </Midl>
  366. <ResourceCompile>
  367. <Culture>0x0409</Culture>
  368. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  369. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  370. </ResourceCompile>
  371. </ItemDefinitionGroup>
  372. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  373. <ClCompile>
  374. <PrecompiledHeader>Use</PrecompiledHeader>
  375. <WarningLevel>Level3</WarningLevel>
  376. <Optimization>Disabled</Optimization>
  377. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  378. <SDLCheck>true</SDLCheck>
  379. <CompileAsManaged>true</CompileAsManaged>
  380. </ClCompile>
  381. <Link>
  382. <SubSystem>Windows</SubSystem>
  383. <ModuleDefinitionFile>
  384. </ModuleDefinitionFile>
  385. <AdditionalLibraryDirectories>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  386. <AdditionalDependencies>OTSLog.lib;OTSDATA.lib;%(AdditionalDependencies)</AdditionalDependencies>
  387. <GenerateDebugInformation>true</GenerateDebugInformation>
  388. </Link>
  389. <Midl>
  390. <MkTypLibCompatible>false</MkTypLibCompatible>
  391. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  392. </Midl>
  393. <ResourceCompile>
  394. <Culture>0x0804</Culture>
  395. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  396. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  397. </ResourceCompile>
  398. </ItemDefinitionGroup>
  399. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  400. <ClCompile>
  401. <PrecompiledHeader>Use</PrecompiledHeader>
  402. <WarningLevel>Level3</WarningLevel>
  403. <Optimization>Disabled</Optimization>
  404. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  405. <SDLCheck>true</SDLCheck>
  406. <CompileAsManaged>true</CompileAsManaged>
  407. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  408. </ClCompile>
  409. <Link>
  410. <SubSystem>Windows</SubSystem>
  411. <ModuleDefinitionFile>
  412. </ModuleDefinitionFile>
  413. <AdditionalLibraryDirectories>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  414. <AdditionalDependencies>OTSLog.lib;OTSDATA.lib;%(AdditionalDependencies)</AdditionalDependencies>
  415. <GenerateDebugInformation>true</GenerateDebugInformation>
  416. </Link>
  417. <Midl>
  418. <MkTypLibCompatible>false</MkTypLibCompatible>
  419. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  420. </Midl>
  421. <ResourceCompile>
  422. <Culture>0x0804</Culture>
  423. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  424. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  425. </ResourceCompile>
  426. </ItemDefinitionGroup>
  427. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  428. <ClCompile>
  429. <PrecompiledHeader>Use</PrecompiledHeader>
  430. <WarningLevel>Level3</WarningLevel>
  431. <Optimization>Disabled</Optimization>
  432. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  433. <SDLCheck>true</SDLCheck>
  434. <CompileAsManaged>true</CompileAsManaged>
  435. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  436. </ClCompile>
  437. <Link>
  438. <SubSystem>Windows</SubSystem>
  439. <ModuleDefinitionFile>
  440. </ModuleDefinitionFile>
  441. <AdditionalLibraryDirectories>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  442. <AdditionalDependencies>OTSLog.lib;OTSDATA.lib;%(AdditionalDependencies)</AdditionalDependencies>
  443. <GenerateDebugInformation>true</GenerateDebugInformation>
  444. </Link>
  445. <Midl>
  446. <MkTypLibCompatible>false</MkTypLibCompatible>
  447. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  448. </Midl>
  449. <ResourceCompile>
  450. <Culture>0x0804</Culture>
  451. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  452. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  453. </ResourceCompile>
  454. </ItemDefinitionGroup>
  455. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">
  456. <ClCompile>
  457. <PrecompiledHeader>Use</PrecompiledHeader>
  458. <WarningLevel>Level3</WarningLevel>
  459. <Optimization>Disabled</Optimization>
  460. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  461. <SDLCheck>true</SDLCheck>
  462. <CompileAsManaged>true</CompileAsManaged>
  463. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  464. </ClCompile>
  465. <Link>
  466. <SubSystem>Windows</SubSystem>
  467. <ModuleDefinitionFile>
  468. </ModuleDefinitionFile>
  469. <AdditionalLibraryDirectories>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  470. <AdditionalDependencies>OTSLog.lib;OTSDATA.lib;%(AdditionalDependencies)</AdditionalDependencies>
  471. <GenerateDebugInformation>true</GenerateDebugInformation>
  472. </Link>
  473. <Midl>
  474. <MkTypLibCompatible>false</MkTypLibCompatible>
  475. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  476. </Midl>
  477. <ResourceCompile>
  478. <Culture>0x0804</Culture>
  479. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  480. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  481. </ResourceCompile>
  482. </ItemDefinitionGroup>
  483. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  484. <ClCompile>
  485. <WarningLevel>Level3</WarningLevel>
  486. <PrecompiledHeader>Use</PrecompiledHeader>
  487. <Optimization>MaxSpeed</Optimization>
  488. <FunctionLevelLinking>true</FunctionLevelLinking>
  489. <IntrinsicFunctions>true</IntrinsicFunctions>
  490. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  491. <SDLCheck>true</SDLCheck>
  492. <CompileAsManaged>true</CompileAsManaged>
  493. </ClCompile>
  494. <Link>
  495. <SubSystem>Windows</SubSystem>
  496. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  497. <OptimizeReferences>true</OptimizeReferences>
  498. <ModuleDefinitionFile>
  499. </ModuleDefinitionFile>
  500. <AdditionalLibraryDirectories>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  501. <AdditionalDependencies>OTSLog.lib;OTSDATA.lib;%(AdditionalDependencies)</AdditionalDependencies>
  502. <GenerateDebugInformation>true</GenerateDebugInformation>
  503. </Link>
  504. <Midl>
  505. <MkTypLibCompatible>false</MkTypLibCompatible>
  506. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  507. </Midl>
  508. <ResourceCompile>
  509. <Culture>0x0409</Culture>
  510. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  511. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  512. </ResourceCompile>
  513. </ItemDefinitionGroup>
  514. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  515. <ClCompile>
  516. <WarningLevel>Level3</WarningLevel>
  517. <PrecompiledHeader>Create</PrecompiledHeader>
  518. <Optimization>MaxSpeed</Optimization>
  519. <FunctionLevelLinking>true</FunctionLevelLinking>
  520. <IntrinsicFunctions>true</IntrinsicFunctions>
  521. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  522. <SDLCheck>true</SDLCheck>
  523. </ClCompile>
  524. <Link>
  525. <SubSystem>Windows</SubSystem>
  526. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  527. <OptimizeReferences>true</OptimizeReferences>
  528. <ModuleDefinitionFile>
  529. </ModuleDefinitionFile>
  530. <AdditionalLibraryDirectories>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  531. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  532. </Link>
  533. <Midl>
  534. <MkTypLibCompatible>false</MkTypLibCompatible>
  535. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  536. </Midl>
  537. <ResourceCompile>
  538. <Culture>0x0409</Culture>
  539. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  540. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  541. </ResourceCompile>
  542. </ItemDefinitionGroup>
  543. <ItemGroup>
  544. <Text Include="ReadMe.txt" />
  545. </ItemGroup>
  546. <ItemGroup>
  547. <ClCompile Include="..\Tools\3Parties\dibapi.cpp" />
  548. <ClCompile Include="Bruker\BrukerSPXFileMgr.cpp" />
  549. <ClCompile Include="ControllerHelper.cpp" />
  550. <ClCompile Include="Bruker\OTSBrukerImpl.cpp" />
  551. <ClCompile Include="Oxford\OTSEDSOxford.cpp" />
  552. <ClCompile Include="Simulate\OTSEDSSim.cpp" />
  553. <ClCompile Include="Oxford\OTSOxfordImpl.cpp" />
  554. <ClCompile Include="Oxford\OTSScanOxford.cpp" />
  555. <ClCompile Include="Simulate\OTSScanSim.cpp" />
  556. <ClCompile Include="OTSSemBase.cpp" />
  557. <ClCompile Include="Bruker\OTSSEMBruker.cpp" />
  558. <ClCompile Include="COTSHardwareMgr.cpp" />
  559. <ClCompile Include="Oxford\OTSSEMOxford.cpp" />
  560. <ClCompile Include="Simulate\OTSSemSim.cpp" />
  561. <ClCompile Include="Oxford\OxfordWrapper\OxfordControllerWrapper.cpp" />
  562. <ClCompile Include="SEMCommonConst.cpp" />
  563. <ClCompile Include="OTSControl.cpp" />
  564. <ClCompile Include="OTSEDSBase.cpp" />
  565. <ClCompile Include="Bruker\OTSEDSBrucker.cpp" />
  566. <ClCompile Include="OTSScanBase.cpp" />
  567. <ClCompile Include="Bruker\OTSScanBrucker.cpp" />
  568. <ClCompile Include="stdafx.cpp">
  569. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  570. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">Create</PrecompiledHeader>
  571. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">Create</PrecompiledHeader>
  572. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">Create</PrecompiledHeader>
  573. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  574. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">Create</PrecompiledHeader>
  575. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">Create</PrecompiledHeader>
  576. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">Create</PrecompiledHeader>
  577. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  578. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  579. </ClCompile>
  580. </ItemGroup>
  581. <ItemGroup>
  582. <ClInclude Include="Bruker\BrukerSPXFileMgr.h" />
  583. <ClInclude Include="ControllerHelper.h" />
  584. <ClInclude Include="Bruker\OTSBrukerImpl.h" />
  585. <ClInclude Include="Oxford\OTSEDSOxford.h" />
  586. <ClInclude Include="Simulate\OTSEDSSim.h" />
  587. <ClInclude Include="Oxford\OTSOxfordImpl.h" />
  588. <ClInclude Include="OTSScanBase.h" />
  589. <ClInclude Include="Oxford\OTSScanOxford.h" />
  590. <ClInclude Include="Simulate\OTSScanSim.h" />
  591. <ClInclude Include="OTSSemBase.h" />
  592. <ClInclude Include="Bruker\OTSSEMBruker.h" />
  593. <ClInclude Include="COTSHardwareMgr.h" />
  594. <ClInclude Include="Oxford\OTSSEMOxford.h" />
  595. <ClInclude Include="Simulate\OTSSemSim.h" />
  596. <ClInclude Include="OTSSingleton.h" />
  597. <ClInclude Include="Oxford\OxfordImplConst.h" />
  598. <ClInclude Include="Oxford\OxfordWrapper\OxfordControllerWrapper.h" />
  599. <ClInclude Include="SEMCommonConst.h" />
  600. <ClInclude Include="Bruker\OTSBrukerClientDll.h" />
  601. <ClInclude Include="Bruker\OTSBrukerImpl_const.h" />
  602. <ClInclude Include="OTSControl.h" />
  603. <ClInclude Include="OTSDllBase.h" />
  604. <ClInclude Include="OTSEDSBase.h" />
  605. <ClInclude Include="Bruker\OTSEDSBrucker.h" />
  606. <ClInclude Include="Bruker\OTSScanBrucker.h" />
  607. <ClInclude Include="Resource.h" />
  608. <ClInclude Include="stdafx.h" />
  609. <ClInclude Include="targetver.h" />
  610. </ItemGroup>
  611. <ItemGroup>
  612. <None Include="hardwareClass.cd" />
  613. <None Include="res\OTSControl.def" />
  614. <None Include="res\OTSControl.rc2" />
  615. </ItemGroup>
  616. <ItemGroup>
  617. <ResourceCompile Include="res\OTSControl.rc" />
  618. </ItemGroup>
  619. <ItemGroup>
  620. <Reference Include="OINA.Extender">
  621. <HintPath>..\OpenDll\OxfordApi50Dll\OINA.Extender.dll</HintPath>
  622. <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
  623. </Reference>
  624. <Reference Include="System" />
  625. <Reference Include="System.Data" />
  626. <Reference Include="System.Drawing" />
  627. <Reference Include="System.Windows" />
  628. <Reference Include="System.Windows.Forms" />
  629. <Reference Include="System.Xml" />
  630. <Reference Include="WindowsBase" />
  631. </ItemGroup>
  632. <ItemGroup>
  633. <Content Include="..\OpenDll\OxfordApi50Dll\apidsp_windows.dll">
  634. <Link>apidsp_windows.dll</Link>
  635. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  636. </Content>
  637. <Content Include="..\OpenDll\OxfordApi50Dll\apidsp_windows_x64.dll">
  638. <Link>apidsp_windows_x64.dll</Link>
  639. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  640. </Content>
  641. <Content Include="..\OpenDll\OxfordApi50Dll\hasp_net_windows.dll">
  642. <Link>hasp_net_windows.dll</Link>
  643. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  644. </Content>
  645. <Content Include="..\OpenDll\OxfordApi50Dll\hasp_windows_50590.dll">
  646. <Link>hasp_windows_50590.dll</Link>
  647. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  648. </Content>
  649. <Content Include="..\OpenDll\OxfordApi50Dll\hasp_windows_x64_50590.dll">
  650. <Link>hasp_windows_x64_50590.dll</Link>
  651. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  652. </Content>
  653. <Content Include="..\OpenDll\OxfordApi50Dll\OINA.SNSLicenseProvider.dll">
  654. <Link>OINA.SNSLicenseProvider.dll</Link>
  655. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  656. </Content>
  657. <Content Include="..\OpenDll\OxfordApi50Dll\x64\OINA.Ipp.Native.dll">
  658. <Link>x64\OINA.Ipp.dll</Link>
  659. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  660. </Content>
  661. <Content Include="..\OpenDll\OxfordApi50Dll\x86\OINA.Ipp.Native.dll">
  662. <Link>x86\OINA.Ipp.dll</Link>
  663. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  664. </Content>
  665. </ItemGroup>
  666. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  667. <ImportGroup Label="ExtensionTargets">
  668. </ImportGroup>
  669. </Project>