1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|ARM64" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >ARM64</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Debug|Win32" >
9
+ <Configuration >Debug</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Release|ARM64" >
13
+ <Configuration >Release</Configuration >
14
+ <Platform >ARM64</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
+ <PropertyGroup Label =" Globals" >
30
+ <VCProjectVersion >15.0</VCProjectVersion >
31
+ <ProjectGuid >{EBA7E78E-01A2-42A4-B335-97D3DEFF9882}</ProjectGuid >
32
+ <Keyword >Win32Proj</Keyword >
33
+ <RootNamespace >diff_tokens</RootNamespace >
34
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
35
+ </PropertyGroup >
36
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
37
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
38
+ <ConfigurationType >Application</ConfigurationType >
39
+ <UseDebugLibraries >true</UseDebugLibraries >
40
+ <PlatformToolset >v143</PlatformToolset >
41
+ <CharacterSet >Unicode</CharacterSet >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
44
+ <ConfigurationType >Application</ConfigurationType >
45
+ <UseDebugLibraries >false</UseDebugLibraries >
46
+ <PlatformToolset >v143</PlatformToolset >
47
+ <WholeProgramOptimization >true</WholeProgramOptimization >
48
+ <CharacterSet >Unicode</CharacterSet >
49
+ </PropertyGroup >
50
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
51
+ <ConfigurationType >Application</ConfigurationType >
52
+ <UseDebugLibraries >true</UseDebugLibraries >
53
+ <PlatformToolset >v143</PlatformToolset >
54
+ <CharacterSet >Unicode</CharacterSet >
55
+ </PropertyGroup >
56
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" Label =" Configuration" >
57
+ <ConfigurationType >Application</ConfigurationType >
58
+ <UseDebugLibraries >true</UseDebugLibraries >
59
+ <PlatformToolset >v143</PlatformToolset >
60
+ <CharacterSet >Unicode</CharacterSet >
61
+ </PropertyGroup >
62
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
63
+ <ConfigurationType >Application</ConfigurationType >
64
+ <UseDebugLibraries >false</UseDebugLibraries >
65
+ <PlatformToolset >v143</PlatformToolset >
66
+ <WholeProgramOptimization >true</WholeProgramOptimization >
67
+ <CharacterSet >Unicode</CharacterSet >
68
+ </PropertyGroup >
69
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" Label =" Configuration" >
70
+ <ConfigurationType >Application</ConfigurationType >
71
+ <UseDebugLibraries >false</UseDebugLibraries >
72
+ <PlatformToolset >v143</PlatformToolset >
73
+ <WholeProgramOptimization >true</WholeProgramOptimization >
74
+ <CharacterSet >Unicode</CharacterSet >
75
+ </PropertyGroup >
76
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
77
+ <ImportGroup Label =" ExtensionSettings" >
78
+ </ImportGroup >
79
+ <ImportGroup Label =" Shared" >
80
+ </ImportGroup >
81
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
82
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
83
+ </ImportGroup >
84
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
85
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
86
+ </ImportGroup >
87
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
88
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
89
+ </ImportGroup >
90
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" Label =" PropertySheets" >
91
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
92
+ </ImportGroup >
93
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
94
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
95
+ </ImportGroup >
96
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" Label =" PropertySheets" >
97
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
98
+ </ImportGroup >
99
+ <PropertyGroup Label =" UserMacros" />
100
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
101
+ <LinkIncremental >false</LinkIncremental >
102
+ <IncludePath >$(SolutionDir)third_party/mimalloc/include;$(SolutionDir)third_party/tclap/include;$(SolutionDir)include\;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath >
103
+ </PropertyGroup >
104
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" >
105
+ <LinkIncremental >false</LinkIncremental >
106
+ <IncludePath >$(SolutionDir)third_party/mimalloc/include;$(SolutionDir)third_party/tclap/include;$(SolutionDir)include\;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath >
107
+ </PropertyGroup >
108
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
109
+ <LinkIncremental >true</LinkIncremental >
110
+ <IncludePath >$(SolutionDir)third_party/mimalloc/include;$(SolutionDir)third_party/tclap/include;$(SolutionDir)include\;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath >
111
+ </PropertyGroup >
112
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
113
+ <LinkIncremental >true</LinkIncremental >
114
+ <IncludePath >$(SolutionDir)third_party/mimalloc/include;$(SolutionDir)third_party/tclap/include;$(SolutionDir)include\;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath >
115
+ </PropertyGroup >
116
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" >
117
+ <LinkIncremental >true</LinkIncremental >
118
+ <IncludePath >$(SolutionDir)third_party/mimalloc/include;$(SolutionDir)third_party/tclap/include;$(SolutionDir)include\;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath >
119
+ </PropertyGroup >
120
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
121
+ <LinkIncremental >false</LinkIncremental >
122
+ <IncludePath >$(SolutionDir)third_party/mimalloc/include;$(SolutionDir)third_party/tclap/include;$(SolutionDir)include\;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath >
123
+ </PropertyGroup >
124
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
125
+ <ClCompile >
126
+ <WarningLevel >Level3</WarningLevel >
127
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
128
+ <Optimization >MaxSpeed</Optimization >
129
+ <FunctionLevelLinking >true</FunctionLevelLinking >
130
+ <IntrinsicFunctions >true</IntrinsicFunctions >
131
+ <PreprocessorDefinitions >KIWI_USE_MIMALLOC;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
132
+ <AdditionalOptions >/Qvec-report:1 /utf-8 /bigobj %(AdditionalOptions)</AdditionalOptions >
133
+ <EnableEnhancedInstructionSet >AdvancedVectorExtensions512</EnableEnhancedInstructionSet >
134
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
135
+ <LanguageStandard >stdcpp17</LanguageStandard >
136
+ </ClCompile >
137
+ <Link >
138
+ <SubSystem >Console</SubSystem >
139
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
140
+ <OptimizeReferences >true</OptimizeReferences >
141
+ <Profile >true</Profile >
142
+ </Link >
143
+ <ProjectReference />
144
+ </ItemDefinitionGroup >
145
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" >
146
+ <ClCompile >
147
+ <WarningLevel >Level3</WarningLevel >
148
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
149
+ <Optimization >MaxSpeed</Optimization >
150
+ <FunctionLevelLinking >true</FunctionLevelLinking >
151
+ <IntrinsicFunctions >true</IntrinsicFunctions >
152
+ <PreprocessorDefinitions >KIWI_USE_MIMALLOC;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
153
+ <AdditionalOptions >/Qvec-report:1 /utf-8 /bigobj %(AdditionalOptions)</AdditionalOptions >
154
+ <EnableEnhancedInstructionSet >AdvancedVectorExtensions2</EnableEnhancedInstructionSet >
155
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
156
+ </ClCompile >
157
+ <Link >
158
+ <SubSystem >Console</SubSystem >
159
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
160
+ <OptimizeReferences >true</OptimizeReferences >
161
+ <Profile >true</Profile >
162
+ </Link >
163
+ <ProjectReference />
164
+ </ItemDefinitionGroup >
165
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
166
+ <ClCompile >
167
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
168
+ <WarningLevel >Level3</WarningLevel >
169
+ <Optimization >Disabled</Optimization >
170
+ <PreprocessorDefinitions >KIWI_USE_MIMALLOC;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
171
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
172
+ <AdditionalOptions >/Qvec-report:1 /utf-8 /bigobj %(AdditionalOptions)</AdditionalOptions >
173
+ <LanguageStandard >stdcpp17</LanguageStandard >
174
+ </ClCompile >
175
+ <Link >
176
+ <SubSystem >Console</SubSystem >
177
+ </Link >
178
+ </ItemDefinitionGroup >
179
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
180
+ <ClCompile >
181
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
182
+ <WarningLevel >Level3</WarningLevel >
183
+ <Optimization >Disabled</Optimization >
184
+ <PreprocessorDefinitions >KIWI_USE_MIMALLOC;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
185
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
186
+ <AdditionalOptions >/Qvec-report:1 /utf-8 /bigobj %(AdditionalOptions)</AdditionalOptions >
187
+ <LanguageStandard >stdcpp17</LanguageStandard >
188
+ </ClCompile >
189
+ <Link >
190
+ <SubSystem >Console</SubSystem >
191
+ </Link >
192
+ <ProjectReference />
193
+ </ItemDefinitionGroup >
194
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" >
195
+ <ClCompile >
196
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
197
+ <WarningLevel >Level3</WarningLevel >
198
+ <Optimization >Disabled</Optimization >
199
+ <PreprocessorDefinitions >KIWI_USE_MIMALLOC;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
200
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
201
+ <AdditionalOptions >/Qvec-report:1 /utf-8 /bigobj %(AdditionalOptions)</AdditionalOptions >
202
+ </ClCompile >
203
+ <Link >
204
+ <SubSystem >Console</SubSystem >
205
+ </Link >
206
+ <ProjectReference />
207
+ </ItemDefinitionGroup >
208
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
209
+ <ClCompile >
210
+ <WarningLevel >Level3</WarningLevel >
211
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
212
+ <Optimization >MaxSpeed</Optimization >
213
+ <FunctionLevelLinking >true</FunctionLevelLinking >
214
+ <IntrinsicFunctions >true</IntrinsicFunctions >
215
+ <PreprocessorDefinitions >KIWI_USE_MIMALLOC;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
216
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
217
+ <AdditionalOptions >/Qvec-report:1 /utf-8 /bigobj %(AdditionalOptions)</AdditionalOptions >
218
+ <LanguageStandard >stdcpp17</LanguageStandard >
219
+ </ClCompile >
220
+ <Link >
221
+ <SubSystem >Console</SubSystem >
222
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
223
+ <OptimizeReferences >true</OptimizeReferences >
224
+ <Profile >true</Profile >
225
+ </Link >
226
+ </ItemDefinitionGroup >
227
+ <ItemGroup >
228
+ <ProjectReference Include =" kiwi_shared_library.vcxproj" >
229
+ <Project >{f790bc37-2732-4ed1-9ca5-7248bed3588e}</Project >
230
+ </ProjectReference >
231
+ </ItemGroup >
232
+ <ItemGroup >
233
+ <ClCompile Include =" ..\tools\diff_tokens.cpp" />
234
+ </ItemGroup >
235
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
236
+ <ImportGroup Label =" ExtensionTargets" >
237
+ </ImportGroup >
238
+ </Project >
0 commit comments