-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDiSharper.sln
51 lines (51 loc) · 3.13 KB
/
DiSharper.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
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiSharper.Demo.Web", "DiSharper.Demo.Web\DiSharper.Demo.Web.csproj", "{1126E350-FF11-4708-9227-6BE8F0B4C662}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiSharper", "DiSharper\DiSharper.csproj", "{0591DBDE-EE0E-43B7-BB68-E902D1AA1ADA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiSharper.Tests", "DiSharper.Tests\DiSharper.Tests.csproj", "{6B5D2597-110F-4F37-9326-CB92B8DCDC58}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiSharper.Web", "DiSharper.Web\DiSharper.Web.csproj", "{5CC69463-0252-4095-822E-1593831E63E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiSharper.Demo.Console", "DiSharper.Demo.Console\DiSharper.Demo.Console.csproj", "{5F9F0F89-25F3-413C-BEAB-9BC5AB3FA676}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{A6318CB0-CF6A-4DE6-8393-63E72598F352}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1126E350-FF11-4708-9227-6BE8F0B4C662}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1126E350-FF11-4708-9227-6BE8F0B4C662}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1126E350-FF11-4708-9227-6BE8F0B4C662}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1126E350-FF11-4708-9227-6BE8F0B4C662}.Release|Any CPU.Build.0 = Release|Any CPU
{0591DBDE-EE0E-43B7-BB68-E902D1AA1ADA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0591DBDE-EE0E-43B7-BB68-E902D1AA1ADA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0591DBDE-EE0E-43B7-BB68-E902D1AA1ADA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0591DBDE-EE0E-43B7-BB68-E902D1AA1ADA}.Release|Any CPU.Build.0 = Release|Any CPU
{6B5D2597-110F-4F37-9326-CB92B8DCDC58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B5D2597-110F-4F37-9326-CB92B8DCDC58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B5D2597-110F-4F37-9326-CB92B8DCDC58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B5D2597-110F-4F37-9326-CB92B8DCDC58}.Release|Any CPU.Build.0 = Release|Any CPU
{5CC69463-0252-4095-822E-1593831E63E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CC69463-0252-4095-822E-1593831E63E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CC69463-0252-4095-822E-1593831E63E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CC69463-0252-4095-822E-1593831E63E6}.Release|Any CPU.Build.0 = Release|Any CPU
{5F9F0F89-25F3-413C-BEAB-9BC5AB3FA676}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F9F0F89-25F3-413C-BEAB-9BC5AB3FA676}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F9F0F89-25F3-413C-BEAB-9BC5AB3FA676}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F9F0F89-25F3-413C-BEAB-9BC5AB3FA676}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal