-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathXamlBrewer.Uwp.AnimatedSplashScreen.nuspec
36 lines (36 loc) · 1.93 KB
/
XamlBrewer.Uwp.AnimatedSplashScreen.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>XamlBrewer.Uwp.AnimatedSplashScreen</id>
<version>1.0.0.0</version>
<authors>Diederik Krols</authors>
<owners>xamlbrewer</owners>
<projectUrl>https://github.com/XamlBrewer/UWP-Animated-SplashScreen</projectUrl>
<iconUrl>https://github.com/XamlBrewer/UWP-Animated-SplashScreen/blob/master/nuget.png?raw=true</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>SplashScreen animation for UWP</title>
<description>A UWP SplashScreen animation by the Composition API.</description>
<releaseNotes>Initial release.</releaseNotes>
<copyright>© XAMLBrewer. All rights reserved.</copyright>
<tags>UWP XAML Composition Animation Splash</tags>
<dependencies>
<group targetFramework="uap10.0">
<dependency id="System.Diagnostics.Debug" version="4.0.10" />
<dependency id="System.Linq" version="4.0.0" />
<dependency id="System.Numerics.Vectors" version="4.1.0" />
<dependency id="System.Runtime" version="4.0.20" />
<dependency id="System.Runtime.Extensions" version="4.0.10" />
<dependency id="System.Runtime.InteropServices.WindowsRuntime" version="4.0.0" />
<dependency id="System.Runtime.WindowsRuntime" version="4.0.10" />
<dependency id="System.Threading" version="4.0.10" />
<dependency id="System.Threading.Tasks" version="4.0.10" />
<dependency id="Win2D.uwp" version="1.20.0" />
</group>
</dependencies>
</metadata>
<files>
<file src=".\XamlBrewer.Uwp.AnimatedSplashScreen\bin\Release\XamlBrewer.Uwp.AnimatedSplashScreen.dll" target="lib\uap10.0" />
<file src=".\XamlBrewer.Uwp.AnimatedSplashScreen\bin\Release\XamlBrewer.Uwp.AnimatedSplashScreen.pdb" target="lib\uap10.0" />
<file src=".\XamlBrewer.Uwp.AnimatedSplashScreen\bin\Release\XamlBrewer.Uwp.AnimatedSplashScreen.pri" target="lib\uap10.0" />
</files>
</package>