KSGNetwork.vcxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>15.0</VCProjectVersion>
  23. <ProjectGuid>{96295A91-C497-4691-B3F4-AE8CC7A7CEC5}</ProjectGuid>
  24. <RootNamespace>KSGNetwork</RootNamespace>
  25. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>Application</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v143</PlatformToolset>
  32. <CharacterSet>MultiByte</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  35. <ConfigurationType>DynamicLibrary</ConfigurationType>
  36. <UseDebugLibraries>false</UseDebugLibraries>
  37. <PlatformToolset>v143</PlatformToolset>
  38. <WholeProgramOptimization>true</WholeProgramOptimization>
  39. <CharacterSet>MultiByte</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  42. <ConfigurationType>DynamicLibrary</ConfigurationType>
  43. <UseDebugLibraries>true</UseDebugLibraries>
  44. <PlatformToolset>v143</PlatformToolset>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>DynamicLibrary</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <PlatformToolset>v143</PlatformToolset>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>MultiByte</CharacterSet>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="Shared">
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  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 Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  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)'=='Release|x64'">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <PropertyGroup Label="UserMacros" />
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  73. <IncludePath>..\..\..\..\Allgemein\Framework;..\..\..\..\Allgemein\Network\Network;..\..\..\..\Allgemein\GSL\GSL\Include;$(IncludePath)</IncludePath>
  74. <LibraryPath>..\..\..\..\Allgemein\Framework\x64\Debug;..\..\..\..\Allgemein\Network\x64\Debug;..\..\..\..\Allgemein\GSL\x64\Debug;$(LibraryPath)</LibraryPath>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  77. <IncludePath>..\..\..\..\Allgemein\GSL\GSL\Include;..\..\..\..\Allgemein\Framework;..\..\..\..\Allgemein\Network\Network;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  78. <LibraryPath>..\..\..\..\Allgemein\Framework\x64\Release;..\..\..\..\Allgemein\Network\x64\Release;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;..\..\..\..\Allgemein\GSL\x64\Release</LibraryPath>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  81. <IncludePath>..\..\..\..\Allgemein\GSL\GSL\Include;..\..\..\..\Allgemein\Framework;..\..\..\..\Allgemein\Network\Network;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  82. <LibraryPath>..\..\..\..\Allgemein\Framework\Release;..\..\..\..\Allgemein\Network\Release;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;..\..\..\..\Allgemein\GSL\Release</LibraryPath>
  83. </PropertyGroup>
  84. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  85. <ClCompile>
  86. <WarningLevel>Level3</WarningLevel>
  87. <Optimization>Disabled</Optimization>
  88. <SDLCheck>true</SDLCheck>
  89. <ConformanceMode>true</ConformanceMode>
  90. </ClCompile>
  91. </ItemDefinitionGroup>
  92. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  93. <ClCompile>
  94. <WarningLevel>Level3</WarningLevel>
  95. <Optimization>Disabled</Optimization>
  96. <SDLCheck>true</SDLCheck>
  97. <ConformanceMode>true</ConformanceMode>
  98. <PreprocessorDefinitions>_MBCS;_X64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  99. </ClCompile>
  100. <CustomBuildStep>
  101. <Command>copy "..\x64\Debug\KSGNetwork.dll" "..\..\Fertig\Debug\x64\data\bin\KSGNetwork.dll"</Command>
  102. </CustomBuildStep>
  103. <CustomBuildStep>
  104. <Outputs>Kopieren...;%(Outputs)</Outputs>
  105. </CustomBuildStep>
  106. <Link>
  107. <AdditionalDependencies>Framework.lib;Network.lib;GSL.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  108. </Link>
  109. </ItemDefinitionGroup>
  110. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  111. <ClCompile>
  112. <WarningLevel>Level3</WarningLevel>
  113. <Optimization>MaxSpeed</Optimization>
  114. <FunctionLevelLinking>true</FunctionLevelLinking>
  115. <IntrinsicFunctions>true</IntrinsicFunctions>
  116. <SDLCheck>true</SDLCheck>
  117. <ConformanceMode>true</ConformanceMode>
  118. </ClCompile>
  119. <Link>
  120. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  121. <OptimizeReferences>true</OptimizeReferences>
  122. <AdditionalDependencies>Framework.lib;Network.lib;GSL.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  123. </Link>
  124. <CustomBuildStep>
  125. <Command>copy "..\Release\KSGNetwork.dll" "..\..\Fertig\x32\data\bin\KSGNetwork.dll"</Command>
  126. <Outputs>Kopieren...;%(Outputs)</Outputs>
  127. </CustomBuildStep>
  128. </ItemDefinitionGroup>
  129. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  130. <ClCompile>
  131. <WarningLevel>Level3</WarningLevel>
  132. <Optimization>MaxSpeed</Optimization>
  133. <FunctionLevelLinking>true</FunctionLevelLinking>
  134. <IntrinsicFunctions>true</IntrinsicFunctions>
  135. <SDLCheck>true</SDLCheck>
  136. <ConformanceMode>true</ConformanceMode>
  137. <PreprocessorDefinitions>_MBCS;_X64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  138. </ClCompile>
  139. <Link>
  140. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  141. <OptimizeReferences>true</OptimizeReferences>
  142. <AdditionalDependencies>Framework.lib;Network.lib;GSL.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  143. </Link>
  144. <CustomBuildStep>
  145. <Command>copy "..\x64\Release\KSGNetwork.dll" "..\..\Fertig\x64\data\bin\KSGNetwork.dll"</Command>
  146. </CustomBuildStep>
  147. <CustomBuildStep>
  148. <Outputs>Kopieren...;%(Outputs)</Outputs>
  149. </CustomBuildStep>
  150. </ItemDefinitionGroup>
  151. <ItemGroup>
  152. <ClInclude Include="..\Include\KSGNetwork.h" />
  153. <ClInclude Include="AnmeldungClient.h" />
  154. <ClInclude Include="ChatClient.h" />
  155. <ClInclude Include="EditorClient.h" />
  156. <ClInclude Include="ErhaltungClient.h" />
  157. <ClInclude Include="HistorieClient.h" />
  158. <ClInclude Include="InformationClient.h" />
  159. <ClInclude Include="KartenClient.h" />
  160. <ClInclude Include="Keys.h" />
  161. <ClInclude Include="LoginClient.h" />
  162. <ClCompile Include="Main.cpp" />
  163. <ClInclude Include="MainClient.h" />
  164. <ClInclude Include="MinigameClient.h" />
  165. <ClInclude Include="NewsClient.h" />
  166. <ClInclude Include="PatchClient.h" />
  167. <ClInclude Include="RegisterServer.h" />
  168. <ClInclude Include="ShopClient.h" />
  169. <ClInclude Include="SpielClient.h" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <ClCompile Include="AnmeldungClient.cpp" />
  173. <ClCompile Include="ChatClient.cpp" />
  174. <ClCompile Include="EditorClient.cpp" />
  175. <ClCompile Include="ErhaltungClient.cpp" />
  176. <ClCompile Include="HistorieClient.cpp" />
  177. <ClCompile Include="InformationClient.cpp" />
  178. <ClCompile Include="KartenClient.cpp" />
  179. <ClCompile Include="Keys.cpp" />
  180. <ClCompile Include="LoginClient.cpp" />
  181. <ClCompile Include="MainClient.cpp" />
  182. <ClCompile Include="MinigameClient.cpp" />
  183. <ClCompile Include="NewsClient.cpp" />
  184. <ClCompile Include="PatchClient.cpp" />
  185. <ClCompile Include="RegisterClient.cpp" />
  186. <ClCompile Include="ShopClient.cpp" />
  187. <ClCompile Include="SpielClient.cpp" />
  188. </ItemGroup>
  189. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  190. <ImportGroup Label="ExtensionTargets">
  191. </ImportGroup>
  192. </Project>