-
Notifications
You must be signed in to change notification settings - Fork 0
/
FEMAnalysis.sln
28 lines (28 loc) · 1.88 KB
/
FEMAnalysis.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "andrefmello91.FEMAnalysis", "andrefmello91.FEMAnalysis\andrefmello91.FEMAnalysis.csproj", "{FBB25E8B-B12F-44F2-8444-D4336D070E1B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "andrefmello91.Extensions", "..\Extensions\andrefmello91.Extensions\andrefmello91.Extensions.csproj", "{C50F69B3-9A34-423B-AE52-DF021D526C57}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "andrefmello91.OnPlaneComponents", "..\OnPlaneComponents\andrefmello91.OnPlaneComponents\andrefmello91.OnPlaneComponents.csproj", "{0EEBACB8-3699-459E-B667-4450B0063CA6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FBB25E8B-B12F-44F2-8444-D4336D070E1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBB25E8B-B12F-44F2-8444-D4336D070E1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBB25E8B-B12F-44F2-8444-D4336D070E1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBB25E8B-B12F-44F2-8444-D4336D070E1B}.Release|Any CPU.Build.0 = Release|Any CPU
{C50F69B3-9A34-423B-AE52-DF021D526C57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C50F69B3-9A34-423B-AE52-DF021D526C57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C50F69B3-9A34-423B-AE52-DF021D526C57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C50F69B3-9A34-423B-AE52-DF021D526C57}.Release|Any CPU.Build.0 = Release|Any CPU
{0EEBACB8-3699-459E-B667-4450B0063CA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EEBACB8-3699-459E-B667-4450B0063CA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EEBACB8-3699-459E-B667-4450B0063CA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EEBACB8-3699-459E-B667-4450B0063CA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal