-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDMSE Project 201.sln
More file actions
33 lines (33 loc) · 1.9 KB
/
DMSE Project 201.sln
File metadata and controls
33 lines (33 loc) · 1.9 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DMSE Project 201", "DMSE Project 201\DMSE Project 201.csproj", "{80005403-DCC0-40D2-9E41-A20150175EEC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DmseProject201.Core", "DmseProject201.Core\DmseProject201.Core.csproj", "{A1BEE732-CD20-431F-8B03-9CD1A0F18D78}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GUI", "GUI\GUI.csproj", "{D39C1B2A-A433-4159-B353-C0C03495E137}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{80005403-DCC0-40D2-9E41-A20150175EEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80005403-DCC0-40D2-9E41-A20150175EEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80005403-DCC0-40D2-9E41-A20150175EEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80005403-DCC0-40D2-9E41-A20150175EEC}.Release|Any CPU.Build.0 = Release|Any CPU
{A1BEE732-CD20-431F-8B03-9CD1A0F18D78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1BEE732-CD20-431F-8B03-9CD1A0F18D78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1BEE732-CD20-431F-8B03-9CD1A0F18D78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1BEE732-CD20-431F-8B03-9CD1A0F18D78}.Release|Any CPU.Build.0 = Release|Any CPU
{D39C1B2A-A433-4159-B353-C0C03495E137}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D39C1B2A-A433-4159-B353-C0C03495E137}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D39C1B2A-A433-4159-B353-C0C03495E137}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D39C1B2A-A433-4159-B353-C0C03495E137}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal