This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Nemoh.sln
38 lines (38 loc) · 2.24 KB
/
Nemoh.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "preProcessor", "preProcessor\preProcessor.vfproj", "{966A3ADA-093E-4C23-BD98-26BCF0BA061E}"
EndProject
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "postProcessor", "postProcessor\postProcessor.vfproj", "{8EE0EB67-9FD0-4E2A-B13B-FB9E24B2BB9B}"
EndProject
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "Solver", "Solver\Solver.vfproj", "{64404A7B-CEED-4ECA-80DB-22D7AEF2FA2D}"
EndProject
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "Mesh", "Mesh\Mesh.vfproj", "{EC685050-D730-4454-9EBC-A0ECA8B0FA69}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{966A3ADA-093E-4C23-BD98-26BCF0BA061E}.Debug|Win32.ActiveCfg = Debug|Win32
{966A3ADA-093E-4C23-BD98-26BCF0BA061E}.Debug|Win32.Build.0 = Debug|Win32
{966A3ADA-093E-4C23-BD98-26BCF0BA061E}.Release|Win32.ActiveCfg = Release|Win32
{966A3ADA-093E-4C23-BD98-26BCF0BA061E}.Release|Win32.Build.0 = Release|Win32
{8EE0EB67-9FD0-4E2A-B13B-FB9E24B2BB9B}.Debug|Win32.ActiveCfg = Debug|Win32
{8EE0EB67-9FD0-4E2A-B13B-FB9E24B2BB9B}.Debug|Win32.Build.0 = Debug|Win32
{8EE0EB67-9FD0-4E2A-B13B-FB9E24B2BB9B}.Release|Win32.ActiveCfg = Release|Win32
{8EE0EB67-9FD0-4E2A-B13B-FB9E24B2BB9B}.Release|Win32.Build.0 = Release|Win32
{64404A7B-CEED-4ECA-80DB-22D7AEF2FA2D}.Debug|Win32.ActiveCfg = Release|Win32
{64404A7B-CEED-4ECA-80DB-22D7AEF2FA2D}.Debug|Win32.Build.0 = Release|Win32
{64404A7B-CEED-4ECA-80DB-22D7AEF2FA2D}.Release|Win32.ActiveCfg = Release|Win32
{64404A7B-CEED-4ECA-80DB-22D7AEF2FA2D}.Release|Win32.Build.0 = Release|Win32
{EC685050-D730-4454-9EBC-A0ECA8B0FA69}.Debug|Win32.ActiveCfg = Debug|Win32
{EC685050-D730-4454-9EBC-A0ECA8B0FA69}.Debug|Win32.Build.0 = Debug|Win32
{EC685050-D730-4454-9EBC-A0ECA8B0FA69}.Release|Win32.ActiveCfg = Release|Win32
{EC685050-D730-4454-9EBC-A0ECA8B0FA69}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal