patcher.vcxproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  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>{CBA67731-4D13-459A-BA44-543A7AFC6E04}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>patcher</RootNamespace>
  25. <WindowsTargetPlatformVersion>10.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. <CharacterSet>Unicode</CharacterSet>
  32. <PlatformToolset>v143</PlatformToolset>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  35. <ConfigurationType>Application</ConfigurationType>
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <CharacterSet>MultiByte</CharacterSet>
  38. <PlatformToolset>v143</PlatformToolset>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  41. <ConfigurationType>Application</ConfigurationType>
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <WholeProgramOptimization>true</WholeProgramOptimization>
  44. <CharacterSet>MultiByte</CharacterSet>
  45. <PlatformToolset>v143</PlatformToolset>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>Application</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <WholeProgramOptimization>true</WholeProgramOptimization>
  51. <CharacterSet>MultiByte</CharacterSet>
  52. <PlatformToolset>v143</PlatformToolset>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. </ImportGroup>
  60. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  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 Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <PropertyGroup Label="UserMacros" />
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  71. <LinkIncremental>true</LinkIncremental>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  74. <LinkIncremental>true</LinkIncremental>
  75. <IncludePath>..\..\KSGNetwork\Include;..\..\..\..\Allgemein\Framework;..\..\..\..\Allgemein\Network\Network;..\..\..\..\Allgemein\ksgScript\ksgScript\Include;..\..\Include;..\..\..\..\Allgemein\GSL\GSL\Include;..\..\..\..\OpenSSL\x64\Debug\Include;$(IncludePath)</IncludePath>
  76. <LibraryPath>..\..\..\..\Allgemein\Framework\x64\Debug;..\..\..\..\Allgemein\Network\x64\Debug;$(LibraryPath)</LibraryPath>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  79. <LinkIncremental>false</LinkIncremental>
  80. <IncludePath>..\..\..\..\OpenSSL\x32\Release\Include;..\..\..\..\Allgemein\Framework;..\..\..\..\Allgemein\Network\Network;..\..\..\..\Allgemein\ksgScript\ksgScript\Include;..\..\Include;..\..\..\..\Allgemein\GSL\GSL\Include;..\..\KSGNetwork\Include;$(IncludePath)</IncludePath>
  81. <LibraryPath>..\..\..\..\Allgemein\Framework\Release;..\..\..\..\Allgemein\Network\Release;..\..\..\..\Allgemein\ksgScript\Release;$(LibraryPath)</LibraryPath>
  82. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  85. <LinkIncremental>false</LinkIncremental>
  86. <IncludePath>..\..\KSGNetwork\Include;..\..\..\..\OpenSSL\x64\Release\Include;..\..\..\..\Allgemein\Framework;..\..\..\..\Allgemein\Network\Network;..\..\..\..\Allgemein\ksgScript\ksgScript\Include;..\..\Include;..\..\..\..\Allgemein\GSL\GSL\Include;$(IncludePath)</IncludePath>
  87. <LibraryPath>..\..\..\..\Allgemein\Framework\x64\Release;..\..\..\..\Allgemein\Network\x64\Release;..\..\..\..\Allgemein\ksgScript\x64\Release;$(LibraryPath)</LibraryPath>
  88. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  89. </PropertyGroup>
  90. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  91. <ClCompile>
  92. <PrecompiledHeader>
  93. </PrecompiledHeader>
  94. <WarningLevel>Level3</WarningLevel>
  95. <Optimization>Disabled</Optimization>
  96. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  97. </ClCompile>
  98. <Link>
  99. <SubSystem>Windows</SubSystem>
  100. <GenerateDebugInformation>true</GenerateDebugInformation>
  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;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  110. </ClCompile>
  111. <Link>
  112. <SubSystem>Windows</SubSystem>
  113. <GenerateDebugInformation>true</GenerateDebugInformation>
  114. <AdditionalDependencies>Framework.lib;Network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  115. </Link>
  116. <CustomBuildStep>
  117. <Command>xcopy /S /Q /y "..\..\Fertig\Debug\x64\data" "data\"
  118. copy "..\x64\Debug\patcher.exe" "..\..\Fertig\Debug\x64\Data\Patch\bin\patcher.exe"</Command>
  119. </CustomBuildStep>
  120. <CustomBuildStep>
  121. <Outputs>kopieren...;%(Outputs)</Outputs>
  122. </CustomBuildStep>
  123. </ItemDefinitionGroup>
  124. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  125. <ClCompile>
  126. <WarningLevel>Level3</WarningLevel>
  127. <PrecompiledHeader>
  128. </PrecompiledHeader>
  129. <Optimization>MaxSpeed</Optimization>
  130. <FunctionLevelLinking>true</FunctionLevelLinking>
  131. <IntrinsicFunctions>true</IntrinsicFunctions>
  132. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  133. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  134. </ClCompile>
  135. <Link>
  136. <SubSystem>Windows</SubSystem>
  137. <GenerateDebugInformation>true</GenerateDebugInformation>
  138. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  139. <OptimizeReferences>true</OptimizeReferences>
  140. <AdditionalDependencies>Framework.lib;Network.lib;Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  141. </Link>
  142. <CustomBuildStep>
  143. <Command>copy "..\Release\patcher.exe" "..\..\Fertig\x32\Data\Patch\bin\patcher.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;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  158. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  159. </ClCompile>
  160. <Link>
  161. <SubSystem>Windows</SubSystem>
  162. <GenerateDebugInformation>true</GenerateDebugInformation>
  163. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  164. <OptimizeReferences>true</OptimizeReferences>
  165. <AdditionalDependencies>Framework.lib;Network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  166. </Link>
  167. <CustomBuildStep>
  168. <Command>copy "..\x64\Release\patcher.exe" "..\..\Fertig\x64\Data\Patch\bin\patcher.exe"</Command>
  169. </CustomBuildStep>
  170. <CustomBuildStep>
  171. <Outputs>kopiern...;%(Outputs)</Outputs>
  172. </CustomBuildStep>
  173. </ItemDefinitionGroup>
  174. <ItemGroup>
  175. <ClCompile Include="News.cpp" />
  176. <ClCompile Include="Patcher.cpp" />
  177. <ClCompile Include="start.cpp" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <ClInclude Include="News.h" />
  181. <ClInclude Include="Patcher.h" />
  182. </ItemGroup>
  183. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  184. <ImportGroup Label="ExtensionTargets">
  185. </ImportGroup>
  186. </Project>