SMP Headless.vcxproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" 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. <VCProjectVersion>16.0</VCProjectVersion>
  23. <ProjectGuid>{097A9588-990D-4E7B-8F3D-1C25E4FC2913}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. <RootNamespace>SMPHeadless</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>Application</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v143</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v143</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v143</PlatformToolset>
  46. <CharacterSet>MultiByte</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>Application</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v143</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>MultiByte</CharacterSet>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. </ImportGroup>
  58. <ImportGroup Label="Shared">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  74. <LinkIncremental>true</LinkIncremental>
  75. <IncludePath>..\..\..\Allgemein\Framework;..\..\..\Allgemein\Network\Network;$(IncludePath)</IncludePath>
  76. <LibraryPath>..\..\..\Allgemein\Framework\x64\Debug;..\..\..\Allgemein\Network\x64\Debug;$(LibraryPath)</LibraryPath>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  79. <LinkIncremental>true</LinkIncremental>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  82. <LinkIncremental>false</LinkIncremental>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  85. <LinkIncremental>false</LinkIncremental>
  86. <IncludePath>..\..\..\Allgemein\Framework;..\..\..\Allgemein\Network\Network;$(IncludePath)</IncludePath>
  87. <LibraryPath>..\..\..\Allgemein\Framework\x64\Release;..\..\..\Allgemein\Network\x64\Release;$(LibraryPath)</LibraryPath>
  88. <OutDir>..\$(Platform)\$(Configuration)\</OutDir>
  89. </PropertyGroup>
  90. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  91. <ClCompile>
  92. <PrecompiledHeader>
  93. </PrecompiledHeader>
  94. <WarningLevel>Level3</WarningLevel>
  95. <Optimization>Disabled</Optimization>
  96. <SDLCheck>true</SDLCheck>
  97. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  98. <ConformanceMode>true</ConformanceMode>
  99. </ClCompile>
  100. <Link>
  101. <SubSystem>Console</SubSystem>
  102. <GenerateDebugInformation>true</GenerateDebugInformation>
  103. <AdditionalDependencies>framework.lib;network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  104. </Link>
  105. <CustomBuildStep>
  106. <Command>copy "..\..\..\Allgemein\Framework\x64\Debug\Framework.dll" ..\Fertig\x64\Framework.dll
  107. copy "..\..\..\Allgemein\Network\x64\Debug\Network.dll" ..\Fertig\x64\Network.dll</Command>
  108. </CustomBuildStep>
  109. <CustomBuildStep>
  110. <Outputs>kopieren...;%(Outputs)</Outputs>
  111. </CustomBuildStep>
  112. </ItemDefinitionGroup>
  113. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  114. <ClCompile>
  115. <PrecompiledHeader>
  116. </PrecompiledHeader>
  117. <WarningLevel>Level3</WarningLevel>
  118. <Optimization>Disabled</Optimization>
  119. <SDLCheck>true</SDLCheck>
  120. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121. <ConformanceMode>true</ConformanceMode>
  122. </ClCompile>
  123. <Link>
  124. <SubSystem>Console</SubSystem>
  125. <GenerateDebugInformation>true</GenerateDebugInformation>
  126. </Link>
  127. </ItemDefinitionGroup>
  128. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  129. <ClCompile>
  130. <PrecompiledHeader>
  131. </PrecompiledHeader>
  132. <WarningLevel>Level3</WarningLevel>
  133. <Optimization>MaxSpeed</Optimization>
  134. <FunctionLevelLinking>true</FunctionLevelLinking>
  135. <IntrinsicFunctions>true</IntrinsicFunctions>
  136. <SDLCheck>true</SDLCheck>
  137. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  138. <ConformanceMode>true</ConformanceMode>
  139. </ClCompile>
  140. <Link>
  141. <SubSystem>Console</SubSystem>
  142. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  143. <OptimizeReferences>true</OptimizeReferences>
  144. <GenerateDebugInformation>true</GenerateDebugInformation>
  145. </Link>
  146. </ItemDefinitionGroup>
  147. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  148. <ClCompile>
  149. <PrecompiledHeader>
  150. </PrecompiledHeader>
  151. <WarningLevel>Level3</WarningLevel>
  152. <Optimization>MaxSpeed</Optimization>
  153. <FunctionLevelLinking>true</FunctionLevelLinking>
  154. <IntrinsicFunctions>true</IntrinsicFunctions>
  155. <SDLCheck>true</SDLCheck>
  156. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  157. <ConformanceMode>true</ConformanceMode>
  158. </ClCompile>
  159. <Link>
  160. <SubSystem>Console</SubSystem>
  161. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  162. <OptimizeReferences>true</OptimizeReferences>
  163. <GenerateDebugInformation>true</GenerateDebugInformation>
  164. <AdditionalDependencies>framework.lib;network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  165. </Link>
  166. <CustomBuildStep>
  167. <Command>copy "..\x64\Release\smp headless.exe" "..\Fertig\x64\smph.exe"
  168. copy "..\..\..\Allgemein\Framework\x64\Release\Framework.dll" ..\Fertig\x64\Framework.dll
  169. copy "..\..\..\Allgemein\Network\x64\Release\Network.dll" ..\Fertig\x64\Network.dll</Command>
  170. <Outputs>kopieren...;%(Outputs)</Outputs>
  171. </CustomBuildStep>
  172. </ItemDefinitionGroup>
  173. <ItemGroup>
  174. <ClCompile Include="..\SMP\Netzwerk\LTSKlient.cpp" />
  175. <ClCompile Include="..\SMP\Netzwerk\Main\MSKlient.cpp" />
  176. <ClCompile Include="..\SMP\Netzwerk\Patch\PSKlient.cpp" />
  177. <ClCompile Include="..\SMP\Programm\Basic\Abschnitt.cpp" />
  178. <ClCompile Include="..\SMP\Programm\Login\Login.cpp" />
  179. <ClCompile Include="..\SMP\Programm\Programm.cpp" />
  180. <ClCompile Include="..\SMP\Programm\Server\Patch\PatchServer.cpp" />
  181. <ClCompile Include="..\SMP\Programm\Version\Version.cpp" />
  182. <ClCompile Include="..\SMP\Ressourcen\Ressourcen.cpp" />
  183. <ClCompile Include="SMP Headless.cpp" />
  184. </ItemGroup>
  185. <ItemGroup>
  186. <ClInclude Include="..\SMP\Netzwerk\LTSKlient.h" />
  187. <ClInclude Include="..\SMP\Netzwerk\Main\MSKlient.h" />
  188. <ClInclude Include="..\SMP\Netzwerk\Patch\PSKlient.h" />
  189. <ClInclude Include="..\SMP\Programm\Basic\Abschnitt.h" />
  190. <ClInclude Include="..\SMP\Programm\Login\Login.h" />
  191. <ClInclude Include="..\SMP\Programm\Programm.h" />
  192. <ClInclude Include="..\SMP\Programm\Server\Patch\PatchServer.h" />
  193. <ClInclude Include="..\SMP\Programm\Version\Version.h" />
  194. <ClInclude Include="..\SMP\Ressourcen\Ressourcen.h" />
  195. </ItemGroup>
  196. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  197. <ImportGroup Label="ExtensionTargets">
  198. </ImportGroup>
  199. </Project>