-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTechRadar.sln
51 lines (51 loc) · 2.82 KB
/
TechRadar.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}") = "Sioux.TechRadar", "src\server\Sioux.TechRadar.csproj", "{B543418A-E4E2-4CE0-9C3B-A372B6C9096E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechRadar", "src\web\TechRadar.csproj", "{3545EAAE-A8E2-4595-B763-1B2B1B88A0D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server.Test", "test\Server.Test\Server.Test.csproj", "{E7525E53-492B-4135-8741-12C134233238}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{8B02EA2C-34DE-4229-9BCC-4C23F05319E7}"
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
Default|Any CPU = Default|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3545EAAE-A8E2-4595-B763-1B2B1B88A0D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3545EAAE-A8E2-4595-B763-1B2B1B88A0D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3545EAAE-A8E2-4595-B763-1B2B1B88A0D5}.Default|Any CPU.ActiveCfg = Debug|Any CPU
{3545EAAE-A8E2-4595-B763-1B2B1B88A0D5}.Default|Any CPU.Build.0 = Debug|Any CPU
{3545EAAE-A8E2-4595-B763-1B2B1B88A0D5}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{3545EAAE-A8E2-4595-B763-1B2B1B88A0D5}.Release|Any CPU.Build.0 = Debug|Any CPU
{B543418A-E4E2-4CE0-9C3B-A372B6C9096E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B543418A-E4E2-4CE0-9C3B-A372B6C9096E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B543418A-E4E2-4CE0-9C3B-A372B6C9096E}.Default|Any CPU.ActiveCfg = Debug|Any CPU
{B543418A-E4E2-4CE0-9C3B-A372B6C9096E}.Default|Any CPU.Build.0 = Debug|Any CPU
{B543418A-E4E2-4CE0-9C3B-A372B6C9096E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B543418A-E4E2-4CE0-9C3B-A372B6C9096E}.Release|Any CPU.Build.0 = Release|Any CPU
{E7525E53-492B-4135-8741-12C134233238}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7525E53-492B-4135-8741-12C134233238}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7525E53-492B-4135-8741-12C134233238}.Default|Any CPU.ActiveCfg = Debug|Any CPU
{E7525E53-492B-4135-8741-12C134233238}.Default|Any CPU.Build.0 = Debug|Any CPU
{E7525E53-492B-4135-8741-12C134233238}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7525E53-492B-4135-8741-12C134233238}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = src\server\Sioux.TechRadar.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal