123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{C67E1D50-8FED-42FC-9538-1818297CF817}</ProjectGuid>
- <Keyword>Win32Proj</Keyword>
- <RootNamespace>Framework</RootNamespace>
- <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <CharacterSet>MultiByte</CharacterSet>
- <PlatformToolset>v141</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <CharacterSet>MultiByte</CharacterSet>
- <PlatformToolset>v141</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>MultiByte</CharacterSet>
- <PlatformToolset>v141</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>MultiByte</CharacterSet>
- <PlatformToolset>v141</PlatformToolset>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <LinkIncremental>true</LinkIncremental>
- <ReferencePath>C:\Program Files %28x86%29\Visual Leak Detector\lib\Win32;$(ReferencePath)</ReferencePath>
- <SourcePath>$(SourcePath)</SourcePath>
- <IncludePath>C:\Program Files %28x86%29\Visual Leak Detector\include;DXSDK_DIR)include;$(IncludePath)</IncludePath>
- <LibraryPath>C:\Program Files %28x86%29\Visual Leak Detector\lib\Win32;$(DXSDK_DIR)lib\x86;$(LibraryPath)</LibraryPath>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <LinkIncremental>true</LinkIncremental>
- <ReferencePath>$(ReferencePath)</ReferencePath>
- <SourcePath>$(SourcePath)</SourcePath>
- <IncludePath>$(IncludePath)</IncludePath>
- <LibraryPath>$(LibraryPath)</LibraryPath>
- <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <LinkIncremental>false</LinkIncremental>
- <IncludePath>$(IncludePath)</IncludePath>
- <ReferencePath>$(ReferencePath)</ReferencePath>
- <LibraryPath>$(LibraryPath)</LibraryPath>
- <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <LinkIncremental>false</LinkIncremental>
- <IncludePath>$(IncludePath)</IncludePath>
- <ReferencePath>$(ReferencePath)</ReferencePath>
- <LibraryPath>$(LibraryPath)</LibraryPath>
- <SourcePath>$(SourcePath)</SourcePath>
- <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;FRAMEWORK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <AdditionalDependencies>dxerr.lib;dxguid.lib;d3dx9.lib;d3dx10.lib;d3d9.lib;winmm.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <ClCompile>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;FRAMEWORK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <BrowseInformation>true</BrowseInformation>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <AdditionalDependencies>d3dcompiler.lib;d3d9.lib;d3d11.lib;DXGI.lib;dxguid.lib;winmm.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
- <CustomBuildStep>
- <Command>copy "x64\Debug\Framework.dll" "..\..\Spiele Platform\Klient\Start\Start\framework.dll"
- copy "x64\Debug\Framework.dll" "..\..\Spiele Platform\Klient\patcher\patcher\framework.dll"
- copy "x64\Debug\Framework.dll" "..\..\Spiele Platform\Klient\Icon\Icon\framework.dll"
- copy "x64\Debug\Framework.dll" "..\..\Spiele Platform\SMP\SMP\framework.dll"
- copy "x64\Debug\Framework.dll" "..\LTDBKonverter\LTDB Konverter\framework.dll"
- copy "x64\Debug\Framework.dll" "..\GSLKonverter\GSL Konverter\framework.dll"
- copy "x64\Debug\Framework.dll" "..\..\Spiele Platform\Klient\Fertig\Debug\x64\framework.dll"</Command>
- <Outputs>kopiere Dateien...;%(Outputs)</Outputs>
- </CustomBuildStep>
- <Bscmake>
- <PreserveSbr>true</PreserveSbr>
- </Bscmake>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <Optimization>Full</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;FRAMEWORK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- <AdditionalDependencies>d3dcompiler.lib;d3d9.lib;d3d11.lib;DXGI.lib;dxguid.lib;winmm.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
- <CustomBuildStep>
- <Command>copy "Release\Framework.dll" "..\..\Spiele Platform\Klient\Fertig\x32\framework.dll"
- copy "Release\Framework.dll" "..\..\Spiele Platform\SMP\Fertig\x32\framework.dll"</Command>
- </CustomBuildStep>
- <CustomBuildStep>
- <Outputs>kopiere...;%(Outputs)</Outputs>
- </CustomBuildStep>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <Optimization>Full</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;FRAMEWORK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
- <BrowseInformation>true</BrowseInformation>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- <AdditionalDependencies>d3dcompiler.lib;d3d9.lib;d3d11.lib;DXGI.lib;dxguid.lib;winmm.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
- <CustomBuildStep>
- <Command>copy "x64\Release\Framework.dll" "..\..\Spiele Platform\Klient\Fertig\x64\framework.dll"
- copy "x64\Release\Framework.dll" "..\..\Spiele Platform\SMP\Fertig\x64\framework.dll"</Command>
- <Outputs>kopiere...;%(Outputs)</Outputs>
- </CustomBuildStep>
- <Bscmake>
- <PreserveSbr>true</PreserveSbr>
- </Bscmake>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClInclude Include="AlphaFeld.h" />
- <ClInclude Include="Animation.h" />
- <ClInclude Include="Animation3D.h" />
- <ClInclude Include="Array.h" />
- <ClInclude Include="AsynchronCall.h" />
- <ClInclude Include="AuswahlBox.h" />
- <ClInclude Include="Bild.h" />
- <ClInclude Include="Bildschirm.h" />
- <ClInclude Include="CharMap.h" />
- <ClInclude Include="Critical.h" />
- <ClInclude Include="Cube.h" />
- <ClInclude Include="Dialog.h" />
- <ClInclude Include="DXBuffer.h" />
- <ClInclude Include="Datei.h" />
- <ClInclude Include="DateiDialog.h" />
- <ClInclude Include="DateiSystem.h" />
- <ClInclude Include="Diagramm.h" />
- <ClInclude Include="DreieckListe.h" />
- <ClInclude Include="Fenster.h" />
- <ClInclude Include="Fortschritt.h" />
- <ClInclude Include="FrameworkMath.h" />
- <ClInclude Include="Globals.h" />
- <ClInclude Include="InitDatei.h" />
- <ClInclude Include="JSON.h" />
- <ClInclude Include="Kam3D.h" />
- <ClInclude Include="Kamera2D.h" />
- <ClInclude Include="Knopf.h" />
- <ClInclude Include="KSGTDatei.h" />
- <ClInclude Include="Liste.h" />
- <ClInclude Include="M2Datei.h" />
- <ClInclude Include="M3Datei.h" />
- <ClInclude Include="main.h" />
- <ClInclude Include="Mat3.h" />
- <ClInclude Include="Mat4.h" />
- <ClInclude Include="Maus.h" />
- <ClInclude Include="MausEreignis.h" />
- <ClInclude Include="Model2D.h" />
- <ClInclude Include="M2DVorschau.h" />
- <ClInclude Include="Model3D.h" />
- <ClInclude Include="Model3DList.h" />
- <ClInclude Include="Pair.h" />
- <ClInclude Include="Random.h" />
- <ClInclude Include="Reader.h" />
- <ClInclude Include="Rect2.h" />
- <ClInclude Include="ReferenceCounting.h" />
- <ClInclude Include="Render3D.h" />
- <ClInclude Include="Shader.h" />
- <ClInclude Include="Textur.h" />
- <ClInclude Include="Textur2D.h" />
- <ClInclude Include="TexturList.h" />
- <ClInclude Include="TexturModel.h" />
- <ClInclude Include="Ebene3D.h" />
- <ClInclude Include="Tree.h" />
- <ClInclude Include="Trie.h" />
- <ClInclude Include="UIInitialization.h" />
- <ClInclude Include="UIMLView.h" />
- <ClInclude Include="Welt2D.h" />
- <ClInclude Include="Welt3D.h" />
- <ClInclude Include="XML.h" />
- <ClInclude Include="Zeichnung.h" />
- <ClInclude Include="Prozess.h" />
- <ClInclude Include="Punkt.h" />
- <ClInclude Include="Rahmen.h" />
- <ClInclude Include="RenderThread.h" />
- <ClInclude Include="Key.h" />
- <ClInclude Include="Schrift.h" />
- <ClInclude Include="Scroll.h" />
- <ClInclude Include="Tabelle.h" />
- <ClInclude Include="TastaturEreignis.h" />
- <ClInclude Include="Text.h" />
- <ClInclude Include="TextFeld.h" />
- <ClInclude Include="Thread.h" />
- <ClInclude Include="ToolTip.h" />
- <ClInclude Include="Betriebssystem.h" />
- <ClInclude Include="Vec2.h" />
- <ClInclude Include="Vec3.h" />
- <ClInclude Include="Zeichnung3D.h" />
- <ClInclude Include="Zeit.h" />
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="AlphaFeld.cpp" />
- <ClCompile Include="Animation.cpp" />
- <ClCompile Include="Animation3D.cpp" />
- <ClCompile Include="AsynchronCall.cpp" />
- <ClCompile Include="AuswahlBox.cpp" />
- <ClCompile Include="Bild.cpp" />
- <ClCompile Include="Bildschirm.cpp" />
- <ClCompile Include="Critical.cpp" />
- <ClCompile Include="Cube.cpp" />
- <ClCompile Include="Datei.cpp" />
- <ClCompile Include="DateiDialog.cpp" />
- <ClCompile Include="DateiSystem.cpp" />
- <ClCompile Include="Diagramm.cpp" />
- <ClCompile Include="Dialog.cpp" />
- <ClCompile Include="DXBuffer.cpp" />
- <ClCompile Include="Fenster.cpp" />
- <ClCompile Include="Fortschritt.cpp" />
- <ClCompile Include="Global.cpp" />
- <ClCompile Include="InitDatei.cpp" />
- <ClCompile Include="JSON.cpp" />
- <ClCompile Include="Kam3D.cpp" />
- <ClCompile Include="Kamera2D.cpp" />
- <ClCompile Include="Knopf.cpp" />
- <ClCompile Include="KSGTDatei.cpp" />
- <ClCompile Include="Liste.cpp" />
- <ClCompile Include="M2Datei.cpp" />
- <ClCompile Include="M2DVorschau.cpp" />
- <ClCompile Include="M3Datei.cpp" />
- <ClCompile Include="Maus.cpp" />
- <ClCompile Include="MausEreignis.cpp" />
- <ClCompile Include="Model2D.cpp" />
- <ClCompile Include="Model3D.cpp" />
- <ClCompile Include="Model3DList.cpp" />
- <ClCompile Include="Random.cpp" />
- <ClCompile Include="Render3D.cpp" />
- <ClCompile Include="Shader.cpp" />
- <ClCompile Include="Textur.cpp" />
- <ClCompile Include="Textur2D.cpp" />
- <ClCompile Include="TexturList.cpp" />
- <ClCompile Include="TexturModel.cpp" />
- <ClCompile Include="UIInitialization.cpp" />
- <ClCompile Include="UIMLView.cpp" />
- <ClCompile Include="Welt2D.cpp" />
- <ClCompile Include="Welt3D.cpp" />
- <ClCompile Include="XML.cpp" />
- <ClCompile Include="Zeichnung3D.cpp" />
- <ClCompile Include="Zeichnung.cpp" />
- <ClCompile Include="Prozess.cpp" />
- <ClCompile Include="Punkt.cpp" />
- <ClCompile Include="Rahmen.cpp" />
- <ClCompile Include="RenderThread.cpp" />
- <ClCompile Include="Key.cpp" />
- <ClCompile Include="Schrift.cpp" />
- <ClCompile Include="Scroll.cpp" />
- <ClCompile Include="Tabelle.cpp" />
- <ClCompile Include="TastaturEreignis.cpp" />
- <ClCompile Include="Text.cpp" />
- <ClCompile Include="TextFeld.cpp" />
- <ClCompile Include="Thread.cpp" />
- <ClCompile Include="ToolTip.cpp" />
- <ClCompile Include="Zeit.cpp" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <FxCompile Include="UIPixelShader.hlsl">
- <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Pixel</ShaderType>
- <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Pixel</ShaderType>
- <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Pixel</ShaderType>
- <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Pixel</ShaderType>
- <EntryPointName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TexturePixelShader</EntryPointName>
- <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">5.0</ShaderModel>
- <VariableName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">UIPixelShader</VariableName>
- <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">UIPixelShader.h</HeaderFileOutput>
- </FxCompile>
- <FxCompile Include="UIVertexShader.hlsl">
- <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Vertex</ShaderType>
- <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Vertex</ShaderType>
- <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Vertex</ShaderType>
- <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Vertex</ShaderType>
- <EntryPointName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TextureVertexShader</EntryPointName>
- <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">5.0</ShaderModel>
- <VariableName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">UIVertexShader</VariableName>
- <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">UIVertexShader.h</HeaderFileOutput>
- </FxCompile>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
|