Skip to content

Commit 136f658

Browse files
authored
Sample Added
Sample Added
1 parent 48841ee commit 136f658

23 files changed

+842
-0
lines changed
432 Bytes
Loading
5.25 KB
Loading
1.71 KB
Loading
637 Bytes
Loading
283 Bytes
Loading
456 Bytes
Loading
2.05 KB
Loading
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<Package
4+
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
5+
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
6+
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
7+
IgnorableNamespaces="uap rescap">
8+
9+
<Identity
10+
Name="55568022-8250-47fa-b476-4b6bac010c9a"
11+
Publisher="CN=VijayarasanSivanandh"
12+
Version="1.0.0.0" />
13+
14+
<Properties>
15+
<DisplayName>SfDataGridDemo (Package)</DisplayName>
16+
<PublisherDisplayName>VijayarasanSivanandh</PublisherDisplayName>
17+
<Logo>Images\StoreLogo.png</Logo>
18+
</Properties>
19+
20+
<Dependencies>
21+
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
22+
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
23+
</Dependencies>
24+
25+
<Resources>
26+
<Resource Language="x-generate"/>
27+
</Resources>
28+
29+
<Applications>
30+
<Application Id="App"
31+
Executable="$targetnametoken$.exe"
32+
EntryPoint="$targetentrypoint$">
33+
<uap:VisualElements
34+
DisplayName="SfDataGridDemo (Package)"
35+
Description="SfDataGridDemo (Package)"
36+
BackgroundColor="transparent"
37+
Square150x150Logo="Images\Square150x150Logo.png"
38+
Square44x44Logo="Images\Square44x44Logo.png">
39+
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png" />
40+
<uap:SplashScreen Image="Images\SplashScreen.png" />
41+
</uap:VisualElements>
42+
</Application>
43+
</Applications>
44+
45+
<Capabilities>
46+
<rescap:Capability Name="runFullTrust" />
47+
</Capabilities>
48+
</Package>
Binary file not shown.
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
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)' &lt; '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

Comments
 (0)