You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

158 rivejä
7.4 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.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>{5AAFB727-094F-4104-A765-A94B32497C7D}</ProjectGuid>
  23. </PropertyGroup>
  24. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  25. <PropertyGroup Label="Configuration">
  26. <ConfigurationType>DynamicLibrary</ConfigurationType>
  27. <CharacterSet>MultiByte</CharacterSet>
  28. <PlatformToolset>v142</PlatformToolset>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. </PropertyGroup>
  33. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  34. <ImportGroup Label="ExtensionSettings">
  35. </ImportGroup>
  36. <ImportGroup Label="PropertySheets">
  37. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  38. </ImportGroup>
  39. <PropertyGroup Label="UserMacros" />
  40. <PropertyGroup>
  41. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  42. <OutDir>$(SolutionDir)\build\$(Platform)\$(Configuration)\$(Platform)\</OutDir>
  43. <IntDir>$(SolutionDir)\build\$(Platform)\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir>
  44. <LinkIncremental>true</LinkIncremental>
  45. </PropertyGroup>
  46. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  47. <ClCompile>
  48. <Optimization>Disabled</Optimization>
  49. <AdditionalIncludeDirectories>..\build\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  50. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;__LIBCACA_PP__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  51. <MinimalRebuild>true</MinimalRebuild>
  52. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  53. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  54. <WarningLevel>Level3</WarningLevel>
  55. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  56. <CompileAs>CompileAsCpp</CompileAs>
  57. <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  58. </ClCompile>
  59. <Link>
  60. <ModuleDefinitionFile>.\libcaca++.def</ModuleDefinitionFile>
  61. <GenerateDebugInformation>true</GenerateDebugInformation>
  62. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  63. <DataExecutionPrevention>
  64. </DataExecutionPrevention>
  65. <TargetMachine>MachineX86</TargetMachine>
  66. </Link>
  67. </ItemDefinitionGroup>
  68. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  69. <Midl>
  70. <TargetEnvironment>X64</TargetEnvironment>
  71. </Midl>
  72. <ClCompile>
  73. <Optimization>Disabled</Optimization>
  74. <AdditionalIncludeDirectories>..\build\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  75. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;__LIBCACA_PP__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  76. <MinimalRebuild>true</MinimalRebuild>
  77. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  78. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  79. <WarningLevel>Level3</WarningLevel>
  80. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  81. <CompileAs>CompileAsCpp</CompileAs>
  82. <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  83. </ClCompile>
  84. <Link>
  85. <ModuleDefinitionFile>.\libcaca++.def</ModuleDefinitionFile>
  86. <GenerateDebugInformation>true</GenerateDebugInformation>
  87. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  88. <DataExecutionPrevention>
  89. </DataExecutionPrevention>
  90. <TargetMachine>MachineX64</TargetMachine>
  91. </Link>
  92. </ItemDefinitionGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  94. <ClCompile>
  95. <AdditionalIncludeDirectories>..\build\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  96. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;__LIBCACA_PP__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  97. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  98. <WarningLevel>Level3</WarningLevel>
  99. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  100. <CompileAs>CompileAsCpp</CompileAs>
  101. <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  102. </ClCompile>
  103. <Link>
  104. <ModuleDefinitionFile>.\libcaca++.def</ModuleDefinitionFile>
  105. <GenerateDebugInformation>true</GenerateDebugInformation>
  106. <OptimizeReferences>true</OptimizeReferences>
  107. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  108. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  109. <DataExecutionPrevention>
  110. </DataExecutionPrevention>
  111. <TargetMachine>MachineX86</TargetMachine>
  112. </Link>
  113. </ItemDefinitionGroup>
  114. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  115. <Midl>
  116. <TargetEnvironment>X64</TargetEnvironment>
  117. </Midl>
  118. <ClCompile>
  119. <AdditionalIncludeDirectories>..\build\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  120. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;__LIBCACA_PP__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  122. <WarningLevel>Level3</WarningLevel>
  123. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  124. <CompileAs>CompileAsCpp</CompileAs>
  125. <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  126. </ClCompile>
  127. <Link>
  128. <ModuleDefinitionFile>.\libcaca++.def</ModuleDefinitionFile>
  129. <GenerateDebugInformation>true</GenerateDebugInformation>
  130. <OptimizeReferences>true</OptimizeReferences>
  131. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  132. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  133. <DataExecutionPrevention>
  134. </DataExecutionPrevention>
  135. <TargetMachine>MachineX64</TargetMachine>
  136. </Link>
  137. </ItemDefinitionGroup>
  138. <ItemGroup>
  139. <ClCompile Include="caca++.cpp" />
  140. </ItemGroup>
  141. <ItemGroup>
  142. <ClInclude Include="caca++.h" />
  143. <ClInclude Include="..\build\win32\config.h" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <None Include="libcaca++.def" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <ProjectReference Include="..\caca\libcaca.vcxproj">
  150. <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project>
  151. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  152. </ProjectReference>
  153. </ItemGroup>
  154. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  155. <ImportGroup Label="ExtensionTargets">
  156. </ImportGroup>
  157. </Project>