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+ <PathToXAMLWinRTImplementations >SfDataGridDemo\</PathToXAMLWinRTImplementations >
35+ </PropertyGroup >
36+ <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.props" />
37+ <PropertyGroup >
38+ <ProjectGuid >8f44e905-e0c1-4579-994f-3f6b6033cda4</ProjectGuid >
39+ <TargetPlatformVersion >10.0.19041.0</TargetPlatformVersion >
40+ <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
41+ <AssetTargetFallback >net5.0-windows$(TargetPlatformVersion);$(AssetTargetFallback)</AssetTargetFallback >
42+ <DefaultLanguage >en-US</DefaultLanguage >
43+ <AppxPackageSigningEnabled >false</AppxPackageSigningEnabled >
44+ <EntryPointProjectUniqueName >..\SfDataGridDemo\SfDataGridDemo.csproj</EntryPointProjectUniqueName >
45+ </PropertyGroup >
46+ <ItemGroup >
47+ <AppxManifest Include =" Package.appxmanifest" >
48+ <SubType >Designer</SubType >
49+ </AppxManifest >
50+ </ItemGroup >
51+ <ItemGroup >
52+ <Content Include =" Images\SplashScreen.scale-200.png" />
53+ <Content Include =" Images\LockScreenLogo.scale-200.png" />
54+ <Content Include =" Images\Square150x150Logo.scale-200.png" />
55+ <Content Include =" Images\Square44x44Logo.scale-200.png" />
56+ <Content Include =" Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
57+ <Content Include =" Images\StoreLogo.png" />
58+ <Content Include =" Images\Wide310x150Logo.scale-200.png" />
59+ </ItemGroup >
60+ <ItemGroup >
61+ <ProjectReference Include =" ..\SfDataGridDemo\SfDataGridDemo.csproj" >
62+ <SkipGetTargetFrameworkProperties >True</SkipGetTargetFrameworkProperties >
63+ <PublishProfile >Properties\PublishProfiles\win10-$(Platform).pubxml</PublishProfile >
64+ </ProjectReference >
65+ </ItemGroup >
66+ <ItemGroup >
67+ <PackageReference Include =" Microsoft.ProjectReunion" Version =" 0.8.1" >
68+ <IncludeAssets >build</IncludeAssets >
69+ </PackageReference >
70+ <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" 0.8.1" >
71+ <IncludeAssets >build</IncludeAssets >
72+ </PackageReference >
73+ </ItemGroup >
74+ <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
75+ </Project >
0 commit comments