-
Notifications
You must be signed in to change notification settings - Fork 1
/
SearchAThing.Sci.sln
36 lines (36 loc) · 1.92 KB
/
SearchAThing.Sci.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26923.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SearchAThing.Sci", "src\SearchAThing.Sci.csproj", "{F9D7F0EE-D4FF-4455-87BE-08539D2D1982}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SearchAThing.Sci.Tests", "tests\SearchAThing.Sci.Tests.csproj", "{7B599D15-7F57-41F3-A4CD-BEAAED56825F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug2|Any CPU = Debug2|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9D7F0EE-D4FF-4455-87BE-08539D2D1982}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9D7F0EE-D4FF-4455-87BE-08539D2D1982}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9D7F0EE-D4FF-4455-87BE-08539D2D1982}.Debug2|Any CPU.ActiveCfg = Debug|Any CPU
{F9D7F0EE-D4FF-4455-87BE-08539D2D1982}.Debug2|Any CPU.Build.0 = Debug|Any CPU
{F9D7F0EE-D4FF-4455-87BE-08539D2D1982}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9D7F0EE-D4FF-4455-87BE-08539D2D1982}.Release|Any CPU.Build.0 = Release|Any CPU
{7B599D15-7F57-41F3-A4CD-BEAAED56825F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B599D15-7F57-41F3-A4CD-BEAAED56825F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B599D15-7F57-41F3-A4CD-BEAAED56825F}.Debug2|Any CPU.ActiveCfg = Debug|Any CPU
{7B599D15-7F57-41F3-A4CD-BEAAED56825F}.Debug2|Any CPU.Build.0 = Debug|Any CPU
{7B599D15-7F57-41F3-A4CD-BEAAED56825F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B599D15-7F57-41F3-A4CD-BEAAED56825F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {63FE5D8B-8851-4695-88B9-37C3C3A1C179}
EndGlobalSection
EndGlobal