-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpilight.sln
51 lines (51 loc) · 2.36 KB
/
pilight.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{44D8FFD2-2A72-42F9-AC90-21B9A64C5D62}"
ProjectSection(SolutionItems) = preProject
content\screen.png = content\screen.png
content\screen2.png = content\screen2.png
content\screen3.png = content\screen3.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pilight", "pilight\pilight.csproj", "{F0BC64D3-B32F-4D0C-8663-06F73BF568B1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C2403C4E-547B-4CFD-A7C3-43074DF4C7CA}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{16C584CC-7358-4B25-926A-51856B61B3C0}"
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|ARM = Debug|ARM
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F0BC64D3-B32F-4D0C-8663-06F73BF568B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0BC64D3-B32F-4D0C-8663-06F73BF568B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0BC64D3-B32F-4D0C-8663-06F73BF568B1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{F0BC64D3-B32F-4D0C-8663-06F73BF568B1}.Debug|ARM.ActiveCfg = Debug|Any CPU
{F0BC64D3-B32F-4D0C-8663-06F73BF568B1}.Debug|x86.ActiveCfg = Debug|Any CPU
{F0BC64D3-B32F-4D0C-8663-06F73BF568B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0BC64D3-B32F-4D0C-8663-06F73BF568B1}.Release|Any CPU.Build.0 = Release|Any CPU
{F0BC64D3-B32F-4D0C-8663-06F73BF568B1}.Release|Any CPU.Deploy.0 = Release|Any CPU
{F0BC64D3-B32F-4D0C-8663-06F73BF568B1}.Release|ARM.ActiveCfg = Release|Any CPU
{F0BC64D3-B32F-4D0C-8663-06F73BF568B1}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal