1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 12.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 =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <ProjectGuid >{1EA62E41-6CF6-4B68-842D-DAFDDF786888}</ProjectGuid >
15+ <RootNamespace >xrEProps</RootNamespace >
16+ <Keyword >ManagedCProj</Keyword >
17+ </PropertyGroup >
18+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
20+ <ConfigurationType >DynamicLibrary</ConfigurationType >
21+ <PlatformToolset >v120</PlatformToolset >
22+ <CharacterSet >MultiByte</CharacterSet >
23+ <CLRSupport >true</CLRSupport >
24+ <WholeProgramOptimization >true</WholeProgramOptimization >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
27+ <ConfigurationType >DynamicLibrary</ConfigurationType >
28+ <PlatformToolset >v120</PlatformToolset >
29+ <CharacterSet >MultiByte</CharacterSet >
30+ <CLRSupport >true</CLRSupport >
31+ </PropertyGroup >
32+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
33+ <ImportGroup Label =" ExtensionSettings" >
34+ </ImportGroup >
35+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
36+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
37+ <Import Project =" $(SolutionDir)Common.props" />
38+ </ImportGroup >
39+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
40+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
41+ <Import Project =" $(SolutionDir)Common.props" />
42+ </ImportGroup >
43+ <PropertyGroup Label =" UserMacros" />
44+ <PropertyGroup >
45+ <_ProjectFileVersion >12.0.30501.0</_ProjectFileVersion >
46+ </PropertyGroup >
47+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
48+ <OutDir >$(xrBinDir)</OutDir >
49+ <IntDir >$(xrIntDir)$(ProjectName)\</IntDir >
50+ <LinkIncremental >true</LinkIncremental >
51+ </PropertyGroup >
52+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
53+ <OutDir >$(xrBinDir)</OutDir >
54+ <IntDir >$(xrIntDir)$(ProjectName)\</IntDir >
55+ <LinkIncremental >false</LinkIncremental >
56+ </PropertyGroup >
57+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
58+ <ClCompile >
59+ <Optimization >Disabled</Optimization >
60+ <AdditionalIncludeDirectories >$(SolutionDir);$(xrSdkDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
61+ <PreprocessorDefinitions >WIN32;DEBUG;EDITOR_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions >
62+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
63+ <FloatingPointModel >Fast</FloatingPointModel >
64+ <PrecompiledHeader >Use</PrecompiledHeader >
65+ <PrecompiledHeaderFile >stdafx.hpp</PrecompiledHeaderFile >
66+ <WarningLevel >Level4</WarningLevel >
67+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
68+ <DisableSpecificWarnings >4945;%(DisableSpecificWarnings)</DisableSpecificWarnings >
69+ </ClCompile >
70+ <Link >
71+ <AdditionalOptions >/ignore:4248 %(AdditionalOptions)</AdditionalOptions >
72+ <AdditionalDependencies />
73+ <AdditionalLibraryDirectories >$(xrSdkDir)libraries;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
74+ <GenerateDebugInformation >true</GenerateDebugInformation >
75+ <AssemblyDebug >true</AssemblyDebug >
76+ <RandomizedBaseAddress >false</RandomizedBaseAddress >
77+ <ImportLibrary >$(xrLibDir)$(TargetName).lib</ImportLibrary >
78+ <TargetMachine >MachineX86</TargetMachine >
79+ </Link >
80+ </ItemDefinitionGroup >
81+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
82+ <ClCompile >
83+ <AdditionalIncludeDirectories >$(SolutionDir);$(xrSdkDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
84+ <PreprocessorDefinitions >WIN32;NDEBUG;EDITOR_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions >
85+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
86+ <FloatingPointModel >Fast</FloatingPointModel >
87+ <PrecompiledHeader >Use</PrecompiledHeader >
88+ <PrecompiledHeaderFile >stdafx.hpp</PrecompiledHeaderFile >
89+ <WarningLevel >Level4</WarningLevel >
90+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
91+ </ClCompile >
92+ <Link >
93+ <AdditionalDependencies />
94+ <AdditionalLibraryDirectories >$(xrSdkDir)libraries;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
95+ <GenerateDebugInformation >true</GenerateDebugInformation >
96+ <OptimizeReferences >true</OptimizeReferences >
97+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
98+ <RandomizedBaseAddress >false</RandomizedBaseAddress >
99+ <ImportLibrary >$(xrLibDir)$(TargetName).lib</ImportLibrary >
100+ <TargetMachine >MachineX86</TargetMachine >
101+ </Link >
102+ </ItemDefinitionGroup >
103+ <ItemGroup >
104+ <Reference Include =" Microsoft.VisualC" >
105+ <CopyLocalSatelliteAssemblies >true</CopyLocalSatelliteAssemblies >
106+ <ReferenceOutputAssembly >true</ReferenceOutputAssembly >
107+ </Reference >
108+ <Reference Include =" System" >
109+ <CopyLocalSatelliteAssemblies >true</CopyLocalSatelliteAssemblies >
110+ <ReferenceOutputAssembly >true</ReferenceOutputAssembly >
111+ </Reference >
112+ <Reference Include =" System.Data" >
113+ <CopyLocalSatelliteAssemblies >true</CopyLocalSatelliteAssemblies >
114+ <ReferenceOutputAssembly >true</ReferenceOutputAssembly >
115+ </Reference >
116+ <Reference Include =" System.Design" >
117+ <CopyLocalSatelliteAssemblies >true</CopyLocalSatelliteAssemblies >
118+ <ReferenceOutputAssembly >true</ReferenceOutputAssembly >
119+ </Reference >
120+ <Reference Include =" System.Drawing" >
121+ <CopyLocalSatelliteAssemblies >true</CopyLocalSatelliteAssemblies >
122+ <ReferenceOutputAssembly >true</ReferenceOutputAssembly >
123+ </Reference >
124+ <Reference Include =" System.Windows.Forms" >
125+ <CopyLocalSatelliteAssemblies >true</CopyLocalSatelliteAssemblies >
126+ <ReferenceOutputAssembly >true</ReferenceOutputAssembly >
127+ </Reference >
128+ <Reference Include =" System.Xml" >
129+ <CopyLocalSatelliteAssemblies >true</CopyLocalSatelliteAssemblies >
130+ <ReferenceOutputAssembly >true</ReferenceOutputAssembly >
131+ </Reference >
132+ </ItemGroup >
133+ <ItemGroup >
134+ <ClCompile Include =" AssemblyInfo.cpp" />
135+ <ClCompile Include =" stdafx.cpp" />
136+ </ItemGroup >
137+ <ItemGroup >
138+ <ProjectReference Include =" $(SolutionDir)xrCore\xrCore.vcxproj" >
139+ <Project >{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project >
140+ <ReferenceOutputAssembly >false</ReferenceOutputAssembly >
141+ </ProjectReference >
142+ </ItemGroup >
143+ <ItemGroup >
144+ <ClInclude Include =" stdafx.hpp" />
145+ </ItemGroup >
146+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
147+ <ImportGroup Label =" ExtensionTargets" >
148+ </ImportGroup >
149+ </Project >
0 commit comments