iconvtest.vcxproj 23 KB

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