-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathobse_plugin_example.sln
40 lines (40 loc) · 2.16 KB
/
obse_plugin_example.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "obse_plugin_example", "obse_plugin_example.vcxproj", "{D4DDA734-7E93-4581-8F82-32BB738F69FE}"
ProjectSection(ProjectDependencies) = postProject
{A12518FB-BC92-4A1B-A986-329AA63014ED} = {A12518FB-BC92-4A1B-A986-329AA63014ED}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "..\common\common.vcxproj", "{20C6411C-596F-4B85-BE4E-8BC91F59D8A6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Detours", "..\Detours\Detours.vcxproj", "{A12518FB-BC92-4A1B-A986-329AA63014ED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4DDA734-7E93-4581-8F82-32BB738F69FE}.Debug|Win32.ActiveCfg = Release|Win32
{D4DDA734-7E93-4581-8F82-32BB738F69FE}.Debug|Win32.Build.0 = Release|Win32
{D4DDA734-7E93-4581-8F82-32BB738F69FE}.Release|Win32.ActiveCfg = Release|Win32
{D4DDA734-7E93-4581-8F82-32BB738F69FE}.Release|Win32.Build.0 = Release|Win32
{20C6411C-596F-4B85-BE4E-8BC91F59D8A6}.Debug|Win32.ActiveCfg = Release|Win32
{20C6411C-596F-4B85-BE4E-8BC91F59D8A6}.Debug|Win32.Build.0 = Release|Win32
{20C6411C-596F-4B85-BE4E-8BC91F59D8A6}.Release|Win32.ActiveCfg = Release|Win32
{20C6411C-596F-4B85-BE4E-8BC91F59D8A6}.Release|Win32.Build.0 = Release|Win32
{A12518FB-BC92-4A1B-A986-329AA63014ED}.Debug|Win32.ActiveCfg = Release|Win32
{A12518FB-BC92-4A1B-A986-329AA63014ED}.Debug|Win32.Build.0 = Release|Win32
{A12518FB-BC92-4A1B-A986-329AA63014ED}.Release|Win32.ActiveCfg = Release|Win32
{A12518FB-BC92-4A1B-A986-329AA63014ED}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F6A0D08A-6E91-4306-98C4-95F8F24D11A7}
EndGlobalSection
EndGlobal