-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
WindowsDisplaySettings.sln
50 lines (50 loc) · 2.26 KB
/
WindowsDisplaySettings.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A1BF54D7-19D6-4B13-8263-F6EA19B07540}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE.md = LICENSE.md
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WindowsDisplaySettings", "src\WindowsDisplaySettings.csproj", "{577BDB47-5207-4FA8-BEF2-9A7853164BB9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dist", "dist", "{9E28F15C-4174-49CF-AB47-1E54F4BD6B37}"
ProjectSection(SolutionItems) = preProject
dist\com.geekyeggo.windowsdisplaysettings.streamDeckPlugin = dist\com.geekyeggo.windowsdisplaysettings.streamDeckPlugin
dist\package.sh = dist\package.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{5E1B1FC3-621A-40F6-97FF-85F991FD66FE}"
ProjectSection(SolutionItems) = preProject
assets\CategoryIcon.svg = assets\CategoryIcon.svg
assets\Icon.svg = assets\Icon.svg
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{577BDB47-5207-4FA8-BEF2-9A7853164BB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{577BDB47-5207-4FA8-BEF2-9A7853164BB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{577BDB47-5207-4FA8-BEF2-9A7853164BB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{577BDB47-5207-4FA8-BEF2-9A7853164BB9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9E28F15C-4174-49CF-AB47-1E54F4BD6B37} = {A1BF54D7-19D6-4B13-8263-F6EA19B07540}
{5E1B1FC3-621A-40F6-97FF-85F991FD66FE} = {A1BF54D7-19D6-4B13-8263-F6EA19B07540}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74BFA923-A2E2-43A0-BC41-C636E7B95387}
EndGlobalSection
EndGlobal