MissionEditorPackLib.vcxproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <SccProjectName />
  15. <SccLocalPath />
  16. <Keyword>MFCProj</Keyword>
  17. <ProjectGuid>{DEB40EF0-E215-4C2F-A0AD-3742E2E01A8C}</ProjectGuid>
  18. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  19. <ProjectName>MissionEditorPackLib</ProjectName>
  20. </PropertyGroup>
  21. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  22. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  23. <ConfigurationType>StaticLibrary</ConfigurationType>
  24. <PlatformToolset>v143</PlatformToolset>
  25. <UseOfMfc>false</UseOfMfc>
  26. <CharacterSet>MultiByte</CharacterSet>
  27. </PropertyGroup>
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  29. <ConfigurationType>StaticLibrary</ConfigurationType>
  30. <PlatformToolset>v143</PlatformToolset>
  31. <UseOfMfc>false</UseOfMfc>
  32. <CharacterSet>MultiByte</CharacterSet>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  35. <ImportGroup Label="ExtensionSettings">
  36. </ImportGroup>
  37. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  38. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  39. <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
  40. </ImportGroup>
  41. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  42. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  43. <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
  44. </ImportGroup>
  45. <PropertyGroup Label="UserMacros" />
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  47. <OutDir>$(SolutionDir)\build\output\$(Configuration)-$(Platform)\lib\</OutDir>
  48. <IntDir>$(SolutionDir)\build\intermediate\$(Configuration)-$(Platform)\$(ProjectName)\</IntDir>
  49. <LinkIncremental>false</LinkIncremental>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  52. <OutDir>$(SolutionDir)\build\output\$(Configuration)-$(Platform)\lib\</OutDir>
  53. <IntDir>$(SolutionDir)\build\intermediate\$(Configuration)-$(Platform)\$(ProjectName)\</IntDir>
  54. <LinkIncremental>true</LinkIncremental>
  55. <TargetName>$(ProjectName)d</TargetName>
  56. </PropertyGroup>
  57. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  58. <ClCompile>
  59. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  60. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  61. <StringPooling>true</StringPooling>
  62. <FunctionLevelLinking>false</FunctionLevelLinking>
  63. <Optimization>MaxSpeed</Optimization>
  64. <SuppressStartupBanner>true</SuppressStartupBanner>
  65. <WarningLevel>Level3</WarningLevel>
  66. <AdditionalIncludeDirectories>..\3rdParty\xcc\misc;.\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  67. <PreprocessorDefinitions>NDEBUG;EF;WIN32;_LIB;NO_XIF_SUPPORT;NO_FT_SUPPORT;NO_AVI_SUPPORT;XCC_MINIMAL_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  68. <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
  69. <PrecompiledHeaderOutputFile>.\Release\MissionEditorPackLib.pch</PrecompiledHeaderOutputFile>
  70. <ObjectFileName>.\Release\</ObjectFileName>
  71. <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
  72. <LanguageStandard>stdcpp20</LanguageStandard>
  73. </ClCompile>
  74. <ResourceCompile>
  75. <Culture>0x0407</Culture>
  76. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  77. </ResourceCompile>
  78. <Bscmake>
  79. <SuppressStartupBanner>true</SuppressStartupBanner>
  80. <OutputFile>.\Release\MissionEditorPackLib.bsc</OutputFile>
  81. </Bscmake>
  82. <Lib>
  83. <SuppressStartupBanner>true</SuppressStartupBanner>
  84. </Lib>
  85. <Link>
  86. <ModuleDefinitionFile>.\MissionEditorPackLib.def</ModuleDefinitionFile>
  87. </Link>
  88. </ItemDefinitionGroup>
  89. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  90. <ClCompile>
  91. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  92. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  93. <Optimization>Disabled</Optimization>
  94. <SuppressStartupBanner>true</SuppressStartupBanner>
  95. <WarningLevel>Level3</WarningLevel>
  96. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  97. <AdditionalIncludeDirectories>..\3rdParty\xcc\misc;.\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  98. <AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
  99. <PrecompiledHeaderOutputFile>.\Debug\MissionEditorPackLib.pch</PrecompiledHeaderOutputFile>
  100. <ObjectFileName>.\Debug\</ObjectFileName>
  101. <ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
  102. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  103. <LanguageStandard>stdcpp20</LanguageStandard>
  104. <PreprocessorDefinitions>_DEBUG;WIN32;_LIB;NO_XIF_SUPPORT;NO_FT_SUPPORT;NO_AVI_SUPPORT;XCC_MINIMAL_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  105. </ClCompile>
  106. <ResourceCompile>
  107. <Culture>0x0407</Culture>
  108. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  109. </ResourceCompile>
  110. <Bscmake>
  111. <SuppressStartupBanner>true</SuppressStartupBanner>
  112. <OutputFile>.\Debug\MissionEditorPackLib.bsc</OutputFile>
  113. </Bscmake>
  114. <Lib>
  115. <SuppressStartupBanner>true</SuppressStartupBanner>
  116. </Lib>
  117. <Link>
  118. <ModuleDefinitionFile>.\MissionEditorPackLib.def</ModuleDefinitionFile>
  119. </Link>
  120. </ItemDefinitionGroup>
  121. <ItemGroup>
  122. <ClCompile Include="VoxelNormals.cpp" />
  123. <ClCompile Include="MissionEditorPackLib.cpp" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <ClInclude Include="Vec3.h" />
  127. <ClInclude Include="VoxelNormals.h" />
  128. <ClInclude Include="MissionEditorPackLib.h" />
  129. </ItemGroup>
  130. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  131. <ImportGroup Label="ExtensionTargets">
  132. </ImportGroup>
  133. </Project>