-
Notifications
You must be signed in to change notification settings - Fork 0
/
OWLSharp.sln
31 lines (31 loc) · 1.55 KB
/
OWLSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OWLSharp", "OWLSharp\OWLSharp.csproj", "{10E8013A-CE1C-4641-B1BF-27AB111A54D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OWLSharp.Test", "OWLSharp.Test\OWLSharp.Test.csproj", "{BA5D3CC1-E769-413B-AEE7-05FF64598555}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10E8013A-CE1C-4641-B1BF-27AB111A54D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10E8013A-CE1C-4641-B1BF-27AB111A54D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10E8013A-CE1C-4641-B1BF-27AB111A54D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10E8013A-CE1C-4641-B1BF-27AB111A54D6}.Release|Any CPU.Build.0 = Release|Any CPU
{BA5D3CC1-E769-413B-AEE7-05FF64598555}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA5D3CC1-E769-413B-AEE7-05FF64598555}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA5D3CC1-E769-413B-AEE7-05FF64598555}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA5D3CC1-E769-413B-AEE7-05FF64598555}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33935B23-0227-4E27-AF5C-F1DF077C7B23}
EndGlobalSection
EndGlobal