first commit

This commit is contained in:
tangchao0503
2026-03-27 17:17:16 +08:00
commit 65b0b307f6
5 changed files with 605 additions and 0 deletions

31
test_obsdk.sln Normal file
View File

@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36915.13 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConsoleApplication1", "ConsoleApplication1\ConsoleApplication1.vcxproj", "{42DEE0C5-D13C-411E-8597-4B63770EC7DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42DEE0C5-D13C-411E-8597-4B63770EC7DC}.Debug|x64.ActiveCfg = Debug|x64
{42DEE0C5-D13C-411E-8597-4B63770EC7DC}.Debug|x64.Build.0 = Debug|x64
{42DEE0C5-D13C-411E-8597-4B63770EC7DC}.Debug|x86.ActiveCfg = Debug|Win32
{42DEE0C5-D13C-411E-8597-4B63770EC7DC}.Debug|x86.Build.0 = Debug|Win32
{42DEE0C5-D13C-411E-8597-4B63770EC7DC}.Release|x64.ActiveCfg = Release|x64
{42DEE0C5-D13C-411E-8597-4B63770EC7DC}.Release|x64.Build.0 = Release|x64
{42DEE0C5-D13C-411E-8597-4B63770EC7DC}.Release|x86.ActiveCfg = Release|Win32
{42DEE0C5-D13C-411E-8597-4B63770EC7DC}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF22D0F0-52AA-43C6-A3CF-00614B48D32E}
EndGlobalSection
EndGlobal