1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 14.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 >{EDB0DFAF-5D6F-4D74-AE66-0DDADE12A7F6}</ProjectGuid >
15+ <RootNamespace >Common</RootNamespace >
16+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
17+ </PropertyGroup >
18+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
20+ <ConfigurationType >Utility</ConfigurationType >
21+ <UseDebugLibraries >true</UseDebugLibraries >
22+ <CharacterSet >MultiByte</CharacterSet >
23+ <PlatformToolset >v140</PlatformToolset >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
26+ <ConfigurationType >Utility</ConfigurationType >
27+ <UseDebugLibraries >false</UseDebugLibraries >
28+ <PlatformToolset >v140</PlatformToolset >
29+ <WholeProgramOptimization >true</WholeProgramOptimization >
30+ <CharacterSet >MultiByte</CharacterSet >
31+ </PropertyGroup >
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
33+ <ConfigurationType >Application</ConfigurationType >
34+ <UseDebugLibraries >true</UseDebugLibraries >
35+ <PlatformToolset >v140</PlatformToolset >
36+ <CharacterSet >MultiByte</CharacterSet >
37+ </PropertyGroup >
38+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
39+ <ConfigurationType >Application</ConfigurationType >
40+ <UseDebugLibraries >false</UseDebugLibraries >
41+ <PlatformToolset >v140</PlatformToolset >
42+ <WholeProgramOptimization >true</WholeProgramOptimization >
43+ <CharacterSet >MultiByte</CharacterSet >
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" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
51+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
52+ <Import Project =" $(SolutionDir)Common.props" />
53+ </ImportGroup >
54+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
55+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
56+ <Import Project =" $(SolutionDir)Common.props" />
57+ </ImportGroup >
58+ <PropertyGroup Label =" UserMacros" />
59+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
60+ <PreBuildEventUseInBuild >false</PreBuildEventUseInBuild >
61+ <PreLinkEventUseInBuild >false</PreLinkEventUseInBuild >
62+ <PostBuildEventUseInBuild >false</PostBuildEventUseInBuild >
63+ </PropertyGroup >
64+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
65+ <PreBuildEventUseInBuild >false</PreBuildEventUseInBuild >
66+ <PreLinkEventUseInBuild >false</PreLinkEventUseInBuild >
67+ <PostBuildEventUseInBuild >false</PostBuildEventUseInBuild >
68+ </PropertyGroup >
69+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
70+ <ClCompile >
71+ <WarningLevel >Level3</WarningLevel >
72+ <Optimization >Disabled</Optimization >
73+ <SDLCheck >true</SDLCheck >
74+ </ClCompile >
75+ </ItemDefinitionGroup >
76+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
77+ <ClCompile >
78+ <WarningLevel >Level3</WarningLevel >
79+ <Optimization >Disabled</Optimization >
80+ <SDLCheck >true</SDLCheck >
81+ </ClCompile >
82+ </ItemDefinitionGroup >
83+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
84+ <ClCompile >
85+ <WarningLevel >Level3</WarningLevel >
86+ <Optimization >MaxSpeed</Optimization >
87+ <FunctionLevelLinking >true</FunctionLevelLinking >
88+ <IntrinsicFunctions >true</IntrinsicFunctions >
89+ <SDLCheck >true</SDLCheck >
90+ </ClCompile >
91+ <Link >
92+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
93+ <OptimizeReferences >true</OptimizeReferences >
94+ </Link >
95+ </ItemDefinitionGroup >
96+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
97+ <ClCompile >
98+ <WarningLevel >Level3</WarningLevel >
99+ <Optimization >MaxSpeed</Optimization >
100+ <FunctionLevelLinking >true</FunctionLevelLinking >
101+ <IntrinsicFunctions >true</IntrinsicFunctions >
102+ <SDLCheck >true</SDLCheck >
103+ </ClCompile >
104+ <Link >
105+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
106+ <OptimizeReferences >true</OptimizeReferences >
107+ </Link >
108+ </ItemDefinitionGroup >
109+ <ItemGroup >
110+ <ClInclude Include =" Config.hpp" />
111+ <ClInclude Include =" face_smoth_flags.h" />
112+ <ClInclude Include =" FSMacros.hpp" />
113+ <ClInclude Include =" GUID.hpp" />
114+ <ClInclude Include =" LevelGameDef.h" />
115+ <ClInclude Include =" LevelStructure.hpp" />
116+ <ClInclude Include =" Noncopyable.hpp" />
117+ <ClInclude Include =" NvMender2003\convert.h" />
118+ <ClInclude Include =" NvMender2003\mender_input_output.h" />
119+ <ClInclude Include =" NvMender2003\NVMeshMender.h" />
120+ <ClInclude Include =" NvMender2003\remove_isolated_verts.h" />
121+ <ClInclude Include =" object_broker.h" />
122+ <ClInclude Include =" object_cloner.h" />
123+ <ClInclude Include =" object_comparer.h" />
124+ <ClInclude Include =" object_destroyer.h" />
125+ <ClInclude Include =" object_interfaces.h" />
126+ <ClInclude Include =" object_loader.h" />
127+ <ClInclude Include =" object_saver.h" />
128+ <ClInclude Include =" object_type_traits.h" />
129+ <ClInclude Include =" Util.hpp" />
130+ <ClInclude Include =" _d3d_extensions.h" />
131+ </ItemGroup >
132+ <ItemGroup >
133+ <ClCompile Include =" NvMender2003\NVMeshMender.cpp" />
134+ </ItemGroup >
135+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
136+ <ImportGroup Label =" ExtensionTargets" >
137+ </ImportGroup >
138+ </Project >
0 commit comments