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 =" 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+ </ItemGroup >
17+ <PropertyGroup Label =" Globals" >
18+ <ProjectGuid >{5CB057D8-4464-40A6-AF10-C26B826D1D90}</ProjectGuid >
19+ <RootNamespace >xrAICore</RootNamespace >
20+ </PropertyGroup >
21+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
22+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
23+ <ConfigurationType >DynamicLibrary</ConfigurationType >
24+ <PlatformToolset >v120</PlatformToolset >
25+ <UseOfMfc >false</UseOfMfc >
26+ <CharacterSet >MultiByte</CharacterSet >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Mixed|Win32'" Label =" Configuration" >
29+ <ConfigurationType >DynamicLibrary</ConfigurationType >
30+ <PlatformToolset >v120</PlatformToolset >
31+ <UseOfMfc >false</UseOfMfc >
32+ <CharacterSet >MultiByte</CharacterSet >
33+ </PropertyGroup >
34+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
35+ <ConfigurationType >DynamicLibrary</ConfigurationType >
36+ <PlatformToolset >v120</PlatformToolset >
37+ <UseOfMfc >false</UseOfMfc >
38+ <CharacterSet >MultiByte</CharacterSet >
39+ <WholeProgramOptimization >true</WholeProgramOptimization >
40+ </PropertyGroup >
41+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
42+ <ImportGroup Label =" ExtensionSettings" >
43+ </ImportGroup >
44+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
45+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
46+ <Import Project =" $(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
47+ <Import Project =" $(SolutionDir)Common.props" />
48+ </ImportGroup >
49+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Mixed|Win32'" Label =" PropertySheets" >
50+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
51+ <Import Project =" $(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
52+ <Import Project =" $(SolutionDir)Common.props" />
53+ </ImportGroup >
54+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
55+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
56+ <Import Project =" $(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
57+ <Import Project =" $(SolutionDir)Common.props" />
58+ </ImportGroup >
59+ <PropertyGroup Label =" UserMacros" />
60+ <PropertyGroup >
61+ <_ProjectFileVersion >12.0.30501.0</_ProjectFileVersion >
62+ </PropertyGroup >
63+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
64+ <OutDir >$(xrBinDir)</OutDir >
65+ <IntDir >$(xrIntDir)$(ProjectName)\</IntDir >
66+ <LinkIncremental >false</LinkIncremental >
67+ </PropertyGroup >
68+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Mixed|Win32'" >
69+ <OutDir >$(xrBinDir)</OutDir >
70+ <IntDir >$(xrIntDir)$(ProjectName)\</IntDir >
71+ <LinkIncremental >false</LinkIncremental >
72+ </PropertyGroup >
73+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
74+ <OutDir >$(xrBinDir)</OutDir >
75+ <IntDir >$(xrIntDir)$(ProjectName)\</IntDir >
76+ <IgnoreImportLibrary >true</IgnoreImportLibrary >
77+ <LinkIncremental >true</LinkIncremental >
78+ </PropertyGroup >
79+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
80+ <Midl >
81+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
82+ <MkTypLibCompatible >true</MkTypLibCompatible >
83+ <SuppressStartupBanner >true</SuppressStartupBanner >
84+ <TargetEnvironment >Win32</TargetEnvironment >
85+ <TypeLibraryName >$(OutDir)$(TargetName).tlb</TypeLibraryName >
86+ </Midl >
87+ <ClCompile >
88+ <Optimization >MaxSpeed</Optimization >
89+ <InlineFunctionExpansion >AnySuitable</InlineFunctionExpansion >
90+ <IntrinsicFunctions >true</IntrinsicFunctions >
91+ <FavorSizeOrSpeed >Speed</FavorSizeOrSpeed >
92+ <OmitFramePointers >true</OmitFramePointers >
93+ <EnableFiberSafeOptimizations >true</EnableFiberSafeOptimizations >
94+ <WholeProgramOptimization >true</WholeProgramOptimization >
95+ <AdditionalIncludeDirectories >$(SolutionDir);$(xrSdkDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
96+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;_USRDLL;XRAICORE_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions >
97+ <StringPooling >true</StringPooling >
98+ <ExceptionHandling />
99+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
100+ <BufferSecurityCheck >false</BufferSecurityCheck >
101+ <FunctionLevelLinking >false</FunctionLevelLinking >
102+ <EnableEnhancedInstructionSet >StreamingSIMDExtensions2</EnableEnhancedInstructionSet >
103+ <FloatingPointModel >Fast</FloatingPointModel >
104+ <ForceConformanceInForLoopScope >false</ForceConformanceInForLoopScope >
105+ <RuntimeTypeInfo >true</RuntimeTypeInfo >
106+ <PrecompiledHeader >Use</PrecompiledHeader >
107+ <PrecompiledHeaderFile >pch.hpp</PrecompiledHeaderFile >
108+ <BrowseInformation />
109+ <WarningLevel >Level4</WarningLevel >
110+ <SuppressStartupBanner >true</SuppressStartupBanner >
111+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
112+ </ClCompile >
113+ <ResourceCompile >
114+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
115+ <Culture >0x0409</Culture >
116+ </ResourceCompile >
117+ <Link >
118+ <AdditionalOptions >/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions >
119+ <SuppressStartupBanner >true</SuppressStartupBanner >
120+ <AdditionalLibraryDirectories >$(xrSdkDir)libraries;$(xrLibDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
121+ <GenerateDebugInformation >true</GenerateDebugInformation >
122+ <SubSystem >NotSet</SubSystem >
123+ <LargeAddressAware >false</LargeAddressAware >
124+ <OptimizeReferences >true</OptimizeReferences >
125+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
126+ <LinkTimeCodeGeneration >UseLinkTimeCodeGeneration</LinkTimeCodeGeneration >
127+ <RandomizedBaseAddress >false</RandomizedBaseAddress >
128+ <DataExecutionPrevention />
129+ <ImportLibrary >$(xrLibDir)$(TargetName).lib</ImportLibrary >
130+ <TargetMachine >NotSet</TargetMachine >
131+ </Link >
132+ </ItemDefinitionGroup >
133+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Mixed|Win32'" >
134+ <Midl >
135+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
136+ <MkTypLibCompatible >true</MkTypLibCompatible >
137+ <SuppressStartupBanner >true</SuppressStartupBanner >
138+ <TargetEnvironment >Win32</TargetEnvironment >
139+ <TypeLibraryName >$(OutDir)$(TargetName).tlb</TypeLibraryName >
140+ </Midl >
141+ <ClCompile >
142+ <Optimization >Full</Optimization >
143+ <InlineFunctionExpansion >AnySuitable</InlineFunctionExpansion >
144+ <IntrinsicFunctions >true</IntrinsicFunctions >
145+ <FavorSizeOrSpeed >Speed</FavorSizeOrSpeed >
146+ <OmitFramePointers >false</OmitFramePointers >
147+ <EnableFiberSafeOptimizations >true</EnableFiberSafeOptimizations >
148+ <AdditionalIncludeDirectories >$(SolutionDir);$(xrSdkDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
149+ <PreprocessorDefinitions >MIXED;WIN32;DEBUG;_WINDOWS;_USRDLL;XRAICORE_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions >
150+ <StringPooling >true</StringPooling >
151+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
152+ <BufferSecurityCheck >true</BufferSecurityCheck >
153+ <FunctionLevelLinking >false</FunctionLevelLinking >
154+ <FloatingPointModel >Fast</FloatingPointModel >
155+ <ForceConformanceInForLoopScope >false</ForceConformanceInForLoopScope >
156+ <RuntimeTypeInfo >true</RuntimeTypeInfo >
157+ <PrecompiledHeader >Use</PrecompiledHeader >
158+ <BrowseInformation />
159+ <WarningLevel >Level4</WarningLevel >
160+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
161+ </ClCompile >
162+ <ResourceCompile >
163+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
164+ <Culture >0x0409</Culture >
165+ </ResourceCompile >
166+ <Link >
167+ <AdditionalLibraryDirectories >$(xrSdkDir)libraries;$(xrLibDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
168+ <GenerateDebugInformation >true</GenerateDebugInformation >
169+ <SubSystem >Windows</SubSystem >
170+ <LargeAddressAware >false</LargeAddressAware >
171+ <RandomizedBaseAddress >false</RandomizedBaseAddress >
172+ <DataExecutionPrevention />
173+ <ImportLibrary >$(xrLibDir)$(TargetName).lib</ImportLibrary >
174+ <TargetMachine >NotSet</TargetMachine >
175+ </Link >
176+ </ItemDefinitionGroup >
177+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
178+ <Midl >
179+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
180+ <MkTypLibCompatible >true</MkTypLibCompatible >
181+ <SuppressStartupBanner >true</SuppressStartupBanner >
182+ <TargetEnvironment >Win32</TargetEnvironment >
183+ <TypeLibraryName >$(OutDir)$(TargetName).tlb</TypeLibraryName >
184+ </Midl >
185+ <ClCompile >
186+ <Optimization >Disabled</Optimization >
187+ <IntrinsicFunctions >false</IntrinsicFunctions >
188+ <FavorSizeOrSpeed >Neither</FavorSizeOrSpeed >
189+ <EnableFiberSafeOptimizations >true</EnableFiberSafeOptimizations >
190+ <AdditionalIncludeDirectories >$(SolutionDir);$(xrSdkDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
191+ <PreprocessorDefinitions >WIN32;DEBUG;_WINDOWS;_USRDLL;XRAICORE_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions >
192+ <StringPooling >false</StringPooling >
193+ <MinimalRebuild >true</MinimalRebuild >
194+ <ExceptionHandling >Sync</ExceptionHandling >
195+ <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
196+ <SmallerTypeCheck >true</SmallerTypeCheck >
197+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
198+ <FunctionLevelLinking >true</FunctionLevelLinking >
199+ <FloatingPointModel >Fast</FloatingPointModel >
200+ <ForceConformanceInForLoopScope >false</ForceConformanceInForLoopScope >
201+ <RuntimeTypeInfo >true</RuntimeTypeInfo >
202+ <PrecompiledHeader >Use</PrecompiledHeader >
203+ <PrecompiledHeaderFile >pch.hpp</PrecompiledHeaderFile >
204+ <BrowseInformation />
205+ <WarningLevel >Level4</WarningLevel >
206+ <SuppressStartupBanner >true</SuppressStartupBanner >
207+ <DebugInformationFormat >OldStyle</DebugInformationFormat >
208+ </ClCompile >
209+ <ResourceCompile >
210+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
211+ <Culture >0x0409</Culture >
212+ </ResourceCompile >
213+ <Link >
214+ <AdditionalOptions >/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions >
215+ <SuppressStartupBanner >true</SuppressStartupBanner >
216+ <AdditionalLibraryDirectories >$(xrSdkDir)libraries;$(xrLibDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
217+ <GenerateDebugInformation >true</GenerateDebugInformation >
218+ <MapExports >false</MapExports >
219+ <LargeAddressAware >false</LargeAddressAware >
220+ <RandomizedBaseAddress >false</RandomizedBaseAddress >
221+ <DataExecutionPrevention />
222+ <ImportLibrary >$(xrLibDir)$(TargetName).lib</ImportLibrary >
223+ <TargetMachine >NotSet</TargetMachine >
224+ </Link >
225+ </ItemDefinitionGroup >
226+ <ItemGroup >
227+ <ProjectReference Include =" $(SolutionDir)Layers\xrAPI\xrAPI.vcxproj" >
228+ <Project >{1daec516-e52c-4a3c-a4da-ae3553e6e0f8}</Project >
229+ <ReferenceOutputAssembly >false</ReferenceOutputAssembly >
230+ </ProjectReference >
231+ <ProjectReference Include =" $(SolutionDir)xrCore\xrCore.vcxproj" >
232+ <Project >{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project >
233+ <ReferenceOutputAssembly >false</ReferenceOutputAssembly >
234+ </ProjectReference >
235+ </ItemGroup >
236+ <ItemGroup >
237+ <ClInclude Include =" pch.hpp" />
238+ <ClInclude Include =" xrAICore.hpp" />
239+ </ItemGroup >
240+ <ItemGroup >
241+ <ClCompile Include =" pch.cpp" >
242+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
243+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Mixed|Win32'" >Create</PrecompiledHeader >
244+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
245+ <PrecompiledHeaderFile Condition =" '$(Configuration)|$(Platform)'=='Mixed|Win32'" >pch.hpp</PrecompiledHeaderFile >
246+ </ClCompile >
247+ <ClCompile Include =" xrAICore.cpp" />
248+ </ItemGroup >
249+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
250+ <ImportGroup Label =" ExtensionTargets" >
251+ </ImportGroup >
252+ <ProjectExtensions >
253+ <VisualStudio >
254+ <UserProperties DevPartner_IsInstrumented =" 1" />
255+ </VisualStudio >
256+ </ProjectExtensions >
257+ </Project >
0 commit comments