-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmindsphere-sdk-dotnet.sln
44 lines (44 loc) · 2.36 KB
/
mindsphere-sdk-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
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MindSphereSdk.Core", "src\MindSphereSdk.Core\MindSphereSdk.Core.csproj", "{DF8A7240-E13A-4BD2-B5D1-F3AFA157F171}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MindSphereSdk.Core.Test", "test\MindSphereSdk.Core.Test\MindSphereSdk.Core.Test.csproj", "{10861600-4D9B-483A-92DA-E2B62D9CA331}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{26DB2AFF-5483-4A4B-8D65-73FD2429EEE8}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApp", "usage\WebApp\WebApp.csproj", "{0F8045E0-7F90-4AFE-B11A-56D7C212BD79}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF8A7240-E13A-4BD2-B5D1-F3AFA157F171}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF8A7240-E13A-4BD2-B5D1-F3AFA157F171}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF8A7240-E13A-4BD2-B5D1-F3AFA157F171}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF8A7240-E13A-4BD2-B5D1-F3AFA157F171}.Release|Any CPU.Build.0 = Release|Any CPU
{10861600-4D9B-483A-92DA-E2B62D9CA331}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10861600-4D9B-483A-92DA-E2B62D9CA331}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10861600-4D9B-483A-92DA-E2B62D9CA331}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10861600-4D9B-483A-92DA-E2B62D9CA331}.Release|Any CPU.Build.0 = Release|Any CPU
{0F8045E0-7F90-4AFE-B11A-56D7C212BD79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F8045E0-7F90-4AFE-B11A-56D7C212BD79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F8045E0-7F90-4AFE-B11A-56D7C212BD79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F8045E0-7F90-4AFE-B11A-56D7C212BD79}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D787AD8B-D3CF-49ED-B3B6-9FDF099C9C13}
EndGlobalSection
EndGlobal