forked from ReubenBond/FabricTableService
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFabricTableService.sln
More file actions
62 lines (62 loc) · 3.98 KB
/
Copy pathFabricTableService.sln
File metadata and controls
62 lines (62 loc) · 3.98 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{A07B5EB6-E848-4116-A8D0-A826331D98C6}") = "FabricTableServiceApplication", "FabricTableServiceApplication\FabricTableServiceApplication.sfproj", "{3693DE76-882C-4C15-827F-7A7B69EC9660}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FabricTableService", "FabricTableService\FabricTableService.csproj", "{96130A6D-2C2B-488B-9C14-5C920E690B18}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FabricTableService.Interface", "FabricTableService.Interface\FabricTableService.Interface.csproj", "{A5DE67BC-AB45-41F9-A342-5B827D9FD7A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FabricTableService.Client", "FabricTableService.Client\FabricTableService.Client.csproj", "{489FD45F-D867-42D2-B07A-59B5235C07D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChaosTest", "ChaosTest\ChaosTest.csproj", "{2FCE67D3-6322-4B26-8B64-1D8CA0684BA9}"
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
{3693DE76-882C-4C15-827F-7A7B69EC9660}.Debug|Any CPU.ActiveCfg = Debug|x64
{3693DE76-882C-4C15-827F-7A7B69EC9660}.Debug|x64.ActiveCfg = Debug|x64
{3693DE76-882C-4C15-827F-7A7B69EC9660}.Debug|x64.Build.0 = Debug|x64
{3693DE76-882C-4C15-827F-7A7B69EC9660}.Debug|x64.Deploy.0 = Debug|x64
{3693DE76-882C-4C15-827F-7A7B69EC9660}.Release|Any CPU.ActiveCfg = Release|x64
{3693DE76-882C-4C15-827F-7A7B69EC9660}.Release|x64.ActiveCfg = Release|x64
{3693DE76-882C-4C15-827F-7A7B69EC9660}.Release|x64.Build.0 = Release|x64
{3693DE76-882C-4C15-827F-7A7B69EC9660}.Release|x64.Deploy.0 = Release|x64
{96130A6D-2C2B-488B-9C14-5C920E690B18}.Debug|Any CPU.ActiveCfg = Debug|x64
{96130A6D-2C2B-488B-9C14-5C920E690B18}.Debug|x64.ActiveCfg = Debug|x64
{96130A6D-2C2B-488B-9C14-5C920E690B18}.Debug|x64.Build.0 = Debug|x64
{96130A6D-2C2B-488B-9C14-5C920E690B18}.Release|Any CPU.ActiveCfg = Release|x64
{96130A6D-2C2B-488B-9C14-5C920E690B18}.Release|x64.ActiveCfg = Release|x64
{96130A6D-2C2B-488B-9C14-5C920E690B18}.Release|x64.Build.0 = Release|x64
{A5DE67BC-AB45-41F9-A342-5B827D9FD7A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5DE67BC-AB45-41F9-A342-5B827D9FD7A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5DE67BC-AB45-41F9-A342-5B827D9FD7A1}.Debug|x64.ActiveCfg = Debug|Any CPU
{A5DE67BC-AB45-41F9-A342-5B827D9FD7A1}.Debug|x64.Build.0 = Debug|Any CPU
{A5DE67BC-AB45-41F9-A342-5B827D9FD7A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5DE67BC-AB45-41F9-A342-5B827D9FD7A1}.Release|Any CPU.Build.0 = Release|Any CPU
{A5DE67BC-AB45-41F9-A342-5B827D9FD7A1}.Release|x64.ActiveCfg = Release|Any CPU
{A5DE67BC-AB45-41F9-A342-5B827D9FD7A1}.Release|x64.Build.0 = Release|Any CPU
{489FD45F-D867-42D2-B07A-59B5235C07D7}.Debug|Any CPU.ActiveCfg = Debug|x64
{489FD45F-D867-42D2-B07A-59B5235C07D7}.Debug|x64.ActiveCfg = Debug|x64
{489FD45F-D867-42D2-B07A-59B5235C07D7}.Debug|x64.Build.0 = Debug|x64
{489FD45F-D867-42D2-B07A-59B5235C07D7}.Release|Any CPU.ActiveCfg = Release|x64
{489FD45F-D867-42D2-B07A-59B5235C07D7}.Release|x64.ActiveCfg = Release|x64
{489FD45F-D867-42D2-B07A-59B5235C07D7}.Release|x64.Build.0 = Release|x64
{2FCE67D3-6322-4B26-8B64-1D8CA0684BA9}.Debug|Any CPU.ActiveCfg = Debug|x64
{2FCE67D3-6322-4B26-8B64-1D8CA0684BA9}.Debug|x64.ActiveCfg = Debug|x64
{2FCE67D3-6322-4B26-8B64-1D8CA0684BA9}.Debug|x64.Build.0 = Debug|x64
{2FCE67D3-6322-4B26-8B64-1D8CA0684BA9}.Release|Any CPU.ActiveCfg = Release|x64
{2FCE67D3-6322-4B26-8B64-1D8CA0684BA9}.Release|x64.ActiveCfg = Release|x64
{2FCE67D3-6322-4B26-8B64-1D8CA0684BA9}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal