-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathShowlightEditor.sln
43 lines (43 loc) · 2.6 KB
/
ShowlightEditor.sln
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 Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShowLightEditor.Core", "ShowlightEditor.Core\ShowLightEditor.Core.csproj", "{CE436AD3-9939-4819-995B-BA5568494B62}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShowLightEditor.WPF", "ShowlightEditor.WPF\ShowLightEditor.WPF.csproj", "{91B9FABB-A41A-43D8-897E-006378908B04}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShowLightGenerator", "ShowlightGenerator\ShowLightGenerator.csproj", "{98599F08-4104-47AE-B400-833950EB2709}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShowLightGenerator.CLI", "ShowLightGenerator.CLI\ShowLightGenerator.CLI.csproj", "{8CD8DDBD-E357-455E-86B4-462691501761}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE436AD3-9939-4819-995B-BA5568494B62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE436AD3-9939-4819-995B-BA5568494B62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE436AD3-9939-4819-995B-BA5568494B62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE436AD3-9939-4819-995B-BA5568494B62}.Release|Any CPU.Build.0 = Release|Any CPU
{91B9FABB-A41A-43D8-897E-006378908B04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91B9FABB-A41A-43D8-897E-006378908B04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91B9FABB-A41A-43D8-897E-006378908B04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91B9FABB-A41A-43D8-897E-006378908B04}.Release|Any CPU.Build.0 = Release|Any CPU
{98599F08-4104-47AE-B400-833950EB2709}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98599F08-4104-47AE-B400-833950EB2709}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98599F08-4104-47AE-B400-833950EB2709}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98599F08-4104-47AE-B400-833950EB2709}.Release|Any CPU.Build.0 = Release|Any CPU
{8CD8DDBD-E357-455E-86B4-462691501761}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CD8DDBD-E357-455E-86B4-462691501761}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CD8DDBD-E357-455E-86B4-462691501761}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CD8DDBD-E357-455E-86B4-462691501761}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80603431-5136-4581-895B-BBFDCE4F98C7}
EndGlobalSection
EndGlobal