Skip to content

Commit e4d6a87

Browse files
authored
Merge pull request #13 from Naveen-chawla/Scheduler_Examples
Added new features sample
2 parents 0ca054a + 0f606c1 commit e4d6a87

412 files changed

Lines changed: 17277 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
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>AllowedViews\</PathToXAMLWinRTImplementations>
35+
</PropertyGroup>
36+
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
37+
<PropertyGroup>
38+
<ProjectGuid>b948d42b-38b4-4399-8721-579aba6bc469</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>..\AllowedViews\AllowedViews.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="..\AllowedViews\AllowedViews.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.3]">
68+
<IncludeAssets>build</IncludeAssets>
69+
</PackageReference>
70+
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.8.3]">
71+
<IncludeAssets>build</IncludeAssets>
72+
</PackageReference>
73+
</ItemGroup>
74+
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
75+
</Project>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup />
4+
</Project>
432 Bytes
Loading
5.25 KB
Loading
1.71 KB
Loading
637 Bytes
Loading
283 Bytes
Loading
456 Bytes
Loading
2.05 KB
Loading

0 commit comments

Comments
 (0)