-
Notifications
You must be signed in to change notification settings - Fork 3
/
cslabs-backend.sln
49 lines (49 loc) · 2.49 KB
/
cslabs-backend.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSLabs.Api", "CSLabs.Api\CSLabs.Api.csproj", "{4C0A875E-7D2A-4F4A-820F-E2CA9784C36F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CBC3B5CE-CB3E-447F-82FF-815E6F27344C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
nginx.conf = nginx.conf
global.json = global.json
.config\dotnet-tools.json = .config\dotnet-tools.json
cslabs.bat = cslabs.bat
cslabs.sh = cslabs.sh
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSLabs.Tests", "CSLabs.Tests\CSLabs.Tests.csproj", "{1C691A76-7B92-413D-8B13-11D2165FAFA9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSLabs.ConsoleUtil", "CSLabs.ConsoleUtil\CSLabs.ConsoleUtil.csproj", "{E6399054-7CA6-4CC6-8326-AA9A04706994}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C0A875E-7D2A-4F4A-820F-E2CA9784C36F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C0A875E-7D2A-4F4A-820F-E2CA9784C36F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C0A875E-7D2A-4F4A-820F-E2CA9784C36F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C0A875E-7D2A-4F4A-820F-E2CA9784C36F}.Release|Any CPU.Build.0 = Release|Any CPU
{1C691A76-7B92-413D-8B13-11D2165FAFA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C691A76-7B92-413D-8B13-11D2165FAFA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C691A76-7B92-413D-8B13-11D2165FAFA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C691A76-7B92-413D-8B13-11D2165FAFA9}.Release|Any CPU.Build.0 = Release|Any CPU
{E6399054-7CA6-4CC6-8326-AA9A04706994}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6399054-7CA6-4CC6-8326-AA9A04706994}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6399054-7CA6-4CC6-8326-AA9A04706994}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6399054-7CA6-4CC6-8326-AA9A04706994}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B12064E-0EFD-4F1A-BBBC-C52DC813FA01}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal