-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcsweb.sln
More file actions
39 lines (39 loc) · 2.2 KB
/
csweb.sln
File metadata and controls
39 lines (39 loc) · 2.2 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csweb", ".\web\web.csproj", "{42991A70-9665-45E3-BB38-DB75254D5E13}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotnet-http", "dotnet-http\dotnet-http.csproj", "{403063BE-8C65-4F20-A6EC-D1D45603CD2C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "personal", "personal", "{EEA84410-11E6-4C8C-9228-7FC695314008}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "middle-source", "personal\middle-source\middle-source.csproj", "{6AB1B118-EBF9-40EA-BF59-C02632E25B0B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42991A70-9665-45E3-BB38-DB75254D5E13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42991A70-9665-45E3-BB38-DB75254D5E13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42991A70-9665-45E3-BB38-DB75254D5E13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42991A70-9665-45E3-BB38-DB75254D5E13}.Release|Any CPU.Build.0 = Release|Any CPU
{403063BE-8C65-4F20-A6EC-D1D45603CD2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{403063BE-8C65-4F20-A6EC-D1D45603CD2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{403063BE-8C65-4F20-A6EC-D1D45603CD2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{403063BE-8C65-4F20-A6EC-D1D45603CD2C}.Release|Any CPU.Build.0 = Release|Any CPU
{6AB1B118-EBF9-40EA-BF59-C02632E25B0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AB1B118-EBF9-40EA-BF59-C02632E25B0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AB1B118-EBF9-40EA-BF59-C02632E25B0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AB1B118-EBF9-40EA-BF59-C02632E25B0B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6AB1B118-EBF9-40EA-BF59-C02632E25B0B} = {EEA84410-11E6-4C8C-9228-7FC695314008}
EndGlobalSection
EndGlobal