-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeGenerator.sln
More file actions
65 lines (65 loc) · 4.31 KB
/
CodeGenerator.sln
File metadata and controls
65 lines (65 loc) · 4.31 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
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}") = "CodeGenerator", "CodeGenerator\CodeGenerator.csproj", "{D85AFAA9-F679-4659-A44F-B77969344A2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModuleCommonLibrary", "ModuleCommonLibrary\ModuleCommonLibrary.csproj", "{43AE8011-A29D-4B98-92AA-179659714A8D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{AD582C76-0AE0-49AC-9F17-85347AEC4967}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ListViewModule", "ListViewModule\ListViewModule.csproj", "{E9B2C181-29F9-4B0D-A9BC-136ACD932156}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MenuModule", "MenuModule\MenuModule.csproj", "{5426E455-35F7-4F27-BA11-B15427679261}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LogViewModule", "LogViewModule\LogViewModule.csproj", "{178D3474-9345-419B-8010-25A2C7936AF7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeGenerator.EventAggregation", "CodeGenerator.EventAggregation\CodeGenerator.EventAggregation.csproj", "{C1702D8B-0A2E-4747-B850-105CADF70710}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DockingController", "DockingController\DockingController.csproj", "{50773DCE-3140-4B84-805B-B227E3BEF013}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D85AFAA9-F679-4659-A44F-B77969344A2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D85AFAA9-F679-4659-A44F-B77969344A2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D85AFAA9-F679-4659-A44F-B77969344A2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D85AFAA9-F679-4659-A44F-B77969344A2B}.Release|Any CPU.Build.0 = Release|Any CPU
{43AE8011-A29D-4B98-92AA-179659714A8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43AE8011-A29D-4B98-92AA-179659714A8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43AE8011-A29D-4B98-92AA-179659714A8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43AE8011-A29D-4B98-92AA-179659714A8D}.Release|Any CPU.Build.0 = Release|Any CPU
{E9B2C181-29F9-4B0D-A9BC-136ACD932156}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9B2C181-29F9-4B0D-A9BC-136ACD932156}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9B2C181-29F9-4B0D-A9BC-136ACD932156}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9B2C181-29F9-4B0D-A9BC-136ACD932156}.Release|Any CPU.Build.0 = Release|Any CPU
{5426E455-35F7-4F27-BA11-B15427679261}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5426E455-35F7-4F27-BA11-B15427679261}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5426E455-35F7-4F27-BA11-B15427679261}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5426E455-35F7-4F27-BA11-B15427679261}.Release|Any CPU.Build.0 = Release|Any CPU
{178D3474-9345-419B-8010-25A2C7936AF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{178D3474-9345-419B-8010-25A2C7936AF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{178D3474-9345-419B-8010-25A2C7936AF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{178D3474-9345-419B-8010-25A2C7936AF7}.Release|Any CPU.Build.0 = Release|Any CPU
{C1702D8B-0A2E-4747-B850-105CADF70710}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1702D8B-0A2E-4747-B850-105CADF70710}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1702D8B-0A2E-4747-B850-105CADF70710}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1702D8B-0A2E-4747-B850-105CADF70710}.Release|Any CPU.Build.0 = Release|Any CPU
{50773DCE-3140-4B84-805B-B227E3BEF013}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50773DCE-3140-4B84-805B-B227E3BEF013}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50773DCE-3140-4B84-805B-B227E3BEF013}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50773DCE-3140-4B84-805B-B227E3BEF013}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E9B2C181-29F9-4B0D-A9BC-136ACD932156} = {AD582C76-0AE0-49AC-9F17-85347AEC4967}
{5426E455-35F7-4F27-BA11-B15427679261} = {AD582C76-0AE0-49AC-9F17-85347AEC4967}
{178D3474-9345-419B-8010-25A2C7936AF7} = {AD582C76-0AE0-49AC-9F17-85347AEC4967}
EndGlobalSection
EndGlobal