-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSEER.sln
30 lines (30 loc) · 1.3 KB
/
SEER.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.808.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Seer", "src\Seer.csproj", "{1A3AA453-F1EE-407E-BEC0-0A07E41A186C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{B1F63382-5246-4CF6-B0D5-66CFF4AFD3D0}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A3AA453-F1EE-407E-BEC0-0A07E41A186C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A3AA453-F1EE-407E-BEC0-0A07E41A186C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A3AA453-F1EE-407E-BEC0-0A07E41A186C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A3AA453-F1EE-407E-BEC0-0A07E41A186C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6D80281-6C63-46CF-8B3C-F133C3439B39}
EndGlobalSection
EndGlobal