-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathGrun.Net.sln
More file actions
83 lines (83 loc) · 4.78 KB
/
Grun.Net.sln
File metadata and controls
83 lines (83 loc) · 4.78 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grun", "Grun\Grun.csproj", "{B614368A-F4C9-409F-8896-CB1DA204AD6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GunWin", "GunWin\GunWin.csproj", "{A3568FA3-D6B3-4165-AF95-CDB78D86F416}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utilities", "Utilities\Utilities.csproj", "{4E020F1D-27BF-4853-8573-474D7EDB4E72}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7B8535ED-1440-4F63-9F90-A086FD870EF3}"
ProjectSection(SolutionItems) = preProject
Grun.Net.Config = Grun.Net.Config
Grun.Net.sln.DotSettings = Grun.Net.sln.DotSettings
LICENSE = LICENSE
README.md = README.md
Settings.StyleCop = Settings.StyleCop
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Code Grapher", "Code Grapher\Code Grapher.csproj", "{EC6F674C-4D48-40C4-B28B-85627C1EA3CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{8BD992FD-A3B3-4AF9-9371-5AA14DDFDA68}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{78D2482C-5CF3-46F9-85FA-0DE8918DDD08}"
ProjectSection(SolutionItems) = preProject
grun.net.ico = grun.net.ico
Grun.Net.png = Grun.Net.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParserTreeView", "ParserTreeView\ParserTreeView.csproj", "{B96D577C-E90A-4817-AA1C-3A211EFB83F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B614368A-F4C9-409F-8896-CB1DA204AD6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B614368A-F4C9-409F-8896-CB1DA204AD6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B614368A-F4C9-409F-8896-CB1DA204AD6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B614368A-F4C9-409F-8896-CB1DA204AD6D}.Release|Any CPU.Build.0 = Release|Any CPU
{A3568FA3-D6B3-4165-AF95-CDB78D86F416}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3568FA3-D6B3-4165-AF95-CDB78D86F416}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3568FA3-D6B3-4165-AF95-CDB78D86F416}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3568FA3-D6B3-4165-AF95-CDB78D86F416}.Release|Any CPU.Build.0 = Release|Any CPU
{4E020F1D-27BF-4853-8573-474D7EDB4E72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E020F1D-27BF-4853-8573-474D7EDB4E72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E020F1D-27BF-4853-8573-474D7EDB4E72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E020F1D-27BF-4853-8573-474D7EDB4E72}.Release|Any CPU.Build.0 = Release|Any CPU
{EC6F674C-4D48-40C4-B28B-85627C1EA3CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC6F674C-4D48-40C4-B28B-85627C1EA3CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC6F674C-4D48-40C4-B28B-85627C1EA3CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC6F674C-4D48-40C4-B28B-85627C1EA3CE}.Release|Any CPU.Build.0 = Release|Any CPU
{8BD992FD-A3B3-4AF9-9371-5AA14DDFDA68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BD992FD-A3B3-4AF9-9371-5AA14DDFDA68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BD992FD-A3B3-4AF9-9371-5AA14DDFDA68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BD992FD-A3B3-4AF9-9371-5AA14DDFDA68}.Release|Any CPU.Build.0 = Release|Any CPU
{B96D577C-E90A-4817-AA1C-3A211EFB83F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B96D577C-E90A-4817-AA1C-3A211EFB83F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B96D577C-E90A-4817-AA1C-3A211EFB83F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B96D577C-E90A-4817-AA1C-3A211EFB83F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{78D2482C-5CF3-46F9-85FA-0DE8918DDD08} = {7B8535ED-1440-4F63-9F90-A086FD870EF3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A1CB1A18-09C5-4D7F-916D-2346D29A8563}
EndGlobalSection
GlobalSection(AutomaticVersions) = postSolution
UpdateAssemblyVersion.Release|Any CPU = True
UpdateAssemblyFileVersion.Release|Any CPU = True
UpdateAssemblyInfoVersion.Release|Any CPU = True
AssemblyVersionSettings.Release|Any CPU = None.None.DateStamp.IncrementWithResetOnIncrease
AssemblyFileVersionSettings.Release|Any CPU = None.None.DateStamp.IncrementWithResetOnIncrease
AssemblyInfoVersionSettings.Release|Any CPU = None.None.DateStamp.IncrementWithResetOnIncrease
UpdatePackageVersion.Release|Any CPU = False
AssemblyInfoVersionType.Release|Any CPU = SettingsVersion
InheritWinAppVersionFrom.Release|Any CPU = None
EndGlobalSection
EndGlobal