-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChatPrisma.sln
39 lines (39 loc) · 1.86 KB
/
ChatPrisma.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8451F916-1F71-4989-9F57-382F082A2594}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution items", "solution items", "{5324AFC4-351A-4FE5-A7AB-7F68BB08A71B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
Directory.Build.props = Directory.Build.props
.editorconfig = .editorconfig
version.json = version.json
global.json = global.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatPrisma", "src\ChatPrisma\ChatPrisma.csproj", "{B40E9012-85A0-47D2-A189-E8644831A4EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{B81B666F-F2C6-4C5D-A240-E296CB1F8846}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{AA1D1EB4-DCFB-47BA-88AF-D9B6C635509D}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B40E9012-85A0-47D2-A189-E8644831A4EC} = {8451F916-1F71-4989-9F57-382F082A2594}
{AA1D1EB4-DCFB-47BA-88AF-D9B6C635509D} = {B81B666F-F2C6-4C5D-A240-E296CB1F8846}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B40E9012-85A0-47D2-A189-E8644831A4EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B40E9012-85A0-47D2-A189-E8644831A4EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B40E9012-85A0-47D2-A189-E8644831A4EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B40E9012-85A0-47D2-A189-E8644831A4EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal