-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNextChat.sln
More file actions
28 lines (28 loc) · 1.68 KB
/
NextChat.sln
File metadata and controls
28 lines (28 loc) · 1.68 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResourceSourceGenerator", "ResourceSourceGenerator\ResourceSourceGenerator.csproj", "{6D1861A9-C0AA-410E-86DB-AB6AAFE8E330}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NextChat.Server", "NextChat.Server\NextChat.Server.csproj", "{6EDC7A80-E173-4D4F-935B-13A89B7D0772}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NextChat", "NextChat\NextChat.csproj", "{791D883E-4BC3-44C1-AA17-7BF2FB6089AF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x86 = Release|x86
Debug|x86 = Debug|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{791D883E-4BC3-44C1-AA17-7BF2FB6089AF}.Debug|x86.ActiveCfg = Debug|x86
{791D883E-4BC3-44C1-AA17-7BF2FB6089AF}.Debug|x86.Build.0 = Debug|x86
{791D883E-4BC3-44C1-AA17-7BF2FB6089AF}.Release|x86.ActiveCfg = Release|Any CPU
{791D883E-4BC3-44C1-AA17-7BF2FB6089AF}.Release|x86.Build.0 = Release|Any CPU
{6EDC7A80-E173-4D4F-935B-13A89B7D0772}.Debug|x86.ActiveCfg = Debug|Any CPU
{6EDC7A80-E173-4D4F-935B-13A89B7D0772}.Debug|x86.Build.0 = Debug|Any CPU
{6EDC7A80-E173-4D4F-935B-13A89B7D0772}.Release|x86.ActiveCfg = Release|Any CPU
{6EDC7A80-E173-4D4F-935B-13A89B7D0772}.Release|x86.Build.0 = Release|Any CPU
{6D1861A9-C0AA-410E-86DB-AB6AAFE8E330}.Debug|x86.ActiveCfg = Debug|Any CPU
{6D1861A9-C0AA-410E-86DB-AB6AAFE8E330}.Debug|x86.Build.0 = Debug|Any CPU
{6D1861A9-C0AA-410E-86DB-AB6AAFE8E330}.Release|x86.ActiveCfg = Release|Any CPU
{6D1861A9-C0AA-410E-86DB-AB6AAFE8E330}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal