Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Upload the samples used to present an end-to-end demo scenario based …
Browse files Browse the repository at this point in the history
…on a fictitious B2B and multitenant system.
  • Loading branch information
Ibon committed Nov 18, 2015
1 parent 7515e81 commit bb7368c
Show file tree
Hide file tree
Showing 2,300 changed files with 383,613 additions and 2 deletions.
63 changes: 63 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
79 changes: 79 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@

#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
**/bin
**/obj
bin/[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
*.opensdf
*.sdf
**/.vscode

**/MyHealth.Web/**/lib/
/Components/

src/MvvmCross-UserInteraction/packages/
packages/
bld/
!Automation/Tools/*.exe
**.lock.json
/.vs/config/applicationhost.config

#ignore common tools directories
node_modules/
bower_components/

#ignore cordova directories
platforms/
**/*Cordova*/**/changeList.json
**/*Cordova*/**/appBundle*
**/*Cordova*/**/vendors/
**/*Cordova*/**/main.css
**/*Cordova*/**/templates.js
**/*Cordova*/**/tests/out
**/*Cordova*/**/plugins
**/*Cordova*/**/content/lib
!CordovaPlugins/**/bin

#ignore generated wwwroot files
/src/MyHealth.Web/wwwroot/
/src/MyHealth.Web/wwwroot/_references.js

#ignore web content files
/src/MyHealth.Web/content/lib

#MyHealth.Web.Clinics
/src/MyHealth.Web.Clinics/_package
!src/MyHealth.Web.Clinics/bin
**/.ntvs_analysis.dat
/src/MyHealth.Web.Clinics/public/lib


*.userprefs
src/MyHealth.Web/wwwroot/_references.js
src/MyHealth.Web.Stress/wwwroot/
src/MyHealth.Web.Stress/content/lib/
*.orig
61 changes: 61 additions & 0 deletions 01_Demos_ASPNET5.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24627.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{372998F0-9076-4CCF-8DA2-1F0534BF05F4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2FC5C601-EA9C-482C-B5B7-3442E9A8357D}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MyHealth.Model", "src\MyHealth.Model\MyHealth.Model.xproj", "{FB798BC9-D2CE-40A8-ADD4-5E59870425E0}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MyHealth.Data", "src\MyHealth.Data\MyHealth.Data.xproj", "{887EE144-8399-44CE-A636-06719E750915}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MyHealth.API", "src\MyHealth.API\MyHealth.API.xproj", "{7DB08917-FAE6-4AD5-9E7D-EA6444227C21}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MyHealth.Web", "src\MyHealth.Web\MyHealth.Web.xproj", "{278356DC-80DD-408F-9DE8-6FC4787C2F6E}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MyHealth.Office365", "src\MyHealth.Office365\MyHealth.Office365.xproj", "{DFD09056-6B10-415F-A254-D05670F350F7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FB798BC9-D2CE-40A8-ADD4-5E59870425E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB798BC9-D2CE-40A8-ADD4-5E59870425E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB798BC9-D2CE-40A8-ADD4-5E59870425E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB798BC9-D2CE-40A8-ADD4-5E59870425E0}.Release|Any CPU.Build.0 = Release|Any CPU
{887EE144-8399-44CE-A636-06719E750915}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{887EE144-8399-44CE-A636-06719E750915}.Debug|Any CPU.Build.0 = Debug|Any CPU
{887EE144-8399-44CE-A636-06719E750915}.Release|Any CPU.ActiveCfg = Release|Any CPU
{887EE144-8399-44CE-A636-06719E750915}.Release|Any CPU.Build.0 = Release|Any CPU
{7DB08917-FAE6-4AD5-9E7D-EA6444227C21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DB08917-FAE6-4AD5-9E7D-EA6444227C21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DB08917-FAE6-4AD5-9E7D-EA6444227C21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DB08917-FAE6-4AD5-9E7D-EA6444227C21}.Release|Any CPU.Build.0 = Release|Any CPU
{278356DC-80DD-408F-9DE8-6FC4787C2F6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{278356DC-80DD-408F-9DE8-6FC4787C2F6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{278356DC-80DD-408F-9DE8-6FC4787C2F6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{278356DC-80DD-408F-9DE8-6FC4787C2F6E}.Release|Any CPU.Build.0 = Release|Any CPU
{DFD09056-6B10-415F-A254-D05670F350F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFD09056-6B10-415F-A254-D05670F350F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFD09056-6B10-415F-A254-D05670F350F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFD09056-6B10-415F-A254-D05670F350F7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FB798BC9-D2CE-40A8-ADD4-5E59870425E0} = {372998F0-9076-4CCF-8DA2-1F0534BF05F4}
{887EE144-8399-44CE-A636-06719E750915} = {372998F0-9076-4CCF-8DA2-1F0534BF05F4}
{7DB08917-FAE6-4AD5-9E7D-EA6444227C21} = {372998F0-9076-4CCF-8DA2-1F0534BF05F4}
{278356DC-80DD-408F-9DE8-6FC4787C2F6E} = {372998F0-9076-4CCF-8DA2-1F0534BF05F4}
{DFD09056-6B10-415F-A254-D05670F350F7} = {372998F0-9076-4CCF-8DA2-1F0534BF05F4}
EndGlobalSection
EndGlobal
82 changes: 82 additions & 0 deletions 02_Demos_NativeMicrosoftApps.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyHealth.Client.Core", "src\MyHealth.Client.Core\MyHealth.Client.Core.csproj", "{8815D5DB-4912-4A7B-8097-C8B29DCDB75D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyHealth.Client.W10.UWP", "src\MyHealth.Client.W10.UWP\MyHealth.Client.W10.UWP.csproj", "{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyHealth.Client.Desktop", "src\MyHealth.Client.Desktop\MyHealth.Client.Desktop.csproj", "{9E29F7CB-BE13-4ABD-B43B-3E92788A6C0C}"
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
{8815D5DB-4912-4A7B-8097-C8B29DCDB75D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8815D5DB-4912-4A7B-8097-C8B29DCDB75D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8815D5DB-4912-4A7B-8097-C8B29DCDB75D}.Debug|ARM.ActiveCfg = Debug|Any CPU
{8815D5DB-4912-4A7B-8097-C8B29DCDB75D}.Debug|ARM.Build.0 = Debug|Any CPU
{8815D5DB-4912-4A7B-8097-C8B29DCDB75D}.Debug|x64.ActiveCfg = Debug|Any CPU
{8815D5DB-4912-4A7B-8097-C8B29DCDB75D}.Debug|x64.Build.0 = Debug|Any CPU
{8815D5DB-4912-4A7B-8097-C8B29DCDB75D}.Debug|x86.ActiveCfg = Debug|Any CPU
{8815D5DB-4912-4A7B-8097-C8B29DCDB75D}.Debug|x86.Build.0 = Debug|Any CPU
{8815D5DB-4912-4A7B-8097-C8B29DCDB75D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8815D5DB-4912-4A7B-8097-C8B29DCDB75D}.Release|Any CPU.Build.0 = Release|Any CPU
{8815D5DB-4912-4A7B-8097-C8B29DCDB75D}.Release|ARM.ActiveCfg = Release|Any CPU
{8815D5DB-4912-4A7B-8097-C8B29DCDB75D}.Release|ARM.Build.0 = Release|Any CPU
{8815D5DB-4912-4A7B-8097-C8B29DCDB75D}.Release|x64.ActiveCfg = Release|Any CPU
{8815D5DB-4912-4A7B-8097-C8B29DCDB75D}.Release|x64.Build.0 = Release|Any CPU
{8815D5DB-4912-4A7B-8097-C8B29DCDB75D}.Release|x86.ActiveCfg = Release|Any CPU
{8815D5DB-4912-4A7B-8097-C8B29DCDB75D}.Release|x86.Build.0 = Release|Any CPU
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Debug|Any CPU.ActiveCfg = Debug|x86
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Debug|Any CPU.Build.0 = Debug|x86
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Debug|Any CPU.Deploy.0 = Debug|x86
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Debug|ARM.ActiveCfg = Debug|ARM
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Debug|ARM.Build.0 = Debug|ARM
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Debug|ARM.Deploy.0 = Debug|ARM
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Debug|x64.ActiveCfg = Debug|x64
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Debug|x64.Build.0 = Debug|x64
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Debug|x64.Deploy.0 = Debug|x64
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Debug|x86.ActiveCfg = Debug|x86
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Debug|x86.Build.0 = Debug|x86
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Debug|x86.Deploy.0 = Debug|x86
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Release|Any CPU.ActiveCfg = Release|x86
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Release|ARM.ActiveCfg = Release|ARM
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Release|ARM.Build.0 = Release|ARM
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Release|ARM.Deploy.0 = Release|ARM
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Release|x64.ActiveCfg = Release|x64
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Release|x64.Build.0 = Release|x64
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Release|x64.Deploy.0 = Release|x64
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Release|x86.ActiveCfg = Release|x86
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Release|x86.Build.0 = Release|x86
{B136C594-8CEC-4B3C-ADD4-5735CFAEA13F}.Release|x86.Deploy.0 = Release|x86
{9E29F7CB-BE13-4ABD-B43B-3E92788A6C0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E29F7CB-BE13-4ABD-B43B-3E92788A6C0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E29F7CB-BE13-4ABD-B43B-3E92788A6C0C}.Debug|ARM.ActiveCfg = Debug|Any CPU
{9E29F7CB-BE13-4ABD-B43B-3E92788A6C0C}.Debug|ARM.Build.0 = Debug|Any CPU
{9E29F7CB-BE13-4ABD-B43B-3E92788A6C0C}.Debug|x64.ActiveCfg = Debug|Any CPU
{9E29F7CB-BE13-4ABD-B43B-3E92788A6C0C}.Debug|x64.Build.0 = Debug|Any CPU
{9E29F7CB-BE13-4ABD-B43B-3E92788A6C0C}.Debug|x86.ActiveCfg = Debug|Any CPU
{9E29F7CB-BE13-4ABD-B43B-3E92788A6C0C}.Debug|x86.Build.0 = Debug|Any CPU
{9E29F7CB-BE13-4ABD-B43B-3E92788A6C0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E29F7CB-BE13-4ABD-B43B-3E92788A6C0C}.Release|Any CPU.Build.0 = Release|Any CPU
{9E29F7CB-BE13-4ABD-B43B-3E92788A6C0C}.Release|ARM.ActiveCfg = Release|Any CPU
{9E29F7CB-BE13-4ABD-B43B-3E92788A6C0C}.Release|ARM.Build.0 = Release|Any CPU
{9E29F7CB-BE13-4ABD-B43B-3E92788A6C0C}.Release|x64.ActiveCfg = Release|Any CPU
{9E29F7CB-BE13-4ABD-B43B-3E92788A6C0C}.Release|x64.Build.0 = Release|Any CPU
{9E29F7CB-BE13-4ABD-B43B-3E92788A6C0C}.Release|x86.ActiveCfg = Release|Any CPU
{9E29F7CB-BE13-4ABD-B43B-3E92788A6C0C}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
80 changes: 80 additions & 0 deletions 03_Demos_Cordova.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "MyHealth.Client.Cordova", "src\MyHealth.Client.Cordova\MyHealth.Client.Cordova.jsproj", "{315D4621-1904-4183-A507-DA104B27254F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Android = Debug|Android
Debug|iOS = Debug|iOS
Debug|Windows Phone (Universal) = Debug|Windows Phone (Universal)
Debug|Windows Phone 8 = Debug|Windows Phone 8
Debug|Windows-AnyCPU = Debug|Windows-AnyCPU
Debug|Windows-ARM = Debug|Windows-ARM
Debug|Windows-x64 = Debug|Windows-x64
Debug|Windows-x86 = Debug|Windows-x86
Release|Android = Release|Android
Release|iOS = Release|iOS
Release|Windows Phone (Universal) = Release|Windows Phone (Universal)
Release|Windows Phone 8 = Release|Windows Phone 8
Release|Windows-AnyCPU = Release|Windows-AnyCPU
Release|Windows-ARM = Release|Windows-ARM
Release|Windows-x64 = Release|Windows-x64
Release|Windows-x86 = Release|Windows-x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Android.ActiveCfg = Debug|Android
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Android.Build.0 = Debug|Android
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Android.Deploy.0 = Debug|Android
{315D4621-1904-4183-A507-DA104B27254F}.Debug|iOS.ActiveCfg = Debug|iOS
{315D4621-1904-4183-A507-DA104B27254F}.Debug|iOS.Build.0 = Debug|iOS
{315D4621-1904-4183-A507-DA104B27254F}.Debug|iOS.Deploy.0 = Debug|iOS
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Windows Phone (Universal).ActiveCfg = Debug|Windows Phone (Universal)
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Windows Phone (Universal).Build.0 = Debug|Windows Phone (Universal)
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Windows Phone (Universal).Deploy.0 = Debug|Windows Phone (Universal)
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Windows Phone 8.ActiveCfg = Debug|Windows Phone 8
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Windows Phone 8.Build.0 = Debug|Windows Phone 8
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Windows Phone 8.Deploy.0 = Debug|Windows Phone 8
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Windows-AnyCPU.ActiveCfg = Debug|Windows-AnyCPU
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Windows-AnyCPU.Build.0 = Debug|Windows-AnyCPU
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Windows-AnyCPU.Deploy.0 = Debug|Windows-AnyCPU
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Windows-ARM.ActiveCfg = Debug|Windows-ARM
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Windows-ARM.Build.0 = Debug|Windows-ARM
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Windows-ARM.Deploy.0 = Debug|Windows-ARM
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Windows-x64.ActiveCfg = Debug|Windows-x64
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Windows-x64.Build.0 = Debug|Windows-x64
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Windows-x64.Deploy.0 = Debug|Windows-x64
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Windows-x86.ActiveCfg = Debug|Windows-x86
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Windows-x86.Build.0 = Debug|Windows-x86
{315D4621-1904-4183-A507-DA104B27254F}.Debug|Windows-x86.Deploy.0 = Debug|Windows-x86
{315D4621-1904-4183-A507-DA104B27254F}.Release|Android.ActiveCfg = Release|Android
{315D4621-1904-4183-A507-DA104B27254F}.Release|Android.Build.0 = Release|Android
{315D4621-1904-4183-A507-DA104B27254F}.Release|Android.Deploy.0 = Release|Android
{315D4621-1904-4183-A507-DA104B27254F}.Release|iOS.ActiveCfg = Release|iOS
{315D4621-1904-4183-A507-DA104B27254F}.Release|iOS.Build.0 = Release|iOS
{315D4621-1904-4183-A507-DA104B27254F}.Release|iOS.Deploy.0 = Release|iOS
{315D4621-1904-4183-A507-DA104B27254F}.Release|Windows Phone (Universal).ActiveCfg = Release|Windows Phone (Universal)
{315D4621-1904-4183-A507-DA104B27254F}.Release|Windows Phone (Universal).Build.0 = Release|Windows Phone (Universal)
{315D4621-1904-4183-A507-DA104B27254F}.Release|Windows Phone (Universal).Deploy.0 = Release|Windows Phone (Universal)
{315D4621-1904-4183-A507-DA104B27254F}.Release|Windows Phone 8.ActiveCfg = Release|Windows Phone 8
{315D4621-1904-4183-A507-DA104B27254F}.Release|Windows Phone 8.Build.0 = Release|Windows Phone 8
{315D4621-1904-4183-A507-DA104B27254F}.Release|Windows Phone 8.Deploy.0 = Release|Windows Phone 8
{315D4621-1904-4183-A507-DA104B27254F}.Release|Windows-AnyCPU.ActiveCfg = Release|Windows-AnyCPU
{315D4621-1904-4183-A507-DA104B27254F}.Release|Windows-AnyCPU.Build.0 = Release|Windows-AnyCPU
{315D4621-1904-4183-A507-DA104B27254F}.Release|Windows-AnyCPU.Deploy.0 = Release|Windows-AnyCPU
{315D4621-1904-4183-A507-DA104B27254F}.Release|Windows-ARM.ActiveCfg = Release|Windows-ARM
{315D4621-1904-4183-A507-DA104B27254F}.Release|Windows-ARM.Build.0 = Release|Windows-ARM
{315D4621-1904-4183-A507-DA104B27254F}.Release|Windows-ARM.Deploy.0 = Release|Windows-ARM
{315D4621-1904-4183-A507-DA104B27254F}.Release|Windows-x64.ActiveCfg = Release|Windows-x64
{315D4621-1904-4183-A507-DA104B27254F}.Release|Windows-x64.Build.0 = Release|Windows-x64
{315D4621-1904-4183-A507-DA104B27254F}.Release|Windows-x64.Deploy.0 = Release|Windows-x64
{315D4621-1904-4183-A507-DA104B27254F}.Release|Windows-x86.ActiveCfg = Release|Windows-x86
{315D4621-1904-4183-A507-DA104B27254F}.Release|Windows-x86.Build.0 = Release|Windows-x86
{315D4621-1904-4183-A507-DA104B27254F}.Release|Windows-x86.Deploy.0 = Release|Windows-x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit bb7368c

Please sign in to comment.