-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimGUI.sln
More file actions
32 lines (32 loc) · 1.77 KB
/
SimGUI.sln
File metadata and controls
32 lines (32 loc) · 1.77 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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimGUI", "SimGUI\SimGUI.csproj", "{9CF079D4-CB4A-48CF-B666-D67A0DD88048}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EGON_cs_API", "EGON_cs_API\EGON_cs_API.csproj", "{ACB4263B-49E6-4F45-87F5-A725988733B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EGON_cs_test", "EGON_cs_test\EGON_cs_test.csproj", "{D32F2E6E-CCAC-4A16-A599-FBEA9110C1D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9CF079D4-CB4A-48CF-B666-D67A0DD88048}.Debug|x86.ActiveCfg = Debug|x86
{9CF079D4-CB4A-48CF-B666-D67A0DD88048}.Debug|x86.Build.0 = Debug|x86
{9CF079D4-CB4A-48CF-B666-D67A0DD88048}.Release|x86.ActiveCfg = Release|x86
{9CF079D4-CB4A-48CF-B666-D67A0DD88048}.Release|x86.Build.0 = Release|x86
{ACB4263B-49E6-4F45-87F5-A725988733B6}.Debug|x86.ActiveCfg = Debug|Any CPU
{ACB4263B-49E6-4F45-87F5-A725988733B6}.Debug|x86.Build.0 = Debug|Any CPU
{ACB4263B-49E6-4F45-87F5-A725988733B6}.Release|x86.ActiveCfg = Release|Any CPU
{ACB4263B-49E6-4F45-87F5-A725988733B6}.Release|x86.Build.0 = Release|Any CPU
{D32F2E6E-CCAC-4A16-A599-FBEA9110C1D6}.Debug|x86.ActiveCfg = Debug|x86
{D32F2E6E-CCAC-4A16-A599-FBEA9110C1D6}.Debug|x86.Build.0 = Debug|x86
{D32F2E6E-CCAC-4A16-A599-FBEA9110C1D6}.Release|x86.ActiveCfg = Release|x86
{D32F2E6E-CCAC-4A16-A599-FBEA9110C1D6}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = EGON_cs_test\EGON_cs_test.csproj
EndGlobalSection
EndGlobal