-
Notifications
You must be signed in to change notification settings - Fork 5
/
Gemini.sln
26 lines (26 loc) · 1.11 KB
/
Gemini.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gemini", "src\Gemini.csproj", "{5F9173E8-B9AD-48AC-935A-1A4D284FD3E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
debug|Any CPU = debug|Any CPU
debug|x86 = debug|x86
release|Any CPU = release|Any CPU
release|x86 = release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5F9173E8-B9AD-48AC-935A-1A4D284FD3E4}.debug|Any CPU.ActiveCfg = debug|x86
{5F9173E8-B9AD-48AC-935A-1A4D284FD3E4}.debug|x86.ActiveCfg = debug|x86
{5F9173E8-B9AD-48AC-935A-1A4D284FD3E4}.debug|x86.Build.0 = debug|x86
{5F9173E8-B9AD-48AC-935A-1A4D284FD3E4}.release|Any CPU.ActiveCfg = release|x86
{5F9173E8-B9AD-48AC-935A-1A4D284FD3E4}.release|x86.ActiveCfg = release|x86
{5F9173E8-B9AD-48AC-935A-1A4D284FD3E4}.release|x86.Build.0 = release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal