-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAspNetCore.Ef6.Identity3.StarterSolution.sln
33 lines (33 loc) · 1.7 KB
/
AspNetCore.Ef6.Identity3.StarterSolution.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StarterSolution.Data", "StarterSolution.Data\StarterSolution.Data.csproj", "{0829C1E2-0761-4AEC-8D44-67407DBB437F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StarterSolution.Web", "StarterSolution.Web\StarterSolution.Web.csproj", "{75C163AB-09AA-4CFC-AE51-6E0E8FB8EC89}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{19FF34FB-D043-4022-97C8-64DFD554C105}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0829C1E2-0761-4AEC-8D44-67407DBB437F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0829C1E2-0761-4AEC-8D44-67407DBB437F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0829C1E2-0761-4AEC-8D44-67407DBB437F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0829C1E2-0761-4AEC-8D44-67407DBB437F}.Release|Any CPU.Build.0 = Release|Any CPU
{75C163AB-09AA-4CFC-AE51-6E0E8FB8EC89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75C163AB-09AA-4CFC-AE51-6E0E8FB8EC89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75C163AB-09AA-4CFC-AE51-6E0E8FB8EC89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75C163AB-09AA-4CFC-AE51-6E0E8FB8EC89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal