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 =" Mixed|Win32" >
9+ <Configuration >Mixed</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Release|Win32" >
13+ <Configuration >Release</Configuration >
14+ <Platform >Win32</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Debug|x64" >
17+ <Configuration >Debug</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ <ProjectConfiguration Include =" Mixed|x64" >
21+ <Configuration >Mixed</Configuration >
22+ <Platform >x64</Platform >
23+ </ProjectConfiguration >
24+ <ProjectConfiguration Include =" Release|x64" >
25+ <Configuration >Release</Configuration >
26+ <Platform >x64</Platform >
27+ </ProjectConfiguration >
28+ </ItemGroup >
29+ <PropertyGroup Label =" Globals" >
30+ <VCProjectVersion >15.0</VCProjectVersion >
31+ <ProjectGuid >{BE4B23E7-2CA8-4607-A473-116C4242F23D}</ProjectGuid >
32+ <RootNamespace >xrEditor</RootNamespace >
33+ <WindowsTargetPlatformVersion >10.0.16299.0</WindowsTargetPlatformVersion >
34+ </PropertyGroup >
35+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
36+ <PropertyGroup Label =" Configuration" >
37+ <ConfigurationType >Application</ConfigurationType >
38+ <PlatformToolset >v141</PlatformToolset >
39+ <CharacterSet >MultiByte</CharacterSet >
40+ <CLRSupport >true</CLRSupport >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" Label =" Configuration" >
43+ <WholeProgramOptimization >true</WholeProgramOptimization >
44+ </PropertyGroup >
45+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
46+ <ImportGroup Label =" ExtensionSettings" >
47+ </ImportGroup >
48+ <ImportGroup Label =" Shared" >
49+ </ImportGroup >
50+ <ImportGroup Label =" PropertySheets" >
51+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
52+ <Import Project =" ..\..\Common.props" />
53+ </ImportGroup >
54+ <PropertyGroup Label =" UserMacros" />
55+ <PropertyGroup />
56+ <ItemDefinitionGroup >
57+ <ClCompile >
58+ <ConformanceMode >true</ConformanceMode >
59+ <PrecompiledHeaderFile >pch.hpp</PrecompiledHeaderFile >
60+ <AdditionalOptions Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >/Zc:twoPhase- %(AdditionalOptions)</AdditionalOptions >
61+ <AdditionalOptions Condition =" '$(Configuration)|$(Platform)'=='Mixed|Win32'" >/Zc:twoPhase- %(AdditionalOptions)</AdditionalOptions >
62+ <AdditionalOptions Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >/Zc:twoPhase- %(AdditionalOptions)</AdditionalOptions >
63+ <AdditionalOptions Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >/Zc:twoPhase- %(AdditionalOptions)</AdditionalOptions >
64+ <AdditionalOptions Condition =" '$(Configuration)|$(Platform)'=='Mixed|x64'" >/Zc:twoPhase- %(AdditionalOptions)</AdditionalOptions >
65+ <AdditionalOptions Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >/Zc:twoPhase- %(AdditionalOptions)</AdditionalOptions >
66+ </ClCompile >
67+ <Link >
68+ <SubSystem Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Windows</SubSystem >
69+ </Link >
70+ <Link >
71+ <SubSystem Condition =" '$(Configuration)|$(Platform)'=='Mixed|Win32'" >Windows</SubSystem >
72+ </Link >
73+ <Link >
74+ <SubSystem Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Windows</SubSystem >
75+ </Link >
76+ <Link >
77+ <SubSystem Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Windows</SubSystem >
78+ </Link >
79+ <Link >
80+ <SubSystem Condition =" '$(Configuration)|$(Platform)'=='Mixed|x64'" >Windows</SubSystem >
81+ </Link >
82+ <Link >
83+ <SubSystem Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Windows</SubSystem >
84+ </Link >
85+ </ItemDefinitionGroup >
86+ <ItemGroup >
87+ <ClInclude Include =" pch.hpp" />
88+ </ItemGroup >
89+ <ItemGroup >
90+ <ClCompile Include =" entry_point.cpp" />
91+ <ClCompile Include =" pch.cpp" >
92+ <PrecompiledHeader >Create</PrecompiledHeader >
93+ </ClCompile >
94+ </ItemGroup >
95+ <ItemGroup >
96+ <ProjectReference Include =" ..\..\xrCore\xrCore.vcxproj" >
97+ <Project >{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project >
98+ </ProjectReference >
99+ <ProjectReference Include =" ..\xrECore\xrECore.vcxproj" >
100+ <Project >{87d068ec-1789-4f09-a9ec-54cf276955e0}</Project >
101+ </ProjectReference >
102+ <ProjectReference Include =" ..\xrSdkControls\xrSdkControls.csproj" >
103+ <Project >{e9dc16a3-d0fa-4924-af6e-f6fdf3ea0661}</Project >
104+ </ProjectReference >
105+ </ItemGroup >
106+ <ItemGroup >
107+ <Reference Include =" System" />
108+ <Reference Include =" System.Data" />
109+ <Reference Include =" System.Drawing" />
110+ <Reference Include =" System.Windows.Forms" />
111+ <Reference Include =" System.Xml" />
112+ <Reference Include =" WindowsBase" />
113+ </ItemGroup >
114+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
115+ <ImportGroup Label =" ExtensionTargets" >
116+ </ImportGroup >
117+ </Project >
0 commit comments