-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathop2ext.sln
58 lines (58 loc) · 3.23 KB
/
op2ext.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2008
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "op2extDLL", "srcDLL\op2extDLL.vcxproj", "{6DE3610C-C9EE-4FD3-BBD7-66382C16FDE9}"
ProjectSection(ProjectDependencies) = postProject
{4F82DF84-DE4A-4AE0-9E05-FC5408AE23BA} = {4F82DF84-DE4A-4AE0-9E05-FC5408AE23BA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "op2extStatic", "srcStatic\op2extStatic.vcxproj", "{4F82DF84-DE4A-4AE0-9E05-FC5408AE23BA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestModule", "TestModule\TestModule.vcxproj", "{19622CEB-6837-4B41-81E2-21969D813C6A}"
ProjectSection(ProjectDependencies) = postProject
{6DE3610C-C9EE-4FD3-BBD7-66382C16FDE9} = {6DE3610C-C9EE-4FD3-BBD7-66382C16FDE9}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcxproj", "{4BC1FF81-4BF8-402A-B4EB-838455BA9D45}"
ProjectSection(ProjectDependencies) = postProject
{4F82DF84-DE4A-4AE0-9E05-FC5408AE23BA} = {4F82DF84-DE4A-4AE0-9E05-FC5408AE23BA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testDll", "testDll\testDll.vcxproj", "{99D0AA77-299E-4A8F-866C-F6C1769BE77E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6DE3610C-C9EE-4FD3-BBD7-66382C16FDE9}.Debug|x86.ActiveCfg = Debug|Win32
{6DE3610C-C9EE-4FD3-BBD7-66382C16FDE9}.Debug|x86.Build.0 = Debug|Win32
{6DE3610C-C9EE-4FD3-BBD7-66382C16FDE9}.Release|x86.ActiveCfg = Release|Win32
{6DE3610C-C9EE-4FD3-BBD7-66382C16FDE9}.Release|x86.Build.0 = Release|Win32
{4F82DF84-DE4A-4AE0-9E05-FC5408AE23BA}.Debug|x86.ActiveCfg = Debug|Win32
{4F82DF84-DE4A-4AE0-9E05-FC5408AE23BA}.Debug|x86.Build.0 = Debug|Win32
{4F82DF84-DE4A-4AE0-9E05-FC5408AE23BA}.Release|x86.ActiveCfg = Release|Win32
{4F82DF84-DE4A-4AE0-9E05-FC5408AE23BA}.Release|x86.Build.0 = Release|Win32
{19622CEB-6837-4B41-81E2-21969D813C6A}.Debug|x86.ActiveCfg = Debug|Win32
{19622CEB-6837-4B41-81E2-21969D813C6A}.Debug|x86.Build.0 = Debug|Win32
{19622CEB-6837-4B41-81E2-21969D813C6A}.Release|x86.ActiveCfg = Release|Win32
{19622CEB-6837-4B41-81E2-21969D813C6A}.Release|x86.Build.0 = Release|Win32
{4BC1FF81-4BF8-402A-B4EB-838455BA9D45}.Debug|x86.ActiveCfg = Debug|Win32
{4BC1FF81-4BF8-402A-B4EB-838455BA9D45}.Debug|x86.Build.0 = Debug|Win32
{4BC1FF81-4BF8-402A-B4EB-838455BA9D45}.Release|x86.ActiveCfg = Release|Win32
{4BC1FF81-4BF8-402A-B4EB-838455BA9D45}.Release|x86.Build.0 = Release|Win32
{99D0AA77-299E-4A8F-866C-F6C1769BE77E}.Debug|x86.ActiveCfg = Debug|Win32
{99D0AA77-299E-4A8F-866C-F6C1769BE77E}.Debug|x86.Build.0 = Debug|Win32
{99D0AA77-299E-4A8F-866C-F6C1769BE77E}.Release|x86.ActiveCfg = Release|Win32
{99D0AA77-299E-4A8F-866C-F6C1769BE77E}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F42F7E47-E2ED-4FA2-94D7-BFE283D691D6}
EndGlobalSection
EndGlobal