-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathBaseSpace.SDK.dotnetstandard.sln
More file actions
35 lines (35 loc) · 1.95 KB
/
BaseSpace.SDK.dotnetstandard.sln
File metadata and controls
35 lines (35 loc) · 1.95 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26510.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BaseSpace.SDK.dotnetstandard", "BaseSpace.SDK\BaseSpace.SDK.dotnetstandard.csproj", "{B573665F-84BA-4F0E-8F17-BCAEA4D0828D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BaseSpace.SDK.Tests.dotnetcore", "BaseSpace.SDK.Tests\BaseSpace.SDK.Tests.dotnetcore.csproj", "{F6E0DAC4-ED1C-4FA5-9984-E9C9E910B801}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B573665F-84BA-4F0E-8F17-BCAEA4D0828D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B573665F-84BA-4F0E-8F17-BCAEA4D0828D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B573665F-84BA-4F0E-8F17-BCAEA4D0828D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B573665F-84BA-4F0E-8F17-BCAEA4D0828D}.Release|Any CPU.Build.0 = Release|Any CPU
{E2EBC3B9-7CDB-4A27-893D-6A64FE19F0A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2EBC3B9-7CDB-4A27-893D-6A64FE19F0A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2EBC3B9-7CDB-4A27-893D-6A64FE19F0A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2EBC3B9-7CDB-4A27-893D-6A64FE19F0A2}.Release|Any CPU.Build.0 = Release|Any CPU
{F6E0DAC4-ED1C-4FA5-9984-E9C9E910B801}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6E0DAC4-ED1C-4FA5-9984-E9C9E910B801}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6E0DAC4-ED1C-4FA5-9984-E9C9E910B801}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6E0DAC4-ED1C-4FA5-9984-E9C9E910B801}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C8F826BA-9314-4560-A305-909645F5B949}
EndGlobalSection
EndGlobal