-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDEV204x.sln
More file actions
40 lines (40 loc) · 2.32 KB
/
DEV204x.sln
File metadata and controls
40 lines (40 loc) · 2.32 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Module3", "Module3\Module3.csproj", "{EB9A5A9D-9AC5-4F24-87B7-7456C5058A02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Module1", "Module1\Module1.csproj", "{72DD5B29-03E5-4C31-9232-01ACF0BB9C9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Module2", "Module2\Module2.csproj", "{60EF2E14-212C-4D43-9E2C-F650C06D152B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Module4", "Module4\Module4.csproj", "{54664428-CE21-472F-A715-8B10C6589D4D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB9A5A9D-9AC5-4F24-87B7-7456C5058A02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB9A5A9D-9AC5-4F24-87B7-7456C5058A02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB9A5A9D-9AC5-4F24-87B7-7456C5058A02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB9A5A9D-9AC5-4F24-87B7-7456C5058A02}.Release|Any CPU.Build.0 = Release|Any CPU
{72DD5B29-03E5-4C31-9232-01ACF0BB9C9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72DD5B29-03E5-4C31-9232-01ACF0BB9C9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72DD5B29-03E5-4C31-9232-01ACF0BB9C9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72DD5B29-03E5-4C31-9232-01ACF0BB9C9C}.Release|Any CPU.Build.0 = Release|Any CPU
{60EF2E14-212C-4D43-9E2C-F650C06D152B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60EF2E14-212C-4D43-9E2C-F650C06D152B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60EF2E14-212C-4D43-9E2C-F650C06D152B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60EF2E14-212C-4D43-9E2C-F650C06D152B}.Release|Any CPU.Build.0 = Release|Any CPU
{54664428-CE21-472F-A715-8B10C6589D4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54664428-CE21-472F-A715-8B10C6589D4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54664428-CE21-472F-A715-8B10C6589D4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54664428-CE21-472F-A715-8B10C6589D4D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal