forked from OmniSharp/omnisharp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOmniSharp.sln
42 lines (42 loc) · 2.52 KB
/
OmniSharp.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OmniSharp", "OmniSharp\OmniSharp.csproj", "{39D6E519-26A4-47D7-B3B1-A7545EBCE23B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OmniSharp.Tests", "OmniSharp.Tests\OmniSharp.Tests.csproj", "{1F3D3CA5-1E85-4657-8719-24E5ED0D1FAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Build.Evaluation", "Microsoft.Build.Evaluation\Microsoft.Build.Evaluation.csproj", "{3650EB54-3511-4009-B430-3DA4BBFD9D7F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39D6E519-26A4-47D7-B3B1-A7545EBCE23B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39D6E519-26A4-47D7-B3B1-A7545EBCE23B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39D6E519-26A4-47D7-B3B1-A7545EBCE23B}.Debug|x86.ActiveCfg = Debug|x86
{39D6E519-26A4-47D7-B3B1-A7545EBCE23B}.Debug|x86.Build.0 = Debug|x86
{39D6E519-26A4-47D7-B3B1-A7545EBCE23B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39D6E519-26A4-47D7-B3B1-A7545EBCE23B}.Release|Any CPU.Build.0 = Release|Any CPU
{39D6E519-26A4-47D7-B3B1-A7545EBCE23B}.Release|x86.ActiveCfg = Release|x86
{39D6E519-26A4-47D7-B3B1-A7545EBCE23B}.Release|x86.Build.0 = Release|x86
{1F3D3CA5-1E85-4657-8719-24E5ED0D1FAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F3D3CA5-1E85-4657-8719-24E5ED0D1FAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F3D3CA5-1E85-4657-8719-24E5ED0D1FAE}.Debug|x86.ActiveCfg = Debug|Any CPU
{1F3D3CA5-1E85-4657-8719-24E5ED0D1FAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F3D3CA5-1E85-4657-8719-24E5ED0D1FAE}.Release|Any CPU.Build.0 = Release|Any CPU
{1F3D3CA5-1E85-4657-8719-24E5ED0D1FAE}.Release|x86.ActiveCfg = Release|Any CPU
{3650EB54-3511-4009-B430-3DA4BBFD9D7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3650EB54-3511-4009-B430-3DA4BBFD9D7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3650EB54-3511-4009-B430-3DA4BBFD9D7F}.Debug|x86.ActiveCfg = Debug|Any CPU
{3650EB54-3511-4009-B430-3DA4BBFD9D7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3650EB54-3511-4009-B430-3DA4BBFD9D7F}.Release|Any CPU.Build.0 = Release|Any CPU
{3650EB54-3511-4009-B430-3DA4BBFD9D7F}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal