Framework.vcxproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  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>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. <CharacterSet>MultiByte</CharacterSet>
  32. <PlatformToolset>v143</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>v143</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>v143</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>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. <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;WIN32;_DEBUG;_WINDOWS;_USRDLL;FRAMEWORK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  122. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  123. <BrowseInformation>true</BrowseInformation>
  124. <LanguageStandard>stdcpp20</LanguageStandard>
  125. </ClCompile>
  126. <Link>
  127. <SubSystem>Windows</SubSystem>
  128. <GenerateDebugInformation>true</GenerateDebugInformation>
  129. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  130. </Link>
  131. <CustomBuildStep>
  132. <Command>copy "x64\Debug\Framework.dll" "..\..\Spiele Platform\Klient\Start\Start\framework.dll"
  133. copy "x64\Debug\Framework.dll" "..\..\Spiele Platform\Klient\patcher\patcher\framework.dll"
  134. copy "x64\Debug\Framework.dll" "..\..\Spiele Platform\Klient\Icon\Icon\framework.dll"
  135. copy "x64\Debug\Framework.dll" "..\..\Spiele Platform\SMP\SMP\framework.dll"
  136. copy "x64\Debug\Framework.dll" "..\LTDBKonverter\LTDB Konverter\framework.dll"
  137. copy "x64\Debug\Framework.dll" "..\GSLKonverter\GSL Konverter\framework.dll"
  138. copy "x64\Debug\Framework.dll" "..\..\Spiele Platform\Klient\Fertig\Debug\x64\framework.dll"</Command>
  139. <Outputs>Kopieren...;%(Outputs)</Outputs>
  140. </CustomBuildStep>
  141. <Bscmake>
  142. <PreserveSbr>true</PreserveSbr>
  143. </Bscmake>
  144. </ItemDefinitionGroup>
  145. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  146. <ClCompile>
  147. <WarningLevel>Level3</WarningLevel>
  148. <PrecompiledHeader>
  149. </PrecompiledHeader>
  150. <Optimization>Full</Optimization>
  151. <FunctionLevelLinking>true</FunctionLevelLinking>
  152. <IntrinsicFunctions>true</IntrinsicFunctions>
  153. <PreprocessorDefinitions>_WIN32;WIN32;NDEBUG;_WINDOWS;_USRDLL;FRAMEWORK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  154. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  155. </ClCompile>
  156. <Link>
  157. <SubSystem>Windows</SubSystem>
  158. <GenerateDebugInformation>true</GenerateDebugInformation>
  159. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  160. <OptimizeReferences>true</OptimizeReferences>
  161. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  162. </Link>
  163. <CustomBuildStep>
  164. <Command>copy "Release\Framework.dll" "..\..\Spiele Platform\Klient\Fertig\x32\framework.dll"
  165. copy "Release\Framework.dll" "..\..\Spiele Platform\SMP\Fertig\x32\framework.dll"</Command>
  166. </CustomBuildStep>
  167. <CustomBuildStep>
  168. <Outputs>Kopieren...;%(Outputs)</Outputs>
  169. </CustomBuildStep>
  170. </ItemDefinitionGroup>
  171. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  172. <ClCompile>
  173. <WarningLevel>Level3</WarningLevel>
  174. <PrecompiledHeader>
  175. </PrecompiledHeader>
  176. <Optimization>MaxSpeed</Optimization>
  177. <FunctionLevelLinking>true</FunctionLevelLinking>
  178. <IntrinsicFunctions>true</IntrinsicFunctions>
  179. <PreprocessorDefinitions>_WIN32;WIN32;NDEBUG;_WINDOWS;_USRDLL;FRAMEWORK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  180. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  181. <BrowseInformation>true</BrowseInformation>
  182. <LanguageStandard>stdcpp20</LanguageStandard>
  183. </ClCompile>
  184. <Link>
  185. <SubSystem>Windows</SubSystem>
  186. <GenerateDebugInformation>true</GenerateDebugInformation>
  187. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  188. <OptimizeReferences>true</OptimizeReferences>
  189. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  190. </Link>
  191. <CustomBuildStep>
  192. <Command>copy "x64\Release\Framework.dll" "..\..\Spiele Platform\Klient\Fertig\x64\framework.dll"
  193. copy "x64\Release\Framework.dll" "..\..\Spiele Platform\SMP\Fertig\x64\framework.dll"</Command>
  194. <Outputs>Kopieren...;%(Outputs)</Outputs>
  195. </CustomBuildStep>
  196. <Bscmake>
  197. <PreserveSbr>true</PreserveSbr>
  198. </Bscmake>
  199. </ItemDefinitionGroup>
  200. <ItemGroup>
  201. <ClInclude Include="AlphaFeld.h" />
  202. <ClInclude Include="Animation.h" />
  203. <ClInclude Include="Animation3D.h" />
  204. <ClInclude Include="Array.h" />
  205. <ClInclude Include="AsynchronCall.h" />
  206. <ClInclude Include="AuswahlBox.h" />
  207. <ClInclude Include="Console.h" />
  208. <ClInclude Include="Iterator.h" />
  209. <ClInclude Include="Logging.h" />
  210. <ClInclude Include="Regex.h" />
  211. <ClInclude Include="Base64.h" />
  212. <ClInclude Include="Bild.h" />
  213. <ClInclude Include="Bildschirm.h" />
  214. <ClInclude Include="Cache.h" />
  215. <ClInclude Include="CharMap.h" />
  216. <ClInclude Include="d3dx12.h" />
  217. <ClInclude Include="DX12Buffer.h" />
  218. <ClInclude Include="DX12CommandQueue.h" />
  219. <ClInclude Include="Critical.h" />
  220. <ClInclude Include="Cube.h" />
  221. <ClInclude Include="Dialog.h" />
  222. <ClInclude Include="DLLRegister.h" />
  223. <ClInclude Include="DX12Shader.h" />
  224. <ClInclude Include="DX12Textur.h" />
  225. <ClInclude Include="Either.h" />
  226. <ClInclude Include="Errors.h" />
  227. <ClInclude Include="GraphicsApi.h" />
  228. <ClInclude Include="DXBuffer.h" />
  229. <ClInclude Include="Datei.h" />
  230. <ClInclude Include="DateiDialog.h" />
  231. <ClInclude Include="DateiSystem.h" />
  232. <ClInclude Include="Diagramm.h" />
  233. <ClInclude Include="DreieckListe.h" />
  234. <ClInclude Include="Fenster.h" />
  235. <ClInclude Include="Fortschritt.h" />
  236. <ClInclude Include="FrameworkMath.h" />
  237. <ClInclude Include="Globals.h" />
  238. <ClInclude Include="HashMap.h" />
  239. <ClInclude Include="ImmutablePair.h" />
  240. <ClInclude Include="InitDatei.h" />
  241. <ClInclude Include="InMemoryBuffer.h" />
  242. <ClInclude Include="JSON.h" />
  243. <ClInclude Include="Kam3D.h" />
  244. <ClInclude Include="Kamera2D.h" />
  245. <ClInclude Include="Knopf.h" />
  246. <ClInclude Include="KSGTDatei.h" />
  247. <ClInclude Include="Liste.h" />
  248. <ClInclude Include="M2Datei.h" />
  249. <ClInclude Include="M3Datei.h" />
  250. <ClInclude Include="main.h" />
  251. <ClInclude Include="Mat3.h" />
  252. <ClInclude Include="Mat4.h" />
  253. <ClInclude Include="Maus.h" />
  254. <ClInclude Include="MausEreignis.h" />
  255. <ClInclude Include="Maybe.h" />
  256. <ClInclude Include="ObjFile.h" />
  257. <ClInclude Include="RCPointer.h" />
  258. <ClInclude Include="ReferenceCounter.h" />
  259. <ClInclude Include="Slider.h" />
  260. <ClInclude Include="Stream.h" />
  261. <ClInclude Include="UIDialog.h" />
  262. <ClInclude Include="Model2D.h" />
  263. <ClInclude Include="M2DVorschau.h" />
  264. <ClInclude Include="Model3D.h" />
  265. <ClInclude Include="Model3DList.h" />
  266. <ClInclude Include="Pair.h" />
  267. <ClInclude Include="Random.h" />
  268. <ClInclude Include="Reader.h" />
  269. <ClInclude Include="Rect2.h" />
  270. <ClInclude Include="Shader.h" />
  271. <ClInclude Include="Textur.h" />
  272. <ClInclude Include="Textur2D.h" />
  273. <ClInclude Include="TexturList.h" />
  274. <ClInclude Include="TexturModel.h" />
  275. <ClInclude Include="Ebene3D.h" />
  276. <ClInclude Include="Tree.h" />
  277. <ClInclude Include="Trie.h" />
  278. <ClInclude Include="UIInitialization.h" />
  279. <ClInclude Include="UIMLView.h" />
  280. <ClInclude Include="VecN.h" />
  281. <ClInclude Include="Welt2D.h" />
  282. <ClInclude Include="Welt3D.h" />
  283. <ClInclude Include="Writer.h" />
  284. <ClInclude Include="XML.h" />
  285. <ClInclude Include="Zeichnung.h" />
  286. <ClInclude Include="Prozess.h" />
  287. <ClInclude Include="Punkt.h" />
  288. <ClInclude Include="Rahmen.h" />
  289. <ClInclude Include="RenderThread.h" />
  290. <ClInclude Include="Key.h" />
  291. <ClInclude Include="Schrift.h" />
  292. <ClInclude Include="Scroll.h" />
  293. <ClInclude Include="Tabelle.h" />
  294. <ClInclude Include="TastaturEreignis.h" />
  295. <ClInclude Include="Text.h" />
  296. <ClInclude Include="TextFeld.h" />
  297. <ClInclude Include="Thread.h" />
  298. <ClInclude Include="ToolTip.h" />
  299. <ClInclude Include="Betriebssystem.h" />
  300. <ClInclude Include="Vec2.h" />
  301. <ClInclude Include="Vec3.h" />
  302. <ClInclude Include="Zeichnung3D.h" />
  303. <ClInclude Include="Zeit.h" />
  304. </ItemGroup>
  305. <ItemGroup>
  306. <ClCompile Include="AlphaFeld.cpp" />
  307. <ClCompile Include="Animation.cpp" />
  308. <ClCompile Include="Animation3D.cpp" />
  309. <ClCompile Include="AsynchronCall.cpp" />
  310. <ClCompile Include="AuswahlBox.cpp" />
  311. <ClCompile Include="Console.cpp" />
  312. <ClCompile Include="Logging.cpp" />
  313. <ClCompile Include="Regex.cpp" />
  314. <ClCompile Include="Base64.cpp" />
  315. <ClCompile Include="Bild.cpp" />
  316. <ClCompile Include="Bildschirm.cpp" />
  317. <ClCompile Include="DX12Buffer.cpp" />
  318. <ClCompile Include="DX12CommandQueue.cpp" />
  319. <ClCompile Include="Critical.cpp" />
  320. <ClCompile Include="Cube.cpp" />
  321. <ClCompile Include="Datei.cpp" />
  322. <ClCompile Include="DateiDialog.cpp" />
  323. <ClCompile Include="DateiSystem.cpp" />
  324. <ClCompile Include="Diagramm.cpp" />
  325. <ClCompile Include="Dialog.cpp" />
  326. <ClCompile Include="DLLRegister.cpp" />
  327. <ClCompile Include="DX11GraphicsApi.cpp" />
  328. <ClCompile Include="DX12GraphicsApi.cpp" />
  329. <ClCompile Include="DX12Shader.cpp" />
  330. <ClCompile Include="DX12Textur.cpp" />
  331. <ClCompile Include="DX9GraphicsApi.cpp" />
  332. <ClCompile Include="DXBuffer.cpp" />
  333. <ClCompile Include="Errors.cpp" />
  334. <ClCompile Include="Fenster.cpp" />
  335. <ClCompile Include="Fortschritt.cpp" />
  336. <ClCompile Include="Global.cpp" />
  337. <ClCompile Include="GraphicsApi.cpp" />
  338. <ClCompile Include="InitDatei.cpp" />
  339. <ClCompile Include="InMemoryBuffer.cpp" />
  340. <ClCompile Include="JSON.cpp" />
  341. <ClCompile Include="Kam3D.cpp" />
  342. <ClCompile Include="Kamera2D.cpp" />
  343. <ClCompile Include="Knopf.cpp" />
  344. <ClCompile Include="KSGTDatei.cpp" />
  345. <ClCompile Include="Liste.cpp" />
  346. <ClCompile Include="M2Datei.cpp" />
  347. <ClCompile Include="M2DVorschau.cpp" />
  348. <ClCompile Include="M3Datei.cpp" />
  349. <ClCompile Include="Maus.cpp" />
  350. <ClCompile Include="MausEreignis.cpp" />
  351. <ClCompile Include="Model2D.cpp" />
  352. <ClCompile Include="Model3D.cpp" />
  353. <ClCompile Include="Model3DCollection.cpp" />
  354. <ClCompile Include="Model3DCollection.h" />
  355. <ClCompile Include="Model3DList.cpp" />
  356. <ClCompile Include="ObjFile.cpp" />
  357. <ClCompile Include="Random.cpp" />
  358. <ClCompile Include="Reader.cpp" />
  359. <ClCompile Include="ReferenceCounter.cpp" />
  360. <ClCompile Include="Shader.cpp" />
  361. <ClCompile Include="Slider.cpp" />
  362. <ClCompile Include="Supplier.h" />
  363. <ClCompile Include="Textur.cpp" />
  364. <ClCompile Include="Textur2D.cpp" />
  365. <ClCompile Include="TexturList.cpp" />
  366. <ClCompile Include="TexturModel.cpp" />
  367. <ClCompile Include="UIDialog.cpp" />
  368. <ClCompile Include="UIInitialization.cpp" />
  369. <ClCompile Include="UIMLView.cpp" />
  370. <ClCompile Include="Welt2D.cpp" />
  371. <ClCompile Include="Welt3D.cpp" />
  372. <ClCompile Include="Writer.cpp" />
  373. <ClCompile Include="XML.cpp" />
  374. <ClCompile Include="Zeichnung3D.cpp" />
  375. <ClCompile Include="Zeichnung.cpp" />
  376. <ClCompile Include="Prozess.cpp" />
  377. <ClCompile Include="Punkt.cpp" />
  378. <ClCompile Include="Rahmen.cpp" />
  379. <ClCompile Include="RenderThread.cpp" />
  380. <ClCompile Include="Key.cpp" />
  381. <ClCompile Include="Schrift.cpp" />
  382. <ClCompile Include="Scroll.cpp" />
  383. <ClCompile Include="Tabelle.cpp" />
  384. <ClCompile Include="TastaturEreignis.cpp" />
  385. <ClCompile Include="Text.cpp" />
  386. <ClCompile Include="TextFeld.cpp" />
  387. <ClCompile Include="Thread.cpp" />
  388. <ClCompile Include="ToolTip.cpp" />
  389. <ClCompile Include="Zeit.cpp" />
  390. </ItemGroup>
  391. <ItemGroup>
  392. <Reference Include="System" />
  393. <Reference Include="System.Data" />
  394. <Reference Include="System.Drawing" />
  395. <Reference Include="System.Windows.Forms" />
  396. <Reference Include="System.Xml" />
  397. </ItemGroup>
  398. <ItemGroup>
  399. <FxCompile Include="DX12PixelShader.hlsl">
  400. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Pixel</ShaderType>
  401. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Pixel</ShaderType>
  402. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Pixel</ShaderType>
  403. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Pixel</ShaderType>
  404. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">5.1</ShaderModel>
  405. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">5.1</ShaderModel>
  406. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">5.1</ShaderModel>
  407. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">5.1</ShaderModel>
  408. <VariableName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">DX12PixelShaderBytes</VariableName>
  409. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">DX12PixelShader.h</HeaderFileOutput>
  410. <VariableName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">DX12PixelShaderBytes</VariableName>
  411. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">DX12PixelShader.h</HeaderFileOutput>
  412. <VariableName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">DX12PixelShaderBytes</VariableName>
  413. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">DX12PixelShader.h</HeaderFileOutput>
  414. <VariableName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">DX12PixelShaderBytes</VariableName>
  415. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Release|x64'">DX12PixelShader.h</HeaderFileOutput>
  416. </FxCompile>
  417. <FxCompile Include="DX12VertexShader.hlsl">
  418. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Vertex</ShaderType>
  419. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Vertex</ShaderType>
  420. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Vertex</ShaderType>
  421. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Vertex</ShaderType>
  422. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">5.1</ShaderModel>
  423. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">5.1</ShaderModel>
  424. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">5.1</ShaderModel>
  425. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">5.1</ShaderModel>
  426. <VariableName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">DX12VertexShaderBytes</VariableName>
  427. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">DX12VertexShader.h</HeaderFileOutput>
  428. <VariableName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">DX12VertexShaderBytes</VariableName>
  429. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">DX12VertexShader.h</HeaderFileOutput>
  430. <VariableName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">DX12VertexShaderBytes</VariableName>
  431. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">DX12VertexShader.h</HeaderFileOutput>
  432. <VariableName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">DX12VertexShaderBytes</VariableName>
  433. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Release|x64'">DX12VertexShader.h</HeaderFileOutput>
  434. </FxCompile>
  435. <FxCompile Include="DX11PixelShader.hlsl">
  436. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Pixel</ShaderType>
  437. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Pixel</ShaderType>
  438. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Pixel</ShaderType>
  439. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Pixel</ShaderType>
  440. <EntryPointName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TexturePixelShader</EntryPointName>
  441. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">5.0</ShaderModel>
  442. <VariableName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">UIPixelShader</VariableName>
  443. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">UIPixelShader.h</HeaderFileOutput>
  444. <EntryPointName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TexturePixelShader</EntryPointName>
  445. <VariableName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">UIPixelShader</VariableName>
  446. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Release|x64'">UIPixelShader.h</HeaderFileOutput>
  447. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">5.0</ShaderModel>
  448. <EntryPointName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TexturePixelShader</EntryPointName>
  449. <EntryPointName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TexturePixelShader</EntryPointName>
  450. <VariableName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">UIPixelShader</VariableName>
  451. <VariableName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">UIPixelShader</VariableName>
  452. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">UIPixelShader.h</HeaderFileOutput>
  453. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">UIPixelShader.h</HeaderFileOutput>
  454. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">5.0</ShaderModel>
  455. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">5.0</ShaderModel>
  456. </FxCompile>
  457. <FxCompile Include="DX11VertexShader.hlsl">
  458. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Vertex</ShaderType>
  459. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Vertex</ShaderType>
  460. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Vertex</ShaderType>
  461. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Vertex</ShaderType>
  462. <EntryPointName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TextureVertexShader</EntryPointName>
  463. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">5.0</ShaderModel>
  464. <VariableName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">UIVertexShader</VariableName>
  465. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">UIVertexShader.h</HeaderFileOutput>
  466. <EntryPointName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TextureVertexShader</EntryPointName>
  467. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">5.0</ShaderModel>
  468. <EntryPointName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TextureVertexShader</EntryPointName>
  469. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">5.0</ShaderModel>
  470. <EntryPointName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TextureVertexShader</EntryPointName>
  471. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">5.0</ShaderModel>
  472. <VariableName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">UIVertexShader</VariableName>
  473. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">UIVertexShader.h</HeaderFileOutput>
  474. <VariableName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">UIVertexShader</VariableName>
  475. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">UIVertexShader.h</HeaderFileOutput>
  476. <VariableName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">UIVertexShader</VariableName>
  477. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Release|x64'">UIVertexShader.h</HeaderFileOutput>
  478. </FxCompile>
  479. </ItemGroup>
  480. <ItemGroup>
  481. <None Include="ClassDiagram.cd" />
  482. <None Include="cpp.hint" />
  483. </ItemGroup>
  484. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  485. <ImportGroup Label="ExtensionTargets">
  486. </ImportGroup>
  487. </Project>