-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMessage.Processor.sln
More file actions
41 lines (41 loc) · 2.24 KB
/
Message.Processor.sln
File metadata and controls
41 lines (41 loc) · 2.24 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
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{A07B5EB6-E848-4116-A8D0-A826331D98C6}") = "Message.Processor", "Message.Processor\Message.Processor.sfproj", "{EE59A985-E155-4910-98D5-D434AD732684}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventProcessorHostService", "EventProcessorHostService\EventProcessorHostService.csproj", "{D0750429-7004-4974-B69A-E7F04D598A0D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE59A985-E155-4910-98D5-D434AD732684}.Debug|Any CPU.ActiveCfg = Debug|x64
{EE59A985-E155-4910-98D5-D434AD732684}.Debug|x64.ActiveCfg = Debug|x64
{EE59A985-E155-4910-98D5-D434AD732684}.Debug|x64.Build.0 = Debug|x64
{EE59A985-E155-4910-98D5-D434AD732684}.Debug|x64.Deploy.0 = Debug|x64
{EE59A985-E155-4910-98D5-D434AD732684}.Release|Any CPU.ActiveCfg = Release|x64
{EE59A985-E155-4910-98D5-D434AD732684}.Release|x64.ActiveCfg = Release|x64
{EE59A985-E155-4910-98D5-D434AD732684}.Release|x64.Build.0 = Release|x64
{EE59A985-E155-4910-98D5-D434AD732684}.Release|x64.Deploy.0 = Release|x64
{D0750429-7004-4974-B69A-E7F04D598A0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0750429-7004-4974-B69A-E7F04D598A0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0750429-7004-4974-B69A-E7F04D598A0D}.Debug|x64.ActiveCfg = Debug|Any CPU
{D0750429-7004-4974-B69A-E7F04D598A0D}.Debug|x64.Build.0 = Debug|Any CPU
{D0750429-7004-4974-B69A-E7F04D598A0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0750429-7004-4974-B69A-E7F04D598A0D}.Release|Any CPU.Build.0 = Release|Any CPU
{D0750429-7004-4974-B69A-E7F04D598A0D}.Release|x64.ActiveCfg = Release|Any CPU
{D0750429-7004-4974-B69A-E7F04D598A0D}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {30202ED5-F4E4-4D2A-B503-25B9C0280F1A}
EndGlobalSection
EndGlobal