Update.vcxproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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>{EA9C25EE-2921-4332-A408-B731BA9E4050}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>Update</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>DynamicLibrary</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v143</PlatformToolset>
  32. <CharacterSet>Unicode</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  35. <ConfigurationType>DynamicLibrary</ConfigurationType>
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <PlatformToolset>v143</PlatformToolset>
  38. <CharacterSet>MultiByte</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  41. <ConfigurationType>DynamicLibrary</ConfigurationType>
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <PlatformToolset>v143</PlatformToolset>
  44. <WholeProgramOptimization>true</WholeProgramOptimization>
  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="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;..\..\Include;$(IncludePath)</IncludePath>
  76. <LibraryPath>..\..\..\..\Allgemein\Framework\x64\Debug;..\..\..\..\Allgemein\Network\x64\Debug;$(LibraryPath)</LibraryPath>
  77. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  80. <LinkIncremental>false</LinkIncremental>
  81. <IncludePath>..\..\..\..\Allgemein\Framework;..\..\..\..\Allgemein\Network\Network;..\..\Include;..\..\KSGNetwork\Include;$(IncludePath)</IncludePath>
  82. <LibraryPath>..\..\..\..\Allgemein\Framework\Release;..\..\..\..\Allgemein\Network\Release;$(LibraryPath)</LibraryPath>
  83. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  86. <LinkIncremental>false</LinkIncremental>
  87. <IncludePath>..\..\KSGNetwork\Include;..\..\..\..\Allgemein\Framework;..\..\..\..\Allgemein\Network\Network;..\..\Include;$(IncludePath)</IncludePath>
  88. <LibraryPath>..\..\..\..\Allgemein\Framework\x64\Release;..\..\..\..\Allgemein\Network\x64\Release;$(LibraryPath)</LibraryPath>
  89. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  90. </PropertyGroup>
  91. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  92. <ClCompile>
  93. <PrecompiledHeader>
  94. </PrecompiledHeader>
  95. <WarningLevel>Level3</WarningLevel>
  96. <Optimization>Disabled</Optimization>
  97. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;UPDATE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  98. </ClCompile>
  99. <Link>
  100. <SubSystem>Windows</SubSystem>
  101. <GenerateDebugInformation>true</GenerateDebugInformation>
  102. </Link>
  103. </ItemDefinitionGroup>
  104. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  105. <ClCompile>
  106. <PrecompiledHeader>
  107. </PrecompiledHeader>
  108. <WarningLevel>Level3</WarningLevel>
  109. <Optimization>Disabled</Optimization>
  110. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;UPDATE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  111. </ClCompile>
  112. <Link>
  113. <SubSystem>Windows</SubSystem>
  114. <GenerateDebugInformation>true</GenerateDebugInformation>
  115. <AdditionalDependencies>Framework.lib;Network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  116. </Link>
  117. <CustomBuildStep>
  118. <Outputs>kopieren...;%(Outputs)</Outputs>
  119. <Command>copy "..\x64\Debug\Update.dll" "..\..\patcher\patcher\data\bin\Update.dll"
  120. copy "..\x64\Debug\Update.dll" "..\..\Fertig\Debug\x64\data\bin\Update.dll"</Command>
  121. </CustomBuildStep>
  122. </ItemDefinitionGroup>
  123. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  124. <ClCompile>
  125. <WarningLevel>Level3</WarningLevel>
  126. <PrecompiledHeader>
  127. </PrecompiledHeader>
  128. <Optimization>MaxSpeed</Optimization>
  129. <FunctionLevelLinking>true</FunctionLevelLinking>
  130. <IntrinsicFunctions>true</IntrinsicFunctions>
  131. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;UPDATE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  132. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  133. </ClCompile>
  134. <Link>
  135. <SubSystem>Windows</SubSystem>
  136. <GenerateDebugInformation>true</GenerateDebugInformation>
  137. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  138. <OptimizeReferences>true</OptimizeReferences>
  139. <AdditionalDependencies>Framework.lib;Network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  140. </Link>
  141. <CustomBuildStep>
  142. <Command>copy "..\Release\Update.dll" "..\..\Fertig\x32\data\bin\Update.dll"</Command>
  143. </CustomBuildStep>
  144. <CustomBuildStep>
  145. <Outputs>kopieren...;%(Outputs)</Outputs>
  146. </CustomBuildStep>
  147. </ItemDefinitionGroup>
  148. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  149. <ClCompile>
  150. <WarningLevel>Level3</WarningLevel>
  151. <PrecompiledHeader>
  152. </PrecompiledHeader>
  153. <Optimization>MaxSpeed</Optimization>
  154. <FunctionLevelLinking>true</FunctionLevelLinking>
  155. <IntrinsicFunctions>true</IntrinsicFunctions>
  156. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;UPDATE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  157. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  158. </ClCompile>
  159. <Link>
  160. <SubSystem>Windows</SubSystem>
  161. <GenerateDebugInformation>true</GenerateDebugInformation>
  162. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  163. <OptimizeReferences>true</OptimizeReferences>
  164. <AdditionalDependencies>Framework.lib;Network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  165. </Link>
  166. <CustomBuildStep>
  167. <Outputs>kopieren...;%(Outputs)</Outputs>
  168. <Command>copy "..\x64\Release\Update.dll" "..\..\Fertig\x64\data\bin\Update.dll"</Command>
  169. </CustomBuildStep>
  170. </ItemDefinitionGroup>
  171. <ItemGroup>
  172. <ClInclude Include="Updater.h" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <ClCompile Include="Einstieg.cpp" />
  176. <ClCompile Include="Updater.cpp" />
  177. </ItemGroup>
  178. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  179. <ImportGroup Label="ExtensionTargets">
  180. </ImportGroup>
  181. </Project>