SMP.vcxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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>{F008ED76-C8D3-4D0E-9032-ACB9FF9FB701}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>SMP</RootNamespace>
  25. <ProjectName>SMP</ProjectName>
  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)'=='Debug|x64'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>true</UseDebugLibraries>
  38. <PlatformToolset>v143</PlatformToolset>
  39. <CharacterSet>MultiByte</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  42. <ConfigurationType>Application</ConfigurationType>
  43. <UseDebugLibraries>false</UseDebugLibraries>
  44. <PlatformToolset>v143</PlatformToolset>
  45. <WholeProgramOptimization>true</WholeProgramOptimization>
  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="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  59. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  60. </ImportGroup>
  61. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <PropertyGroup Label="UserMacros" />
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  72. <LinkIncremental>true</LinkIncremental>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  75. <LinkIncremental>true</LinkIncremental>
  76. <IncludePath>..\..\..\Allgemein\Framework;..\..\..\Allgemein\Network\Network;$(IncludePath)</IncludePath>
  77. <LibraryPath>..\..\..\Allgemein\Framework\x64\Debug;..\..\..\Allgemein\Network\x64\Debug;$(LibraryPath)</LibraryPath>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  80. <LinkIncremental>false</LinkIncremental>
  81. <IncludePath>..\..\..\Allgemein\Framework;..\..\..\Allgemein\Network\Network;$(IncludePath)</IncludePath>
  82. <LibraryPath>..\..\..\Allgemein\Framework\Release;..\..\..\Allgemein\Network\Release;$(LibraryPath)</LibraryPath>
  83. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  84. <OutDir>..\$(Configuration)\</OutDir>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  87. <LinkIncremental>false</LinkIncremental>
  88. <IncludePath>..\..\..\Allgemein\Framework;..\..\..\Allgemein\Network\Network;$(IncludePath)</IncludePath>
  89. <LibraryPath>..\..\..\Allgemein\Framework\x64\Release;..\..\..\Allgemein\Network\x64\Release;$(LibraryPath)</LibraryPath>
  90. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  91. <OutDir>..\$(Platform)\$(Configuration)\</OutDir>
  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. </Link>
  105. </ItemDefinitionGroup>
  106. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  107. <ClCompile>
  108. <PrecompiledHeader>
  109. </PrecompiledHeader>
  110. <WarningLevel>Level3</WarningLevel>
  111. <Optimization>Disabled</Optimization>
  112. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  113. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  114. </ClCompile>
  115. <Link>
  116. <SubSystem>Windows</SubSystem>
  117. <GenerateDebugInformation>true</GenerateDebugInformation>
  118. <AdditionalDependencies>framework.lib;network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  119. </Link>
  120. <CustomBuildStep>
  121. <Command>copy "..\..\..\Allgemein\Framework\x64\Debug\Framework.dll" Framework.dll
  122. copy "..\..\..\Allgemein\Network\x64\Debug\Network.dll" Network.dll</Command>
  123. </CustomBuildStep>
  124. <CustomBuildStep>
  125. <Outputs>kopieren;%(Outputs)</Outputs>
  126. </CustomBuildStep>
  127. </ItemDefinitionGroup>
  128. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  129. <ClCompile>
  130. <WarningLevel>Level3</WarningLevel>
  131. <PrecompiledHeader>
  132. </PrecompiledHeader>
  133. <Optimization>MaxSpeed</Optimization>
  134. <FunctionLevelLinking>true</FunctionLevelLinking>
  135. <IntrinsicFunctions>true</IntrinsicFunctions>
  136. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  137. </ClCompile>
  138. <Link>
  139. <SubSystem>Windows</SubSystem>
  140. <GenerateDebugInformation>true</GenerateDebugInformation>
  141. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  142. <OptimizeReferences>true</OptimizeReferences>
  143. <AdditionalDependencies>framework.lib;network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  144. </Link>
  145. <CustomBuildStep>
  146. <Command>copy "..\Release\SMP.exe" "..\Fertig\x32\smp.exe"</Command>
  147. </CustomBuildStep>
  148. <CustomBuildStep>
  149. <Outputs>Kopieren...;%(Outputs)</Outputs>
  150. </CustomBuildStep>
  151. </ItemDefinitionGroup>
  152. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  153. <ClCompile>
  154. <WarningLevel>Level3</WarningLevel>
  155. <PrecompiledHeader>
  156. </PrecompiledHeader>
  157. <Optimization>MaxSpeed</Optimization>
  158. <FunctionLevelLinking>true</FunctionLevelLinking>
  159. <IntrinsicFunctions>true</IntrinsicFunctions>
  160. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  161. </ClCompile>
  162. <Link>
  163. <SubSystem>Windows</SubSystem>
  164. <GenerateDebugInformation>true</GenerateDebugInformation>
  165. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  166. <OptimizeReferences>true</OptimizeReferences>
  167. <AdditionalDependencies>framework.lib;network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  168. </Link>
  169. <CustomBuildStep>
  170. <Command>copy "..\x64\Release\SMP.exe" "..\Fertig\x64\smp.exe"</Command>
  171. </CustomBuildStep>
  172. <CustomBuildStep>
  173. <Outputs>Kopieren...;%(Outputs)</Outputs>
  174. </CustomBuildStep>
  175. </ItemDefinitionGroup>
  176. <ItemGroup>
  177. <ClCompile Include="Netzwerk\LTSKlient.cpp" />
  178. <ClCompile Include="Netzwerk\Main\MSKlient.cpp" />
  179. <ClCompile Include="Netzwerk\Patch\PSKlient.cpp" />
  180. <ClCompile Include="Programm\Basic\Abschnitt.cpp" />
  181. <ClCompile Include="Programm\Beenden\Beenden.cpp" />
  182. <ClCompile Include="Programm\Login\Login.cpp" />
  183. <ClCompile Include="Programm\Programm.cpp" />
  184. <ClCompile Include="Programm\Server\Patch\PatchServer.cpp" />
  185. <ClCompile Include="Programm\Version\Version.cpp" />
  186. <ClCompile Include="Render\Render.cpp" />
  187. <ClCompile Include="Ressourcen\Ressourcen.cpp" />
  188. <ClCompile Include="Start\Start.cpp" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. <ClInclude Include="Netzwerk\Main\MSKlient.h" />
  192. <ClInclude Include="Netzwerk\Patch\PSKlient.h" />
  193. <ClInclude Include="Netzwerk\LTSKlient.h" />
  194. <ClInclude Include="Programm\Basic\Abschnitt.h" />
  195. <ClInclude Include="Programm\Beenden\Beenden.h" />
  196. <ClInclude Include="Programm\Login\Login.h" />
  197. <ClInclude Include="Programm\Programm.h" />
  198. <ClInclude Include="Programm\Server\Patch\PatchServer.h" />
  199. <ClInclude Include="Programm\Version\Version.h" />
  200. <ClInclude Include="Render\Render.h" />
  201. <ClInclude Include="Ressourcen\Ressourcen.h" />
  202. <ClInclude Include="Start\Start.h" />
  203. </ItemGroup>
  204. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  205. <ImportGroup Label="ExtensionTargets">
  206. </ImportGroup>
  207. </Project>