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|x64" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >x64</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|x64" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <PropertyGroup Label =" Globals" >
14
+ <ProjectGuid >{D8089A7C-C43F-9B0D-6D2C-81105942170F}</ProjectGuid >
15
+ <IgnoreWarnCompileDuplicatedFilename >true</IgnoreWarnCompileDuplicatedFilename >
16
+ <Keyword >Win32Proj</Keyword >
17
+ <RootNamespace >lfmt</RootNamespace >
18
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
19
+ </PropertyGroup >
20
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
22
+ <ConfigurationType >StaticLibrary</ConfigurationType >
23
+ <UseDebugLibraries >true</UseDebugLibraries >
24
+ <CharacterSet >MultiByte</CharacterSet >
25
+ <PlatformToolset >v143</PlatformToolset >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
28
+ <ConfigurationType >StaticLibrary</ConfigurationType >
29
+ <UseDebugLibraries >false</UseDebugLibraries >
30
+ <CharacterSet >MultiByte</CharacterSet >
31
+ <PlatformToolset >v143</PlatformToolset >
32
+ </PropertyGroup >
33
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
34
+ <ImportGroup Label =" ExtensionSettings" >
35
+ </ImportGroup >
36
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
37
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
38
+ </ImportGroup >
39
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
40
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
41
+ </ImportGroup >
42
+ <PropertyGroup Label =" UserMacros" />
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
44
+ <OutDir >..\..\bin\Debug\</OutDir >
45
+ <IntDir >..\..\obj\lfmt\Debug\</IntDir >
46
+ <TargetName >lfmt</TargetName >
47
+ <TargetExt >.lib</TargetExt >
48
+ </PropertyGroup >
49
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
50
+ <OutDir >..\..\bin\Release\</OutDir >
51
+ <IntDir >..\..\obj\lfmt\Release\</IntDir >
52
+ <TargetName >lfmt</TargetName >
53
+ <TargetExt >.lib</TargetExt >
54
+ </PropertyGroup >
55
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
56
+ <ClCompile >
57
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
58
+ <WarningLevel >Level4</WarningLevel >
59
+ <PreprocessorDefinitions >DEBUG;SOL_ALL_SAFETIES_ON;%(PreprocessorDefinitions)</PreprocessorDefinitions >
60
+ <AdditionalIncludeDirectories >..\..\..;..\..\..\third;..\..\..\third\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
61
+ <DebugInformationFormat >EditAndContinue</DebugInformationFormat >
62
+ <Optimization >Disabled</Optimization >
63
+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
64
+ <AdditionalOptions >/experimental:c11atomics %(AdditionalOptions)</AdditionalOptions >
65
+ <LanguageStandard >stdcpp17</LanguageStandard >
66
+ <LanguageStandard_C >stdc11</LanguageStandard_C >
67
+ <ExternalWarningLevel >Level3</ExternalWarningLevel >
68
+ </ClCompile >
69
+ <Link >
70
+ <SubSystem >Windows</SubSystem >
71
+ <GenerateDebugInformation >true</GenerateDebugInformation >
72
+ </Link >
73
+ </ItemDefinitionGroup >
74
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
75
+ <ClCompile >
76
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
77
+ <WarningLevel >Level4</WarningLevel >
78
+ <PreprocessorDefinitions >NDEBUG;SOL_ALL_SAFETIES_ON;%(PreprocessorDefinitions)</PreprocessorDefinitions >
79
+ <AdditionalIncludeDirectories >..\..\..;..\..\..\third;..\..\..\third\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
80
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
81
+ <Optimization >Full</Optimization >
82
+ <FunctionLevelLinking >true</FunctionLevelLinking >
83
+ <IntrinsicFunctions >true</IntrinsicFunctions >
84
+ <MinimalRebuild >false</MinimalRebuild >
85
+ <StringPooling >true</StringPooling >
86
+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
87
+ <AdditionalOptions >/experimental:c11atomics %(AdditionalOptions)</AdditionalOptions >
88
+ <LanguageStandard >stdcpp17</LanguageStandard >
89
+ <LanguageStandard_C >stdc11</LanguageStandard_C >
90
+ <ExternalWarningLevel >Level3</ExternalWarningLevel >
91
+ </ClCompile >
92
+ <Link >
93
+ <SubSystem >Windows</SubSystem >
94
+ <GenerateDebugInformation >true</GenerateDebugInformation >
95
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
96
+ <OptimizeReferences >true</OptimizeReferences >
97
+ </Link >
98
+ </ItemDefinitionGroup >
99
+ <ItemGroup >
100
+ <ClCompile Include =" ..\..\..\third\lfmt\lfmt.c" />
101
+ </ItemGroup >
102
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
103
+ <ImportGroup Label =" ExtensionTargets" >
104
+ </ImportGroup >
105
+ </Project >
0 commit comments