forked from TUHH-TVT/openCOSMO-RS_cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenCOSMORS.sln
More file actions
33 lines (33 loc) · 1.61 KB
/
openCOSMORS.sln
File metadata and controls
33 lines (33 loc) · 1.61 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34302.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openCOSMORS", "openCOSMORS.vcxproj", "{EB36C610-4D40-4702-90AF-22ABEED85745}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "openCOSMORS_python_example", "openCOSMORS_python_example.pyproj", "{4C1DD7E1-3ED1-4C5B-8DCF-C3DB81F4E083}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
DebugCLI|x64 = DebugCLI|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB36C610-4D40-4702-90AF-22ABEED85745}.Debug|x64.ActiveCfg = Debug|x64
{EB36C610-4D40-4702-90AF-22ABEED85745}.Debug|x64.Build.0 = Debug|x64
{EB36C610-4D40-4702-90AF-22ABEED85745}.DebugCLI|x64.ActiveCfg = DebugCLI|x64
{EB36C610-4D40-4702-90AF-22ABEED85745}.DebugCLI|x64.Build.0 = DebugCLI|x64
{EB36C610-4D40-4702-90AF-22ABEED85745}.Release|x64.ActiveCfg = Release|x64
{EB36C610-4D40-4702-90AF-22ABEED85745}.Release|x64.Build.0 = Release|x64
{4C1DD7E1-3ED1-4C5B-8DCF-C3DB81F4E083}.Debug|x64.ActiveCfg = Debug|Any CPU
{4C1DD7E1-3ED1-4C5B-8DCF-C3DB81F4E083}.DebugCLI|x64.ActiveCfg = DebugCLI|Any CPU
{4C1DD7E1-3ED1-4C5B-8DCF-C3DB81F4E083}.Release|x64.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8FD69E85-C551-45AA-B400-70A69EDF0FDF}
EndGlobalSection
EndGlobal