-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOneStepCloudAPI.sln
More file actions
50 lines (50 loc) · 3.09 KB
/
OneStepCloudAPI.sln
File metadata and controls
50 lines (50 loc) · 3.09 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OneStepCloudAPI", "OneStepCloudAPI\OneStepCloudAPI.csproj", "{9362ED9A-B883-4DD7-BF31-DDFDC449D9C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{0BC5AFFB-527D-43F0-8556-439D7986743D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OneStepCloudAPI.Samples.Core", "OneStepCloudAPI.Samples.Core\OneStepCloudAPI.Samples.Core.csproj", "{3F864E24-15EF-4168-A70C-3A69B1F0BCE3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneStepCloudAPI.Samples.Net452", "OneStepCloudAPI.Samples.Net452\OneStepCloudAPI.Samples.Net452.csproj", "{108B28F5-21C6-420E-B51A-5A37B162F3ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneStepCloudAPI.Samples.Net461", "OneStepCloudAPI.Samples.Net461\OneStepCloudAPI.Samples.Net461.csproj", "{D48B6E89-D583-4749-93AB-AA357338889A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9362ED9A-B883-4DD7-BF31-DDFDC449D9C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9362ED9A-B883-4DD7-BF31-DDFDC449D9C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9362ED9A-B883-4DD7-BF31-DDFDC449D9C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9362ED9A-B883-4DD7-BF31-DDFDC449D9C4}.Release|Any CPU.Build.0 = Release|Any CPU
{3F864E24-15EF-4168-A70C-3A69B1F0BCE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F864E24-15EF-4168-A70C-3A69B1F0BCE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F864E24-15EF-4168-A70C-3A69B1F0BCE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F864E24-15EF-4168-A70C-3A69B1F0BCE3}.Release|Any CPU.Build.0 = Release|Any CPU
{108B28F5-21C6-420E-B51A-5A37B162F3ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{108B28F5-21C6-420E-B51A-5A37B162F3ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{108B28F5-21C6-420E-B51A-5A37B162F3ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{108B28F5-21C6-420E-B51A-5A37B162F3ED}.Release|Any CPU.Build.0 = Release|Any CPU
{D48B6E89-D583-4749-93AB-AA357338889A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D48B6E89-D583-4749-93AB-AA357338889A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D48B6E89-D583-4749-93AB-AA357338889A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D48B6E89-D583-4749-93AB-AA357338889A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3F864E24-15EF-4168-A70C-3A69B1F0BCE3} = {0BC5AFFB-527D-43F0-8556-439D7986743D}
{108B28F5-21C6-420E-B51A-5A37B162F3ED} = {0BC5AFFB-527D-43F0-8556-439D7986743D}
{D48B6E89-D583-4749-93AB-AA357338889A} = {0BC5AFFB-527D-43F0-8556-439D7986743D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CA7669D4-4E98-4006-9901-A82D01CCE436}
EndGlobalSection
EndGlobal