-
Notifications
You must be signed in to change notification settings - Fork 0
/
Luces.sln
57 lines (57 loc) · 3.39 KB
/
Luces.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Luces", "Luces\Luces.csproj", "{AF810199-7863-41BE-BEDB-41A84617D564}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4A730CE0-5140-4EBD-BFAB-38F9C87A358D}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Luces.Tests", "Luces.Tests\Luces.Tests.csproj", "{5C1082AF-E86E-4618-BB91-BE67C3BAF882}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Luces.Installer", "Luces.Installer\Luces.Installer.vdproj", "{577634FB-0E9A-436B-B68E-FB1E98A7C69D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF810199-7863-41BE-BEDB-41A84617D564}.Debug|Any CPU.ActiveCfg = Debug|x86
{AF810199-7863-41BE-BEDB-41A84617D564}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{AF810199-7863-41BE-BEDB-41A84617D564}.Debug|Mixed Platforms.Build.0 = Debug|x86
{AF810199-7863-41BE-BEDB-41A84617D564}.Debug|x86.ActiveCfg = Debug|x86
{AF810199-7863-41BE-BEDB-41A84617D564}.Debug|x86.Build.0 = Debug|x86
{AF810199-7863-41BE-BEDB-41A84617D564}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF810199-7863-41BE-BEDB-41A84617D564}.Release|Any CPU.Build.0 = Release|Any CPU
{AF810199-7863-41BE-BEDB-41A84617D564}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{AF810199-7863-41BE-BEDB-41A84617D564}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{AF810199-7863-41BE-BEDB-41A84617D564}.Release|x86.ActiveCfg = Release|x86
{AF810199-7863-41BE-BEDB-41A84617D564}.Release|x86.Build.0 = Release|x86
{5C1082AF-E86E-4618-BB91-BE67C3BAF882}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C1082AF-E86E-4618-BB91-BE67C3BAF882}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C1082AF-E86E-4618-BB91-BE67C3BAF882}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5C1082AF-E86E-4618-BB91-BE67C3BAF882}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{5C1082AF-E86E-4618-BB91-BE67C3BAF882}.Debug|x86.ActiveCfg = Debug|Any CPU
{5C1082AF-E86E-4618-BB91-BE67C3BAF882}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C1082AF-E86E-4618-BB91-BE67C3BAF882}.Release|Any CPU.Build.0 = Release|Any CPU
{5C1082AF-E86E-4618-BB91-BE67C3BAF882}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{5C1082AF-E86E-4618-BB91-BE67C3BAF882}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{5C1082AF-E86E-4618-BB91-BE67C3BAF882}.Release|x86.ActiveCfg = Release|Any CPU
{577634FB-0E9A-436B-B68E-FB1E98A7C69D}.Debug|Any CPU.ActiveCfg = Debug
{577634FB-0E9A-436B-B68E-FB1E98A7C69D}.Debug|Mixed Platforms.ActiveCfg = Debug
{577634FB-0E9A-436B-B68E-FB1E98A7C69D}.Debug|x86.ActiveCfg = Debug
{577634FB-0E9A-436B-B68E-FB1E98A7C69D}.Release|Any CPU.ActiveCfg = Release
{577634FB-0E9A-436B-B68E-FB1E98A7C69D}.Release|Mixed Platforms.ActiveCfg = Release
{577634FB-0E9A-436B-B68E-FB1E98A7C69D}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal