forked from johndpalm/IdentityUserPropertiesSample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIdentityUserPropertiesSample.sln
41 lines (41 loc) · 2.22 KB
/
IdentityUserPropertiesSample.sln
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
37
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySample.Models", "MySample.Models\MySample.Models.csproj", "{B951F26A-72DF-4299-BC9E-845A914DC182}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySample.Data", "MySample.Data\MySample.Data.csproj", "{A7939495-0D1D-4FC5-9325-3D5D41A48416}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{AB6FBC98-2C50-45E9-99ED-8CDBEBF0FF76}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySample.MVC", "MySample.MVC\MySample.MVC.csproj", "{B00FBB5F-2E45-47D3-AF5A-3C6479217E9B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B951F26A-72DF-4299-BC9E-845A914DC182}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B951F26A-72DF-4299-BC9E-845A914DC182}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B951F26A-72DF-4299-BC9E-845A914DC182}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B951F26A-72DF-4299-BC9E-845A914DC182}.Release|Any CPU.Build.0 = Release|Any CPU
{A7939495-0D1D-4FC5-9325-3D5D41A48416}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7939495-0D1D-4FC5-9325-3D5D41A48416}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7939495-0D1D-4FC5-9325-3D5D41A48416}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7939495-0D1D-4FC5-9325-3D5D41A48416}.Release|Any CPU.Build.0 = Release|Any CPU
{B00FBB5F-2E45-47D3-AF5A-3C6479217E9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B00FBB5F-2E45-47D3-AF5A-3C6479217E9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B00FBB5F-2E45-47D3-AF5A-3C6479217E9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B00FBB5F-2E45-47D3-AF5A-3C6479217E9B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal