forked from SciresM/FEAT
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFEAT.sln
More file actions
43 lines (43 loc) · 2.47 KB
/
FEAT.sln
File metadata and controls
43 lines (43 loc) · 2.47 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
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1758
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FEAT.GUI", "FEAT\FEAT.GUI.csproj", "{EEBB636E-B909-4F7B-98E7-1088993183EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FEAT.CMD", "FEAT.CMD\FEAT.CMD.csproj", "{3F1D5042-912A-4C49-B7F2-3555150F3D50}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FE3D", "..\FE3D\FE3D\FE3D.csproj", "{5B7B0D72-DC09-4344-A8C6-F616C23DD20B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FE3D.Graphics", "..\FE3D\FE3D.Graphics\FE3D.Graphics.csproj", "{C4346B87-3A7F-47E3-9368-653AE15959F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EEBB636E-B909-4F7B-98E7-1088993183EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEBB636E-B909-4F7B-98E7-1088993183EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEBB636E-B909-4F7B-98E7-1088993183EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEBB636E-B909-4F7B-98E7-1088993183EF}.Release|Any CPU.Build.0 = Release|Any CPU
{3F1D5042-912A-4C49-B7F2-3555150F3D50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F1D5042-912A-4C49-B7F2-3555150F3D50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F1D5042-912A-4C49-B7F2-3555150F3D50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F1D5042-912A-4C49-B7F2-3555150F3D50}.Release|Any CPU.Build.0 = Release|Any CPU
{5B7B0D72-DC09-4344-A8C6-F616C23DD20B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B7B0D72-DC09-4344-A8C6-F616C23DD20B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B7B0D72-DC09-4344-A8C6-F616C23DD20B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B7B0D72-DC09-4344-A8C6-F616C23DD20B}.Release|Any CPU.Build.0 = Release|Any CPU
{C4346B87-3A7F-47E3-9368-653AE15959F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4346B87-3A7F-47E3-9368-653AE15959F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4346B87-3A7F-47E3-9368-653AE15959F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4346B87-3A7F-47E3-9368-653AE15959F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5CE27ECF-47EA-439D-9C4B-43FF40EB128A}
EndGlobalSection
EndGlobal