-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
OBSCommand.sln
37 lines (37 loc) · 1.81 KB
/
OBSCommand.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "OBSCommand", "OBSCommand\OBSCommand.vbproj", "{BB894447-1C93-4F9A-BD02-7D12DAC4E8D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM32 = Debug|ARM32
Debug|ARM64 = Debug|ARM64
Release|Any CPU = Release|Any CPU
Release|ARM32 = Release|ARM32
Release|ARM64 = Release|ARM64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB894447-1C93-4F9A-BD02-7D12DAC4E8D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB894447-1C93-4F9A-BD02-7D12DAC4E8D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB894447-1C93-4F9A-BD02-7D12DAC4E8D7}.Debug|ARM32.ActiveCfg = Debug|ARM32
{BB894447-1C93-4F9A-BD02-7D12DAC4E8D7}.Debug|ARM32.Build.0 = Debug|ARM32
{BB894447-1C93-4F9A-BD02-7D12DAC4E8D7}.Debug|ARM64.ActiveCfg = Debug|ARM64
{BB894447-1C93-4F9A-BD02-7D12DAC4E8D7}.Debug|ARM64.Build.0 = Debug|ARM64
{BB894447-1C93-4F9A-BD02-7D12DAC4E8D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB894447-1C93-4F9A-BD02-7D12DAC4E8D7}.Release|Any CPU.Build.0 = Release|Any CPU
{BB894447-1C93-4F9A-BD02-7D12DAC4E8D7}.Release|ARM32.ActiveCfg = Release|ARM32
{BB894447-1C93-4F9A-BD02-7D12DAC4E8D7}.Release|ARM32.Build.0 = Release|ARM32
{BB894447-1C93-4F9A-BD02-7D12DAC4E8D7}.Release|ARM64.ActiveCfg = Release|ARM64
{BB894447-1C93-4F9A-BD02-7D12DAC4E8D7}.Release|ARM64.Build.0 = Release|ARM64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DB456FB4-3420-4299-8634-335D28DCCC51}
EndGlobalSection
EndGlobal