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|ARM64EC" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >ARM64EC</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Debug|Win32" >
9+ <Configuration >Debug</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Release|ARM64EC" >
13+ <Configuration >Release</Configuration >
14+ <Platform >ARM64EC</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|Win32" >
17+ <Configuration >Release</Configuration >
18+ <Platform >Win32</Platform >
19+ </ProjectConfiguration >
20+ <ProjectConfiguration Include =" Debug|x64" >
21+ <Configuration >Debug</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+ <ItemGroup >
30+ <ClInclude Include =" ..\src\third-party\fmt\args.h" />
31+ <ClInclude Include =" ..\src\third-party\fmt\base.h" />
32+ <ClInclude Include =" ..\src\third-party\fmt\chrono.h" />
33+ <ClInclude Include =" ..\src\third-party\fmt\color.h" />
34+ <ClInclude Include =" ..\src\third-party\fmt\compile.h" />
35+ <ClInclude Include =" ..\src\third-party\fmt\core.h" />
36+ <ClInclude Include =" ..\src\third-party\fmt\format-inl.h" />
37+ <ClInclude Include =" ..\src\third-party\fmt\format.h" />
38+ <ClInclude Include =" ..\src\third-party\fmt\os.h" />
39+ <ClInclude Include =" ..\src\third-party\fmt\ostream.h" />
40+ <ClInclude Include =" ..\src\third-party\fmt\printf.h" />
41+ <ClInclude Include =" ..\src\third-party\fmt\ranges.h" />
42+ <ClInclude Include =" ..\src\third-party\fmt\std.h" />
43+ <ClInclude Include =" ..\src\third-party\fmt\xchar.h" />
44+ </ItemGroup >
45+ <ItemGroup >
46+ <ClCompile Include =" ..\src\third-party\fmt\format.cc" />
47+ <ClCompile Include =" ..\src\third-party\fmt\os.cc" />
48+ </ItemGroup >
49+ <PropertyGroup Label =" Globals" >
50+ <VCProjectVersion >16.0</VCProjectVersion >
51+ <Keyword >Win32Proj</Keyword >
52+ <ProjectGuid >{f2098959-aad9-4210-a64c-fc4a09a45556}</ProjectGuid >
53+ <RootNamespace >flatbuffers</RootNamespace >
54+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
55+ </PropertyGroup >
56+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
57+ <PropertyGroup Label =" Configuration" >
58+ <ConfigurationType >StaticLibrary</ConfigurationType >
59+ <PlatformToolset >$(DefaultPlatformToolset)</PlatformToolset >
60+ <CharacterSet >Unicode</CharacterSet >
61+ <PreferredToolArchitecture >x64</PreferredToolArchitecture >
62+ </PropertyGroup >
63+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
64+ <UseDebugLibraries >true</UseDebugLibraries >
65+ </PropertyGroup >
66+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" Label =" Configuration" >
67+ <UseDebugLibraries >false</UseDebugLibraries >
68+ <WholeProgramOptimization >false</WholeProgramOptimization >
69+ </PropertyGroup >
70+ <Import Project =" Cataclysm.Cpp.props" />
71+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
72+ <ImportGroup Label =" ExtensionSettings" >
73+ </ImportGroup >
74+ <ImportGroup Label =" Shared" >
75+ </ImportGroup >
76+ <ImportGroup Label =" PropertySheets" >
77+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
78+ <Import Project =" Cataclysm-common.props" />
79+ </ImportGroup >
80+ <PropertyGroup Label =" UserMacros" />
81+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" >
82+ <LinkIncremental >true</LinkIncremental >
83+ </PropertyGroup >
84+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
85+ <LinkIncremental >false</LinkIncremental >
86+ </PropertyGroup >
87+ <PropertyGroup Label =" Vcpkg" >
88+ <VcpkgEnabled >false</VcpkgEnabled >
89+ </PropertyGroup >
90+ <ItemDefinitionGroup >
91+ <ClCompile >
92+ <PreprocessorDefinitions >_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
93+ </ClCompile >
94+ </ItemDefinitionGroup >
95+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Debug'" >
96+ <ClCompile >
97+ <WarningLevel >Level3</WarningLevel >
98+ <FunctionLevelLinking >true</FunctionLevelLinking >
99+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
100+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
101+ </ClCompile >
102+ <Link >
103+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
104+ <OptimizeReferences >true</OptimizeReferences >
105+ </Link >
106+ </ItemDefinitionGroup >
107+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
108+ <ClCompile >
109+ <WarningLevel >Level3</WarningLevel >
110+ <FunctionLevelLinking >true</FunctionLevelLinking >
111+ <IntrinsicFunctions >true</IntrinsicFunctions >
112+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
113+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
114+ </ClCompile >
115+ <Link >
116+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
117+ <OptimizeReferences >true</OptimizeReferences >
118+ </Link >
119+ </ItemDefinitionGroup >
120+ <ItemDefinitionGroup Condition =" '$(Platform)'=='Win32'" >
121+ <ClCompile >
122+ <PreprocessorDefinitions >WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions >
123+ </ClCompile >
124+ </ItemDefinitionGroup >
125+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
126+ <ImportGroup Label =" ExtensionTargets" >
127+ </ImportGroup >
128+ </Project >
0 commit comments