-
Notifications
You must be signed in to change notification settings - Fork 0
/
Obsidian.API.sln
37 lines (37 loc) · 2.04 KB
/
Obsidian.API.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 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Obsidian.API", "Obsidian.API\Obsidian.API.csproj", "{870AA483-6D60-45B5-9C6D-02A93080663A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Obsidian.SDK", "Obsidian.SDK\Obsidian.SDK.csproj", "{D6763C8E-4483-45DE-B62E-F2BFFB165134}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Obsidian.Common", "Obsidian.Common\Obsidian.Common.csproj", "{09C78915-0821-4F2B-9CFA-10C62DA3C681}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{870AA483-6D60-45B5-9C6D-02A93080663A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{870AA483-6D60-45B5-9C6D-02A93080663A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{870AA483-6D60-45B5-9C6D-02A93080663A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{870AA483-6D60-45B5-9C6D-02A93080663A}.Release|Any CPU.Build.0 = Release|Any CPU
{D6763C8E-4483-45DE-B62E-F2BFFB165134}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6763C8E-4483-45DE-B62E-F2BFFB165134}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6763C8E-4483-45DE-B62E-F2BFFB165134}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6763C8E-4483-45DE-B62E-F2BFFB165134}.Release|Any CPU.Build.0 = Release|Any CPU
{09C78915-0821-4F2B-9CFA-10C62DA3C681}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09C78915-0821-4F2B-9CFA-10C62DA3C681}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09C78915-0821-4F2B-9CFA-10C62DA3C681}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09C78915-0821-4F2B-9CFA-10C62DA3C681}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {36CDFB37-B862-4DEB-86BD-980E277B2EC0}
EndGlobalSection
EndGlobal