-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathStreamDeckVSC.sln
More file actions
47 lines (47 loc) · 2 KB
/
StreamDeckVSC.sln
File metadata and controls
47 lines (47 loc) · 2 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StreamDeckVSC", "StreamDeckVSC\StreamDeckVSC.csproj", "{62C91251-35BC-4394-AAFA-7D2C061CE374}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E27D23F6-CF52-4D88-8F7E-3E74FE0EED9D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9EE6799E-9A01-4E5E-B696-5922F9ADD366}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
export.ps1 = export.ps1
LICENSE = LICENSE
postbuild.ps1 = postbuild.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{6840FF3F-FDB4-4185-AE02-AB8B1FFACFF6}"
ProjectSection(SolutionItems) = preProject
tools\DistributionTool.exe = tools\DistributionTool.exe
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62C91251-35BC-4394-AAFA-7D2C061CE374}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62C91251-35BC-4394-AAFA-7D2C061CE374}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62C91251-35BC-4394-AAFA-7D2C061CE374}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62C91251-35BC-4394-AAFA-7D2C061CE374}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{62C91251-35BC-4394-AAFA-7D2C061CE374} = {E27D23F6-CF52-4D88-8F7E-3E74FE0EED9D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {938C98DD-C4B4-4EAB-8047-CA688C5F7C28}
EndGlobalSection
EndGlobal