3DCreator.vcxproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</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>{9AC35DE2-43DC-4143-B0C6-23FFCA9DE62B}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>My3DCreator</RootNamespace>
  25. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>Application</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v143</PlatformToolset>
  32. <CharacterSet>MultiByte</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  35. <ConfigurationType>Application</ConfigurationType>
  36. <UseDebugLibraries>false</UseDebugLibraries>
  37. <PlatformToolset>v143</PlatformToolset>
  38. <WholeProgramOptimization>true</WholeProgramOptimization>
  39. <CharacterSet>MultiByte</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  42. <ConfigurationType>Application</ConfigurationType>
  43. <UseDebugLibraries>true</UseDebugLibraries>
  44. <PlatformToolset>v143</PlatformToolset>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>Application</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <PlatformToolset>v143</PlatformToolset>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>MultiByte</CharacterSet>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="Shared">
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <PropertyGroup Label="UserMacros" />
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  73. <LinkIncremental>true</LinkIncremental>
  74. <IncludePath>..\..\Framework;$(IncludePath)</IncludePath>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  77. <LinkIncremental>true</LinkIncremental>
  78. <IncludePath>..\..\Framework;$(IncludePath)</IncludePath>
  79. <LibraryPath>..\..\Framework\x64\Debug;$(LibraryPath)</LibraryPath>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  82. <LinkIncremental>false</LinkIncremental>
  83. <IncludePath>..\..\Framework;$(IncludePath)</IncludePath>
  84. <LibraryPath>..\..\Framework\Release;$(LibraryPath)</LibraryPath>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  87. <LinkIncremental>false</LinkIncremental>
  88. <IncludePath>..\..\Framework;$(IncludePath)</IncludePath>
  89. <LibraryPath>..\..\Framework\x64\Release;$(LibraryPath)</LibraryPath>
  90. </PropertyGroup>
  91. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  92. <ClCompile>
  93. <PrecompiledHeader>
  94. </PrecompiledHeader>
  95. <WarningLevel>Level3</WarningLevel>
  96. <Optimization>Disabled</Optimization>
  97. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  98. </ClCompile>
  99. <Link>
  100. <SubSystem>Windows</SubSystem>
  101. <GenerateDebugInformation>true</GenerateDebugInformation>
  102. <AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  103. </Link>
  104. </ItemDefinitionGroup>
  105. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  106. <ClCompile>
  107. <PrecompiledHeader>
  108. </PrecompiledHeader>
  109. <WarningLevel>Level3</WarningLevel>
  110. <Optimization>Disabled</Optimization>
  111. <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  112. </ClCompile>
  113. <Link>
  114. <SubSystem>Windows</SubSystem>
  115. <GenerateDebugInformation>true</GenerateDebugInformation>
  116. <AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  117. </Link>
  118. <CustomBuildStep>
  119. <Command>copy "..\..\Framework\x64\Debug\Framework.dll" "Framework.dll"</Command>
  120. </CustomBuildStep>
  121. <CustomBuildStep>
  122. <Outputs>kopieren;%(Outputs)</Outputs>
  123. </CustomBuildStep>
  124. </ItemDefinitionGroup>
  125. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  126. <ClCompile>
  127. <WarningLevel>Level3</WarningLevel>
  128. <PrecompiledHeader>
  129. </PrecompiledHeader>
  130. <Optimization>MaxSpeed</Optimization>
  131. <FunctionLevelLinking>true</FunctionLevelLinking>
  132. <IntrinsicFunctions>true</IntrinsicFunctions>
  133. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  134. </ClCompile>
  135. <Link>
  136. <SubSystem>Windows</SubSystem>
  137. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  138. <OptimizeReferences>true</OptimizeReferences>
  139. <GenerateDebugInformation>true</GenerateDebugInformation>
  140. <AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  141. </Link>
  142. </ItemDefinitionGroup>
  143. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  144. <ClCompile>
  145. <WarningLevel>Level3</WarningLevel>
  146. <PrecompiledHeader>
  147. </PrecompiledHeader>
  148. <Optimization>MaxSpeed</Optimization>
  149. <FunctionLevelLinking>true</FunctionLevelLinking>
  150. <IntrinsicFunctions>true</IntrinsicFunctions>
  151. <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  152. </ClCompile>
  153. <Link>
  154. <SubSystem>Windows</SubSystem>
  155. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  156. <OptimizeReferences>true</OptimizeReferences>
  157. <GenerateDebugInformation>true</GenerateDebugInformation>
  158. <AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  159. </Link>
  160. <CustomBuildStep>
  161. <Command>copy "..\..\Framework\x64\Release\Framework.dll" "Framework.dll"</Command>
  162. </CustomBuildStep>
  163. <CustomBuildStep>
  164. <Outputs>ausgabe...;%(Outputs)</Outputs>
  165. </CustomBuildStep>
  166. </ItemDefinitionGroup>
  167. <ItemGroup>
  168. <ClCompile Include="Start.cpp" />
  169. </ItemGroup>
  170. <ItemGroup>
  171. <ClInclude Include="EditableObject.h" />
  172. </ItemGroup>
  173. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  174. <ImportGroup Label="ExtensionTargets">
  175. </ImportGroup>
  176. </Project>