1
0

IN_TONE.vcxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  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|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectName>in_tone</ProjectName>
  23. <ProjectGuid>{CE007A38-412F-4758-B17D-489398D1DD50}</ProjectGuid>
  24. <SccProjectName />
  25. <SccLocalPath />
  26. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  30. <ConfigurationType>DynamicLibrary</ConfigurationType>
  31. <PlatformToolset>v142</PlatformToolset>
  32. <UseOfMfc>false</UseOfMfc>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  36. <ConfigurationType>DynamicLibrary</ConfigurationType>
  37. <PlatformToolset>v142</PlatformToolset>
  38. <UseOfMfc>false</UseOfMfc>
  39. <CharacterSet>Unicode</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  42. <ConfigurationType>DynamicLibrary</ConfigurationType>
  43. <PlatformToolset>v142</PlatformToolset>
  44. <UseOfMfc>false</UseOfMfc>
  45. <CharacterSet>Unicode</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  48. <ConfigurationType>DynamicLibrary</ConfigurationType>
  49. <PlatformToolset>v142</PlatformToolset>
  50. <UseOfMfc>false</UseOfMfc>
  51. <CharacterSet>Unicode</CharacterSet>
  52. </PropertyGroup>
  53. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  54. <ImportGroup Label="ExtensionSettings">
  55. </ImportGroup>
  56. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. </ImportGroup>
  59. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <PropertyGroup Label="UserMacros" />
  69. <PropertyGroup>
  70. <_ProjectFileVersion>16.0.32629.160</_ProjectFileVersion>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  73. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  74. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  75. <LinkIncremental>false</LinkIncremental>
  76. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  77. <CodeAnalysisRules />
  78. <CodeAnalysisRuleAssemblies />
  79. <IncludePath>$(IncludePath)</IncludePath>
  80. <LibraryPath>$(LibraryPath)</LibraryPath>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  83. <LinkIncremental>false</LinkIncremental>
  84. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  85. <CodeAnalysisRules />
  86. <CodeAnalysisRuleAssemblies />
  87. <IncludePath>$(IncludePath)</IncludePath>
  88. <LibraryPath>$(LibraryPath)</LibraryPath>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  91. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  92. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  93. <LinkIncremental>false</LinkIncremental>
  94. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  95. <CodeAnalysisRules />
  96. <CodeAnalysisRuleAssemblies />
  97. <IncludePath>$(IncludePath)</IncludePath>
  98. <LibraryPath>$(LibraryPath)</LibraryPath>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  101. <LinkIncremental>false</LinkIncremental>
  102. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  103. <CodeAnalysisRules />
  104. <CodeAnalysisRuleAssemblies />
  105. <IncludePath>$(IncludePath)</IncludePath>
  106. <LibraryPath>$(LibraryPath)</LibraryPath>
  107. </PropertyGroup>
  108. <PropertyGroup Label="Vcpkg">
  109. <VcpkgEnabled>false</VcpkgEnabled>
  110. </PropertyGroup>
  111. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  112. <VcpkgConfiguration>Debug</VcpkgConfiguration>
  113. </PropertyGroup>
  114. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  115. <ClCompile>
  116. <Optimization>Disabled</Optimization>
  117. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  118. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  119. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  120. <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
  121. <PrecompiledHeader />
  122. <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
  123. <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
  124. <ObjectFileName>$(IntDir)</ObjectFileName>
  125. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  126. <WarningLevel>Level3</WarningLevel>
  127. <SuppressStartupBanner>true</SuppressStartupBanner>
  128. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  129. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  130. <AdditionalIncludeDirectories>..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  131. </ClCompile>
  132. <Link>
  133. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  134. <SuppressStartupBanner>true</SuppressStartupBanner>
  135. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  136. <GenerateDebugInformation>true</GenerateDebugInformation>
  137. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  138. <SubSystem>Windows</SubSystem>
  139. <OptimizeReferences>true</OptimizeReferences>
  140. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  141. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  142. <TargetMachine>MachineX86</TargetMachine>
  143. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  144. <AdditionalDependencies>msvcmrt.lib;vcruntime.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  145. </Link>
  146. <Midl>
  147. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  148. <MkTypLibCompatible>true</MkTypLibCompatible>
  149. <SuppressStartupBanner>true</SuppressStartupBanner>
  150. <TargetEnvironment>Win32</TargetEnvironment>
  151. <TypeLibraryName>.\Debug/IN_TONE.tlb</TypeLibraryName>
  152. <HeaderFileName />
  153. </Midl>
  154. <ResourceCompile>
  155. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  156. <Culture>0x0409</Culture>
  157. </ResourceCompile>
  158. </ItemDefinitionGroup>
  159. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  160. <ClCompile>
  161. <Optimization>Disabled</Optimization>
  162. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  163. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  164. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  165. <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
  166. <PrecompiledHeader>
  167. </PrecompiledHeader>
  168. <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
  169. <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
  170. <ObjectFileName>$(IntDir)</ObjectFileName>
  171. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  172. <WarningLevel>Level3</WarningLevel>
  173. <SuppressStartupBanner>true</SuppressStartupBanner>
  174. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  175. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  176. <AdditionalIncludeDirectories>..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  177. </ClCompile>
  178. <Link>
  179. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  180. <SuppressStartupBanner>true</SuppressStartupBanner>
  181. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  182. <GenerateDebugInformation>true</GenerateDebugInformation>
  183. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  184. <SubSystem>Windows</SubSystem>
  185. <OptimizeReferences>true</OptimizeReferences>
  186. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  187. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  188. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  189. <AdditionalDependencies>msvcmrt.lib;vcruntime.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  190. </Link>
  191. <Midl>
  192. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  193. <MkTypLibCompatible>true</MkTypLibCompatible>
  194. <SuppressStartupBanner>true</SuppressStartupBanner>
  195. <TypeLibraryName>.\Debug/IN_TONE.tlb</TypeLibraryName>
  196. <HeaderFileName>
  197. </HeaderFileName>
  198. </Midl>
  199. <ResourceCompile>
  200. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  201. <Culture>0x0409</Culture>
  202. </ResourceCompile>
  203. </ItemDefinitionGroup>
  204. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  205. <ClCompile>
  206. <Optimization>MinSpace</Optimization>
  207. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  208. <IntrinsicFunctions>true</IntrinsicFunctions>
  209. <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
  210. <OmitFramePointers>true</OmitFramePointers>
  211. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  212. <StringPooling>true</StringPooling>
  213. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  214. <BufferSecurityCheck>true</BufferSecurityCheck>
  215. <FunctionLevelLinking>
  216. </FunctionLevelLinking>
  217. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  218. <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
  219. <PrecompiledHeader />
  220. <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
  221. <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
  222. <ObjectFileName>$(IntDir)</ObjectFileName>
  223. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  224. <WarningLevel>Level3</WarningLevel>
  225. <SuppressStartupBanner>true</SuppressStartupBanner>
  226. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  227. <DebugInformationFormat>None</DebugInformationFormat>
  228. <AdditionalIncludeDirectories>..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  229. </ClCompile>
  230. <Link>
  231. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  232. <SuppressStartupBanner>true</SuppressStartupBanner>
  233. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  234. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  235. <SubSystem>Windows</SubSystem>
  236. <OptimizeReferences>true</OptimizeReferences>
  237. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  238. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  239. <TargetMachine>MachineX86</TargetMachine>
  240. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  241. <AdditionalDependencies>msvcmrt.lib;vcruntime.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  242. </Link>
  243. <Midl>
  244. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  245. <MkTypLibCompatible>true</MkTypLibCompatible>
  246. <SuppressStartupBanner>true</SuppressStartupBanner>
  247. <TargetEnvironment>Win32</TargetEnvironment>
  248. <TypeLibraryName>.\Release/IN_TONE.tlb</TypeLibraryName>
  249. <HeaderFileName />
  250. </Midl>
  251. <ResourceCompile>
  252. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  253. <Culture>0x0409</Culture>
  254. </ResourceCompile>
  255. </ItemDefinitionGroup>
  256. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  257. <ClCompile>
  258. <Optimization>MinSpace</Optimization>
  259. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  260. <IntrinsicFunctions>true</IntrinsicFunctions>
  261. <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
  262. <OmitFramePointers>true</OmitFramePointers>
  263. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  264. <StringPooling>true</StringPooling>
  265. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  266. <BufferSecurityCheck>true</BufferSecurityCheck>
  267. <FunctionLevelLinking>true</FunctionLevelLinking>
  268. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  269. <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
  270. <PrecompiledHeader>
  271. </PrecompiledHeader>
  272. <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
  273. <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
  274. <ObjectFileName>$(IntDir)</ObjectFileName>
  275. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  276. <WarningLevel>Level3</WarningLevel>
  277. <SuppressStartupBanner>true</SuppressStartupBanner>
  278. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  279. <DebugInformationFormat>None</DebugInformationFormat>
  280. <AdditionalIncludeDirectories>..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  281. </ClCompile>
  282. <Link>
  283. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  284. <SuppressStartupBanner>true</SuppressStartupBanner>
  285. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  286. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  287. <SubSystem>Windows</SubSystem>
  288. <OptimizeReferences>true</OptimizeReferences>
  289. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  290. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  291. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  292. <AdditionalDependencies>msvcmrt.lib;vcruntime.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  293. </Link>
  294. <Midl>
  295. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  296. <MkTypLibCompatible>true</MkTypLibCompatible>
  297. <SuppressStartupBanner>true</SuppressStartupBanner>
  298. <TypeLibraryName>.\Release/IN_TONE.tlb</TypeLibraryName>
  299. <HeaderFileName>
  300. </HeaderFileName>
  301. </Midl>
  302. <ResourceCompile>
  303. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  304. <Culture>0x0409</Culture>
  305. </ResourceCompile>
  306. </ItemDefinitionGroup>
  307. <ItemGroup>
  308. <ClCompile Include="Main.c" />
  309. </ItemGroup>
  310. <ItemGroup>
  311. <ClInclude Include="resource.h" />
  312. </ItemGroup>
  313. <ItemGroup>
  314. <ResourceCompile Include="in_tone.rc" />
  315. </ItemGroup>
  316. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  317. <ImportGroup Label="ExtensionTargets">
  318. </ImportGroup>
  319. </Project>