forked from notscimmy/pplib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pplib.sln
57 lines (57 loc) · 3.13 KB
/
pplib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pplib", "pplib\pplib.vcxproj", "{C032FA1E-9809-4947-BEC9-EC2B3F182A5D}"
ProjectSection(ProjectDependencies) = postProject
{AE5BAFC9-E4BA-4786-96E4-A564B113B206} = {AE5BAFC9-E4BA-4786-96E4-A564B113B206}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testpplib", "testpplib\testpplib.vcxproj", "{D194FE2D-C0CC-4560-A41D-DD03CF35F42F}"
ProjectSection(ProjectDependencies) = postProject
{C032FA1E-9809-4947-BEC9-EC2B3F182A5D} = {C032FA1E-9809-4947-BEC9-EC2B3F182A5D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcapcom", "libcapcom\libcapcom\libcapcom.vcxproj", "{AE5BAFC9-E4BA-4786-96E4-A564B113B206}"
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
{C032FA1E-9809-4947-BEC9-EC2B3F182A5D}.Debug|x64.ActiveCfg = Debug|x64
{C032FA1E-9809-4947-BEC9-EC2B3F182A5D}.Debug|x64.Build.0 = Debug|x64
{C032FA1E-9809-4947-BEC9-EC2B3F182A5D}.Debug|x86.ActiveCfg = Debug|Win32
{C032FA1E-9809-4947-BEC9-EC2B3F182A5D}.Debug|x86.Build.0 = Debug|Win32
{C032FA1E-9809-4947-BEC9-EC2B3F182A5D}.Release|x64.ActiveCfg = Release|x64
{C032FA1E-9809-4947-BEC9-EC2B3F182A5D}.Release|x64.Build.0 = Release|x64
{C032FA1E-9809-4947-BEC9-EC2B3F182A5D}.Release|x86.ActiveCfg = Release|Win32
{C032FA1E-9809-4947-BEC9-EC2B3F182A5D}.Release|x86.Build.0 = Release|Win32
{D194FE2D-C0CC-4560-A41D-DD03CF35F42F}.Debug|x64.ActiveCfg = Debug|x64
{D194FE2D-C0CC-4560-A41D-DD03CF35F42F}.Debug|x64.Build.0 = Debug|x64
{D194FE2D-C0CC-4560-A41D-DD03CF35F42F}.Debug|x86.ActiveCfg = Debug|Win32
{D194FE2D-C0CC-4560-A41D-DD03CF35F42F}.Debug|x86.Build.0 = Debug|Win32
{D194FE2D-C0CC-4560-A41D-DD03CF35F42F}.Release|x64.ActiveCfg = Release|x64
{D194FE2D-C0CC-4560-A41D-DD03CF35F42F}.Release|x64.Build.0 = Release|x64
{D194FE2D-C0CC-4560-A41D-DD03CF35F42F}.Release|x86.ActiveCfg = Release|Win32
{D194FE2D-C0CC-4560-A41D-DD03CF35F42F}.Release|x86.Build.0 = Release|Win32
{AE5BAFC9-E4BA-4786-96E4-A564B113B206}.Debug|x64.ActiveCfg = Debug|x64
{AE5BAFC9-E4BA-4786-96E4-A564B113B206}.Debug|x64.Build.0 = Debug|x64
{AE5BAFC9-E4BA-4786-96E4-A564B113B206}.Debug|x86.ActiveCfg = Debug|Win32
{AE5BAFC9-E4BA-4786-96E4-A564B113B206}.Debug|x86.Build.0 = Debug|Win32
{AE5BAFC9-E4BA-4786-96E4-A564B113B206}.Release|x64.ActiveCfg = Release|x64
{AE5BAFC9-E4BA-4786-96E4-A564B113B206}.Release|x64.Build.0 = Release|x64
{AE5BAFC9-E4BA-4786-96E4-A564B113B206}.Release|x86.ActiveCfg = Release|Win32
{AE5BAFC9-E4BA-4786-96E4-A564B113B206}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6155562B-1F09-4035-AE44-BF49D2A2380B}
EndGlobalSection
EndGlobal