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
+ <VCProjectVersion >16.0</VCProjectVersion >
15
+ <ProjectGuid >{985B3F2F-CEED-4C0A-A249-69257E719145}</ProjectGuid >
16
+ <Keyword >Win32Proj</Keyword >
17
+ <RootNamespace >commonmdflag</RootNamespace >
18
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
19
+ </PropertyGroup >
20
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
22
+ <ConfigurationType >StaticLibrary</ConfigurationType >
23
+ <UseDebugLibraries >true</UseDebugLibraries >
24
+ <PlatformToolset >v142</PlatformToolset >
25
+ <CharacterSet >Unicode</CharacterSet >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
28
+ <ConfigurationType >StaticLibrary</ConfigurationType >
29
+ <UseDebugLibraries >false</UseDebugLibraries >
30
+ <PlatformToolset >v142</PlatformToolset >
31
+ <WholeProgramOptimization >true</WholeProgramOptimization >
32
+ <CharacterSet >Unicode</CharacterSet >
33
+ </PropertyGroup >
34
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
35
+ <ConfigurationType >StaticLibrary</ConfigurationType >
36
+ <UseDebugLibraries >true</UseDebugLibraries >
37
+ <PlatformToolset >v142</PlatformToolset >
38
+ <CharacterSet >Unicode</CharacterSet >
39
+ </PropertyGroup >
40
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
41
+ <ConfigurationType >StaticLibrary</ConfigurationType >
42
+ <UseDebugLibraries >false</UseDebugLibraries >
43
+ <PlatformToolset >v142</PlatformToolset >
44
+ <WholeProgramOptimization >true</WholeProgramOptimization >
45
+ <CharacterSet >Unicode</CharacterSet >
46
+ </PropertyGroup >
47
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
48
+ <ImportGroup Label =" ExtensionSettings" >
49
+ </ImportGroup >
50
+ <ImportGroup Label =" Shared" >
51
+ </ImportGroup >
52
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
53
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
54
+ </ImportGroup >
55
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
56
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
57
+ </ImportGroup >
58
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
59
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
60
+ </ImportGroup >
61
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
62
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63
+ </ImportGroup >
64
+ <PropertyGroup Label =" UserMacros" />
65
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
66
+ <LinkIncremental >false</LinkIncremental >
67
+ </PropertyGroup >
68
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
69
+ <LinkIncremental >true</LinkIncremental >
70
+ </PropertyGroup >
71
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
72
+ <LinkIncremental >true</LinkIncremental >
73
+ </PropertyGroup >
74
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
75
+ <LinkIncremental >false</LinkIncremental >
76
+ </PropertyGroup >
77
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
78
+ <ClCompile >
79
+ <PrecompiledHeader >Use</PrecompiledHeader >
80
+ <WarningLevel >Level3</WarningLevel >
81
+ <FunctionLevelLinking >true</FunctionLevelLinking >
82
+ <IntrinsicFunctions >true</IntrinsicFunctions >
83
+ <SDLCheck >true</SDLCheck >
84
+ <PreprocessorDefinitions >NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
85
+ <ConformanceMode >true</ConformanceMode >
86
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
87
+ </ClCompile >
88
+ <Link >
89
+ <SubSystem >Windows</SubSystem >
90
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
91
+ <OptimizeReferences >true</OptimizeReferences >
92
+ <GenerateDebugInformation >true</GenerateDebugInformation >
93
+ </Link >
94
+ </ItemDefinitionGroup >
95
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
96
+ <ClCompile >
97
+ <PrecompiledHeader >Use</PrecompiledHeader >
98
+ <WarningLevel >Level3</WarningLevel >
99
+ <SDLCheck >true</SDLCheck >
100
+ <PreprocessorDefinitions >WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
101
+ <ConformanceMode >true</ConformanceMode >
102
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
103
+ </ClCompile >
104
+ <Link >
105
+ <SubSystem >Windows</SubSystem >
106
+ <GenerateDebugInformation >true</GenerateDebugInformation >
107
+ </Link >
108
+ </ItemDefinitionGroup >
109
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
110
+ <ClCompile >
111
+ <PrecompiledHeader >Use</PrecompiledHeader >
112
+ <WarningLevel >Level3</WarningLevel >
113
+ <SDLCheck >true</SDLCheck >
114
+ <PreprocessorDefinitions >_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
115
+ <ConformanceMode >true</ConformanceMode >
116
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
117
+ <LanguageStandard >stdcpp17</LanguageStandard >
118
+ </ClCompile >
119
+ <Link >
120
+ <SubSystem >Windows</SubSystem >
121
+ <GenerateDebugInformation >true</GenerateDebugInformation >
122
+ </Link >
123
+ </ItemDefinitionGroup >
124
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
125
+ <ClCompile >
126
+ <PrecompiledHeader >Use</PrecompiledHeader >
127
+ <WarningLevel >Level3</WarningLevel >
128
+ <FunctionLevelLinking >true</FunctionLevelLinking >
129
+ <IntrinsicFunctions >true</IntrinsicFunctions >
130
+ <SDLCheck >true</SDLCheck >
131
+ <PreprocessorDefinitions >WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
132
+ <ConformanceMode >true</ConformanceMode >
133
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
134
+ </ClCompile >
135
+ <Link >
136
+ <SubSystem >Windows</SubSystem >
137
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
138
+ <OptimizeReferences >true</OptimizeReferences >
139
+ <GenerateDebugInformation >true</GenerateDebugInformation >
140
+ </Link >
141
+ </ItemDefinitionGroup >
142
+ <ItemGroup >
143
+ <ClInclude Include =" ..\keyboard_layout.h" />
144
+ <ClInclude Include =" ..\keyboard_layout_impl.h" />
145
+ <ClInclude Include =" framework.h" />
146
+ <ClInclude Include =" pch.h" />
147
+ </ItemGroup >
148
+ <ItemGroup >
149
+ <ClCompile Include =" ..\keyboard_layout.cpp" />
150
+ <ClCompile Include =" pch.cpp" >
151
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
152
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
153
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
154
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
155
+ </ClCompile >
156
+ </ItemGroup >
157
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
158
+ <ImportGroup Label =" ExtensionTargets" >
159
+ </ImportGroup >
160
+ </Project >
0 commit comments