-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebApplication.sln
More file actions
34 lines (34 loc) · 2.05 KB
/
Copy pathWebApplication.sln
File metadata and controls
34 lines (34 loc) · 2.05 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
29
30
31
32
33
34
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplication", "WebApplication\WebApplication.csproj", "{9DF58F9E-B338-4658-9BE5-A0B4997D565D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplication.Endpoint", "WebApplication.Endpoint\WebApplication.Endpoint.csproj", "{532385AB-45B5-4EF7-B54A-5BDA4898E316}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{B9249211-F4A9-455A-8333-838020A1E447}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplication.Messages", "WebApplication.Messages\WebApplication.Messages.csproj", "{7A4FA7F0-9E94-4238-875B-506878D0CBDE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9DF58F9E-B338-4658-9BE5-A0B4997D565D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DF58F9E-B338-4658-9BE5-A0B4997D565D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DF58F9E-B338-4658-9BE5-A0B4997D565D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DF58F9E-B338-4658-9BE5-A0B4997D565D}.Release|Any CPU.Build.0 = Release|Any CPU
{532385AB-45B5-4EF7-B54A-5BDA4898E316}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{532385AB-45B5-4EF7-B54A-5BDA4898E316}.Debug|Any CPU.Build.0 = Debug|Any CPU
{532385AB-45B5-4EF7-B54A-5BDA4898E316}.Release|Any CPU.ActiveCfg = Release|Any CPU
{532385AB-45B5-4EF7-B54A-5BDA4898E316}.Release|Any CPU.Build.0 = Release|Any CPU
{7A4FA7F0-9E94-4238-875B-506878D0CBDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A4FA7F0-9E94-4238-875B-506878D0CBDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A4FA7F0-9E94-4238-875B-506878D0CBDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A4FA7F0-9E94-4238-875B-506878D0CBDE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal