-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathOSPSuite.SimModelSolver.CVODES.sln
39 lines (39 loc) · 1.93 KB
/
OSPSuite.SimModelSolver.CVODES.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{158EC255-32BB-4988-A92E-06D0AD5D0A59}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.gitmodules = .gitmodules
appveyor.yml = appveyor.yml
packages.config = packages.config
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OSPSuite.SimModelSolver_CVODES", "src\OSPSuite.SimModelSolver_CVODES\SimModelSolver_CVODES.vcxproj", "{6BDCA452-A027-4F64-908F-E1E9154F38EE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OSPSuite.SimModelSolver_CVODES.Tests", "tests\OSPSuite.SimModelSolver_CVODES.Tests\SimModelSolver_CVODES.Specs.vcxproj", "{218A251A-3BAE-4C44-8AA4-FA8A3FC4F264}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6BDCA452-A027-4F64-908F-E1E9154F38EE}.Debug|x64.ActiveCfg = Debug|x64
{6BDCA452-A027-4F64-908F-E1E9154F38EE}.Debug|x64.Build.0 = Debug|x64
{6BDCA452-A027-4F64-908F-E1E9154F38EE}.Release|x64.ActiveCfg = Release|x64
{6BDCA452-A027-4F64-908F-E1E9154F38EE}.Release|x64.Build.0 = Release|x64
{218A251A-3BAE-4C44-8AA4-FA8A3FC4F264}.Debug|x64.ActiveCfg = Debug|x64
{218A251A-3BAE-4C44-8AA4-FA8A3FC4F264}.Debug|x64.Build.0 = Debug|x64
{218A251A-3BAE-4C44-8AA4-FA8A3FC4F264}.Release|x64.ActiveCfg = Release|x64
{218A251A-3BAE-4C44-8AA4-FA8A3FC4F264}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3C1FCE9A-EDC8-4637-AEA5-42A460DF9E82}
EndGlobalSection
EndGlobal