aboutsummaryrefslogtreecommitdiff
path: root/CruUI.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'CruUI.vcxproj')
-rw-r--r--CruUI.vcxproj202
1 files changed, 0 insertions, 202 deletions
diff --git a/CruUI.vcxproj b/CruUI.vcxproj
deleted file mode 100644
index 24b6957e..00000000
--- a/CruUI.vcxproj
+++ /dev/null
@@ -1,202 +0,0 @@
-<?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="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <VCProjectVersion>15.0</VCProjectVersion>
- <ProjectGuid>{A987AC8E-C365-44F3-8324-CBA95B33AB97}</ProjectGuid>
- <Keyword>Win32Proj</Keyword>
- <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="Shared">
- </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 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 Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <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|x64'">
- <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'" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- <WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>$(ProjectDir)\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <LanguageStandard>stdcpplatest</LanguageStandard>
- <PreprocessorDefinitions>CRU_X86;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <TargetMachine>MachineX86</TargetMachine>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <SubSystem>Windows</SubSystem>
- <AdditionalDependencies>D3D11.lib;D2d1.lib;DWrite.lib;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <AdditionalIncludeDirectories>$(ProjectDir)\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <LanguageStandard>stdcpplatest</LanguageStandard>
- <PreprocessorDefinitions>CRU_X86;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <TargetMachine>MachineX86</TargetMachine>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <SubSystem>Windows</SubSystem>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- <AdditionalDependencies>D3D11.lib;D2d1.lib;DWrite.lib;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <ClCompile>
- <AdditionalIncludeDirectories>$(ProjectDir)\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <LanguageStandard>stdcpplatest</LanguageStandard>
- <PreprocessorDefinitions>CRU_X64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <AdditionalDependencies>D3D11.lib;D2d1.lib;DWrite.lib;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <ClCompile>
- <LanguageStandard>stdcpplatest</LanguageStandard>
- <AdditionalIncludeDirectories>$(ProjectDir)\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>CRU_X64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <AdditionalDependencies>D3D11.lib;D2d1.lib;DWrite.lib;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="src\graph\window_render_target.cpp" />
- <ClCompile Include="src\ui\content_control.cpp" />
- <ClCompile Include="src\ui\controls\button.cpp" />
- <ClCompile Include="src\ui\events\window_event.cpp" />
- <ClCompile Include="src\ui\layout_control.cpp" />
- <ClCompile Include="src\ui\no_child_control.cpp" />
- <ClCompile Include="src\ui\render\border_render_object.cpp" />
- <ClCompile Include="src\ui\render\text_render_object.cpp" />
- <ClCompile Include="src\ui\render\window_render_object.cpp" />
- <ClCompile Include="src\ui\window_class.cpp" />
- <ClCompile Include="src\cru_debug.cpp" />
- <ClCompile Include="src\application.cpp" />
- <ClCompile Include="src\exception.cpp" />
- <ClCompile Include="src\graph\graph_manager.cpp" />
- <ClCompile Include="src\main.cpp" />
- <ClCompile Include="src\timer.cpp" />
- <ClCompile Include="src\ui\animations\animation.cpp" />
- <ClCompile Include="src\ui\control.cpp" />
- <ClCompile Include="src\ui\controls\flex_layout.cpp" />
- <ClCompile Include="src\util\string_util.cpp" />
- <ClInclude Include="src\graph\graph_util.hpp" />
- <ClInclude Include="src\graph\window_render_target.hpp" />
- <ClInclude Include="src\ui\content_control.hpp" />
- <ClInclude Include="src\ui\controls\button.hpp" />
- <ClInclude Include="src\ui\events\window_event.hpp" />
- <ClInclude Include="src\ui\layout_control.hpp" />
- <ClInclude Include="src\ui\no_child_control.hpp" />
- <ClInclude Include="src\ui\render\border_render_object.hpp" />
- <ClInclude Include="src\ui\render\window_render_object.hpp" />
- <ClInclude Include="src\ui\render\text_render_object.hpp" />
- <ClInclude Include="src\ui\window_class.hpp" />
- <ClInclude Include="src\util\com_util.hpp" />
- <ClInclude Include="src\util\format.hpp" />
- <ClInclude Include="src\util\math_util.hpp" />
- <ClInclude Include="src\ui\controls\text_block.hpp" />
- <ClCompile Include="src\ui\events\ui_event.cpp" />
- <ClCompile Include="src\ui\input_util.cpp" />
- <ClCompile Include="src\ui\render\flex_layout_render_object.cpp" />
- <ClCompile Include="src\ui\render\render_object.cpp" />
- <ClCompile Include="src\ui\ui_manager.cpp" />
- <ClCompile Include="src\ui\window.cpp" />
- <ClInclude Include="src\util\string_util.hpp" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="src\application.hpp" />
- <ClInclude Include="src\base.hpp" />
- <ClInclude Include="src\cru_event.hpp" />
- <ClInclude Include="src\cru_debug.hpp" />
- <ClInclude Include="src\exception.hpp" />
- <ClInclude Include="src\pre.hpp" />
- <ClInclude Include="src\graph\graph_manager.hpp" />
- <ClInclude Include="src\timer.hpp" />
- <ClInclude Include="src\ui\animations\animation.hpp" />
- <ClInclude Include="src\ui\control.hpp" />
- <ClInclude Include="src\ui\controls\flex_layout.hpp" />
- <ClCompile Include="src\ui\controls\text_block.cpp" />
- <ClInclude Include="src\ui\d2d_util.hpp" />
- <ClInclude Include="src\ui\events\ui_event.hpp" />
- <ClInclude Include="src\ui\input_util.hpp" />
- <ClInclude Include="src\ui\render\flex_layout_render_object.hpp" />
- <ClInclude Include="src\ui\render\render_object.hpp" />
- <ClInclude Include="src\ui\ui_manager.hpp" />
- <ClInclude Include="src\ui\ui_base.hpp" />
- <ClInclude Include="src\ui\window.hpp" />
- </ItemGroup>
- <ItemGroup>
- <Xml Include="snippets\vc++snippets.snippet" />
- </ItemGroup>
- <ItemGroup>
- <None Include=".clang-format" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project> \ No newline at end of file