-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRabbitDocuments.sln
More file actions
31 lines (31 loc) · 1.62 KB
/
RabbitDocuments.sln
File metadata and controls
31 lines (31 loc) · 1.62 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35931.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rabbit.Documents.Http", "Rabbit.Documents.Http\Rabbit.Documents.Http.csproj", "{DE95934A-54A0-437A-9F8D-9AD061770A15}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rabbit.Documents.Domain", "Rabbit.Documents.Domain\Rabbit.Documents.Domain.csproj", "{5CA7B14D-EDB7-4B00-A700-C54DBC899B3E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE95934A-54A0-437A-9F8D-9AD061770A15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE95934A-54A0-437A-9F8D-9AD061770A15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE95934A-54A0-437A-9F8D-9AD061770A15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE95934A-54A0-437A-9F8D-9AD061770A15}.Release|Any CPU.Build.0 = Release|Any CPU
{5CA7B14D-EDB7-4B00-A700-C54DBC899B3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CA7B14D-EDB7-4B00-A700-C54DBC899B3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CA7B14D-EDB7-4B00-A700-C54DBC899B3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CA7B14D-EDB7-4B00-A700-C54DBC899B3E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4AC8B1E9-3B5A-47DA-95E8-8B61EE364365}
EndGlobalSection
EndGlobal