-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnh.sln
39 lines (39 loc) · 1.85 KB
/
nh.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nh", "nh\nh.csproj", "{FCB6A7B7-C1C3-4A9D-AB74-FA9807EF4F5C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B5F38E66-9217-477D-B5FC-6E6CDD1149C3}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
global.json = global.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "migrations", "migrations\migrations.csproj", "{007660D2-2B96-42AD-802B-FB5C65A07C32}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FCB6A7B7-C1C3-4A9D-AB74-FA9807EF4F5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCB6A7B7-C1C3-4A9D-AB74-FA9807EF4F5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCB6A7B7-C1C3-4A9D-AB74-FA9807EF4F5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCB6A7B7-C1C3-4A9D-AB74-FA9807EF4F5C}.Release|Any CPU.Build.0 = Release|Any CPU
{007660D2-2B96-42AD-802B-FB5C65A07C32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{007660D2-2B96-42AD-802B-FB5C65A07C32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{007660D2-2B96-42AD-802B-FB5C65A07C32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{007660D2-2B96-42AD-802B-FB5C65A07C32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3BB49453-7670-4E7A-B598-3CE801EE9930}
EndGlobalSection
EndGlobal