-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathobs-hydra.sln
34 lines (34 loc) · 1.62 KB
/
obs-hydra.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33808.371
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "obs-hydra", "obs-hydra\obs-hydra.vcxproj", "{D7AE756E-ED94-47DE-8781-92BFF708DA2D}"
ProjectSection(ProjectDependencies) = postProject
{EAD6B8B6-90BE-4F49-BC75-55F28A15F44D} = {EAD6B8B6-90BE-4F49-BC75-55F28A15F44D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HydraCore", "HydraCore\HydraCore.vcxproj", "{EAD6B8B6-90BE-4F49-BC75-55F28A15F44D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7AE756E-ED94-47DE-8781-92BFF708DA2D}.Debug|x64.ActiveCfg = Debug|x64
{D7AE756E-ED94-47DE-8781-92BFF708DA2D}.Debug|x64.Build.0 = Debug|x64
{D7AE756E-ED94-47DE-8781-92BFF708DA2D}.Release|x64.ActiveCfg = Release|x64
{D7AE756E-ED94-47DE-8781-92BFF708DA2D}.Release|x64.Build.0 = Release|x64
{EAD6B8B6-90BE-4F49-BC75-55F28A15F44D}.Debug|x64.ActiveCfg = Debug|x64
{EAD6B8B6-90BE-4F49-BC75-55F28A15F44D}.Debug|x64.Build.0 = Debug|x64
{EAD6B8B6-90BE-4F49-BC75-55F28A15F44D}.Release|x64.ActiveCfg = Release|x64
{EAD6B8B6-90BE-4F49-BC75-55F28A15F44D}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C622BCC-8A2E-4543-96A2-120B5C2AE9C9}
EndGlobalSection
EndGlobal