forked from SuperTroye/BambuVideoStream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BambuVideoStream.sln
42 lines (42 loc) · 2.13 KB
/
BambuVideoStream.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BambuVideoStream", "BambuVideoStream\BambuVideoStream.csproj", "{DAF2D62C-8BD7-4826-9A2A-A69133E8BAE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "obs-websocket-dotnet", "obs-websocket-dotnet\obs-websocket-dotnet\obs-websocket-dotnet.csproj", "{71E4D028-8E7B-4B6C-BDF2-04DD61EA9400}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{BD18DBEA-E062-410C-8DE2-A06D85F3E7AD}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
.config\dotnet-tools.json = .config\dotnet-tools.json
.github\workflows\publish_release.yml = .github\workflows\publish_release.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DAF2D62C-8BD7-4826-9A2A-A69133E8BAE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAF2D62C-8BD7-4826-9A2A-A69133E8BAE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAF2D62C-8BD7-4826-9A2A-A69133E8BAE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAF2D62C-8BD7-4826-9A2A-A69133E8BAE4}.Release|Any CPU.Build.0 = Release|Any CPU
{71E4D028-8E7B-4B6C-BDF2-04DD61EA9400}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71E4D028-8E7B-4B6C-BDF2-04DD61EA9400}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71E4D028-8E7B-4B6C-BDF2-04DD61EA9400}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71E4D028-8E7B-4B6C-BDF2-04DD61EA9400}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA9E3C08-85C1-4538-B519-48E07C9F0F80}
EndGlobalSection
EndGlobal