-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChatService.sln
28 lines (28 loc) · 1.81 KB
/
ChatService.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatService.Web", "ChatService.Web\ChatService.Web.csproj", "{61F5D341-3097-447A-AC42-28C9664BC863}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatService.Web.Tests", "ChatService.Web.Tests\ChatService.Web.Tests.csproj", "{270C3052-C9D2-4EF9-9683-D5E4A4E69733}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatService.Web.IntegrationTests", "ChatService.Web.IntegrationTests\ChatService.Web.IntegrationTests.csproj", "{A7808CB8-B561-4939-9B4E-8AC0FD786DC3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{61F5D341-3097-447A-AC42-28C9664BC863}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61F5D341-3097-447A-AC42-28C9664BC863}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61F5D341-3097-447A-AC42-28C9664BC863}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61F5D341-3097-447A-AC42-28C9664BC863}.Release|Any CPU.Build.0 = Release|Any CPU
{270C3052-C9D2-4EF9-9683-D5E4A4E69733}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{270C3052-C9D2-4EF9-9683-D5E4A4E69733}.Debug|Any CPU.Build.0 = Debug|Any CPU
{270C3052-C9D2-4EF9-9683-D5E4A4E69733}.Release|Any CPU.ActiveCfg = Release|Any CPU
{270C3052-C9D2-4EF9-9683-D5E4A4E69733}.Release|Any CPU.Build.0 = Release|Any CPU
{A7808CB8-B561-4939-9B4E-8AC0FD786DC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7808CB8-B561-4939-9B4E-8AC0FD786DC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7808CB8-B561-4939-9B4E-8AC0FD786DC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7808CB8-B561-4939-9B4E-8AC0FD786DC3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal