-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStreamDeckUnity.sln
35 lines (35 loc) · 1.59 KB
/
StreamDeckUnity.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.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StreamDeckUnity", "StreamDeckUnity\StreamDeckUnity.csproj", "{E2790273-FB24-4004-B9E8-845486B26F3B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8D0A6843-7E2F-4ED8-BAAA-683B036CF0E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{D1FC43F5-E5A5-4618-8B45-DB182960FDA8}"
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
{E2790273-FB24-4004-B9E8-845486B26F3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2790273-FB24-4004-B9E8-845486B26F3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2790273-FB24-4004-B9E8-845486B26F3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2790273-FB24-4004-B9E8-845486B26F3B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E2790273-FB24-4004-B9E8-845486B26F3B} = {8D0A6843-7E2F-4ED8-BAAA-683B036CF0E4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AECB56A1-9BB8-4B08-8EB8-52F4D884F256}
EndGlobalSection
EndGlobal