forked from OpenMC2/OpenMC2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpenMC2.sln
More file actions
34 lines (34 loc) · 1.6 KB
/
OpenMC2.sln
File metadata and controls
34 lines (34 loc) · 1.6 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
34
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenMC2", "OpenMC2.vcxproj", "{62DC3335-9128-4AFE-B11A-743AC0AB25D5}"
ProjectSection(ProjectDependencies) = postProject
{DFCC0C0C-E32B-42CD-951B-AE7B4516CB81} = {DFCC0C0C-E32B-42CD-951B-AE7B4516CB81}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Libs", "Scripts\Libs.vcxproj", "{DFCC0C0C-E32B-42CD-951B-AE7B4516CB81}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62DC3335-9128-4AFE-B11A-743AC0AB25D5}.Debug|x86.ActiveCfg = Debug|Win32
{62DC3335-9128-4AFE-B11A-743AC0AB25D5}.Debug|x86.Build.0 = Debug|Win32
{62DC3335-9128-4AFE-B11A-743AC0AB25D5}.Release|x86.ActiveCfg = Release|Win32
{62DC3335-9128-4AFE-B11A-743AC0AB25D5}.Release|x86.Build.0 = Release|Win32
{DFCC0C0C-E32B-42CD-951B-AE7B4516CB81}.Debug|x86.ActiveCfg = Debug|Win32
{DFCC0C0C-E32B-42CD-951B-AE7B4516CB81}.Debug|x86.Build.0 = Debug|Win32
{DFCC0C0C-E32B-42CD-951B-AE7B4516CB81}.Release|x86.ActiveCfg = Release|Win32
{DFCC0C0C-E32B-42CD-951B-AE7B4516CB81}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5514A64C-3B5A-4612-B79D-D20845A669E1}
EndGlobalSection
EndGlobal