-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRabbitMqFileExport.sln
More file actions
37 lines (37 loc) · 2.16 KB
/
RabbitMqFileExport.sln
File metadata and controls
37 lines (37 loc) · 2.16 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
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31605.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RabbitMqFileExport.Web", "RabbitMqFileExport.Web\RabbitMqFileExport.Web.csproj", "{9B2E0ECB-80DF-418B-A5A9-26F24974C57B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RabbitMqFileExport.Model", "RabbitMqFileExport.Model\RabbitMqFileExport.Model.csproj", "{C39AAF5B-09E9-4D5D-AE15-4873F9AC9A42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RabbitMqFileExport.WorkerService", "RabbitMqFileExport.WorkerService\RabbitMqFileExport.WorkerService.csproj", "{D5E4154D-8E55-456F-83F4-6EA9419C6245}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B2E0ECB-80DF-418B-A5A9-26F24974C57B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B2E0ECB-80DF-418B-A5A9-26F24974C57B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B2E0ECB-80DF-418B-A5A9-26F24974C57B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B2E0ECB-80DF-418B-A5A9-26F24974C57B}.Release|Any CPU.Build.0 = Release|Any CPU
{C39AAF5B-09E9-4D5D-AE15-4873F9AC9A42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C39AAF5B-09E9-4D5D-AE15-4873F9AC9A42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C39AAF5B-09E9-4D5D-AE15-4873F9AC9A42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C39AAF5B-09E9-4D5D-AE15-4873F9AC9A42}.Release|Any CPU.Build.0 = Release|Any CPU
{D5E4154D-8E55-456F-83F4-6EA9419C6245}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5E4154D-8E55-456F-83F4-6EA9419C6245}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5E4154D-8E55-456F-83F4-6EA9419C6245}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5E4154D-8E55-456F-83F4-6EA9419C6245}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2740E8D-8EFA-438E-9FCC-B10D997EFE87}
EndGlobalSection
EndGlobal