1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|x64" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >x64</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|x64" >
9+ <Configuration >Release</Configuration >
10+ <Platform >x64</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <VCProjectVersion >16.0</VCProjectVersion >
15+ <Keyword >Win32Proj</Keyword >
16+ <ProjectGuid >{908efa9a-cc62-4f7e-8e0d-ca87ef013c45}</ProjectGuid >
17+ <RootNamespace >APEXPropertyEditor</RootNamespace >
18+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
19+ </PropertyGroup >
20+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
22+ <ConfigurationType >Application</ConfigurationType >
23+ <UseDebugLibraries >true</UseDebugLibraries >
24+ <PlatformToolset >v143</PlatformToolset >
25+ <CharacterSet >Unicode</CharacterSet >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
28+ <ConfigurationType >Application</ConfigurationType >
29+ <UseDebugLibraries >false</UseDebugLibraries >
30+ <PlatformToolset >v143</PlatformToolset >
31+ <WholeProgramOptimization >true</WholeProgramOptimization >
32+ <CharacterSet >Unicode</CharacterSet >
33+ </PropertyGroup >
34+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
35+ <ImportGroup Label =" ExtensionSettings" >
36+ </ImportGroup >
37+ <ImportGroup Label =" Shared" >
38+ </ImportGroup >
39+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
40+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
41+ </ImportGroup >
42+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
43+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
44+ </ImportGroup >
45+ <PropertyGroup Label =" UserMacros" />
46+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
47+ <OutDir >$(SolutionDir)Out\$(Platform)\$(Configuration)\</OutDir >
48+ <IntDir >Out\$(Platform)\$(Configuration)\Obj\</IntDir >
49+ <IncludePath >$(ProjectDir)external\include;$(IncludePath)</IncludePath >
50+ <LibraryPath >$(ProjectDir)external\lib\$(Platform);$(LibraryPath)</LibraryPath >
51+ </PropertyGroup >
52+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
53+ <OutDir >$(SolutionDir)Out\$(Platform)\$(Configuration)\</OutDir >
54+ <IntDir >Out\$(Platform)\$(Configuration)\Obj\</IntDir >
55+ <IncludePath >$(ProjectDir)external\include;$(IncludePath)</IncludePath >
56+ <LibraryPath >$(ProjectDir)external\lib\$(Platform);$(LibraryPath)</LibraryPath >
57+ </PropertyGroup >
58+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
59+ <ClCompile >
60+ <WarningLevel >Level3</WarningLevel >
61+ <SDLCheck >true</SDLCheck >
62+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
63+ <ConformanceMode >true</ConformanceMode >
64+ <LanguageStandard >stdcpp20</LanguageStandard >
65+ <LanguageStandard_C >stdc17</LanguageStandard_C >
66+ </ClCompile >
67+ <Link >
68+ <SubSystem >Windows</SubSystem >
69+ <GenerateDebugInformation >true</GenerateDebugInformation >
70+ </Link >
71+ <BuildLog >
72+ <Path >$(IntDir)$(MSBuildProjectName).log</Path >
73+ </BuildLog >
74+ </ItemDefinitionGroup >
75+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
76+ <ClCompile >
77+ <WarningLevel >Level3</WarningLevel >
78+ <FunctionLevelLinking >true</FunctionLevelLinking >
79+ <IntrinsicFunctions >true</IntrinsicFunctions >
80+ <SDLCheck >true</SDLCheck >
81+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
82+ <ConformanceMode >true</ConformanceMode >
83+ <LanguageStandard >stdcpp20</LanguageStandard >
84+ <LanguageStandard_C >stdc17</LanguageStandard_C >
85+ </ClCompile >
86+ <Link >
87+ <SubSystem >Windows</SubSystem >
88+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
89+ <OptimizeReferences >true</OptimizeReferences >
90+ <GenerateDebugInformation >true</GenerateDebugInformation >
91+ </Link >
92+ <BuildLog >
93+ <Path >$(IntDir)$(MSBuildProjectName).log</Path >
94+ </BuildLog >
95+ </ItemDefinitionGroup >
96+ <ItemGroup >
97+ <ClCompile Include =" headers\imgui\imgui-SFML.cpp" />
98+ <ClCompile Include =" headers\imgui\imgui.cpp" />
99+ <ClCompile Include =" headers\imgui\imgui_draw.cpp" />
100+ <ClCompile Include =" headers\imgui\imgui_stdlib.cpp" />
101+ <ClCompile Include =" headers\imgui\imgui_tables.cpp" />
102+ <ClCompile Include =" headers\imgui\imgui_widgets.cpp" />
103+ <ClCompile Include =" src\DataBuf\DataBuf.cpp" />
104+ <ClCompile Include =" src\Main.cpp" />
105+ <ClCompile Include =" src\rtpc\RtpcFile.cpp" />
106+ <ClCompile Include =" src\rtpc\RtpcNode.cpp" />
107+ <ClCompile Include =" src\rtpc\RtpcProp.cpp" />
108+ </ItemGroup >
109+ <ItemGroup >
110+ <ClInclude Include =" headers\imgui\imconfig-SFML.h" />
111+ <ClInclude Include =" headers\imgui\imconfig.h" />
112+ <ClInclude Include =" headers\imgui\imgui-SFML.h" />
113+ <ClInclude Include =" headers\imgui\imgui-SFML_export.h" />
114+ <ClInclude Include =" headers\imgui\imgui.h" />
115+ <ClInclude Include =" headers\imgui\imgui_internal.h" />
116+ <ClInclude Include =" headers\imgui\imgui_stdlib.h" />
117+ <ClInclude Include =" headers\imgui\imstb_rectpack.h" />
118+ <ClInclude Include =" headers\imgui\imstb_textedit.h" />
119+ <ClInclude Include =" headers\imgui\imstb_truetype.h" />
120+ <ClInclude Include =" headers\jenkins\hashlittle.h" />
121+ <ClInclude Include =" src\DataBuf\DataBuf.hpp" />
122+ <ClInclude Include =" src\rtpc\RtpcFile.hpp" />
123+ <ClInclude Include =" src\rtpc\RtpcNode.hpp" />
124+ <ClInclude Include =" src\rtpc\RtpcProp.hpp" />
125+ <ClInclude Include =" src\Typedefs.hpp" />
126+ </ItemGroup >
127+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
128+ <ImportGroup Label =" ExtensionTargets" >
129+ </ImportGroup >
130+ </Project >
0 commit comments