forked from cvrajeesh/SourceCodeReader
-
Notifications
You must be signed in to change notification settings - Fork 1
/
SourceCodeReader.sln
38 lines (38 loc) · 1.98 KB
/
SourceCodeReader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{2F59898C-53FE-4396-878A-A949E0B59A97}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{07EA8E8F-1E45-4028-8657-FD6077292D70}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SourceCodeReader.Web.Tests", "Tests\SourceCodeReader.Web.Tests\SourceCodeReader.Web.Tests.csproj", "{23867FD0-DA89-44A7-ABF9-FADF4A2DF541}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SourceCodeReader.Web", "Web\SourceCodeReader.Web.csproj", "{B80F76F9-73B8-472A-8592-3DCC46CBC29D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23867FD0-DA89-44A7-ABF9-FADF4A2DF541}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23867FD0-DA89-44A7-ABF9-FADF4A2DF541}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23867FD0-DA89-44A7-ABF9-FADF4A2DF541}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23867FD0-DA89-44A7-ABF9-FADF4A2DF541}.Release|Any CPU.Build.0 = Release|Any CPU
{B80F76F9-73B8-472A-8592-3DCC46CBC29D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B80F76F9-73B8-472A-8592-3DCC46CBC29D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B80F76F9-73B8-472A-8592-3DCC46CBC29D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B80F76F9-73B8-472A-8592-3DCC46CBC29D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{23867FD0-DA89-44A7-ABF9-FADF4A2DF541} = {07EA8E8F-1E45-4028-8657-FD6077292D70}
EndGlobalSection
EndGlobal