-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLkhsoft.Dring.sln
31 lines (31 loc) · 1.67 KB
/
Lkhsoft.Dring.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lkhsoft.Dring.Server", "Lkhsoft.Dring.Server\Lkhsoft.Dring.Server.csproj", "{C1AF3FA1-41BC-490C-A51E-26F7743B0FB8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7E4BC3F3-D89B-4576-9112-91BC35375E54}"
ProjectSection(SolutionItems) = preProject
compose.yaml = compose.yaml
.dockerignore = .dockerignore
.gitignore = .gitignore
NuGet.config = NuGet.config
.github\workflows\dotnet.yaml = .github\workflows\dotnet.yaml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lkhsoft.Dring.Shared", "Lkhsoft.Dring.Shared\Lkhsoft.Dring.Shared.csproj", "{6A0954F9-ADCA-44BA-B44B-47C6E0A9456B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1AF3FA1-41BC-490C-A51E-26F7743B0FB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1AF3FA1-41BC-490C-A51E-26F7743B0FB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1AF3FA1-41BC-490C-A51E-26F7743B0FB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1AF3FA1-41BC-490C-A51E-26F7743B0FB8}.Release|Any CPU.Build.0 = Release|Any CPU
{6A0954F9-ADCA-44BA-B44B-47C6E0A9456B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A0954F9-ADCA-44BA-B44B-47C6E0A9456B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A0954F9-ADCA-44BA-B44B-47C6E0A9456B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A0954F9-ADCA-44BA-B44B-47C6E0A9456B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal