-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathlibinject.sln
54 lines (54 loc) · 2.98 KB
/
libinject.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libinject", "libinject\libinject.vcxproj", "{EBBF1785-2154-49F4-BDCD-120042A6AAA5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "injector", "injector\injector.vcxproj", "{7347FE68-91A1-4E69-A62A-033D29287657}"
ProjectSection(ProjectDependencies) = postProject
{EBBF1785-2154-49F4-BDCD-120042A6AAA5} = {EBBF1785-2154-49F4-BDCD-120042A6AAA5}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dummydll", "dummydll\dummydll.vcxproj", "{AEAB698E-2E26-427A-8C7D-725A207D6409}"
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
{EBBF1785-2154-49F4-BDCD-120042A6AAA5}.Debug|x64.ActiveCfg = Debug|x64
{EBBF1785-2154-49F4-BDCD-120042A6AAA5}.Debug|x64.Build.0 = Debug|x64
{EBBF1785-2154-49F4-BDCD-120042A6AAA5}.Debug|x86.ActiveCfg = Debug|Win32
{EBBF1785-2154-49F4-BDCD-120042A6AAA5}.Debug|x86.Build.0 = Debug|Win32
{EBBF1785-2154-49F4-BDCD-120042A6AAA5}.Release|x64.ActiveCfg = Release|x64
{EBBF1785-2154-49F4-BDCD-120042A6AAA5}.Release|x64.Build.0 = Release|x64
{EBBF1785-2154-49F4-BDCD-120042A6AAA5}.Release|x86.ActiveCfg = Release|Win32
{EBBF1785-2154-49F4-BDCD-120042A6AAA5}.Release|x86.Build.0 = Release|Win32
{7347FE68-91A1-4E69-A62A-033D29287657}.Debug|x64.ActiveCfg = Debug|x64
{7347FE68-91A1-4E69-A62A-033D29287657}.Debug|x64.Build.0 = Debug|x64
{7347FE68-91A1-4E69-A62A-033D29287657}.Debug|x86.ActiveCfg = Debug|Win32
{7347FE68-91A1-4E69-A62A-033D29287657}.Debug|x86.Build.0 = Debug|Win32
{7347FE68-91A1-4E69-A62A-033D29287657}.Release|x64.ActiveCfg = Release|x64
{7347FE68-91A1-4E69-A62A-033D29287657}.Release|x64.Build.0 = Release|x64
{7347FE68-91A1-4E69-A62A-033D29287657}.Release|x86.ActiveCfg = Release|Win32
{7347FE68-91A1-4E69-A62A-033D29287657}.Release|x86.Build.0 = Release|Win32
{AEAB698E-2E26-427A-8C7D-725A207D6409}.Debug|x64.ActiveCfg = Debug|x64
{AEAB698E-2E26-427A-8C7D-725A207D6409}.Debug|x64.Build.0 = Debug|x64
{AEAB698E-2E26-427A-8C7D-725A207D6409}.Debug|x86.ActiveCfg = Debug|Win32
{AEAB698E-2E26-427A-8C7D-725A207D6409}.Debug|x86.Build.0 = Debug|Win32
{AEAB698E-2E26-427A-8C7D-725A207D6409}.Release|x64.ActiveCfg = Release|x64
{AEAB698E-2E26-427A-8C7D-725A207D6409}.Release|x64.Build.0 = Release|x64
{AEAB698E-2E26-427A-8C7D-725A207D6409}.Release|x86.ActiveCfg = Release|Win32
{AEAB698E-2E26-427A-8C7D-725A207D6409}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5F54917C-DCA4-4EE2-AB69-DBC0A0C5CF26}
EndGlobalSection
EndGlobal