1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '15.0'" >
4- <VisualStudioVersion >15.0</VisualStudioVersion >
5- </PropertyGroup >
6- <ItemGroup Label =" ProjectConfigurations" >
7- <ProjectConfiguration Include =" Debug|x86" >
8- <Configuration >Debug</Configuration >
9- <Platform >x86</Platform >
10- </ProjectConfiguration >
11- <ProjectConfiguration Include =" Release|x86" >
12- <Configuration >Release</Configuration >
13- <Platform >x86</Platform >
14- </ProjectConfiguration >
15- <ProjectConfiguration Include =" Debug|x64" >
16- <Configuration >Debug</Configuration >
17- <Platform >x64</Platform >
18- </ProjectConfiguration >
19- <ProjectConfiguration Include =" Release|x64" >
20- <Configuration >Release</Configuration >
21- <Platform >x64</Platform >
22- </ProjectConfiguration >
23- <ProjectConfiguration Include =" Debug|arm64" >
24- <Configuration >Debug</Configuration >
25- <Platform >arm64</Platform >
26- </ProjectConfiguration >
27- <ProjectConfiguration Include =" Release|arm64" >
28- <Configuration >Release</Configuration >
29- <Platform >arm64</Platform >
30- </ProjectConfiguration >
31- </ItemGroup >
32- <PropertyGroup >
33- <WapProjPath Condition =" '$(WapProjPath)'==''" >$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath >
34- <DebuggerType >NativeOnly</DebuggerType >
35- <BackgroundTaskDebugEngines >NativeOnly</BackgroundTaskDebugEngines >
36- </PropertyGroup >
37- <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.props" />
38- <PropertyGroup >
39- <ProjectGuid >b9fbccf9-049a-4da7-90b5-ac5c7685ec71</ProjectGuid >
40- <TargetPlatformVersion >10.0.19041.0</TargetPlatformVersion >
41- <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
42- <DefaultLanguage >en-US</DefaultLanguage >
43- <AppxPackageSigningEnabled >false</AppxPackageSigningEnabled >
44- <AppxTargetsLocation Condition =" '$(AppxTargetsLocation)'==''" >$(MSBuildThisFileDirectory)build\</AppxTargetsLocation >
45- <EntryPointProjectUniqueName >..\winui_desktop_packaged_app_cpp\winui_desktop_packaged_app_cpp.vcxproj</EntryPointProjectUniqueName >
46- </PropertyGroup >
47- <ItemGroup >
48- <AppxManifest Include =" Package.appxmanifest" >
49- <SubType >Designer</SubType >
50- </AppxManifest >
51- </ItemGroup >
52- <ItemGroup >
53- <Content Include =" Images\SplashScreen.scale-200.png" />
54- <Content Include =" Images\LockScreenLogo.scale-200.png" />
55- <Content Include =" Images\Square150x150Logo.scale-200.png" />
56- <Content Include =" Images\Square44x44Logo.scale-200.png" />
57- <Content Include =" Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
58- <Content Include =" Images\StoreLogo.png" />
59- <Content Include =" Images\Wide310x150Logo.scale-200.png" />
60- </ItemGroup >
61- <ItemGroup >
62- <ProjectReference Include =" ..\winui_desktop_packaged_app_cpp\winui_desktop_packaged_app_cpp.vcxproj" >
63- <SkipGetTargetFrameworkProperties >True</SkipGetTargetFrameworkProperties >
64- </ProjectReference >
65- </ItemGroup >
66- <ItemGroup >
67- <PackageReference Include =" Microsoft.ProjectReunion" Version =" 0.8.1" >
68- <IncludeAssets >build</IncludeAssets >
69- </PackageReference >
70- </ItemGroup >
71- <ItemGroup >
72- <SDKReference Include =" Microsoft.VCLibs.Desktop, Version=14.0" />
73- <!-- Needed for ucrtbased.dll when running a debug build. -->
74- <SDKReference Include =" Microsoft.VCLibs, Version=14.0" Condition =" '$(Configuration)' == 'Debug'" />
75- </ItemGroup >
76- <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '15.0'" >
4+ <VisualStudioVersion >15.0</VisualStudioVersion >
5+ </PropertyGroup >
6+ <ItemGroup Label =" ProjectConfigurations" >
7+ <ProjectConfiguration Include =" Debug|x86" >
8+ <Configuration >Debug</Configuration >
9+ <Platform >x86</Platform >
10+ </ProjectConfiguration >
11+ <ProjectConfiguration Include =" Release|x86" >
12+ <Configuration >Release</Configuration >
13+ <Platform >x86</Platform >
14+ </ProjectConfiguration >
15+ <ProjectConfiguration Include =" Debug|x64" >
16+ <Configuration >Debug</Configuration >
17+ <Platform >x64</Platform >
18+ </ProjectConfiguration >
19+ <ProjectConfiguration Include =" Release|x64" >
20+ <Configuration >Release</Configuration >
21+ <Platform >x64</Platform >
22+ </ProjectConfiguration >
23+ <ProjectConfiguration Include =" Debug|arm64" >
24+ <Configuration >Debug</Configuration >
25+ <Platform >arm64</Platform >
26+ </ProjectConfiguration >
27+ <ProjectConfiguration Include =" Release|arm64" >
28+ <Configuration >Release</Configuration >
29+ <Platform >arm64</Platform >
30+ </ProjectConfiguration >
31+ </ItemGroup >
32+ <PropertyGroup >
33+ <WapProjPath Condition =" '$(WapProjPath)'==''" >$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath >
34+ <DebuggerType >NativeOnly</DebuggerType >
35+ <BackgroundTaskDebugEngines >NativeOnly</BackgroundTaskDebugEngines >
36+ </PropertyGroup >
37+ <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.props" />
38+ <PropertyGroup >
39+ <ProjectGuid >b9fbccf9-049a-4da7-90b5-ac5c7685ec71</ProjectGuid >
40+ <TargetPlatformVersion >10.0.19041.0</TargetPlatformVersion >
41+ <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
42+ <DefaultLanguage >en-US</DefaultLanguage >
43+ <AppxPackageSigningEnabled >false</AppxPackageSigningEnabled >
44+ <AppxTargetsLocation Condition =" '$(AppxTargetsLocation)'==''" >$(MSBuildThisFileDirectory)build\</AppxTargetsLocation >
45+ <EntryPointProjectUniqueName >..\winui_desktop_packaged_app_cpp\winui_desktop_packaged_app_cpp.vcxproj</EntryPointProjectUniqueName >
46+ </PropertyGroup >
47+ <ItemGroup >
48+ <AppxManifest Include =" Package.appxmanifest" >
49+ <SubType >Designer</SubType >
50+ </AppxManifest >
51+ </ItemGroup >
52+ <ItemGroup >
53+ <Content Include =" Images\SplashScreen.scale-200.png" />
54+ <Content Include =" Images\LockScreenLogo.scale-200.png" />
55+ <Content Include =" Images\Square150x150Logo.scale-200.png" />
56+ <Content Include =" Images\Square44x44Logo.scale-200.png" />
57+ <Content Include =" Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
58+ <Content Include =" Images\StoreLogo.png" />
59+ <Content Include =" Images\Wide310x150Logo.scale-200.png" />
60+ </ItemGroup >
61+ <ItemGroup >
62+ <ProjectReference Include =" ..\winui_desktop_packaged_app_cpp\winui_desktop_packaged_app_cpp.vcxproj" >
63+ <SkipGetTargetFrameworkProperties >True</SkipGetTargetFrameworkProperties >
64+ </ProjectReference >
65+ </ItemGroup >
66+ <ItemGroup >
67+ <PackageReference Include =" Microsoft.ProjectReunion" Version =" 0.8.1" >
68+ <IncludeAssets >build</IncludeAssets >
69+ </PackageReference >
70+ </ItemGroup >
71+ <ItemGroup >
72+ <SDKReference Include =" Microsoft.VCLibs.Desktop, Version=14.0" />
73+ <!-- Needed for ucrtbased.dll when running a debug build. -->
74+ <SDKReference Include =" Microsoft.VCLibs, Version=14.0" Condition =" '$(Configuration)' == 'Debug'" />
75+ </ItemGroup >
76+ <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
7777</Project >
0 commit comments