forked from microsoft/Windows-universal-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows 10 1511 Release - August 2016 Update
- Loading branch information
Showing
43 changed files
with
1,709 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 14 | ||
VisualStudioVersion = 14.0.25123.0 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Notifications", "Notifications\Notifications.jsproj", "{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|ARM = Debug|ARM | ||
Debug|x64 = Debug|x64 | ||
Debug|x86 = Debug|x86 | ||
Release|ARM = Release|ARM | ||
Release|x64 = Release|x64 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}.Debug|ARM.ActiveCfg = Debug|ARM | ||
{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}.Debug|ARM.Build.0 = Debug|ARM | ||
{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}.Debug|ARM.Deploy.0 = Debug|ARM | ||
{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}.Debug|x64.ActiveCfg = Debug|x64 | ||
{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}.Debug|x64.Build.0 = Debug|x64 | ||
{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}.Debug|x64.Deploy.0 = Debug|x64 | ||
{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}.Debug|x86.ActiveCfg = Debug|x86 | ||
{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}.Debug|x86.Build.0 = Debug|x86 | ||
{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}.Debug|x86.Deploy.0 = Debug|x86 | ||
{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}.Release|ARM.ActiveCfg = Release|ARM | ||
{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}.Release|ARM.Build.0 = Release|ARM | ||
{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}.Release|ARM.Deploy.0 = Release|ARM | ||
{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}.Release|x64.ActiveCfg = Release|x64 | ||
{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}.Release|x64.Build.0 = Release|x64 | ||
{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}.Release|x64.Deploy.0 = Release|x64 | ||
{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}.Release|x86.ActiveCfg = Release|x86 | ||
{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}.Release|x86.Build.0 = Release|x86 | ||
{0DBEEE91-BC29-40A6-B02D-3754DA6C1A72}.Release|x86.Deploy.0 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
Empty file.
Empty file.
Empty file.
183 changes: 183 additions & 0 deletions
183
Samples/Notifications/js/Notifications/Notifications.jsproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,183 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Debug|ARM"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>ARM</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Debug|x64"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Debug|x86"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x86</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|ARM"> | ||
<Configuration>Release</Configuration> | ||
<Platform>ARM</Platform> | ||
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|x64"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x64</Platform> | ||
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|x86"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x86</Platform> | ||
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>0dbeee91-bc29-40a6-b02d-3754da6c1a72</ProjectGuid> | ||
</PropertyGroup> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0'"> | ||
<VisualStudioVersion>14.0</VisualStudioVersion> | ||
</PropertyGroup> | ||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).Default.props" /> | ||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).props" /> | ||
<PropertyGroup> | ||
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier> | ||
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion> | ||
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion> | ||
<MinimumVisualStudioVersion>$(VersionNumberMajor).$(VersionNumberMinor)</MinimumVisualStudioVersion> | ||
<DefaultLanguage>en-US</DefaultLanguage> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<AppxManifest Include="package.appxmanifest"> | ||
<SubType>Designer</SubType> | ||
</AppxManifest> | ||
<Content Include="..\..\..\..\SharedContent\js\default.html"> | ||
<Link>default.html</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\js\js\default.js"> | ||
<Link>js\default.js</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\js\css\default.css"> | ||
<Link>css\default.css</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\js\Microsoft.WinJS\css\ui-dark.css"> | ||
<Link>Microsoft.WinJS.4.0\css\ui-dark.css</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\js\Microsoft.WinJS\css\ui-light.css"> | ||
<Link>Microsoft.WinJS.4.0\css\ui-light.css</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\js\Microsoft.WinJS\js\en-US\ui.strings.js"> | ||
<Link>Microsoft.WinJS.4.0\js\en-US\ui.strings.js</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\js\Microsoft.WinJS\js\WinJS.intellisense-setup.js"> | ||
<Link>Microsoft.WinJS.4.0\js\WinJS.intellisense-setup.js</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\js\Microsoft.WinJS\js\WinJS.intellisense.js"> | ||
<Link>Microsoft.WinJS.4.0\js\WinJS.intellisense.js</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\js\Microsoft.WinJS\fonts\Symbols.ttf"> | ||
<Link>Microsoft.WinJS.4.0\fonts\Symbols.ttf</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\js\Microsoft.WinJS\js\base.js"> | ||
<Link>Microsoft.WinJS.4.0\js\base.js</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\js\Microsoft.WinJS\js\ui.js"> | ||
<Link>Microsoft.WinJS.4.0\js\ui.js</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\js\sample-utils\footer.html"> | ||
<Link>sample-utils\footer.html</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\js\sample-utils\header.html"> | ||
<Link>sample-utils\header.html</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\js\sample-utils\sample-utils.js"> | ||
<Link>sample-utils\sample-utils.js</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\js\sample-utils\scenario-select.css"> | ||
<Link>sample-utils\scenario-select.css</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\js\sample-utils\scenario-select.html"> | ||
<Link>sample-utils\scenario-select.html</Link> | ||
</Content> | ||
<Content Include="css\scenario1-pinningsecondarytiles.css" /> | ||
<Content Include="css\scenario9-unpineverything.css" /> | ||
<Content Include="html\scenario1-pinningsecondarytiles.html" /> | ||
<Content Include="html\scenario2-updatesecondarytile.html" /> | ||
<Content Include="html\scenario3-primarytilenotifications.html" /> | ||
<Content Include="html\scenario4-secondarytilenotifications.html" /> | ||
<Content Include="html\scenario5-expiringtilenotifications.html" /> | ||
<Content Include="html\scenario6-schedulingtilenotifications.html" /> | ||
<Content Include="html\scenario7-primarytilebadges.html" /> | ||
<Content Include="html\scenario8-secondarytilebadges.html" /> | ||
<Content Include="html\scenario9-unpineverything.html" /> | ||
<Content Include="js\sample-configuration.js" /> | ||
<Content Include="js\scenario1-pinningsecondarytiles.js" /> | ||
<Content Include="js\scenario2-updatesecondarytile.js" /> | ||
<Content Include="js\scenario3-primarytilenotifications.js" /> | ||
<Content Include="js\scenario4-secondarytilenotifications.js" /> | ||
<Content Include="js\scenario5-expiringtilenotifications.js" /> | ||
<Content Include="js\scenario6-schedulingtilenotifications.js" /> | ||
<Content Include="js\scenario7-primarytilebadges.js" /> | ||
<Content Include="js\scenario8-secondarytilebadges.js" /> | ||
<Content Include="js\scenario9-unpineverything.js" /> | ||
<Content Include="packages.config" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<!--image assets--> | ||
<Content Include="..\..\..\..\SharedContent\media\microsoft-sdk.png"> | ||
<Link>images\microsoft-sdk.png</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\media\squaretile-sdk.png"> | ||
<Link>images\Square150x150Logo.png</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\media\smalltile-sdk.png"> | ||
<Link>images\Square44x44Logo.png</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\media\tile-sdk.png"> | ||
<Link>images\Wide310x150Logo.png</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\media\Square310x310Logo.png"> | ||
<Link>images\Square310x310Logo.png</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\media\splash-sdk.png"> | ||
<Link>images\SplashScreen.png</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\media\storelogo-sdk.png"> | ||
<Link>images\StoreLogo.png</Link> | ||
</Content> | ||
<Content Include="..\..\..\..\SharedContent\media\windows-sdk.png"> | ||
<Link>images\windows-sdk.png</Link> | ||
</Content> | ||
<Content Include="images\cancel.png"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</Content> | ||
<Content Include="images\check.png"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</Content> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Reference Include="NotificationsExtensions"> | ||
<HintPath>..\packages\NotificationsExtensions.Win10.JavaScript.14332.0.2\lib\Windows\NotificationsExtensions.winmd</HintPath> | ||
<IsWinMDFile>true</IsWinMDFile> | ||
<CopyLocal>True</CopyLocal> | ||
<SpecificVersion>True</SpecificVersion> | ||
</Reference> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).targets" /> | ||
<Import Project="..\packages\NotificationsExtensions.Win10.JavaScript.14332.0.2\build\Windows\NotificationsExtensions.Win10.JavaScript.targets" Condition="Exists('..\packages\NotificationsExtensions.Win10.JavaScript.14332.0.2\build\Windows\NotificationsExtensions.Win10.JavaScript.targets')" /> | ||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | ||
<PropertyGroup> | ||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | ||
</PropertyGroup> | ||
<Error Condition="!Exists('..\packages\NotificationsExtensions.Win10.JavaScript.14332.0.2\build\Windows\NotificationsExtensions.Win10.JavaScript.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NotificationsExtensions.Win10.JavaScript.14332.0.2\build\Windows\NotificationsExtensions.Win10.JavaScript.targets'))" /> | ||
</Target> | ||
<!-- To modify your build process, add your task inside one of the targets below then uncomment | ||
that target and the DisableFastUpToDateCheck PropertyGroup. | ||
Other similar extension points exist, see Microsoft.Common.targets. | ||
<Target Name="BeforeBuild"> | ||
</Target> | ||
<Target Name="AfterBuild"> | ||
</Target> | ||
<PropertyGroup> | ||
<DisableFastUpToDateCheck>true</DisableFastUpToDateCheck> | ||
</PropertyGroup> | ||
--> | ||
</Project> |
Oops, something went wrong.