-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathAtmoLight.MediaPortal1.sln
77 lines (77 loc) · 4.68 KB
/
AtmoLight.MediaPortal1.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AtmoLight.Core", "AtmoLight.Core\AtmoLight.Core.csproj", "{1A2ADEB0-CEB7-40F2-A146-91724EA884E0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AtmoDXUtil", "AtmoDXUtil\AtmoDXUtil.vcxproj", "{AEEC4404-A93E-419E-9799-6BD201B649F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AtmoLight.MediaPortal1", "AtmoLight.MediaPortal1\AtmoLight.MediaPortal1.csproj", "{AFF495C2-7635-43F4-AF1C-C86EA86389BF}"
ProjectSection(ProjectDependencies) = postProject
{AEEC4404-A93E-419E-9799-6BD201B649F8} = {AEEC4404-A93E-419E-9799-6BD201B649F8}
{1A2ADEB0-CEB7-40F2-A146-91724EA884E0} = {1A2ADEB0-CEB7-40F2-A146-91724EA884E0}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{25B3A4FD-1E74-4209-A2E0-8CCCC1720D6F}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A2ADEB0-CEB7-40F2-A146-91724EA884E0}.Debug|Any CPU.ActiveCfg = Debug|x86
{1A2ADEB0-CEB7-40F2-A146-91724EA884E0}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{1A2ADEB0-CEB7-40F2-A146-91724EA884E0}.Debug|Mixed Platforms.Build.0 = Debug|x86
{1A2ADEB0-CEB7-40F2-A146-91724EA884E0}.Debug|Win32.ActiveCfg = Debug|x86
{1A2ADEB0-CEB7-40F2-A146-91724EA884E0}.Debug|x86.ActiveCfg = Debug|x86
{1A2ADEB0-CEB7-40F2-A146-91724EA884E0}.Debug|x86.Build.0 = Debug|x86
{1A2ADEB0-CEB7-40F2-A146-91724EA884E0}.Release|Any CPU.ActiveCfg = Release|x86
{1A2ADEB0-CEB7-40F2-A146-91724EA884E0}.Release|Mixed Platforms.ActiveCfg = Release|x86
{1A2ADEB0-CEB7-40F2-A146-91724EA884E0}.Release|Mixed Platforms.Build.0 = Release|x86
{1A2ADEB0-CEB7-40F2-A146-91724EA884E0}.Release|Win32.ActiveCfg = Release|x86
{1A2ADEB0-CEB7-40F2-A146-91724EA884E0}.Release|x86.ActiveCfg = Release|x86
{1A2ADEB0-CEB7-40F2-A146-91724EA884E0}.Release|x86.Build.0 = Release|x86
{AEEC4404-A93E-419E-9799-6BD201B649F8}.Debug|Any CPU.ActiveCfg = Debug|Win32
{AEEC4404-A93E-419E-9799-6BD201B649F8}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{AEEC4404-A93E-419E-9799-6BD201B649F8}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{AEEC4404-A93E-419E-9799-6BD201B649F8}.Debug|Win32.ActiveCfg = Debug|Win32
{AEEC4404-A93E-419E-9799-6BD201B649F8}.Debug|Win32.Build.0 = Debug|Win32
{AEEC4404-A93E-419E-9799-6BD201B649F8}.Debug|x86.ActiveCfg = Debug|Win32
{AEEC4404-A93E-419E-9799-6BD201B649F8}.Release|Any CPU.ActiveCfg = Release|Win32
{AEEC4404-A93E-419E-9799-6BD201B649F8}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{AEEC4404-A93E-419E-9799-6BD201B649F8}.Release|Mixed Platforms.Build.0 = Release|Win32
{AEEC4404-A93E-419E-9799-6BD201B649F8}.Release|Win32.ActiveCfg = Release|Win32
{AEEC4404-A93E-419E-9799-6BD201B649F8}.Release|Win32.Build.0 = Release|Win32
{AEEC4404-A93E-419E-9799-6BD201B649F8}.Release|x86.ActiveCfg = Release|Win32
{AFF495C2-7635-43F4-AF1C-C86EA86389BF}.Debug|Any CPU.ActiveCfg = Debug|x86
{AFF495C2-7635-43F4-AF1C-C86EA86389BF}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{AFF495C2-7635-43F4-AF1C-C86EA86389BF}.Debug|Mixed Platforms.Build.0 = Debug|x86
{AFF495C2-7635-43F4-AF1C-C86EA86389BF}.Debug|Win32.ActiveCfg = Debug|x86
{AFF495C2-7635-43F4-AF1C-C86EA86389BF}.Debug|Win32.Build.0 = Debug|x86
{AFF495C2-7635-43F4-AF1C-C86EA86389BF}.Debug|x86.ActiveCfg = Debug|x86
{AFF495C2-7635-43F4-AF1C-C86EA86389BF}.Debug|x86.Build.0 = Debug|x86
{AFF495C2-7635-43F4-AF1C-C86EA86389BF}.Release|Any CPU.ActiveCfg = Release|x86
{AFF495C2-7635-43F4-AF1C-C86EA86389BF}.Release|Mixed Platforms.ActiveCfg = Release|x86
{AFF495C2-7635-43F4-AF1C-C86EA86389BF}.Release|Mixed Platforms.Build.0 = Release|x86
{AFF495C2-7635-43F4-AF1C-C86EA86389BF}.Release|Win32.ActiveCfg = Release|x86
{AFF495C2-7635-43F4-AF1C-C86EA86389BF}.Release|Win32.Build.0 = Release|x86
{AFF495C2-7635-43F4-AF1C-C86EA86389BF}.Release|x86.ActiveCfg = Release|x86
{AFF495C2-7635-43F4-AF1C-C86EA86389BF}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal