-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAME.Registry.UI.sln
40 lines (40 loc) · 1.72 KB
/
NAME.Registry.UI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AE62B5EB-06F4-460F-B3E2-659500489A69}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BF04BC0F-1CFB-45E3-B0F3-7B10C7963A73}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
build.cake = build.cake
build.ps1 = build.ps1
build.sh = build.sh
stylecop.json = stylecop.json
stylecop.ruleset = stylecop.ruleset
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NAME.Registry.UI", "src\NAME.Registry.UI\NAME.Registry.UI.csproj", "{746910EB-DAB6-48BF-BA34-C6A5D69EA6DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{746910EB-DAB6-48BF-BA34-C6A5D69EA6DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{746910EB-DAB6-48BF-BA34-C6A5D69EA6DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{746910EB-DAB6-48BF-BA34-C6A5D69EA6DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{746910EB-DAB6-48BF-BA34-C6A5D69EA6DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{746910EB-DAB6-48BF-BA34-C6A5D69EA6DA} = {AE62B5EB-06F4-460F-B3E2-659500489A69}
EndGlobalSection
EndGlobal