-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
CloudActors.sln
73 lines (73 loc) · 5.06 KB
/
CloudActors.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33913.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudActors", "src\CloudActors\CloudActors.csproj", "{C0B8D8E0-C66E-4629-96B2-880EFC0293F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "src\Tests\Tests.csproj", "{1F95CDB9-4030-4F16-A20D-12AE362D00DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudActors.CodeAnalysis", "src\CloudActors.CodeAnalysis\CloudActors.CodeAnalysis.csproj", "{A610D1AC-9F46-4CC7-90AC-4B2DFBF4D5C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudActors.CodeFix", "src\CloudActors.CodeFix\CloudActors.CodeFix.csproj", "{03D8620C-6745-476A-B097-7C62D076F9A7}"
EndProject
Project("{13B669BE-BB05-4DDF-9536-439F39A36129}") = "CloudActors.Package", "src\CloudActors.Package\CloudActors.Package.msbuildproj", "{22150004-BDDD-4C7E-9E42-0B5A2EC48268}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudActors.Server", "src\CloudActors.Server\CloudActors.Server.csproj", "{F4256D7D-262F-401A-BFD1-C27F863FE5E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudActors.Streamstone", "src\CloudActors.Streamstone\CloudActors.Streamstone.csproj", "{67E7E202-1AC7-477C-AE90-E7D7C04FF6DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestDomain", "src\TestDomain\TestDomain.csproj", "{1D75C6E9-C4E9-44D8-B598-3A2D45C25EE6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudActors.Server.CodeAnalysis", "src\CloudActors.Server.CodeAnalysis\CloudActors.Server.CodeAnalysis.csproj", "{68823E7F-269E-4947-8E2B-9905F163C96B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0B8D8E0-C66E-4629-96B2-880EFC0293F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0B8D8E0-C66E-4629-96B2-880EFC0293F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0B8D8E0-C66E-4629-96B2-880EFC0293F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0B8D8E0-C66E-4629-96B2-880EFC0293F3}.Release|Any CPU.Build.0 = Release|Any CPU
{1F95CDB9-4030-4F16-A20D-12AE362D00DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F95CDB9-4030-4F16-A20D-12AE362D00DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F95CDB9-4030-4F16-A20D-12AE362D00DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F95CDB9-4030-4F16-A20D-12AE362D00DB}.Release|Any CPU.Build.0 = Release|Any CPU
{A610D1AC-9F46-4CC7-90AC-4B2DFBF4D5C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A610D1AC-9F46-4CC7-90AC-4B2DFBF4D5C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A610D1AC-9F46-4CC7-90AC-4B2DFBF4D5C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A610D1AC-9F46-4CC7-90AC-4B2DFBF4D5C2}.Release|Any CPU.Build.0 = Release|Any CPU
{03D8620C-6745-476A-B097-7C62D076F9A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03D8620C-6745-476A-B097-7C62D076F9A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03D8620C-6745-476A-B097-7C62D076F9A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03D8620C-6745-476A-B097-7C62D076F9A7}.Release|Any CPU.Build.0 = Release|Any CPU
{22150004-BDDD-4C7E-9E42-0B5A2EC48268}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22150004-BDDD-4C7E-9E42-0B5A2EC48268}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22150004-BDDD-4C7E-9E42-0B5A2EC48268}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22150004-BDDD-4C7E-9E42-0B5A2EC48268}.Release|Any CPU.Build.0 = Release|Any CPU
{F4256D7D-262F-401A-BFD1-C27F863FE5E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4256D7D-262F-401A-BFD1-C27F863FE5E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4256D7D-262F-401A-BFD1-C27F863FE5E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4256D7D-262F-401A-BFD1-C27F863FE5E1}.Release|Any CPU.Build.0 = Release|Any CPU
{67E7E202-1AC7-477C-AE90-E7D7C04FF6DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67E7E202-1AC7-477C-AE90-E7D7C04FF6DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67E7E202-1AC7-477C-AE90-E7D7C04FF6DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67E7E202-1AC7-477C-AE90-E7D7C04FF6DC}.Release|Any CPU.Build.0 = Release|Any CPU
{1D75C6E9-C4E9-44D8-B598-3A2D45C25EE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D75C6E9-C4E9-44D8-B598-3A2D45C25EE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D75C6E9-C4E9-44D8-B598-3A2D45C25EE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D75C6E9-C4E9-44D8-B598-3A2D45C25EE6}.Release|Any CPU.Build.0 = Release|Any CPU
{68823E7F-269E-4947-8E2B-9905F163C96B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68823E7F-269E-4947-8E2B-9905F163C96B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68823E7F-269E-4947-8E2B-9905F163C96B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68823E7F-269E-4947-8E2B-9905F163C96B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3A88469F-F1E4-4724-9527-E1937CF311B5}
EndGlobalSection
EndGlobal