diff options
| author | 杨宇千 <crupest@outlook.com> | 2019-03-28 20:39:36 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-28 20:39:36 +0800 |
| commit | c45a6e62298e972f5945f5f3461ed723aea80317 (patch) | |
| tree | f46ef303ee87a8e3814ea8743bd7062d432bfee3 /CruUI.vcxproj | |
| parent | b028e74a48de181ca078ad3bf4ababf4fa146cd3 (diff) | |
| parent | 37216f211b0e22205a3a0d3373d985fc68aea59b (diff) | |
| download | cru-c45a6e62298e972f5945f5f3461ed723aea80317.tar.gz cru-c45a6e62298e972f5945f5f3461ed723aea80317.tar.bz2 cru-c45a6e62298e972f5945f5f3461ed723aea80317.zip | |
Merge pull request #37 from crupest/render
Refactor.
Diffstat (limited to 'CruUI.vcxproj')
| -rw-r--r-- | CruUI.vcxproj | 185 |
1 files changed, 0 insertions, 185 deletions
diff --git a/CruUI.vcxproj b/CruUI.vcxproj deleted file mode 100644 index 30f39f28..00000000 --- a/CruUI.vcxproj +++ /dev/null @@ -1,185 +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> - </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> - </Link> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <ClCompile> - <AdditionalIncludeDirectories>$(ProjectDir)\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <LanguageStandard>stdcpplatest</LanguageStandard> - <PreprocessorDefinitions>CRU_X64;%(PreprocessorDefinitions)</PreprocessorDefinitions> - </ClCompile> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <ClCompile> - <LanguageStandard>stdcpplatest</LanguageStandard> - <AdditionalIncludeDirectories>$(ProjectDir)\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>CRU_X64;%(PreprocessorDefinitions)</PreprocessorDefinitions> - </ClCompile> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="src\any_map.cpp" /> - <ClCompile Include="src\cru_debug.cpp" /> - <ClCompile Include="src\application.cpp" /> - <ClCompile Include="src\base.cpp" /> - <ClCompile Include="src\exception.cpp" /> - <ClCompile Include="src\graph\graph.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\border_property.cpp" /> - <ClCompile Include="src\ui\controls\button.cpp" /> - <ClCompile Include="src\ui\controls\frame_layout.cpp" /> - <ClCompile Include="src\ui\controls\linear_layout.cpp" /> - <ClCompile Include="src\ui\controls\list_item.cpp" /> - <ClCompile Include="src\ui\controls\popup_menu.cpp" /> - <ClCompile Include="src\ui\controls\scroll_control.cpp" /> - <ClCompile Include="src\ui\controls\text_block.cpp" /> - <ClCompile Include="src\ui\controls\text_box.cpp" /> - <ClInclude Include="src\any_map.hpp" /> - <ClInclude Include="src\format.hpp" /> - <ClInclude Include="src\math_util.hpp" /> - <ClInclude Include="src\ui\border_property.hpp" /> - <ClInclude Include="src\ui\controls\frame_layout.hpp" /> - <ClInclude Include="src\ui\controls\list_item.hpp" /> - <ClInclude Include="src\ui\controls\popup_menu.hpp" /> - <ClInclude Include="src\ui\controls\scroll_control.hpp" /> - <ClInclude Include="src\ui\controls\text_control.hpp" /> - <ClCompile Include="src\ui\controls\toggle_button.cpp" /> - <ClCompile Include="src\ui\cursor.cpp" /> - <ClCompile Include="src\ui\events\ui_event.cpp" /> - <ClCompile Include="src\ui\layout_base.cpp" /> - <ClCompile Include="src\ui\ui_manager.cpp" /> - <ClCompile Include="src\ui\ui_base.cpp" /> - <ClCompile Include="src\ui\window.cpp" /> - </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.hpp" /> - <ClInclude Include="src\system_headers.hpp" /> - <ClInclude Include="src\timer.hpp" /> - <ClInclude Include="src\ui\animations\animation.hpp" /> - <ClInclude Include="src\ui\control.hpp" /> - <ClInclude Include="src\ui\controls\button.hpp" /> - <ClInclude Include="src\ui\controls\linear_layout.hpp" /> - <ClInclude Include="src\ui\controls\text_block.hpp" /> - <ClInclude Include="src\ui\controls\text_box.hpp" /> - <ClCompile Include="src\ui\controls\text_control.cpp" /> - <ClInclude Include="src\ui\controls\toggle_button.hpp" /> - <ClInclude Include="src\ui\convert_util.hpp" /> - <ClInclude Include="src\ui\cursor.hpp" /> - <ClInclude Include="src\ui\events\ui_event.hpp" /> - <ClInclude Include="src\ui\layout_base.hpp" /> - <ClInclude Include="src\ui\ui_manager.hpp" /> - <ClInclude Include="src\ui\ui_base.hpp" /> - <ClInclude Include="src\ui\window.hpp" /> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"> - </ImportGroup> -</Project>
\ No newline at end of file |
