forked from Kopernicus/Kopernicus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kopernicus.sln
executable file
·46 lines (46 loc) · 2.31 KB
/
Kopernicus.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
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kopernicus", "src\Kopernicus\Kopernicus.csproj", "{AA91123F-E3D2-4BC0-8BDB-F8B6CFDC6C10}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6149C1F5-E360-4E49-8BD9-141F9C3E0D51}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1.8 Release|Any CPU = 1.8 Release|Any CPU
1.8 Release|x64 = 1.8 Release|x64
1.9+ Release|Any CPU = 1.9+ Release|Any CPU
1.9+ Release|x64 = 1.9+ Release|x64
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA91123F-E3D2-4BC0-8BDB-F8B6CFDC6C10}.1.8 Release|Any CPU.ActiveCfg = ReleaseKSP18|x64
{AA91123F-E3D2-4BC0-8BDB-F8B6CFDC6C10}.1.8 Release|Any CPU.Build.0 = ReleaseKSP18|x64
{AA91123F-E3D2-4BC0-8BDB-F8B6CFDC6C10}.1.8 Release|x64.ActiveCfg = Release_8|x64
{AA91123F-E3D2-4BC0-8BDB-F8B6CFDC6C10}.1.8 Release|x64.Build.0 = Release_8|x64
{AA91123F-E3D2-4BC0-8BDB-F8B6CFDC6C10}.1.9+ Release|Any CPU.ActiveCfg = ReleaseKSP19Plus|x64
{AA91123F-E3D2-4BC0-8BDB-F8B6CFDC6C10}.1.9+ Release|Any CPU.Build.0 = ReleaseKSP19Plus|x64
{AA91123F-E3D2-4BC0-8BDB-F8B6CFDC6C10}.1.9+ Release|x64.ActiveCfg = Release_9+|x64
{AA91123F-E3D2-4BC0-8BDB-F8B6CFDC6C10}.1.9+ Release|x64.Build.0 = Release_9+|x64
{AA91123F-E3D2-4BC0-8BDB-F8B6CFDC6C10}.Debug|Any CPU.ActiveCfg = Debug|x64
{AA91123F-E3D2-4BC0-8BDB-F8B6CFDC6C10}.Debug|Any CPU.Build.0 = Debug|x64
{AA91123F-E3D2-4BC0-8BDB-F8B6CFDC6C10}.Debug|x64.ActiveCfg = Debug|x64
{AA91123F-E3D2-4BC0-8BDB-F8B6CFDC6C10}.Debug|x64.Build.0 = Debug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B9211D9D-0758-4C5A-8215-FE1107FBC928}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Kopernicus\Kopernicus\Kopernicus.csproj
EndGlobalSection
EndGlobal