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|Win32" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <PropertyGroup Label =" Globals" >
22+ <VCProjectVersion >15.0</VCProjectVersion >
23+ <ProjectGuid >{A1238CE8-5AF4-4BBB-9821-E6BBB0D44F75}</ProjectGuid >
24+ <Keyword >Win32Proj</Keyword >
25+ <RootNamespace >WebViewSample</RootNamespace >
26+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
27+ <ProjectName >WebView2Sample</ProjectName >
28+ </PropertyGroup >
29+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
31+ <ConfigurationType >Application</ConfigurationType >
32+ <UseDebugLibraries >true</UseDebugLibraries >
33+ <PlatformToolset >v142</PlatformToolset >
34+ <CharacterSet >Unicode</CharacterSet >
35+ </PropertyGroup >
36+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
37+ <ConfigurationType >Application</ConfigurationType >
38+ <UseDebugLibraries >false</UseDebugLibraries >
39+ <PlatformToolset >v142</PlatformToolset >
40+ <WholeProgramOptimization >true</WholeProgramOptimization >
41+ <CharacterSet >Unicode</CharacterSet >
42+ </PropertyGroup >
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
44+ <ConfigurationType >Application</ConfigurationType >
45+ <UseDebugLibraries >true</UseDebugLibraries >
46+ <PlatformToolset >v142</PlatformToolset >
47+ <CharacterSet >Unicode</CharacterSet >
48+ </PropertyGroup >
49+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
50+ <ConfigurationType >Application</ConfigurationType >
51+ <UseDebugLibraries >false</UseDebugLibraries >
52+ <PlatformToolset >v142</PlatformToolset >
53+ <WholeProgramOptimization >true</WholeProgramOptimization >
54+ <CharacterSet >Unicode</CharacterSet >
55+ </PropertyGroup >
56+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
57+ <ImportGroup Label =" ExtensionSettings" >
58+ </ImportGroup >
59+ <ImportGroup Label =" Shared" >
60+ </ImportGroup >
61+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
62+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63+ </ImportGroup >
64+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
65+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66+ </ImportGroup >
67+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
68+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69+ </ImportGroup >
70+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
71+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
72+ </ImportGroup >
73+ <PropertyGroup Label =" UserMacros" />
74+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
75+ <LinkIncremental >true</LinkIncremental >
76+ </PropertyGroup >
77+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
78+ <LinkIncremental >true</LinkIncremental >
79+ </PropertyGroup >
80+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
81+ <LinkIncremental >false</LinkIncremental >
82+ </PropertyGroup >
83+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
84+ <LinkIncremental >false</LinkIncremental >
85+ </PropertyGroup >
86+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
87+ <ClCompile >
88+ <WarningLevel >Level3</WarningLevel >
89+ <Optimization >Disabled</Optimization >
90+ <SDLCheck >true</SDLCheck >
91+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
92+ <ConformanceMode >true</ConformanceMode >
93+ </ClCompile >
94+ <Link >
95+ <GenerateDebugInformation >true</GenerateDebugInformation >
96+ <SubSystem >Windows</SubSystem >
97+ </Link >
98+ </ItemDefinitionGroup >
99+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
100+ <ClCompile >
101+ <WarningLevel >Level3</WarningLevel >
102+ <Optimization >Disabled</Optimization >
103+ <SDLCheck >true</SDLCheck >
104+ <PreprocessorDefinitions >_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
105+ <ConformanceMode >true</ConformanceMode >
106+ </ClCompile >
107+ <Link >
108+ <GenerateDebugInformation >true</GenerateDebugInformation >
109+ <SubSystem >Windows</SubSystem >
110+ <AdditionalDependencies >kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies >
111+ </Link >
112+ </ItemDefinitionGroup >
113+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
114+ <ClCompile >
115+ <WarningLevel >Level3</WarningLevel >
116+ <Optimization >MaxSpeed</Optimization >
117+ <FunctionLevelLinking >true</FunctionLevelLinking >
118+ <IntrinsicFunctions >true</IntrinsicFunctions >
119+ <SDLCheck >true</SDLCheck >
120+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
121+ <ConformanceMode >true</ConformanceMode >
122+ </ClCompile >
123+ <Link >
124+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
125+ <OptimizeReferences >true</OptimizeReferences >
126+ <GenerateDebugInformation >true</GenerateDebugInformation >
127+ <SubSystem >Windows</SubSystem >
128+ </Link >
129+ </ItemDefinitionGroup >
130+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
131+ <ClCompile >
132+ <WarningLevel >Level3</WarningLevel >
133+ <Optimization >MaxSpeed</Optimization >
134+ <FunctionLevelLinking >true</FunctionLevelLinking >
135+ <IntrinsicFunctions >true</IntrinsicFunctions >
136+ <SDLCheck >true</SDLCheck >
137+ <PreprocessorDefinitions >NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
138+ <ConformanceMode >true</ConformanceMode >
139+ </ClCompile >
140+ <Link >
141+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
142+ <OptimizeReferences >true</OptimizeReferences >
143+ <GenerateDebugInformation >true</GenerateDebugInformation >
144+ <SubSystem >Windows</SubSystem >
145+ </Link >
146+ </ItemDefinitionGroup >
147+ <ItemGroup >
148+ <ClCompile Include =" HelloWebView.cpp" />
149+ </ItemGroup >
150+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
151+ <ImportGroup Label =" ExtensionTargets" >
152+ </ImportGroup >
153+ </Project >
0 commit comments