GSL.vcxproj 8.9 KB

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