Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuspec for Prism Windows 10 UWP (pre-release) packages #167

Merged
merged 9 commits into from
Oct 12, 2015
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,10 @@ publish/

# NuGet
.nuget/
project.lock.json
nuget.exe
*.nuget.props
*.nuget.targets
*.lock.json

# NuGet Packages
*.nupkg
Expand Down
24 changes: 18 additions & 6 deletions Source/PrismLibrary_Win10.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prism.Windows.Tests", "Wind
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prism.Autofac.Windows", "Windows10\Prism.Autofac.Windows\Prism.Autofac.Windows.csproj", "{CCE23E5B-335F-4B62-A964-77E42482F49A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuspec", ".nuspec", "{7F797EB4-813F-432D-ACF1-0FA9638353AA}"
ProjectSection(SolutionItems) = preProject
nuspecs\Prism.Unity.Windows.nuspec = nuspecs\Prism.Unity.Windows.nuspec
nuspecs\Prism.Windows.nuspec = nuspecs\Prism.Windows.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -83,14 +89,16 @@ Global
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Release-Signed|x64.Build.0 = Release-Signed|Any CPU
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Release-Signed|x86.ActiveCfg = Release-Signed|Any CPU
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Release-Signed|x86.Build.0 = Release-Signed|Any CPU
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Debug|Any CPU.ActiveCfg = Debug|x86
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Debug|ARM.ActiveCfg = Debug|ARM
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Debug|ARM.Build.0 = Debug|ARM
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Debug|x64.ActiveCfg = Debug|x64
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Debug|x64.Build.0 = Debug|x64
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Debug|x86.ActiveCfg = Debug|x86
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Debug|x86.Build.0 = Debug|x86
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Release|Any CPU.ActiveCfg = Release|x86
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Release|Any CPU.Build.0 = Release|Any CPU
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Release|ARM.ActiveCfg = Release|ARM
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Release|ARM.Build.0 = Release|ARM
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Release|x64.ActiveCfg = Release|x64
Expand All @@ -104,14 +112,16 @@ Global
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Release-Signed|x64.Build.0 = Release-Signed|x64
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Release-Signed|x86.ActiveCfg = Release-Signed|x86
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Release-Signed|x86.Build.0 = Release-Signed|x86
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Debug|Any CPU.ActiveCfg = Debug|x86
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Debug|ARM.ActiveCfg = Debug|ARM
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Debug|ARM.Build.0 = Debug|ARM
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Debug|x64.ActiveCfg = Debug|x64
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Debug|x64.Build.0 = Debug|x64
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Debug|x86.ActiveCfg = Debug|x86
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Debug|x86.Build.0 = Debug|x86
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Release|Any CPU.ActiveCfg = Release|x86
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Release|Any CPU.Build.0 = Release|Any CPU
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Release|ARM.ActiveCfg = Release|ARM
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Release|ARM.Build.0 = Release|ARM
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Release|x64.ActiveCfg = Release|x64
Expand All @@ -125,7 +135,9 @@ Global
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Release-Signed|x64.Build.0 = Release-Signed|x64
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Release-Signed|x86.ActiveCfg = Release-Signed|x86
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Release-Signed|x86.Build.0 = Release-Signed|x86
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Debug|Any CPU.ActiveCfg = Debug|x86
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Debug|ARM.ActiveCfg = Debug|ARM
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Debug|ARM.Build.0 = Debug|ARM
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Debug|ARM.Deploy.0 = Debug|ARM
Expand All @@ -135,7 +147,7 @@ Global
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Debug|x86.ActiveCfg = Debug|x86
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Debug|x86.Build.0 = Debug|x86
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Debug|x86.Deploy.0 = Debug|x86
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Release|Any CPU.ActiveCfg = Release|x86
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Release|ARM.ActiveCfg = Release|ARM
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Release|ARM.Build.0 = Release|ARM
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Release|ARM.Deploy.0 = Release|ARM
Expand Down
25 changes: 24 additions & 1 deletion Source/Windows10/Prism.Unity.Windows/Prism.Unity.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,27 @@
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<GenerateLibraryLayout>true</GenerateLibraryLayout>
<DocumentationFile>bin\Release\Prism.Unity.Windows.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<PlatformTarget>ARM</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -93,6 +114,8 @@
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
<GenerateLibraryLayout>true</GenerateLibraryLayout>
<DocumentationFile>bin\x86\Release\Prism.Unity.Windows.XML</DocumentationFile>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
Expand All @@ -104,7 +127,7 @@
<Compile Include="PrismUnityApplication.cs" />
<Compile Include="PrismUnityExtension.cs" />
<Compile Include="UnityContainerHelper.cs" />
<Content Include="Properties\Prism.Unity.Windows.rd.xml" />
<EmbeddedResource Include="Properties\Prism.Unity.Windows.rd.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Prism\Prism.csproj">
Expand Down
3 changes: 2 additions & 1 deletion Source/Windows10/Prism.Unity.Windows/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"CommonServiceLocator": "1.3.0",
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"NuSpec.ReferenceGenerator": "1.3.3",
"Unity": "3.5.1404"
},
"frameworks": {
Expand Down
28 changes: 27 additions & 1 deletion Source/Windows10/Prism.Windows.Tests/Prism.Windows.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,32 @@
<Prefer32Bit>true</Prefer32Bit>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS</DefineConstants>
<NoWarn>;2008</NoWarn>
<NoStdLib>true</NoStdLib>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<NoStdLib>true</NoStdLib>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<!--A reference to the entire .Net Framework and Windows SDK are automatically included-->
<None Include="project.json" />
Expand Down Expand Up @@ -168,7 +194,7 @@
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-Signed|ARM'">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-Signed|ARM'">
<OutputPath>bin\ARM\Release-Signed\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS</DefineConstants>
<Optimize>true</Optimize>
Expand Down
26 changes: 25 additions & 1 deletion Source/Windows10/Prism.Windows/Prism.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,27 @@
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<GenerateLibraryLayout>true</GenerateLibraryLayout>
<DocumentationFile>bin\Release\Prism.Windows.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<PlatformTarget>ARM</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -93,6 +114,9 @@
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
<GenerateLibraryLayout>false</GenerateLibraryLayout>
<DocumentationFile>
</DocumentationFile>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
Expand Down Expand Up @@ -128,7 +152,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Content Include="Properties\Prism.Windows.rd.xml" />
<EmbeddedResource Include="Properties\Prism.Windows.rd.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Prism\Prism.csproj">
Expand Down
3 changes: 2 additions & 1 deletion Source/Windows10/Prism.Windows/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"NuSpec.ReferenceGenerator": "1.3.3"
},
"frameworks": {
"uap10.0": {}
Expand Down
33 changes: 33 additions & 0 deletions Source/nuspecs/Prism.Autofac.Windows.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Prism.Autofac.Windows</id>
<version>6.0.0-prerelease001</version>
<title>Autofac for Prism 6 UWP</title>
<authors>Brian Lagunas, Brian Noyes</authors>
<owners>Brian Lagunas, Brian Noyes</owners>
<licenseUrl>https://github.com/PrismLibrary/Prism/blob/master/LICENSE</licenseUrl>
<projectUrl>http://prismlibrary.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Use these extensions to build Prism 6 Windows 10 UWP applications based on Autofac.</description>
<summary>Autofac extensions for Prism 6 Windows 10 UWP.</summary>
<releaseNotes></releaseNotes>
<language />
<tags>prism mvvm uwp uap xaml autofac</tags>
<dependencies>
<group targetFramework="uap10.0">
<dependency id="Prism.Core" version="6.0.1" />
<dependency id="Prism.Windows" version="6.0.0-prerelease002" />
<dependency id="System.Diagnostics.Debug" version="4.0.10" />
<dependency id="CommonServiceLocator" version="1.3.0" />
<dependency id="System.Globalization" version="4.0.10" />
<dependency id="System.Runtime" version="4.0.20" />
<dependency id="System.Threading.Tasks" version="4.0.10" />
<dependency id="Autofac" version="3.5.2" />
</group>
</dependencies>
</metadata>
<files>
<file src="..\Windows10\Prism.Autofac.Windows\bin\Release\Prism.Autofac.Windows.*" target="lib\uap10.0\" />
</files>
</package>
33 changes: 33 additions & 0 deletions Source/nuspecs/Prism.Unity.Windows.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Prism.Unity.Windows</id>
<version>6.0.0-prerelease003</version>
<title>Unity for Prism 6 UWP</title>
<authors>Brian Lagunas, Brian Noyes</authors>
<owners>Brian Lagunas, Brian Noyes</owners>
<licenseUrl>https://github.com/PrismLibrary/Prism/blob/master/LICENSE</licenseUrl>
<projectUrl>http://prismlibrary.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Use these extensions to build Prism 6 Windows 10 UWP applications based on Unity.</description>
<summary>Unity extensions for Prism 6 Windows 10 UWP.</summary>
<releaseNotes></releaseNotes>
<language />
<tags>prism mvvm uwp uap xaml unity</tags>
<dependencies>
<group targetFramework="uap10.0">
<dependency id="Prism.Core" version="6.0.1" />
<dependency id="Prism.Windows" version="6.0.0-prerelease002" />
<dependency id="System.Diagnostics.Debug" version="4.0.10" />
<dependency id="CommonServiceLocator" version="1.3.0" />
<dependency id="System.Globalization" version="4.0.10" />
<dependency id="System.Runtime" version="4.0.20" />
<dependency id="System.Threading.Tasks" version="4.0.10" />
<dependency id="Unity" version="3.5.1404" />
</group>
</dependencies>
</metadata>
<files>
<file src="..\Windows10\Prism.Unity.Windows\bin\Release\Prism.Unity.Windows.*" target="lib\uap10.0\" />
</files>
</package>
43 changes: 43 additions & 0 deletions Source/nuspecs/Prism.Windows.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Prism.Windows</id>
<version>6.0.0-prerelease002</version>
<title>Prism 6 for Windows UWP</title>
<authors>Brian Lagunas, Brian Noyes</authors>
<owners>Brian Lagunas, Brian Noyes</owners>
<licenseUrl>https://github.com/PrismLibrary/Prism/blob/master/LICENSE</licenseUrl>
<projectUrl>http://prismlibrary.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Prism 6 is a fully open source version of the Prism guidance originally produced by Microsoft Patterns &amp; Practices. Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism.Windows contains the platform specific features for Windows 10 UWP.</description>
<summary>Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable applications.</summary>
<releaseNotes></releaseNotes>
<language />
<tags>prism mvvm uwp uap xaml</tags>
<dependencies>
<group targetFramework="uap10.0">
<dependency id="Prism.Core" version="6.0.1" />
<dependency id="System.Collections" version="4.0.10" />
<dependency id="System.ComponentModel" version="4.0.0" />
<dependency id="System.ComponentModel.Annotations" version="4.0.10" />
<dependency id="System.Diagnostics.Debug" version="4.0.10" />
<dependency id="System.Globalization" version="4.0.10" />
<dependency id="System.IO" version="4.0.10" />
<dependency id="System.Linq" version="4.0.0" />
<dependency id="System.ObjectModel" version="4.0.10" />
<dependency id="System.Reflection" version="4.0.10" />
<dependency id="System.Reflection.Extensions" version="4.0.0" />
<dependency id="System.Runtime" version="4.0.20" />
<dependency id="System.Runtime.InteropServices.WindowsRuntime" version="4.0.0" />
<dependency id="System.Runtime.Serialization.Xml" version="4.0.10" />
<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="System.Xml.XDocument" version="4.0.10" />
</group>
</dependencies>
</metadata>
<files>
<file src="..\Windows10\Prism.Windows\bin\Release\Prism.Windows.*" target="lib\uap10.0\" />
</files>
</package>