Skip to content

Commit

Permalink
Re-created the Windows 10 UWP projects for VS2015 RTM.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTasler committed Aug 16, 2015
1 parent 3cdfede commit 45f3226
Show file tree
Hide file tree
Showing 44 changed files with 398 additions and 269 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ bld/
[Bb]in/
[Oo]bj/

# Visual Studio 2015 cache/options directory
.vs/

# DNX
artifacts/

# Roslyn cache directories
*.ide/

Expand Down Expand Up @@ -130,6 +136,10 @@ publish/
*.pubxml
*.publishproj

# NuGet
.nuget/
project.lock.json

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
Expand All @@ -145,6 +155,7 @@ csx/

# Windows Store app package directory
AppPackages/
BundleArtifacts/

# Others
sql/
Expand Down
131 changes: 56 additions & 75 deletions Source/PrismLibrary_Win10.sln
Original file line number Diff line number Diff line change
@@ -1,125 +1,106 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22823.1
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prism", "Prism\Prism.csproj", "{E6C50355-D01E-4CAA-884D-D7929861315C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prism.Windows", "Windows10\Prism.Windows\Prism.Windows.csproj", "{E9FE3493-ADDE-4E8C-B5F0-5AC1B663A27B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prism.Unity.Windows", "Windows10\Prism.Unity.Windows\Prism.Unity.Windows.csproj", "{05ABC6CB-B370-44F3-8814-EECBA73E61CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{643425A5-9223-491A-84D9-DFCC6BDD7F9B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prism.Tests", "Prism.Tests\Prism.Tests.csproj", "{B6E74918-D92B-4690-BEC9-0BB199A6E933}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{ACFF5AEC-62BC-421B-B37E-A5703806901A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prism.Windows.Tests", "Windows10\Prism.Windows.Tests\Prism.Windows.Tests.csproj", "{2EB25366-E247-485A-8411-D1FC85A52E46}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prism.Windows", "Windows10\Prism.Windows\Prism.Windows.csproj", "{3B7C3599-A336-4DB2-8678-710E3B36203B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prism.Unity.Windows", "Windows10\Prism.Unity.Windows\Prism.Unity.Windows.csproj", "{B4060AD6-7A34-479C-B5EB-4C542A681F42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prism.Windows.Tests", "Windows10\Prism.Windows.Tests\Prism.Windows.Tests.csproj", "{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E6C50355-D01E-4CAA-884D-D7929861315C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6C50355-D01E-4CAA-884D-D7929861315C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6C50355-D01E-4CAA-884D-D7929861315C}.Debug|ARM.ActiveCfg = Debug|Any CPU
{E6C50355-D01E-4CAA-884D-D7929861315C}.Debug|ARM.Build.0 = Debug|Any CPU
{E6C50355-D01E-4CAA-884D-D7929861315C}.Debug|x64.ActiveCfg = Debug|Any CPU
{E6C50355-D01E-4CAA-884D-D7929861315C}.Debug|x86.ActiveCfg = Debug|Any CPU
{E6C50355-D01E-4CAA-884D-D7929861315C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6C50355-D01E-4CAA-884D-D7929861315C}.Release|Any CPU.Build.0 = Release|Any CPU
{E6C50355-D01E-4CAA-884D-D7929861315C}.Debug|x86.Build.0 = Debug|Any CPU
{E6C50355-D01E-4CAA-884D-D7929861315C}.Release|ARM.ActiveCfg = Release|Any CPU
{E6C50355-D01E-4CAA-884D-D7929861315C}.Release|ARM.Build.0 = Release|Any CPU
{E6C50355-D01E-4CAA-884D-D7929861315C}.Release|x64.ActiveCfg = Release|Any CPU
{E6C50355-D01E-4CAA-884D-D7929861315C}.Release|x64.Build.0 = Release|Any CPU
{E6C50355-D01E-4CAA-884D-D7929861315C}.Release|x86.ActiveCfg = Release|Any CPU
{E9FE3493-ADDE-4E8C-B5F0-5AC1B663A27B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9FE3493-ADDE-4E8C-B5F0-5AC1B663A27B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9FE3493-ADDE-4E8C-B5F0-5AC1B663A27B}.Debug|ARM.ActiveCfg = Debug|ARM
{E9FE3493-ADDE-4E8C-B5F0-5AC1B663A27B}.Debug|ARM.Build.0 = Debug|ARM
{E9FE3493-ADDE-4E8C-B5F0-5AC1B663A27B}.Debug|x64.ActiveCfg = Debug|x64
{E9FE3493-ADDE-4E8C-B5F0-5AC1B663A27B}.Debug|x64.Build.0 = Debug|x64
{E9FE3493-ADDE-4E8C-B5F0-5AC1B663A27B}.Debug|x86.ActiveCfg = Debug|x86
{E9FE3493-ADDE-4E8C-B5F0-5AC1B663A27B}.Debug|x86.Build.0 = Debug|x86
{E9FE3493-ADDE-4E8C-B5F0-5AC1B663A27B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9FE3493-ADDE-4E8C-B5F0-5AC1B663A27B}.Release|Any CPU.Build.0 = Release|Any CPU
{E9FE3493-ADDE-4E8C-B5F0-5AC1B663A27B}.Release|ARM.ActiveCfg = Release|ARM
{E9FE3493-ADDE-4E8C-B5F0-5AC1B663A27B}.Release|ARM.Build.0 = Release|ARM
{E9FE3493-ADDE-4E8C-B5F0-5AC1B663A27B}.Release|x64.ActiveCfg = Release|x64
{E9FE3493-ADDE-4E8C-B5F0-5AC1B663A27B}.Release|x64.Build.0 = Release|x64
{E9FE3493-ADDE-4E8C-B5F0-5AC1B663A27B}.Release|x86.ActiveCfg = Release|x86
{E9FE3493-ADDE-4E8C-B5F0-5AC1B663A27B}.Release|x86.Build.0 = Release|x86
{05ABC6CB-B370-44F3-8814-EECBA73E61CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05ABC6CB-B370-44F3-8814-EECBA73E61CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05ABC6CB-B370-44F3-8814-EECBA73E61CB}.Debug|ARM.ActiveCfg = Debug|ARM
{05ABC6CB-B370-44F3-8814-EECBA73E61CB}.Debug|ARM.Build.0 = Debug|ARM
{05ABC6CB-B370-44F3-8814-EECBA73E61CB}.Debug|x64.ActiveCfg = Debug|x64
{05ABC6CB-B370-44F3-8814-EECBA73E61CB}.Debug|x64.Build.0 = Debug|x64
{05ABC6CB-B370-44F3-8814-EECBA73E61CB}.Debug|x86.ActiveCfg = Debug|x86
{05ABC6CB-B370-44F3-8814-EECBA73E61CB}.Debug|x86.Build.0 = Debug|x86
{05ABC6CB-B370-44F3-8814-EECBA73E61CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05ABC6CB-B370-44F3-8814-EECBA73E61CB}.Release|Any CPU.Build.0 = Release|Any CPU
{05ABC6CB-B370-44F3-8814-EECBA73E61CB}.Release|ARM.ActiveCfg = Release|ARM
{05ABC6CB-B370-44F3-8814-EECBA73E61CB}.Release|ARM.Build.0 = Release|ARM
{05ABC6CB-B370-44F3-8814-EECBA73E61CB}.Release|x64.ActiveCfg = Release|x64
{05ABC6CB-B370-44F3-8814-EECBA73E61CB}.Release|x64.Build.0 = Release|x64
{05ABC6CB-B370-44F3-8814-EECBA73E61CB}.Release|x86.ActiveCfg = Release|x86
{05ABC6CB-B370-44F3-8814-EECBA73E61CB}.Release|x86.Build.0 = Release|x86
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6C50355-D01E-4CAA-884D-D7929861315C}.Release|x86.Build.0 = Release|Any CPU
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Debug|ARM.ActiveCfg = Debug|Any CPU
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Debug|ARM.Build.0 = Debug|Any CPU
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Debug|x64.ActiveCfg = Debug|Any CPU
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Debug|x64.Build.0 = Debug|Any CPU
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Debug|x86.ActiveCfg = Debug|Any CPU
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Debug|x86.Build.0 = Debug|Any CPU
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Release|Any CPU.Build.0 = Release|Any CPU
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Release|ARM.ActiveCfg = Release|Any CPU
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Release|ARM.Build.0 = Release|Any CPU
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Release|x64.ActiveCfg = Release|Any CPU
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Release|x64.Build.0 = Release|Any CPU
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Release|x86.ActiveCfg = Release|Any CPU
{B6E74918-D92B-4690-BEC9-0BB199A6E933}.Release|x86.Build.0 = Release|Any CPU
{2EB25366-E247-485A-8411-D1FC85A52E46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EB25366-E247-485A-8411-D1FC85A52E46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EB25366-E247-485A-8411-D1FC85A52E46}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{2EB25366-E247-485A-8411-D1FC85A52E46}.Debug|ARM.ActiveCfg = Debug|ARM
{2EB25366-E247-485A-8411-D1FC85A52E46}.Debug|ARM.Build.0 = Debug|ARM
{2EB25366-E247-485A-8411-D1FC85A52E46}.Debug|ARM.Deploy.0 = Debug|ARM
{2EB25366-E247-485A-8411-D1FC85A52E46}.Debug|x64.ActiveCfg = Debug|x64
{2EB25366-E247-485A-8411-D1FC85A52E46}.Debug|x64.Build.0 = Debug|x64
{2EB25366-E247-485A-8411-D1FC85A52E46}.Debug|x64.Deploy.0 = Debug|x64
{2EB25366-E247-485A-8411-D1FC85A52E46}.Debug|x86.ActiveCfg = Debug|x86
{2EB25366-E247-485A-8411-D1FC85A52E46}.Debug|x86.Build.0 = Debug|x86
{2EB25366-E247-485A-8411-D1FC85A52E46}.Debug|x86.Deploy.0 = Debug|x86
{2EB25366-E247-485A-8411-D1FC85A52E46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EB25366-E247-485A-8411-D1FC85A52E46}.Release|Any CPU.Build.0 = Release|Any CPU
{2EB25366-E247-485A-8411-D1FC85A52E46}.Release|Any CPU.Deploy.0 = Release|Any CPU
{2EB25366-E247-485A-8411-D1FC85A52E46}.Release|ARM.ActiveCfg = Release|ARM
{2EB25366-E247-485A-8411-D1FC85A52E46}.Release|ARM.Build.0 = Release|ARM
{2EB25366-E247-485A-8411-D1FC85A52E46}.Release|ARM.Deploy.0 = Release|ARM
{2EB25366-E247-485A-8411-D1FC85A52E46}.Release|x64.ActiveCfg = Release|x64
{2EB25366-E247-485A-8411-D1FC85A52E46}.Release|x64.Build.0 = Release|x64
{2EB25366-E247-485A-8411-D1FC85A52E46}.Release|x64.Deploy.0 = Release|x64
{2EB25366-E247-485A-8411-D1FC85A52E46}.Release|x86.ActiveCfg = Release|x86
{2EB25366-E247-485A-8411-D1FC85A52E46}.Release|x86.Build.0 = Release|x86
{2EB25366-E247-485A-8411-D1FC85A52E46}.Release|x86.Deploy.0 = Release|x86
{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|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
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Release|x64.Build.0 = Release|x64
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Release|x86.ActiveCfg = Release|x86
{3B7C3599-A336-4DB2-8678-710E3B36203B}.Release|x86.Build.0 = Release|x86
{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|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
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Release|x64.Build.0 = Release|x64
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Release|x86.ActiveCfg = Release|x86
{B4060AD6-7A34-479C-B5EB-4C542A681F42}.Release|x86.Build.0 = Release|x86
{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
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Debug|x64.ActiveCfg = Debug|x64
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Debug|x64.Build.0 = Debug|x64
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Debug|x64.Deploy.0 = Debug|x64
{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|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
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Release|x64.ActiveCfg = Release|x64
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Release|x64.Build.0 = Release|x64
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Release|x64.Deploy.0 = Release|x64
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Release|x86.ActiveCfg = Release|x86
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Release|x86.Build.0 = Release|x86
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E6C50355-D01E-4CAA-884D-D7929861315C} = {643425A5-9223-491A-84D9-DFCC6BDD7F9B}
{E9FE3493-ADDE-4E8C-B5F0-5AC1B663A27B} = {643425A5-9223-491A-84D9-DFCC6BDD7F9B}
{05ABC6CB-B370-44F3-8814-EECBA73E61CB} = {643425A5-9223-491A-84D9-DFCC6BDD7F9B}
{B6E74918-D92B-4690-BEC9-0BB199A6E933} = {ACFF5AEC-62BC-421B-B37E-A5703806901A}
{2EB25366-E247-485A-8411-D1FC85A52E46} = {ACFF5AEC-62BC-421B-B37E-A5703806901A}
{3B7C3599-A336-4DB2-8678-710E3B36203B} = {643425A5-9223-491A-84D9-DFCC6BDD7F9B}
{B4060AD6-7A34-479C-B5EB-4C542A681F42} = {643425A5-9223-491A-84D9-DFCC6BDD7F9B}
{2E737FE0-857A-41AF-BA0A-42B0CDCCAA27} = {ACFF5AEC-62BC-421B-B37E-A5703806901A}
EndGlobalSection
EndGlobal
67 changes: 14 additions & 53 deletions Source/Windows10/Prism.Unity.Windows/Prism.Unity.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,24 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{05ABC6CB-B370-44F3-8814-EECBA73E61CB}</ProjectGuid>
<ProjectGuid>{B4060AD6-7A34-479C-B5EB-4C542A681F42}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Prism.Unity.Windows</RootNamespace>
<AssemblyName>Prism.Unity.Windows</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.10069.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10069.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<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_UAP</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_UAP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<PlatformTarget>ARM</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\ARM\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>ARM</PlatformTarget>
Expand All @@ -51,7 +32,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
<PlatformTarget>ARM</PlatformTarget>
<OutputPath>bin\ARM\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<DebugType>pdbonly</DebugType>
Expand All @@ -64,7 +45,7 @@
<PlatformTarget>x64</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
Expand All @@ -75,7 +56,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<DebugType>pdbonly</DebugType>
Expand All @@ -88,7 +69,7 @@
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
Expand All @@ -99,7 +80,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<PlatformTarget>x86</PlatformTarget>
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<DebugType>pdbonly</DebugType>
Expand All @@ -108,36 +89,16 @@
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PrismUnityApplication.cs" />
<Compile Include="PrismUnityExtension.cs" />
<Compile Include="UnityContainerHelper.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Practices.Unity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\packages\Unity.3.5.1404.0\lib\win8\Microsoft.Practices.Unity.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Practices.Unity.RegistrationByConvention, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\packages\Unity.3.5.1404.0\lib\win8\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Numerics.Vectors, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\System.Numerics.Vectors.4.0.0\lib\win8\System.Numerics.Vectors.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Numerics.Vectors.WindowsRuntime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\System.Numerics.Vectors.4.0.0\lib\win8\System.Numerics.Vectors.WindowsRuntime.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<Content Include="Properties\Prism.Unity.Windows.rd.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Prism\Prism.csproj">
Expand Down
Loading

0 comments on commit 45f3226

Please sign in to comment.