-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevplex.GitServer.sln
More file actions
50 lines (50 loc) · 2.99 KB
/
devplex.GitServer.sln
File metadata and controls
50 lines (50 loc) · 2.99 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "devplex.GitServer.Web", "src\devplex.GitServer.Web\devplex.GitServer.Web.csproj", "{30E3F4E3-3C2D-487D-9A62-AA878D02096E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "devplex.GitServer.Mvc", "src\devplex.GitServer.Mvc\devplex.GitServer.Mvc.csproj", "{4BEA9FA7-19C9-4145-891F-247CD9E7A83C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "devplex.GitServer.Core", "src\devplex.GitServer.Core\devplex.GitServer.Core.csproj", "{B8EC032E-31E5-4186-82F5-2E0FF03722E7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{E4292644-F9EF-43A8-93C1-D157DB1E8618}"
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}") = "Solution Items", "Solution Items", "{FDEFA1CD-08D3-4F7B-B987-C7BC7DCC7D06}"
ProjectSection(SolutionItems) = preProject
WE-settings.xml = WE-settings.xml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "devplex.GitServer.Transport", "src\devplex.GitServer.Transport\devplex.GitServer.Transport.csproj", "{340CEAE8-CB34-47E4-B4F8-0D22802ADCCC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30E3F4E3-3C2D-487D-9A62-AA878D02096E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30E3F4E3-3C2D-487D-9A62-AA878D02096E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30E3F4E3-3C2D-487D-9A62-AA878D02096E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30E3F4E3-3C2D-487D-9A62-AA878D02096E}.Release|Any CPU.Build.0 = Release|Any CPU
{4BEA9FA7-19C9-4145-891F-247CD9E7A83C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BEA9FA7-19C9-4145-891F-247CD9E7A83C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BEA9FA7-19C9-4145-891F-247CD9E7A83C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BEA9FA7-19C9-4145-891F-247CD9E7A83C}.Release|Any CPU.Build.0 = Release|Any CPU
{B8EC032E-31E5-4186-82F5-2E0FF03722E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8EC032E-31E5-4186-82F5-2E0FF03722E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8EC032E-31E5-4186-82F5-2E0FF03722E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8EC032E-31E5-4186-82F5-2E0FF03722E7}.Release|Any CPU.Build.0 = Release|Any CPU
{340CEAE8-CB34-47E4-B4F8-0D22802ADCCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{340CEAE8-CB34-47E4-B4F8-0D22802ADCCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{340CEAE8-CB34-47E4-B4F8-0D22802ADCCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{340CEAE8-CB34-47E4-B4F8-0D22802ADCCC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal