-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPrePoMax.sln
83 lines (83 loc) · 4.94 KB
/
PrePoMax.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrePoMax", "PrePoMax\PrePoMax.csproj", "{1BA289A1-1DEE-4EE3-80C6-0150A1BEAFD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CaeJob", "CaeJob\CaeJob.csproj", "{A449B1D6-DA0D-4A08-9B64-2CD929830399}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CaeMesh", "CaeMesh\CaeMesh.csproj", "{69D01FC1-1BC1-4470-B371-84D22282BE98}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CaeModel", "CaeModel\CaeModel.csproj", "{65E5EE18-B889-42AD-A775-BA5674ABE1DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CaeResults", "CaeResults\CaeResults.csproj", "{BCA7C65B-CC0B-48CA-B852-49255BD3851D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserControls", "UserControls\UserControls.csproj", "{74EA83FB-2743-49EE-85A8-5B42CBCE19B3}"
ProjectSection(ProjectDependencies) = postProject
{A449B1D6-DA0D-4A08-9B64-2CD929830399} = {A449B1D6-DA0D-4A08-9B64-2CD929830399}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CaeGlobals", "CaeGlobals\CaeGlobals.csproj", "{104CAEBC-0761-4850-A97D-3FC59116C5B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "vtkControl", "vtkControl\vtkControl.csproj", "{125EEFAC-7731-4640-B731-1A32372FA76D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "STL", "STL\STL.csproj", "{F32F3151-1595-4211-A01E-2F7BEB34F88D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E9F98C00-1F68-494F-8EFD-7FF575482DC8}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Notes\Solver.txt = Notes\Solver.txt
Notes\Versions.txt = Notes\Versions.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1BA289A1-1DEE-4EE3-80C6-0150A1BEAFD4}.Debug|x64.ActiveCfg = Debug|x64
{1BA289A1-1DEE-4EE3-80C6-0150A1BEAFD4}.Debug|x64.Build.0 = Debug|x64
{1BA289A1-1DEE-4EE3-80C6-0150A1BEAFD4}.Release|x64.ActiveCfg = Release|x64
{1BA289A1-1DEE-4EE3-80C6-0150A1BEAFD4}.Release|x64.Build.0 = Release|x64
{A449B1D6-DA0D-4A08-9B64-2CD929830399}.Debug|x64.ActiveCfg = Debug|x64
{A449B1D6-DA0D-4A08-9B64-2CD929830399}.Debug|x64.Build.0 = Debug|x64
{A449B1D6-DA0D-4A08-9B64-2CD929830399}.Release|x64.ActiveCfg = Release|x64
{A449B1D6-DA0D-4A08-9B64-2CD929830399}.Release|x64.Build.0 = Release|x64
{69D01FC1-1BC1-4470-B371-84D22282BE98}.Debug|x64.ActiveCfg = Debug|x64
{69D01FC1-1BC1-4470-B371-84D22282BE98}.Debug|x64.Build.0 = Debug|x64
{69D01FC1-1BC1-4470-B371-84D22282BE98}.Release|x64.ActiveCfg = Release|x64
{69D01FC1-1BC1-4470-B371-84D22282BE98}.Release|x64.Build.0 = Release|x64
{65E5EE18-B889-42AD-A775-BA5674ABE1DD}.Debug|x64.ActiveCfg = Debug|x64
{65E5EE18-B889-42AD-A775-BA5674ABE1DD}.Debug|x64.Build.0 = Debug|x64
{65E5EE18-B889-42AD-A775-BA5674ABE1DD}.Release|x64.ActiveCfg = Release|x64
{65E5EE18-B889-42AD-A775-BA5674ABE1DD}.Release|x64.Build.0 = Release|x64
{BCA7C65B-CC0B-48CA-B852-49255BD3851D}.Debug|x64.ActiveCfg = Debug|x64
{BCA7C65B-CC0B-48CA-B852-49255BD3851D}.Debug|x64.Build.0 = Debug|x64
{BCA7C65B-CC0B-48CA-B852-49255BD3851D}.Release|x64.ActiveCfg = Release|x64
{BCA7C65B-CC0B-48CA-B852-49255BD3851D}.Release|x64.Build.0 = Release|x64
{74EA83FB-2743-49EE-85A8-5B42CBCE19B3}.Debug|x64.ActiveCfg = Debug|Any CPU
{74EA83FB-2743-49EE-85A8-5B42CBCE19B3}.Debug|x64.Build.0 = Debug|Any CPU
{74EA83FB-2743-49EE-85A8-5B42CBCE19B3}.Release|x64.ActiveCfg = Release|Any CPU
{74EA83FB-2743-49EE-85A8-5B42CBCE19B3}.Release|x64.Build.0 = Release|Any CPU
{104CAEBC-0761-4850-A97D-3FC59116C5B6}.Debug|x64.ActiveCfg = Debug|x64
{104CAEBC-0761-4850-A97D-3FC59116C5B6}.Debug|x64.Build.0 = Debug|x64
{104CAEBC-0761-4850-A97D-3FC59116C5B6}.Release|x64.ActiveCfg = Release|x64
{104CAEBC-0761-4850-A97D-3FC59116C5B6}.Release|x64.Build.0 = Release|x64
{125EEFAC-7731-4640-B731-1A32372FA76D}.Debug|x64.ActiveCfg = Debug|x64
{125EEFAC-7731-4640-B731-1A32372FA76D}.Debug|x64.Build.0 = Debug|x64
{125EEFAC-7731-4640-B731-1A32372FA76D}.Release|x64.ActiveCfg = Release|x64
{125EEFAC-7731-4640-B731-1A32372FA76D}.Release|x64.Build.0 = Release|x64
{F32F3151-1595-4211-A01E-2F7BEB34F88D}.Debug|x64.ActiveCfg = Debug|x64
{F32F3151-1595-4211-A01E-2F7BEB34F88D}.Debug|x64.Build.0 = Debug|x64
{F32F3151-1595-4211-A01E-2F7BEB34F88D}.Release|x64.ActiveCfg = Release|x64
{F32F3151-1595-4211-A01E-2F7BEB34F88D}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3A37E944-62CA-419B-B0D6-DB02E56F2046}
EndGlobalSection
EndGlobal