Framework.vcxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  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>{C67E1D50-8FED-42FC-9538-1818297CF817}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>Framework</RootNamespace>
  25. <WindowsTargetPlatformVersion>8.1</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. <CharacterSet>MultiByte</CharacterSet>
  32. <PlatformToolset>v141</PlatformToolset>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  35. <ConfigurationType>DynamicLibrary</ConfigurationType>
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <CharacterSet>MultiByte</CharacterSet>
  38. <PlatformToolset>v141</PlatformToolset>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  41. <ConfigurationType>DynamicLibrary</ConfigurationType>
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <WholeProgramOptimization>true</WholeProgramOptimization>
  44. <CharacterSet>MultiByte</CharacterSet>
  45. <PlatformToolset>v141</PlatformToolset>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>DynamicLibrary</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <WholeProgramOptimization>true</WholeProgramOptimization>
  51. <CharacterSet>MultiByte</CharacterSet>
  52. <PlatformToolset>v141</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. <ReferencePath>C:\Program Files %28x86%29\Visual Leak Detector\lib\Win32;$(ReferencePath)</ReferencePath>
  73. <SourcePath>$(SourcePath)</SourcePath>
  74. <IncludePath>C:\Program Files %28x86%29\Visual Leak Detector\include;DXSDK_DIR)include;$(IncludePath)</IncludePath>
  75. <LibraryPath>C:\Program Files %28x86%29\Visual Leak Detector\lib\Win32;$(DXSDK_DIR)lib\x86;$(LibraryPath)</LibraryPath>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  78. <LinkIncremental>true</LinkIncremental>
  79. <ReferencePath>$(ReferencePath)</ReferencePath>
  80. <SourcePath>$(SourcePath)</SourcePath>
  81. <IncludePath>$(IncludePath)</IncludePath>
  82. <LibraryPath>$(LibraryPath)</LibraryPath>
  83. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <LinkIncremental>false</LinkIncremental>
  87. <IncludePath>$(IncludePath)</IncludePath>
  88. <ReferencePath>$(ReferencePath)</ReferencePath>
  89. <LibraryPath>$(LibraryPath)</LibraryPath>
  90. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  93. <LinkIncremental>false</LinkIncremental>
  94. <IncludePath>$(IncludePath)</IncludePath>
  95. <ReferencePath>$(ReferencePath)</ReferencePath>
  96. <LibraryPath>$(LibraryPath)</LibraryPath>
  97. <SourcePath>$(SourcePath)</SourcePath>
  98. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  99. </PropertyGroup>
  100. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  101. <ClCompile>
  102. <PrecompiledHeader>
  103. </PrecompiledHeader>
  104. <WarningLevel>Level3</WarningLevel>
  105. <Optimization>Disabled</Optimization>
  106. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;FRAMEWORK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  107. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  108. </ClCompile>
  109. <Link>
  110. <SubSystem>Windows</SubSystem>
  111. <GenerateDebugInformation>true</GenerateDebugInformation>
  112. <AdditionalDependencies>dxerr.lib;dxguid.lib;d3dx9.lib;d3dx10.lib;d3d9.lib;winmm.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  113. </Link>
  114. </ItemDefinitionGroup>
  115. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  116. <ClCompile>
  117. <PrecompiledHeader>
  118. </PrecompiledHeader>
  119. <WarningLevel>Level3</WarningLevel>
  120. <Optimization>Disabled</Optimization>
  121. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;FRAMEWORK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  122. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  123. <BrowseInformation>true</BrowseInformation>
  124. </ClCompile>
  125. <Link>
  126. <SubSystem>Windows</SubSystem>
  127. <GenerateDebugInformation>true</GenerateDebugInformation>
  128. <AdditionalDependencies>d3dcompiler.lib;d3d9.lib;d3d11.lib;DXGI.lib;dxguid.lib;winmm.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  129. </Link>
  130. <CustomBuildStep>
  131. <Command>copy "x64\Debug\Framework.dll" "..\..\Spiele Platform\Klient\Start\Start\framework.dll"
  132. copy "x64\Debug\Framework.dll" "..\..\Spiele Platform\Klient\patcher\patcher\framework.dll"
  133. copy "x64\Debug\Framework.dll" "..\..\Spiele Platform\Klient\Icon\Icon\framework.dll"
  134. copy "x64\Debug\Framework.dll" "..\..\Spiele Platform\SMP\SMP\framework.dll"
  135. copy "x64\Debug\Framework.dll" "..\LTDB Konverter\LTDB Konverter\framework.dll"
  136. copy "x64\Debug\Framework.dll" "..\GSL Konverter\GSL Konverter\framework.dll"
  137. copy "x64\Debug\Framework.dll" "..\..\Spiele Platform\Klient\Fertig\Debug\x64\framework.dll"</Command>
  138. <Outputs>kopiere Dateien...;%(Outputs)</Outputs>
  139. </CustomBuildStep>
  140. <Bscmake>
  141. <PreserveSbr>true</PreserveSbr>
  142. </Bscmake>
  143. </ItemDefinitionGroup>
  144. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  145. <ClCompile>
  146. <WarningLevel>Level3</WarningLevel>
  147. <PrecompiledHeader>
  148. </PrecompiledHeader>
  149. <Optimization>Full</Optimization>
  150. <FunctionLevelLinking>true</FunctionLevelLinking>
  151. <IntrinsicFunctions>true</IntrinsicFunctions>
  152. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;FRAMEWORK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  153. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  154. </ClCompile>
  155. <Link>
  156. <SubSystem>Windows</SubSystem>
  157. <GenerateDebugInformation>true</GenerateDebugInformation>
  158. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  159. <OptimizeReferences>true</OptimizeReferences>
  160. <AdditionalDependencies>d3dcompiler.lib;d3d9.lib;d3d11.lib;DXGI.lib;dxguid.lib;winmm.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  161. </Link>
  162. <CustomBuildStep>
  163. <Command>copy "Release\Framework.dll" "..\..\Spiele Platform\Klient\Fertig\x32\framework.dll"
  164. copy "Release\Framework.dll" "..\..\Spiele Platform\SMP\Fertig\x32\framework.dll"</Command>
  165. </CustomBuildStep>
  166. <CustomBuildStep>
  167. <Outputs>kopiere...;%(Outputs)</Outputs>
  168. </CustomBuildStep>
  169. </ItemDefinitionGroup>
  170. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  171. <ClCompile>
  172. <WarningLevel>Level3</WarningLevel>
  173. <PrecompiledHeader>
  174. </PrecompiledHeader>
  175. <Optimization>Full</Optimization>
  176. <FunctionLevelLinking>true</FunctionLevelLinking>
  177. <IntrinsicFunctions>true</IntrinsicFunctions>
  178. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;FRAMEWORK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  179. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  180. <BrowseInformation>true</BrowseInformation>
  181. </ClCompile>
  182. <Link>
  183. <SubSystem>Windows</SubSystem>
  184. <GenerateDebugInformation>true</GenerateDebugInformation>
  185. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  186. <OptimizeReferences>true</OptimizeReferences>
  187. <AdditionalDependencies>d3dcompiler.lib;d3d9.lib;d3d11.lib;DXGI.lib;dxguid.lib;winmm.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  188. </Link>
  189. <CustomBuildStep>
  190. <Command>copy "x64\Release\Framework.dll" "..\..\Spiele Platform\Klient\Fertig\x64\framework.dll"
  191. copy "x64\Release\Framework.dll" "..\..\Spiele Platform\SMP\Fertig\x64\framework.dll"</Command>
  192. <Outputs>kopiere...;%(Outputs)</Outputs>
  193. </CustomBuildStep>
  194. <Bscmake>
  195. <PreserveSbr>true</PreserveSbr>
  196. </Bscmake>
  197. </ItemDefinitionGroup>
  198. <ItemGroup>
  199. <ClInclude Include="AlphaFeld.h" />
  200. <ClInclude Include="Animation.h" />
  201. <ClInclude Include="Animation3D.h" />
  202. <ClInclude Include="Array.h" />
  203. <ClInclude Include="AsynchronCall.h" />
  204. <ClInclude Include="AuswahlBox.h" />
  205. <ClInclude Include="Bild.h" />
  206. <ClInclude Include="Bildschirm.h" />
  207. <ClInclude Include="CharMap.h" />
  208. <ClInclude Include="Critical.h" />
  209. <ClInclude Include="Cube.h" />
  210. <ClInclude Include="Dialog.h" />
  211. <ClInclude Include="DXBuffer.h" />
  212. <ClInclude Include="Datei.h" />
  213. <ClInclude Include="DateiDialog.h" />
  214. <ClInclude Include="DateiSystem.h" />
  215. <ClInclude Include="DefaultShader.h" />
  216. <ClInclude Include="Diagramm.h" />
  217. <ClInclude Include="DreieckListe.h" />
  218. <ClInclude Include="Fenster.h" />
  219. <ClInclude Include="Fortschritt.h" />
  220. <ClInclude Include="FrameworkMath.h" />
  221. <ClInclude Include="Globals.h" />
  222. <ClInclude Include="InitDatei.h" />
  223. <ClInclude Include="JSON.h" />
  224. <ClInclude Include="Kam3D.h" />
  225. <ClInclude Include="Kamera2D.h" />
  226. <ClInclude Include="Knopf.h" />
  227. <ClInclude Include="KSGTDatei.h" />
  228. <ClInclude Include="Liste.h" />
  229. <ClInclude Include="M2Datei.h" />
  230. <ClInclude Include="M3Datei.h" />
  231. <ClInclude Include="main.h" />
  232. <ClInclude Include="Mat3.h" />
  233. <ClInclude Include="Mat4.h" />
  234. <ClInclude Include="Maus.h" />
  235. <ClInclude Include="MausEreignis.h" />
  236. <ClInclude Include="Model2D.h" />
  237. <ClInclude Include="M2DVorschau.h" />
  238. <ClInclude Include="Model3D.h" />
  239. <ClInclude Include="Model3DList.h" />
  240. <ClInclude Include="Pair.h" />
  241. <ClInclude Include="Random.h" />
  242. <ClInclude Include="Reader.h" />
  243. <ClInclude Include="Rect2.h" />
  244. <ClInclude Include="ReferenceCounting.h" />
  245. <ClInclude Include="Render3D.h" />
  246. <ClInclude Include="Shader.h" />
  247. <ClInclude Include="Textur.h" />
  248. <ClInclude Include="Textur2D.h" />
  249. <ClInclude Include="TexturList.h" />
  250. <ClInclude Include="TexturModel.h" />
  251. <ClInclude Include="Ebene3D.h" />
  252. <ClInclude Include="Tree.h" />
  253. <ClInclude Include="Trie.h" />
  254. <ClInclude Include="UIInitialization.h" />
  255. <ClInclude Include="UIMLView.h" />
  256. <ClInclude Include="Welt2D.h" />
  257. <ClInclude Include="Welt3D.h" />
  258. <ClInclude Include="XML.h" />
  259. <ClInclude Include="Zeichnung.h" />
  260. <ClInclude Include="Prozess.h" />
  261. <ClInclude Include="Punkt.h" />
  262. <ClInclude Include="Rahmen.h" />
  263. <ClInclude Include="RenderThread.h" />
  264. <ClInclude Include="Key.h" />
  265. <ClInclude Include="Schrift.h" />
  266. <ClInclude Include="Scroll.h" />
  267. <ClInclude Include="Tabelle.h" />
  268. <ClInclude Include="TastaturEreignis.h" />
  269. <ClInclude Include="Text.h" />
  270. <ClInclude Include="TextFeld.h" />
  271. <ClInclude Include="Thread.h" />
  272. <ClInclude Include="ToolTip.h" />
  273. <ClInclude Include="Betriebssystem.h" />
  274. <ClInclude Include="Vec2.h" />
  275. <ClInclude Include="Vec3.h" />
  276. <ClInclude Include="Zeichnung3D.h" />
  277. <ClInclude Include="Zeit.h" />
  278. </ItemGroup>
  279. <ItemGroup>
  280. <ClCompile Include="AlphaFeld.cpp" />
  281. <ClCompile Include="Animation.cpp" />
  282. <ClCompile Include="Animation3D.cpp" />
  283. <ClCompile Include="AsynchronCall.cpp" />
  284. <ClCompile Include="AuswahlBox.cpp" />
  285. <ClCompile Include="Bild.cpp" />
  286. <ClCompile Include="Bildschirm.cpp" />
  287. <ClCompile Include="Critical.cpp" />
  288. <ClCompile Include="Cube.cpp" />
  289. <ClCompile Include="Datei.cpp" />
  290. <ClCompile Include="DateiDialog.cpp" />
  291. <ClCompile Include="DateiSystem.cpp" />
  292. <ClCompile Include="Diagramm.cpp" />
  293. <ClCompile Include="Dialog.cpp" />
  294. <ClCompile Include="DXBuffer.cpp" />
  295. <ClCompile Include="Fenster.cpp" />
  296. <ClCompile Include="Fortschritt.cpp" />
  297. <ClCompile Include="Global.cpp" />
  298. <ClCompile Include="InitDatei.cpp" />
  299. <ClCompile Include="JSON.cpp" />
  300. <ClCompile Include="Kam3D.cpp" />
  301. <ClCompile Include="Kamera2D.cpp" />
  302. <ClCompile Include="Knopf.cpp" />
  303. <ClCompile Include="KSGTDatei.cpp" />
  304. <ClCompile Include="Liste.cpp" />
  305. <ClCompile Include="M2Datei.cpp" />
  306. <ClCompile Include="M2DVorschau.cpp" />
  307. <ClCompile Include="M3Datei.cpp" />
  308. <ClCompile Include="Maus.cpp" />
  309. <ClCompile Include="MausEreignis.cpp" />
  310. <ClCompile Include="Model2D.cpp" />
  311. <ClCompile Include="Model3D.cpp" />
  312. <ClCompile Include="Model3DList.cpp" />
  313. <ClCompile Include="Random.cpp" />
  314. <ClCompile Include="Render3D.cpp" />
  315. <ClCompile Include="Shader.cpp" />
  316. <ClCompile Include="Textur.cpp" />
  317. <ClCompile Include="Textur2D.cpp" />
  318. <ClCompile Include="TexturList.cpp" />
  319. <ClCompile Include="TexturModel.cpp" />
  320. <ClCompile Include="UIInitialization.cpp" />
  321. <ClCompile Include="UIMLView.cpp" />
  322. <ClCompile Include="Welt2D.cpp" />
  323. <ClCompile Include="Welt3D.cpp" />
  324. <ClCompile Include="XML.cpp" />
  325. <ClCompile Include="Zeichnung3D.cpp" />
  326. <ClCompile Include="Zeichnung.cpp" />
  327. <ClCompile Include="Prozess.cpp" />
  328. <ClCompile Include="Punkt.cpp" />
  329. <ClCompile Include="Rahmen.cpp" />
  330. <ClCompile Include="RenderThread.cpp" />
  331. <ClCompile Include="Key.cpp" />
  332. <ClCompile Include="Schrift.cpp" />
  333. <ClCompile Include="Scroll.cpp" />
  334. <ClCompile Include="Tabelle.cpp" />
  335. <ClCompile Include="TastaturEreignis.cpp" />
  336. <ClCompile Include="Text.cpp" />
  337. <ClCompile Include="TextFeld.cpp" />
  338. <ClCompile Include="Thread.cpp" />
  339. <ClCompile Include="ToolTip.cpp" />
  340. <ClCompile Include="Zeit.cpp" />
  341. </ItemGroup>
  342. <ItemGroup>
  343. <Reference Include="System" />
  344. <Reference Include="System.Data" />
  345. <Reference Include="System.Drawing" />
  346. <Reference Include="System.Windows.Forms" />
  347. <Reference Include="System.Xml" />
  348. </ItemGroup>
  349. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  350. <ImportGroup Label="ExtensionTargets">
  351. </ImportGroup>
  352. </Project>