-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloudlayerio-dotnet.sln
37 lines (37 loc) · 2.14 KB
/
cloudlayerio-dotnet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31727.386
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudlayerio-dotnet", "cloudlayerio-dotnet\cloudlayerio-dotnet.csproj", "{2E4BD6EF-E98D-4F36-A1D1-6185321151E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudlayerio-dotnet-test", "cloudlayerio-dotnet-test\cloudlayerio-dotnet-test.csproj", "{C6A19563-CBF0-41F8-BA04-678537B8BC08}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cloudlayerio-dotnet-examples", "cloudlayerio-dotnet-examples\cloudlayerio-dotnet-examples.csproj", "{9F635872-3A07-4CFD-B97A-4F5519641CC6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E4BD6EF-E98D-4F36-A1D1-6185321151E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E4BD6EF-E98D-4F36-A1D1-6185321151E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E4BD6EF-E98D-4F36-A1D1-6185321151E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E4BD6EF-E98D-4F36-A1D1-6185321151E2}.Release|Any CPU.Build.0 = Release|Any CPU
{C6A19563-CBF0-41F8-BA04-678537B8BC08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6A19563-CBF0-41F8-BA04-678537B8BC08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6A19563-CBF0-41F8-BA04-678537B8BC08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6A19563-CBF0-41F8-BA04-678537B8BC08}.Release|Any CPU.Build.0 = Release|Any CPU
{9F635872-3A07-4CFD-B97A-4F5519641CC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F635872-3A07-4CFD-B97A-4F5519641CC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F635872-3A07-4CFD-B97A-4F5519641CC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F635872-3A07-4CFD-B97A-4F5519641CC6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1289A0C-BE0E-4DB6-ABA7-A2821FB92DFE}
EndGlobalSection
EndGlobal