Schrift Editor.vcxproj 8.7 KB

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