-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dialog2Dialog.sln
37 lines (37 loc) · 2.02 KB
/
Dialog2Dialog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{9EA2A50A-15C3-4A86-9A13-F6C93BE18539}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{85C93257-D30C-4C7D-A03F-AB58808C0650}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackendWebApplication", "BackendWebApplication\BackendWebApplication.csproj", "{2C49108D-F8DA-45E6-84EC-15C6FC3AD57E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9EA2A50A-15C3-4A86-9A13-F6C93BE18539}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EA2A50A-15C3-4A86-9A13-F6C93BE18539}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EA2A50A-15C3-4A86-9A13-F6C93BE18539}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EA2A50A-15C3-4A86-9A13-F6C93BE18539}.Release|Any CPU.Build.0 = Release|Any CPU
{85C93257-D30C-4C7D-A03F-AB58808C0650}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85C93257-D30C-4C7D-A03F-AB58808C0650}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85C93257-D30C-4C7D-A03F-AB58808C0650}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85C93257-D30C-4C7D-A03F-AB58808C0650}.Release|Any CPU.Build.0 = Release|Any CPU
{2C49108D-F8DA-45E6-84EC-15C6FC3AD57E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C49108D-F8DA-45E6-84EC-15C6FC3AD57E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C49108D-F8DA-45E6-84EC-15C6FC3AD57E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C49108D-F8DA-45E6-84EC-15C6FC3AD57E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {66F144A9-D1A8-4078-A1B3-86ED44A4ACC2}
EndGlobalSection
EndGlobal