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+ </PropertyGroup >
35+ <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.props" />
36+ <PropertyGroup >
37+ <ProjectGuid >0a343519-113b-4ef9-959c-30f559524bc4</ProjectGuid >
38+ <TargetPlatformVersion >10.0.22621.0</TargetPlatformVersion >
39+ <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
40+ <DefaultLanguage >en-US</DefaultLanguage >
41+ <AppxPackageSigningEnabled >false</AppxPackageSigningEnabled >
42+ <NoWarn >$(NoWarn);NU1702</NoWarn >
43+ <EntryPointProjectUniqueName >..\CalculatorDemo\CalculatorDemo.csproj</EntryPointProjectUniqueName >
44+ </PropertyGroup >
45+ <PropertyGroup >
46+ <!--
47+ Added manually. This seemes to be required today when the pacakged project is .net9.
48+ Otherwise we need get this error:
49+ error : Project '..\CalculatorDemo\CalculatorDemo.csproj' targets 'net9.0-windows'. It cannot be referenced by a project that targets '.NETFramework,Version=v4.5.1'.
50+ -->
51+ <TargetPlatformIdentifier >Windows</TargetPlatformIdentifier >
52+ <TargetFrameworkMoniker >.NETCoreApp,Version=v9.0</TargetFrameworkMoniker >
53+ <TargetFramework >net9.0-windows10.0.17763.0</TargetFramework >
54+ </PropertyGroup >
55+ <ItemGroup >
56+ <AppxManifest Include =" Package.appxmanifest" >
57+ <SubType >Designer</SubType >
58+ </AppxManifest >
59+ </ItemGroup >
60+ <ItemGroup >
61+ <Content Include =" Images\SplashScreen.scale-200.png" />
62+ <Content Include =" Images\LockScreenLogo.scale-200.png" />
63+ <Content Include =" Images\Square150x150Logo.scale-200.png" />
64+ <Content Include =" Images\Square44x44Logo.scale-200.png" />
65+ <Content Include =" Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
66+ <Content Include =" Images\StoreLogo.png" />
67+ <Content Include =" Images\Wide310x150Logo.scale-200.png" />
68+ </ItemGroup >
69+ <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
70+ <ItemGroup >
71+ <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.22621.3233" PrivateAssets =" all" />
72+ </ItemGroup >
73+ <ItemGroup >
74+ <ProjectReference Include =" ..\CalculatorDemo\CalculatorDemo.csproj" />
75+ </ItemGroup >
76+ </Project >
0 commit comments