-
Notifications
You must be signed in to change notification settings - Fork 1
/
RFEM5_Toolkit.sln
34 lines (34 loc) · 1.9 KB
/
RFEM5_Toolkit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RFEM5_Adapter", "RFEM_Adapter\RFEM5_Adapter.csproj", "{CFD6BA4A-3480-4351-9F7F-B1B37ABB2F21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RFEM5_Engine", "RFEM_Engine\RFEM5_Engine.csproj", "{625C4A3B-A0AB-4B29-B289-4C439B565EFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RFEM5_oM", "RFEM_oM\RFEM5_oM.csproj", "{F55CC8A5-44CB-4333-BC8A-A0EB6775B1A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CFD6BA4A-3480-4351-9F7F-B1B37ABB2F21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFD6BA4A-3480-4351-9F7F-B1B37ABB2F21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFD6BA4A-3480-4351-9F7F-B1B37ABB2F21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFD6BA4A-3480-4351-9F7F-B1B37ABB2F21}.Release|Any CPU.Build.0 = Release|Any CPU
{625C4A3B-A0AB-4B29-B289-4C439B565EFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{625C4A3B-A0AB-4B29-B289-4C439B565EFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{625C4A3B-A0AB-4B29-B289-4C439B565EFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{625C4A3B-A0AB-4B29-B289-4C439B565EFF}.Release|Any CPU.Build.0 = Release|Any CPU
{F55CC8A5-44CB-4333-BC8A-A0EB6775B1A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F55CC8A5-44CB-4333-BC8A-A0EB6775B1A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F55CC8A5-44CB-4333-BC8A-A0EB6775B1A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F55CC8A5-44CB-4333-BC8A-A0EB6775B1A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal