-
Notifications
You must be signed in to change notification settings - Fork 0
/
Visulight.sln
35 lines (35 loc) · 1.87 KB
/
Visulight.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Visulight", "Visulight\Visulight.csproj", "{A1154A35-4E36-4732-83DD-C0766FB5E8EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisulightLibrary", "VisulightLibrary\VisulightLibrary.csproj", "{40A2477E-BB45-4FA7-B609-6D3387D5F33B}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "VisulightSetup", "VisulightSetup\VisulightSetup.vdproj", "{F266D7E5-DD6B-4EAC-B66B-7CDC47BE3B36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1154A35-4E36-4732-83DD-C0766FB5E8EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1154A35-4E36-4732-83DD-C0766FB5E8EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1154A35-4E36-4732-83DD-C0766FB5E8EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1154A35-4E36-4732-83DD-C0766FB5E8EB}.Release|Any CPU.Build.0 = Release|Any CPU
{40A2477E-BB45-4FA7-B609-6D3387D5F33B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40A2477E-BB45-4FA7-B609-6D3387D5F33B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40A2477E-BB45-4FA7-B609-6D3387D5F33B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40A2477E-BB45-4FA7-B609-6D3387D5F33B}.Release|Any CPU.Build.0 = Release|Any CPU
{F266D7E5-DD6B-4EAC-B66B-7CDC47BE3B36}.Debug|Any CPU.ActiveCfg = Debug
{F266D7E5-DD6B-4EAC-B66B-7CDC47BE3B36}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D999A05-0670-4D8D-80B6-FEF09C78CFD5}
EndGlobalSection
EndGlobal