-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathOmniSharp.Scaffolding.sln
49 lines (49 loc) · 2.43 KB
/
OmniSharp.Scaffolding.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
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B6CF7723-2947-411F-9AF1-35C09FAE514E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{24331273-18CC-41BD-BB15-8FEC9CD42FBE}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cmd = build.cmd
build.sh = build.sh
CONTRIBUTING.md = CONTRIBUTING.md
global.json = global.json
LICENSE.md = LICENSE.md
makefile.shade = makefile.shade
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{49FBAACE-59AC-4F83-90BA-7300DBA09F11}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "OmniSharp.Scaffolding", "src\OmniSharp.Scaffolding\OmniSharp.Scaffolding.xproj", "{BEB0BFF7-79A2-4C9C-8E45-C389161C2925}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "OmniSharp.Scaffolding.Test", "test\OmniSharp.Scaffolding.Test\OmniSharp.Scaffolding.Test.xproj", "{721A69F5-BB72-44C4-9252-119BDEDF62F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BEB0BFF7-79A2-4C9C-8E45-C389161C2925}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEB0BFF7-79A2-4C9C-8E45-C389161C2925}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEB0BFF7-79A2-4C9C-8E45-C389161C2925}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEB0BFF7-79A2-4C9C-8E45-C389161C2925}.Release|Any CPU.Build.0 = Release|Any CPU
{721A69F5-BB72-44C4-9252-119BDEDF62F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{721A69F5-BB72-44C4-9252-119BDEDF62F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{721A69F5-BB72-44C4-9252-119BDEDF62F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{721A69F5-BB72-44C4-9252-119BDEDF62F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BEB0BFF7-79A2-4C9C-8E45-C389161C2925} = {B6CF7723-2947-411F-9AF1-35C09FAE514E}
{721A69F5-BB72-44C4-9252-119BDEDF62F3} = {49FBAACE-59AC-4F83-90BA-7300DBA09F11}
EndGlobalSection
EndGlobal