|
@@ -0,0 +1,289 @@
|
|
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|ARM">
|
|
5
|
+ <Configuration>Debug</Configuration>
|
|
6
|
+ <Platform>ARM</Platform>
|
|
7
|
+ </ProjectConfiguration>
|
|
8
|
+ <ProjectConfiguration Include="Debug|ARM64">
|
|
9
|
+ <Configuration>Debug</Configuration>
|
|
10
|
+ <Platform>ARM64</Platform>
|
|
11
|
+ </ProjectConfiguration>
|
|
12
|
+ <ProjectConfiguration Include="Debug|Win32">
|
|
13
|
+ <Configuration>Debug</Configuration>
|
|
14
|
+ <Platform>Win32</Platform>
|
|
15
|
+ </ProjectConfiguration>
|
|
16
|
+ <ProjectConfiguration Include="Debug|x64">
|
|
17
|
+ <Configuration>Debug</Configuration>
|
|
18
|
+ <Platform>x64</Platform>
|
|
19
|
+ </ProjectConfiguration>
|
|
20
|
+ <ProjectConfiguration Include="Release|ARM">
|
|
21
|
+ <Configuration>Release</Configuration>
|
|
22
|
+ <Platform>ARM</Platform>
|
|
23
|
+ </ProjectConfiguration>
|
|
24
|
+ <ProjectConfiguration Include="Release|ARM64">
|
|
25
|
+ <Configuration>Release</Configuration>
|
|
26
|
+ <Platform>ARM64</Platform>
|
|
27
|
+ </ProjectConfiguration>
|
|
28
|
+ <ProjectConfiguration Include="Release|Win32">
|
|
29
|
+ <Configuration>Release</Configuration>
|
|
30
|
+ <Platform>Win32</Platform>
|
|
31
|
+ </ProjectConfiguration>
|
|
32
|
+ <ProjectConfiguration Include="Release|x64">
|
|
33
|
+ <Configuration>Release</Configuration>
|
|
34
|
+ <Platform>x64</Platform>
|
|
35
|
+ </ProjectConfiguration>
|
|
36
|
+ </ItemGroup>
|
|
37
|
+ <PropertyGroup Label="Globals">
|
|
38
|
+ <ProjectGuid>{dc466263-7d1f-4907-acd1-cc771d1fdd58}</ProjectGuid>
|
|
39
|
+ <Keyword>WindowsRuntimeComponent</Keyword>
|
|
40
|
+ <RootNamespace>WebViewBridge</RootNamespace>
|
|
41
|
+ <DefaultLanguage>en-US</DefaultLanguage>
|
|
42
|
+ <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
|
|
43
|
+ <AppContainerApplication>true</AppContainerApplication>
|
|
44
|
+ <ApplicationType>Windows Store</ApplicationType>
|
|
45
|
+ <WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
|
|
46
|
+ <WindowsTargetPlatformMinVersion>10.0.14393.0</WindowsTargetPlatformMinVersion>
|
|
47
|
+ <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
|
|
48
|
+ </PropertyGroup>
|
|
49
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
50
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
51
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
52
|
+ <UseDebugLibraries>true</UseDebugLibraries>
|
|
53
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
54
|
+ </PropertyGroup>
|
|
55
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
|
56
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
57
|
+ <UseDebugLibraries>true</UseDebugLibraries>
|
|
58
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
59
|
+ </PropertyGroup>
|
|
60
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
|
61
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
62
|
+ <UseDebugLibraries>true</UseDebugLibraries>
|
|
63
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
64
|
+ </PropertyGroup>
|
|
65
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
66
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
67
|
+ <UseDebugLibraries>true</UseDebugLibraries>
|
|
68
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
69
|
+ </PropertyGroup>
|
|
70
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
71
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
72
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
73
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
74
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
75
|
+ </PropertyGroup>
|
|
76
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
|
77
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
78
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
79
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
80
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
81
|
+ </PropertyGroup>
|
|
82
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
|
83
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
84
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
85
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
86
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
87
|
+ </PropertyGroup>
|
|
88
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
89
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
90
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
91
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
92
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
93
|
+ </PropertyGroup>
|
|
94
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
95
|
+ <ImportGroup Label="ExtensionSettings">
|
|
96
|
+ </ImportGroup>
|
|
97
|
+ <ImportGroup Label="Shared">
|
|
98
|
+ </ImportGroup>
|
|
99
|
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
100
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
101
|
+ </ImportGroup>
|
|
102
|
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
103
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
104
|
+ </ImportGroup>
|
|
105
|
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
106
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
107
|
+ </ImportGroup>
|
|
108
|
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
109
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
110
|
+ </ImportGroup>
|
|
111
|
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
112
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
113
|
+ </ImportGroup>
|
|
114
|
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
115
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
116
|
+ </ImportGroup>
|
|
117
|
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
118
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
119
|
+ </ImportGroup>
|
|
120
|
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
121
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
122
|
+ </ImportGroup>
|
|
123
|
+ <PropertyGroup Label="UserMacros" />
|
|
124
|
+ <PropertyGroup />
|
|
125
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
126
|
+ <GenerateManifest>false</GenerateManifest>
|
|
127
|
+ </PropertyGroup>
|
|
128
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
129
|
+ <GenerateManifest>false</GenerateManifest>
|
|
130
|
+ </PropertyGroup>
|
|
131
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
132
|
+ <GenerateManifest>false</GenerateManifest>
|
|
133
|
+ </PropertyGroup>
|
|
134
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
135
|
+ <GenerateManifest>false</GenerateManifest>
|
|
136
|
+ </PropertyGroup>
|
|
137
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
138
|
+ <GenerateManifest>false</GenerateManifest>
|
|
139
|
+ </PropertyGroup>
|
|
140
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
141
|
+ <GenerateManifest>false</GenerateManifest>
|
|
142
|
+ </PropertyGroup>
|
|
143
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
144
|
+ <GenerateManifest>false</GenerateManifest>
|
|
145
|
+ </PropertyGroup>
|
|
146
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
147
|
+ <GenerateManifest>false</GenerateManifest>
|
|
148
|
+ </PropertyGroup>
|
|
149
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
150
|
+ <ClCompile>
|
|
151
|
+ <PrecompiledHeader>Use</PrecompiledHeader>
|
|
152
|
+ <PreprocessorDefinitions>_WINRT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
153
|
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
154
|
+ <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
|
|
155
|
+ <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
|
|
156
|
+ <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
|
|
157
|
+ <DisableSpecificWarnings>28204</DisableSpecificWarnings>
|
|
158
|
+ </ClCompile>
|
|
159
|
+ <Link>
|
|
160
|
+ <SubSystem>Console</SubSystem>
|
|
161
|
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
162
|
+ </Link>
|
|
163
|
+ </ItemDefinitionGroup>
|
|
164
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
165
|
+ <ClCompile>
|
|
166
|
+ <PrecompiledHeader>Use</PrecompiledHeader>
|
|
167
|
+ <PreprocessorDefinitions>_WINRT_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
168
|
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
169
|
+ <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
|
|
170
|
+ <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
|
|
171
|
+ <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
|
|
172
|
+ <DisableSpecificWarnings>28204</DisableSpecificWarnings>
|
|
173
|
+ </ClCompile>
|
|
174
|
+ <Link>
|
|
175
|
+ <SubSystem>Console</SubSystem>
|
|
176
|
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
177
|
+ </Link>
|
|
178
|
+ </ItemDefinitionGroup>
|
|
179
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
180
|
+ <ClCompile>
|
|
181
|
+ <PrecompiledHeader>Use</PrecompiledHeader>
|
|
182
|
+ <PreprocessorDefinitions>_WINRT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
183
|
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
184
|
+ <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
|
|
185
|
+ <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
|
|
186
|
+ <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
|
|
187
|
+ <DisableSpecificWarnings>28204</DisableSpecificWarnings>
|
|
188
|
+ </ClCompile>
|
|
189
|
+ <Link>
|
|
190
|
+ <SubSystem>Console</SubSystem>
|
|
191
|
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
192
|
+ </Link>
|
|
193
|
+ </ItemDefinitionGroup>
|
|
194
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
195
|
+ <ClCompile>
|
|
196
|
+ <PrecompiledHeader>Use</PrecompiledHeader>
|
|
197
|
+ <PreprocessorDefinitions>_WINRT_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
198
|
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
199
|
+ <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
|
|
200
|
+ <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
|
|
201
|
+ <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
|
|
202
|
+ <DisableSpecificWarnings>28204</DisableSpecificWarnings>
|
|
203
|
+ </ClCompile>
|
|
204
|
+ <Link>
|
|
205
|
+ <SubSystem>Console</SubSystem>
|
|
206
|
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
207
|
+ </Link>
|
|
208
|
+ </ItemDefinitionGroup>
|
|
209
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
210
|
+ <ClCompile>
|
|
211
|
+ <PrecompiledHeader>Use</PrecompiledHeader>
|
|
212
|
+ <PreprocessorDefinitions>_WINRT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
213
|
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
214
|
+ <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
|
|
215
|
+ <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
|
|
216
|
+ <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
|
|
217
|
+ <DisableSpecificWarnings>28204</DisableSpecificWarnings>
|
|
218
|
+ </ClCompile>
|
|
219
|
+ <Link>
|
|
220
|
+ <SubSystem>Console</SubSystem>
|
|
221
|
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
222
|
+ </Link>
|
|
223
|
+ </ItemDefinitionGroup>
|
|
224
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
225
|
+ <ClCompile>
|
|
226
|
+ <PrecompiledHeader>Use</PrecompiledHeader>
|
|
227
|
+ <PreprocessorDefinitions>_WINRT_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
228
|
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
229
|
+ <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
|
|
230
|
+ <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
|
|
231
|
+ <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
|
|
232
|
+ <DisableSpecificWarnings>28204</DisableSpecificWarnings>
|
|
233
|
+ </ClCompile>
|
|
234
|
+ <Link>
|
|
235
|
+ <SubSystem>Console</SubSystem>
|
|
236
|
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
237
|
+ </Link>
|
|
238
|
+ </ItemDefinitionGroup>
|
|
239
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
240
|
+ <ClCompile>
|
|
241
|
+ <PrecompiledHeader>Use</PrecompiledHeader>
|
|
242
|
+ <PreprocessorDefinitions>_WINRT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
243
|
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
244
|
+ <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
|
|
245
|
+ <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
|
|
246
|
+ <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
|
|
247
|
+ <DisableSpecificWarnings>28204</DisableSpecificWarnings>
|
|
248
|
+ </ClCompile>
|
|
249
|
+ <Link>
|
|
250
|
+ <SubSystem>Console</SubSystem>
|
|
251
|
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
252
|
+ </Link>
|
|
253
|
+ </ItemDefinitionGroup>
|
|
254
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
255
|
+ <ClCompile>
|
|
256
|
+ <PrecompiledHeader>Use</PrecompiledHeader>
|
|
257
|
+ <PreprocessorDefinitions>_WINRT_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
258
|
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
259
|
+ <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
|
|
260
|
+ <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
|
|
261
|
+ <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
|
|
262
|
+ <DisableSpecificWarnings>28204</DisableSpecificWarnings>
|
|
263
|
+ </ClCompile>
|
|
264
|
+ <Link>
|
|
265
|
+ <SubSystem>Console</SubSystem>
|
|
266
|
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
267
|
+ </Link>
|
|
268
|
+ </ItemDefinitionGroup>
|
|
269
|
+ <ItemGroup>
|
|
270
|
+ <ClInclude Include="pch.h" />
|
|
271
|
+ <ClInclude Include="WebBridge.h" />
|
|
272
|
+ </ItemGroup>
|
|
273
|
+ <ItemGroup>
|
|
274
|
+ <ClCompile Include="pch.cpp">
|
|
275
|
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
276
|
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
277
|
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">Create</PrecompiledHeader>
|
|
278
|
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">Create</PrecompiledHeader>
|
|
279
|
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
|
|
280
|
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
|
|
281
|
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
282
|
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
283
|
+ </ClCompile>
|
|
284
|
+ <ClCompile Include="WebBridge.cpp" />
|
|
285
|
+ </ItemGroup>
|
|
286
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
287
|
+ <ImportGroup Label="ExtensionTargets">
|
|
288
|
+ </ImportGroup>
|
|
289
|
+</Project>
|