localization.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  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. <ProjectGuid>{F5D8D737-1C1E-4967-B7FC-74FABB806926}</ProjectGuid>
  23. <RootNamespace>localization</RootNamespace>
  24. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>DynamicLibrary</ConfigurationType>
  29. <PlatformToolset>v142</PlatformToolset>
  30. <CharacterSet>Unicode</CharacterSet>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  33. <ConfigurationType>DynamicLibrary</ConfigurationType>
  34. <PlatformToolset>v142</PlatformToolset>
  35. <CharacterSet>Unicode</CharacterSet>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  38. <ConfigurationType>DynamicLibrary</ConfigurationType>
  39. <PlatformToolset>v142</PlatformToolset>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <PlatformToolset>v142</PlatformToolset>
  45. <CharacterSet>Unicode</CharacterSet>
  46. </PropertyGroup>
  47. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  48. <ImportGroup Label="ExtensionSettings">
  49. </ImportGroup>
  50. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  51. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  52. </ImportGroup>
  53. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  54. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  55. </ImportGroup>
  56. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" 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. <PropertyGroup Label="UserMacros" />
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  64. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  65. <IntDir>$(PlatformShortName)_$(Configuration)\intermediate\</IntDir>
  66. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  67. <GenerateManifest>false</GenerateManifest>
  68. <TargetName>omBrowser</TargetName>
  69. <TargetExt>.lng</TargetExt>
  70. <IncludePath>$(IncludePath)</IncludePath>
  71. <LibraryPath>$(LibraryPath)</LibraryPath>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  74. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  75. <IntDir>$(PlatformShortName)_$(Configuration)\intermediate\</IntDir>
  76. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  77. <GenerateManifest>false</GenerateManifest>
  78. <TargetName>omBrowser</TargetName>
  79. <TargetExt>.lng</TargetExt>
  80. <IncludePath>$(IncludePath)</IncludePath>
  81. <LibraryPath>$(LibraryPath)</LibraryPath>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  84. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  85. <IntDir>$(PlatformShortName)_$(Configuration)\intermediate\</IntDir>
  86. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  87. <GenerateManifest>false</GenerateManifest>
  88. <TargetName>omBrowser</TargetName>
  89. <TargetExt>.lng</TargetExt>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  92. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  93. <IntDir>$(PlatformShortName)_$(Configuration)\intermediate\</IntDir>
  94. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  95. <GenerateManifest>false</GenerateManifest>
  96. <TargetName>omBrowser</TargetName>
  97. <TargetExt>.lng</TargetExt>
  98. </PropertyGroup>
  99. <PropertyGroup Label="Vcpkg">
  100. <VcpkgEnableManifest>false</VcpkgEnableManifest>
  101. </PropertyGroup>
  102. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  103. <VcpkgInstalledDir>
  104. </VcpkgInstalledDir>
  105. <VcpkgUseStatic>false</VcpkgUseStatic>
  106. <VcpkgConfiguration>Debug</VcpkgConfiguration>
  107. <VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
  108. </PropertyGroup>
  109. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  110. <VcpkgInstalledDir>
  111. </VcpkgInstalledDir>
  112. <VcpkgUseStatic>false</VcpkgUseStatic>
  113. <VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
  114. </PropertyGroup>
  115. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  116. <VcpkgInstalledDir>
  117. </VcpkgInstalledDir>
  118. <VcpkgUseStatic>false</VcpkgUseStatic>
  119. <VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
  120. <VcpkgConfiguration>Debug</VcpkgConfiguration>
  121. </PropertyGroup>
  122. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  123. <VcpkgInstalledDir>
  124. </VcpkgInstalledDir>
  125. <VcpkgUseStatic>false</VcpkgUseStatic>
  126. <VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
  127. </PropertyGroup>
  128. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  129. <ClCompile>
  130. <Optimization>Disabled</Optimization>
  131. <IntrinsicFunctions>true</IntrinsicFunctions>
  132. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  133. <FunctionLevelLinking>true</FunctionLevelLinking>
  134. <WarningLevel>Level3</WarningLevel>
  135. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  136. </ClCompile>
  137. <ProjectReference>
  138. <LinkLibraryDependencies>false</LinkLibraryDependencies>
  139. </ProjectReference>
  140. <Link>
  141. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  142. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  143. <GenerateDebugInformation>true</GenerateDebugInformation>
  144. <LargeAddressAware>false</LargeAddressAware>
  145. <NoEntryPoint>true</NoEntryPoint>
  146. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  147. <DataExecutionPrevention>false</DataExecutionPrevention>
  148. <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration>
  149. <TargetMachine>MachineX86</TargetMachine>
  150. <CLRImageType>ForceIJWImage</CLRImageType>
  151. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  152. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  153. <SubSystem>Windows</SubSystem>
  154. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  155. </Link>
  156. </ItemDefinitionGroup>
  157. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  158. <ClCompile>
  159. <Optimization>Disabled</Optimization>
  160. <IntrinsicFunctions>true</IntrinsicFunctions>
  161. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  162. <FunctionLevelLinking>true</FunctionLevelLinking>
  163. <WarningLevel>Level3</WarningLevel>
  164. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  165. </ClCompile>
  166. <ProjectReference>
  167. <LinkLibraryDependencies>false</LinkLibraryDependencies>
  168. </ProjectReference>
  169. <Link>
  170. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  171. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  172. <GenerateDebugInformation>true</GenerateDebugInformation>
  173. <LargeAddressAware>true</LargeAddressAware>
  174. <NoEntryPoint>true</NoEntryPoint>
  175. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  176. <DataExecutionPrevention>false</DataExecutionPrevention>
  177. <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration>
  178. <CLRImageType>ForceIJWImage</CLRImageType>
  179. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  180. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  181. <SubSystem>Windows</SubSystem>
  182. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  183. </Link>
  184. </ItemDefinitionGroup>
  185. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  186. <ClCompile>
  187. <Optimization>MaxSpeed</Optimization>
  188. <IntrinsicFunctions>true</IntrinsicFunctions>
  189. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  190. <FunctionLevelLinking>true</FunctionLevelLinking>
  191. <WarningLevel>Level3</WarningLevel>
  192. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  193. </ClCompile>
  194. <ProjectReference>
  195. <LinkLibraryDependencies>false</LinkLibraryDependencies>
  196. </ProjectReference>
  197. <Link>
  198. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  199. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  200. <GenerateDebugInformation>false</GenerateDebugInformation>
  201. <LargeAddressAware>false</LargeAddressAware>
  202. <OptimizeReferences>true</OptimizeReferences>
  203. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  204. <NoEntryPoint>true</NoEntryPoint>
  205. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  206. <DataExecutionPrevention>false</DataExecutionPrevention>
  207. <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration>
  208. <TargetMachine>MachineX86</TargetMachine>
  209. <CLRImageType>ForceIJWImage</CLRImageType>
  210. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  211. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  212. <SubSystem>Windows</SubSystem>
  213. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  214. </Link>
  215. </ItemDefinitionGroup>
  216. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  217. <ClCompile>
  218. <Optimization>MaxSpeed</Optimization>
  219. <IntrinsicFunctions>true</IntrinsicFunctions>
  220. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  221. <FunctionLevelLinking>true</FunctionLevelLinking>
  222. <WarningLevel>Level3</WarningLevel>
  223. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  224. </ClCompile>
  225. <ProjectReference>
  226. <LinkLibraryDependencies>false</LinkLibraryDependencies>
  227. </ProjectReference>
  228. <Link>
  229. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  230. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  231. <GenerateDebugInformation>false</GenerateDebugInformation>
  232. <LargeAddressAware>true</LargeAddressAware>
  233. <OptimizeReferences>true</OptimizeReferences>
  234. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  235. <NoEntryPoint>true</NoEntryPoint>
  236. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  237. <DataExecutionPrevention>false</DataExecutionPrevention>
  238. <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration>
  239. <CLRImageType>ForceIJWImage</CLRImageType>
  240. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  241. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  242. <SubSystem>Windows</SubSystem>
  243. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  244. </Link>
  245. </ItemDefinitionGroup>
  246. <ItemGroup>
  247. <ResourceCompile Include="..\errorPages.rc" />
  248. <ResourceCompile Include="..\omBrowser.rc" />
  249. </ItemGroup>
  250. <ItemGroup>
  251. <ClInclude Include="..\resource.h" />
  252. </ItemGroup>
  253. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  254. <ImportGroup Label="ExtensionTargets">
  255. </ImportGroup>
  256. </Project>