Linie.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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>{B2E0B9EF-0131-42B7-A7AC-A5A74C7547A7}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>Linie</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. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\GSL\GSL\Include;$(IncludePath)</IncludePath>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  75. <LinkIncremental>true</LinkIncremental>
  76. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\GSL\GSL\Include;..\..\..\..\Klient\KSGNetwork\Include;$(IncludePath)</IncludePath>
  77. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\Debug;$(LibraryPath)</LibraryPath>
  78. <CustomBuildBeforeTargets>
  79. </CustomBuildBeforeTargets>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  82. <LinkIncremental>false</LinkIncremental>
  83. <IncludePath>..\..\..\..\Klient\KSGNetwork\Include;..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\GSL\GSL\Include;$(IncludePath)</IncludePath>
  84. <LibraryPath>..\..\..\..\..\Allgemein\Framework\Release;$(LibraryPath)</LibraryPath>
  85. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  88. <LinkIncremental>false</LinkIncremental>
  89. <IncludePath>..\..\..\..\Klient\KSGNetwork\Include;..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\GSL\GSL\Include;$(IncludePath)</IncludePath>
  90. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\Release;$(LibraryPath)</LibraryPath>
  91. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  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;_USRDLL;LINIE_EXPORTS;%(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;_USRDLL;LINIE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  113. </ClCompile>
  114. <Link>
  115. <SubSystem>Windows</SubSystem>
  116. <GenerateDebugInformation>true</GenerateDebugInformation>
  117. <AdditionalDependencies>framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  118. </Link>
  119. <CustomBuildStep>
  120. <Command>copy "..\x64\Debug\Linie.dll" "..\..\..\..\Klient\Fertig\Debug\Spiele\x64\Linie\bin\Linie.dll";%(Outputs)</Command>
  121. </CustomBuildStep>
  122. <CustomBuildStep>
  123. <Outputs>kopieren;%(Outputs)</Outputs>
  124. </CustomBuildStep>
  125. </ItemDefinitionGroup>
  126. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  127. <ClCompile>
  128. <WarningLevel>Level3</WarningLevel>
  129. <PrecompiledHeader>
  130. </PrecompiledHeader>
  131. <Optimization>MaxSpeed</Optimization>
  132. <FunctionLevelLinking>true</FunctionLevelLinking>
  133. <IntrinsicFunctions>true</IntrinsicFunctions>
  134. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LINIE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  135. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  136. </ClCompile>
  137. <Link>
  138. <SubSystem>Windows</SubSystem>
  139. <GenerateDebugInformation>true</GenerateDebugInformation>
  140. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  141. <OptimizeReferences>true</OptimizeReferences>
  142. <AdditionalDependencies>framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  143. </Link>
  144. <CustomBuildStep>
  145. <Command>copy "..\Release\Linie.dll" "..\..\..\..\Klient\Fertig\Spiele\x32\Linie\bin\Linie.dll"</Command>
  146. </CustomBuildStep>
  147. <CustomBuildStep>
  148. <Outputs>kopieren...;%(Outputs)</Outputs>
  149. </CustomBuildStep>
  150. </ItemDefinitionGroup>
  151. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  152. <ClCompile>
  153. <WarningLevel>Level3</WarningLevel>
  154. <PrecompiledHeader>
  155. </PrecompiledHeader>
  156. <Optimization>MaxSpeed</Optimization>
  157. <FunctionLevelLinking>true</FunctionLevelLinking>
  158. <IntrinsicFunctions>true</IntrinsicFunctions>
  159. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LINIE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  160. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  161. </ClCompile>
  162. <Link>
  163. <SubSystem>Windows</SubSystem>
  164. <GenerateDebugInformation>true</GenerateDebugInformation>
  165. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  166. <OptimizeReferences>true</OptimizeReferences>
  167. <AdditionalDependencies>framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  168. </Link>
  169. <CustomBuildStep>
  170. <Command>copy "..\x64\Release\Linie.dll" "..\..\..\..\Klient\Fertig\Spiele\x64\Linie\bin\linie.dll</Command>
  171. </CustomBuildStep>
  172. <CustomBuildStep>
  173. <Outputs>kopieren...;%(Outputs)</Outputs>
  174. </CustomBuildStep>
  175. </ItemDefinitionGroup>
  176. <ItemGroup>
  177. <ClInclude Include="Aufzeichnung\Aufzeichnung.h" />
  178. <ClInclude Include="Aufzeichnung\Bestenliste\VideoBestenliste.h" />
  179. <ClInclude Include="Aufzeichnung\Chat\VideoChat.h" />
  180. <ClInclude Include="Aufzeichnung\Ende\VideoEnde.h" />
  181. <ClInclude Include="Aufzeichnung\Kamera\VideoKamera.h" />
  182. <ClInclude Include="Aufzeichnung\Karte\VideoKarte.h" />
  183. <ClInclude Include="Aufzeichnung\Nachricht\VideoNachricht.h" />
  184. <ClInclude Include="Aufzeichnung\Spieler\VideoSpieler.h" />
  185. <ClInclude Include="Aufzeichnung\Steuerung\VideoSteuerung.h" />
  186. <ClInclude Include="Aufzeichnung\VideoDaten\VideoDaten.h" />
  187. <ClInclude Include="HistorieStatistik\HistorieStatistik.h" />
  188. <ClInclude Include="HistorieStatistik\StatistikLeser.h" />
  189. <ClInclude Include="Netzwerk\STKNachricht.h" />
  190. <ClInclude Include="SpielStatistik\Chat\StatistikChat.h" />
  191. <ClInclude Include="SpielStatistik\Runde\StatistikRunde.h" />
  192. <ClInclude Include="SpielStatistik\SpielStatistik.h" />
  193. <ClInclude Include="SpielStatistik\SpielStatistikDaten.h" />
  194. <ClInclude Include="SpielStatistik\Tabelle\StatistikTabelle.h" />
  195. <ClInclude Include="Spiel\Bestenliste\Bestenliste.h" />
  196. <ClInclude Include="Spiel\Chat\Chat.h" />
  197. <ClInclude Include="Spiel\Ende\Ende.h" />
  198. <ClInclude Include="Spiel\Ende\RundenEnde.h" />
  199. <ClInclude Include="Spiel\Kamera\Kamera.h" />
  200. <ClInclude Include="Spiel\Karte\Karte.h" />
  201. <ClInclude Include="Spiel\Spieler\Spieler.h" />
  202. <ClInclude Include="Spiel\SpielKlasse.h" />
  203. </ItemGroup>
  204. <ItemGroup>
  205. <ClCompile Include="Aufzeichnung\Aufzeichnung.cpp" />
  206. <ClCompile Include="Aufzeichnung\Bestenliste\VideoBestenliste.cpp" />
  207. <ClCompile Include="Aufzeichnung\Chat\VideoChat.cpp" />
  208. <ClCompile Include="Aufzeichnung\Ende\VideoEnde.cpp" />
  209. <ClCompile Include="Aufzeichnung\Kamera\VideoKamera.cpp" />
  210. <ClCompile Include="Aufzeichnung\Karte\VideoKarte.cpp" />
  211. <ClCompile Include="Aufzeichnung\Nachricht\VideoNachricht.cpp" />
  212. <ClCompile Include="Aufzeichnung\Spieler\VideoSpieler.cpp" />
  213. <ClCompile Include="Aufzeichnung\Steuerung\VideoSteuerung.cpp" />
  214. <ClCompile Include="HistorieStatistik\HistorieStatistik.cpp" />
  215. <ClCompile Include="HistorieStatistik\StatistikLeser.cpp" />
  216. <ClCompile Include="Netzwerk\STKNachricht.cpp" />
  217. <ClCompile Include="SpielStatistik\Chat\StatistikChat.cpp" />
  218. <ClCompile Include="SpielStatistik\Runde\StatistikRunde.cpp" />
  219. <ClCompile Include="SpielStatistik\SpielStatistik.cpp" />
  220. <ClCompile Include="SpielStatistik\Tabelle\StatistikTabelle.cpp" />
  221. <ClCompile Include="Spiel\Bestenliste\Bestenliste.cpp" />
  222. <ClCompile Include="Spiel\Chat\Chat.cpp" />
  223. <ClCompile Include="Spiel\Ende\Ende.cpp" />
  224. <ClCompile Include="Spiel\Ende\RundenEnde.cpp" />
  225. <ClCompile Include="Spiel\Kamera\Kamera.cpp" />
  226. <ClCompile Include="Spiel\Karte\Karte.cpp" />
  227. <ClCompile Include="Spiel\Spieler\Spieler.cpp" />
  228. <ClCompile Include="Spiel\SpielKlasse.cpp" />
  229. <ClCompile Include="Start\DllStart.cpp" />
  230. </ItemGroup>
  231. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  232. <ImportGroup Label="ExtensionTargets">
  233. </ImportGroup>
  234. </Project>