-
Notifications
You must be signed in to change notification settings - Fork 1
/
GreenTeam.sln
56 lines (56 loc) · 2.87 KB
/
GreenTeam.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
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GreenTeam.Data", "GreenTeam.Data\GreenTeam.Data.csproj", "{31E94C0C-BB4C-4432-8E53-26B349A36F69}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{F288B39D-C2A2-4E89-945B-1A22E69733CE}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GreenTeam.Web", "GreenTeam.Web\GreenTeam.Web.csproj", "{067DC2E8-80B8-4BA5-AFF5-826EF1073463}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GreenTeam.Test", "GreenTeam.Test\GreenTeam.Test.csproj", "{79AB0BF1-FB73-4607-BC55-0D1B161E9F45}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31E94C0C-BB4C-4432-8E53-26B349A36F69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31E94C0C-BB4C-4432-8E53-26B349A36F69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31E94C0C-BB4C-4432-8E53-26B349A36F69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31E94C0C-BB4C-4432-8E53-26B349A36F69}.Release|Any CPU.Build.0 = Release|Any CPU
{067DC2E8-80B8-4BA5-AFF5-826EF1073463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{067DC2E8-80B8-4BA5-AFF5-826EF1073463}.Debug|Any CPU.Build.0 = Debug|Any CPU
{067DC2E8-80B8-4BA5-AFF5-826EF1073463}.Release|Any CPU.ActiveCfg = Release|Any CPU
{067DC2E8-80B8-4BA5-AFF5-826EF1073463}.Release|Any CPU.Build.0 = Release|Any CPU
{79AB0BF1-FB73-4607-BC55-0D1B161E9F45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79AB0BF1-FB73-4607-BC55-0D1B161E9F45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79AB0BF1-FB73-4607-BC55-0D1B161E9F45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79AB0BF1-FB73-4607-BC55-0D1B161E9F45}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 4
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://solarwind.visualstudio.com/defaultcollection
SccLocalPath0 = .
SccProjectUniqueName1 = GreenTeam.Data\\GreenTeam.Data.csproj
SccProjectName1 = GreenTeam.Data
SccLocalPath1 = GreenTeam.Data
SccProjectUniqueName2 = GreenTeam.Web\\GreenTeam.Web.csproj
SccProjectName2 = GreenTeam.Web
SccLocalPath2 = GreenTeam.Web
SccProjectUniqueName3 = GreenTeam.Test\\GreenTeam.Test.csproj
SccProjectName3 = GreenTeam.Test
SccLocalPath3 = GreenTeam.Test
EndGlobalSection
EndGlobal