focus.vcxproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  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="Debug|ARM64">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|ARM64">
  17. <Configuration>Release</Configuration>
  18. <Platform>ARM64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{E4AB8C80-F35F-451E-853B-07CEDD49E500}</ProjectGuid>
  31. <RootNamespace>focus</RootNamespace>
  32. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  36. <ConfigurationType>DynamicLibrary</ConfigurationType>
  37. <UseOfMfc>false</UseOfMfc>
  38. <CharacterSet>MultiByte</CharacterSet>
  39. <PlatformToolset>v143</PlatformToolset>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  42. <ConfigurationType>DynamicLibrary</ConfigurationType>
  43. <UseOfMfc>false</UseOfMfc>
  44. <CharacterSet>MultiByte</CharacterSet>
  45. <PlatformToolset>v143</PlatformToolset>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  48. <ConfigurationType>DynamicLibrary</ConfigurationType>
  49. <UseOfMfc>false</UseOfMfc>
  50. <CharacterSet>MultiByte</CharacterSet>
  51. <PlatformToolset>v143</PlatformToolset>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  54. <ConfigurationType>DynamicLibrary</ConfigurationType>
  55. <UseOfMfc>false</UseOfMfc>
  56. <CharacterSet>MultiByte</CharacterSet>
  57. <PlatformToolset>v143</PlatformToolset>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  60. <ConfigurationType>DynamicLibrary</ConfigurationType>
  61. <UseOfMfc>false</UseOfMfc>
  62. <CharacterSet>MultiByte</CharacterSet>
  63. <PlatformToolset>v143</PlatformToolset>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  66. <ConfigurationType>DynamicLibrary</ConfigurationType>
  67. <UseOfMfc>false</UseOfMfc>
  68. <CharacterSet>MultiByte</CharacterSet>
  69. <PlatformToolset>v143</PlatformToolset>
  70. </PropertyGroup>
  71. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  72. <ImportGroup Label="ExtensionSettings">
  73. </ImportGroup>
  74. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  75. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  76. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  77. </ImportGroup>
  78. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  79. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  80. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  81. </ImportGroup>
  82. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
  83. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  84. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  85. </ImportGroup>
  86. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  87. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  88. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  89. </ImportGroup>
  90. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  91. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  92. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  93. </ImportGroup>
  94. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
  95. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  96. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  97. </ImportGroup>
  98. <PropertyGroup Label="UserMacros" />
  99. <PropertyGroup>
  100. <_ProjectFileVersion>10.0.21006.1</_ProjectFileVersion>
  101. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
  102. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)64\</OutDir>
  103. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
  104. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
  105. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(Platform)\$(Configuration)\Tmp\</IntDir>
  106. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
  107. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
  108. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</LinkIncremental>
  109. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
  110. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)64\</OutDir>
  111. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
  112. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
  113. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(Platform)\$(Configuration)\Tmp\</IntDir>
  114. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
  115. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
  116. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</LinkIncremental>
  117. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  118. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  119. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet>
  120. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  121. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  122. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" />
  123. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  124. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  125. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" />
  126. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  127. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  128. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet>
  129. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  130. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  131. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" />
  132. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  133. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  134. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" />
  135. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)</TargetName>
  136. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(ProjectName)</TargetName>
  137. <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)</TargetName>
  138. <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(ProjectName)</TargetName>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  141. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  142. </PropertyGroup>
  143. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  144. <Midl>
  145. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  146. <MkTypLibCompatible>true</MkTypLibCompatible>
  147. <SuppressStartupBanner>true</SuppressStartupBanner>
  148. <TargetEnvironment>Win32</TargetEnvironment>
  149. <TypeLibraryName>.\Release/focus.tlb</TypeLibraryName>
  150. <HeaderFileName>
  151. </HeaderFileName>
  152. </Midl>
  153. <ClCompile>
  154. <Optimization>MaxSpeed</Optimization>
  155. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  156. <PreprocessorDefinitions>UNICODE;WIN32;NDEBUG;_WINDOWS;_USRDLL;FOCUS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  157. <StringPooling>true</StringPooling>
  158. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  159. <FunctionLevelLinking>true</FunctionLevelLinking>
  160. <PrecompiledHeaderOutputFile>.\Release/focus.pch</PrecompiledHeaderOutputFile>
  161. <AssemblerListingLocation>.\Release/</AssemblerListingLocation>
  162. <ObjectFileName>.\Release/</ObjectFileName>
  163. <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
  164. <WarningLevel>Level3</WarningLevel>
  165. <SuppressStartupBanner>true</SuppressStartupBanner>
  166. <LanguageStandard>stdcpp17</LanguageStandard>
  167. </ClCompile>
  168. <ResourceCompile>
  169. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  170. <Culture>0x0809</Culture>
  171. </ResourceCompile>
  172. <Link>
  173. <AdditionalDependencies>odbc32.lib;odbccp32.lib;Winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  174. <OutputFile>$(SolutionDir)$(Configuration)\focus.dll</OutputFile>
  175. <SuppressStartupBanner>true</SuppressStartupBanner>
  176. <ProgramDatabaseFile>.\Release/focus.pdb</ProgramDatabaseFile>
  177. <TargetMachine>MachineX86</TargetMachine>
  178. <GenerateMapFile>true</GenerateMapFile>
  179. <MapFileName>.\Release/focus.map</MapFileName>
  180. <MapExports>true</MapExports>
  181. <ImportLibrary />
  182. </Link>
  183. <Bscmake>
  184. <SuppressStartupBanner>true</SuppressStartupBanner>
  185. <OutputFile>.\Release/focus.bsc</OutputFile>
  186. </Bscmake>
  187. <PostBuildEvent>
  188. <Command>
  189. </Command>
  190. </PostBuildEvent>
  191. </ItemDefinitionGroup>
  192. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  193. <Midl>
  194. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  195. <MkTypLibCompatible>true</MkTypLibCompatible>
  196. <SuppressStartupBanner>true</SuppressStartupBanner>
  197. <TypeLibraryName>.\Release64/focus64.tlb</TypeLibraryName>
  198. <HeaderFileName>
  199. </HeaderFileName>
  200. </Midl>
  201. <ClCompile>
  202. <Optimization>MaxSpeed</Optimization>
  203. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  204. <PreprocessorDefinitions>UNICODE;WIN32;NDEBUG;_WINDOWS;_USRDLL;FOCUS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  205. <StringPooling>true</StringPooling>
  206. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  207. <FunctionLevelLinking>true</FunctionLevelLinking>
  208. <PrecompiledHeaderOutputFile>.\Release64/focus.pch</PrecompiledHeaderOutputFile>
  209. <AssemblerListingLocation>.\Release64/</AssemblerListingLocation>
  210. <ObjectFileName>.\Release64/</ObjectFileName>
  211. <ProgramDataBaseFileName>.\Release64/</ProgramDataBaseFileName>
  212. <WarningLevel>Level3</WarningLevel>
  213. <SuppressStartupBanner>true</SuppressStartupBanner>
  214. <LanguageStandard>stdcpp17</LanguageStandard>
  215. </ClCompile>
  216. <ResourceCompile>
  217. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  218. <Culture>0x0809</Culture>
  219. </ResourceCompile>
  220. <Link>
  221. <AdditionalDependencies>odbc32.lib;odbccp32.lib;Winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  222. <OutputFile>$(SolutionDir)$(Configuration)64\focus.dll</OutputFile>
  223. <SuppressStartupBanner>true</SuppressStartupBanner>
  224. <ProgramDatabaseFile>.\Release64/focus.pdb</ProgramDatabaseFile>
  225. <ImportLibrary>
  226. </ImportLibrary>
  227. <GenerateMapFile>true</GenerateMapFile>
  228. <MapFileName>.\Release64/focus64.map</MapFileName>
  229. <MapExports>true</MapExports>
  230. </Link>
  231. <Bscmake>
  232. <SuppressStartupBanner>true</SuppressStartupBanner>
  233. <OutputFile>.\Release/focus64.bsc</OutputFile>
  234. </Bscmake>
  235. <PostBuildEvent>
  236. <Command>
  237. </Command>
  238. </PostBuildEvent>
  239. </ItemDefinitionGroup>
  240. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  241. <Midl>
  242. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  243. <MkTypLibCompatible>true</MkTypLibCompatible>
  244. <SuppressStartupBanner>true</SuppressStartupBanner>
  245. <TypeLibraryName>.\Release64/focus64.tlb</TypeLibraryName>
  246. <HeaderFileName>
  247. </HeaderFileName>
  248. </Midl>
  249. <ClCompile>
  250. <Optimization>MaxSpeed</Optimization>
  251. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  252. <PreprocessorDefinitions>UNICODE;WIN32;NDEBUG;_WINDOWS;_USRDLL;FOCUS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  253. <StringPooling>true</StringPooling>
  254. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  255. <FunctionLevelLinking>true</FunctionLevelLinking>
  256. <PrecompiledHeaderOutputFile>.\$(Platform)\$(Configuration)/focus.pch</PrecompiledHeaderOutputFile>
  257. <AssemblerListingLocation>.\$(Platform)\$(Configuration)/</AssemblerListingLocation>
  258. <ObjectFileName>.\$(Platform)\$(Configuration)/</ObjectFileName>
  259. <ProgramDataBaseFileName>.\$(Platform)\$(Configuration)/</ProgramDataBaseFileName>
  260. <WarningLevel>Level3</WarningLevel>
  261. <SuppressStartupBanner>true</SuppressStartupBanner>
  262. <LanguageStandard>stdcpp17</LanguageStandard>
  263. </ClCompile>
  264. <ResourceCompile>
  265. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  266. <Culture>0x0809</Culture>
  267. </ResourceCompile>
  268. <Link>
  269. <AdditionalDependencies>odbc32.lib;odbccp32.lib;Winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  270. <OutputFile>$(SolutionDir)$(Platform)\$(Configuration)\focus.dll</OutputFile>
  271. <SuppressStartupBanner>true</SuppressStartupBanner>
  272. <ProgramDatabaseFile>.\$(Platform)\$(Configuration)/focus.pdb</ProgramDatabaseFile>
  273. <ImportLibrary>
  274. </ImportLibrary>
  275. <GenerateMapFile>true</GenerateMapFile>
  276. <MapFileName>.\$(Platform)\$(Configuration)/focus64.map</MapFileName>
  277. <MapExports>true</MapExports>
  278. </Link>
  279. <Bscmake>
  280. <SuppressStartupBanner>true</SuppressStartupBanner>
  281. <OutputFile>.\$(Platform)\$(Configuration)/focus64.bsc</OutputFile>
  282. </Bscmake>
  283. <PostBuildEvent>
  284. <Command>
  285. </Command>
  286. </PostBuildEvent>
  287. </ItemDefinitionGroup>
  288. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  289. <Midl>
  290. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  291. <MkTypLibCompatible>true</MkTypLibCompatible>
  292. <SuppressStartupBanner>true</SuppressStartupBanner>
  293. <TargetEnvironment>Win32</TargetEnvironment>
  294. <TypeLibraryName>.\Debug/focus.tlb</TypeLibraryName>
  295. <HeaderFileName>
  296. </HeaderFileName>
  297. </Midl>
  298. <ClCompile>
  299. <Optimization>Disabled</Optimization>
  300. <PreprocessorDefinitions>UNICODE;WIN32;_DEBUG;_WINDOWS;_USRDLL;FOCUS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  301. <MinimalRebuild>true</MinimalRebuild>
  302. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  303. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  304. <PrecompiledHeaderOutputFile>.\Debug/focus.pch</PrecompiledHeaderOutputFile>
  305. <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
  306. <ObjectFileName>.\Debug/</ObjectFileName>
  307. <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
  308. <WarningLevel>Level3</WarningLevel>
  309. <SuppressStartupBanner>true</SuppressStartupBanner>
  310. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  311. <LanguageStandard>stdcpp17</LanguageStandard>
  312. </ClCompile>
  313. <ResourceCompile>
  314. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  315. <Culture>0x0809</Culture>
  316. </ResourceCompile>
  317. <Link>
  318. <AdditionalDependencies>odbc32.lib;odbccp32.lib;Winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  319. <OutputFile>$(SolutionDir)$(Configuration)\focus.dll</OutputFile>
  320. <SuppressStartupBanner>true</SuppressStartupBanner>
  321. <GenerateDebugInformation>true</GenerateDebugInformation>
  322. <ProgramDatabaseFile>.\Debug/focus.pdb</ProgramDatabaseFile>
  323. <ImportLibrary>
  324. </ImportLibrary>
  325. <TargetMachine>MachineX86</TargetMachine>
  326. <GenerateMapFile>true</GenerateMapFile>
  327. <MapFileName>.\Debug/focus.map</MapFileName>
  328. <MapExports>true</MapExports>
  329. </Link>
  330. <Bscmake>
  331. <SuppressStartupBanner>true</SuppressStartupBanner>
  332. <OutputFile>.\Debug/focus.bsc</OutputFile>
  333. </Bscmake>
  334. <PostBuildEvent>
  335. <Command>
  336. </Command>
  337. </PostBuildEvent>
  338. </ItemDefinitionGroup>
  339. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  340. <Midl>
  341. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  342. <MkTypLibCompatible>true</MkTypLibCompatible>
  343. <SuppressStartupBanner>true</SuppressStartupBanner>
  344. <TypeLibraryName>.\Debug64/focus.tlb</TypeLibraryName>
  345. <HeaderFileName>
  346. </HeaderFileName>
  347. </Midl>
  348. <ClCompile>
  349. <Optimization>Disabled</Optimization>
  350. <PreprocessorDefinitions>UNICODE;WIN32;_DEBUG;_WINDOWS;_USRDLL;FOCUS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  351. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  352. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  353. <PrecompiledHeaderOutputFile>.\Debug64/focus.pch</PrecompiledHeaderOutputFile>
  354. <AssemblerListingLocation>.\Debug64/</AssemblerListingLocation>
  355. <ObjectFileName>.\Debug64/</ObjectFileName>
  356. <ProgramDataBaseFileName>.\Debug64/</ProgramDataBaseFileName>
  357. <WarningLevel>Level3</WarningLevel>
  358. <SuppressStartupBanner>true</SuppressStartupBanner>
  359. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  360. <OmitFramePointers>false</OmitFramePointers>
  361. <MinimalRebuild>true</MinimalRebuild>
  362. <LanguageStandard>stdcpp17</LanguageStandard>
  363. </ClCompile>
  364. <ResourceCompile>
  365. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  366. <Culture>0x0809</Culture>
  367. </ResourceCompile>
  368. <Link>
  369. <AdditionalDependencies>odbc32.lib;odbccp32.lib;Winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  370. <OutputFile>$(SolutionDir)$(Configuration)64\focus.dll</OutputFile>
  371. <SuppressStartupBanner>true</SuppressStartupBanner>
  372. <GenerateDebugInformation>true</GenerateDebugInformation>
  373. <ProgramDatabaseFile>.\Debug64/focus.pdb</ProgramDatabaseFile>
  374. <ImportLibrary>
  375. </ImportLibrary>
  376. <GenerateMapFile>true</GenerateMapFile>
  377. <MapFileName>.\Debug64/focus.map</MapFileName>
  378. <MapExports>true</MapExports>
  379. </Link>
  380. <Bscmake>
  381. <SuppressStartupBanner>true</SuppressStartupBanner>
  382. <OutputFile>.\Debug64/focus.bsc</OutputFile>
  383. </Bscmake>
  384. <PostBuildEvent>
  385. <Command>
  386. </Command>
  387. </PostBuildEvent>
  388. </ItemDefinitionGroup>
  389. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  390. <Midl>
  391. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  392. <MkTypLibCompatible>true</MkTypLibCompatible>
  393. <SuppressStartupBanner>true</SuppressStartupBanner>
  394. <TypeLibraryName>.\Debug64/focus.tlb</TypeLibraryName>
  395. <HeaderFileName>
  396. </HeaderFileName>
  397. </Midl>
  398. <ClCompile>
  399. <Optimization>Disabled</Optimization>
  400. <PreprocessorDefinitions>UNICODE;WIN32;_DEBUG;_WINDOWS;_USRDLL;FOCUS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  401. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  402. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  403. <PrecompiledHeaderOutputFile>.\$(Platform)\$(Configuration)/focus.pch</PrecompiledHeaderOutputFile>
  404. <AssemblerListingLocation>.\$(Platform)\$(Configuration)/</AssemblerListingLocation>
  405. <ObjectFileName>.\$(Platform)\$(Configuration)/</ObjectFileName>
  406. <ProgramDataBaseFileName>.\$(Platform)\$(Configuration)/</ProgramDataBaseFileName>
  407. <WarningLevel>Level3</WarningLevel>
  408. <SuppressStartupBanner>true</SuppressStartupBanner>
  409. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  410. <OmitFramePointers>false</OmitFramePointers>
  411. <MinimalRebuild>true</MinimalRebuild>
  412. <LanguageStandard>stdcpp17</LanguageStandard>
  413. </ClCompile>
  414. <ResourceCompile>
  415. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  416. <Culture>0x0809</Culture>
  417. </ResourceCompile>
  418. <Link>
  419. <AdditionalDependencies>odbc32.lib;odbccp32.lib;Winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  420. <OutputFile>$(SolutionDir)$(Platform)\$(Configuration)\focus.dll</OutputFile>
  421. <SuppressStartupBanner>true</SuppressStartupBanner>
  422. <GenerateDebugInformation>true</GenerateDebugInformation>
  423. <ProgramDatabaseFile>.\focus$(Configuration)/focus.pdb</ProgramDatabaseFile>
  424. <ImportLibrary>
  425. </ImportLibrary>
  426. <GenerateMapFile>true</GenerateMapFile>
  427. <MapFileName>.\$(Platform)\$(Configuration)/focus.map</MapFileName>
  428. <MapExports>true</MapExports>
  429. </Link>
  430. <Bscmake>
  431. <SuppressStartupBanner>true</SuppressStartupBanner>
  432. <OutputFile>.\$(Platform)\$(Configuration)/focus.bsc</OutputFile>
  433. </Bscmake>
  434. <PostBuildEvent>
  435. <Command>
  436. </Command>
  437. </PostBuildEvent>
  438. </ItemDefinitionGroup>
  439. <ItemGroup>
  440. <ClCompile Include="focusdll.cpp">
  441. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
  442. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
  443. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
  444. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
  445. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
  446. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
  447. </ClCompile>
  448. </ItemGroup>
  449. <ItemGroup>
  450. <ClInclude Include="focusdll.h" />
  451. </ItemGroup>
  452. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  453. <ImportGroup Label="ExtensionTargets">
  454. </ImportGroup>
  455. </Project>