-
Notifications
You must be signed in to change notification settings - Fork 0
/
twsd.sln
30 lines (29 loc) · 1.37 KB
/
twsd.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "backend", "backend", "{C480BD2F-A956-4655-BDB6-E24EE33E3BBF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chenfeng.Twsd.Api", "backend\Chenfeng.Twsd.Api\Chenfeng.Twsd.Api.csproj", "{AEB74EEF-B35D-43FA-BBEA-ACF5AE7D84B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AEB74EEF-B35D-43FA-BBEA-ACF5AE7D84B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEB74EEF-B35D-43FA-BBEA-ACF5AE7D84B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEB74EEF-B35D-43FA-BBEA-ACF5AE7D84B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEB74EEF-B35D-43FA-BBEA-ACF5AE7D84B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AEB74EEF-B35D-43FA-BBEA-ACF5AE7D84B4} = {C480BD2F-A956-4655-BDB6-E24EE33E3BBF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BB67E2A5-1CA5-4F82-BFCB-3DCF5C2DABAD}
EndGlobalSection
EndGlobal