Animation Creator.vcxproj 8.6 KB

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