forked from snoopwpf/snoopwpf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSnoop.sln
53 lines (53 loc) · 3.44 KB
/
Snoop.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Snoop", "Snoop\Snoop.csproj", "{6ADE40E1-7624-475C-80C5-9883AA4712EF}"
ProjectSection(ProjectDependencies) = postProject
{837EED94-D254-4F58-8949-635015DE371D} = {837EED94-D254-4F58-8949-635015DE371D}
{21E131D3-760F-4E93-8BDD-502591BD1F97} = {21E131D3-760F-4E93-8BDD-502591BD1F97}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedInjectorLauncher32-4.0", "ManagedInjectorLauncher\ManagedInjectorLauncher32-4.0.csproj", "{837EED94-D254-4F58-8949-635015DE371D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedInjectorLauncher64-4.0", "ManagedInjectorLauncher\ManagedInjectorLauncher64-4.0.csproj", "{21E131D3-760F-4E93-8BDD-502591BD1F97}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ManagedInjector32-4.0", "ManagedInjector\ManagedInjector32-4.0.vcxproj", "{8072B47B-5611-4BAB-8EF4-CB3125D676A5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ManagedInjector64-4.0", "ManagedInjector\ManagedInjector64-4.0.vcxproj", "{A27C8B34-2527-4258-8C07-D2720C576B90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6ADE40E1-7624-475C-80C5-9883AA4712EF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{6ADE40E1-7624-475C-80C5-9883AA4712EF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{6ADE40E1-7624-475C-80C5-9883AA4712EF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{6ADE40E1-7624-475C-80C5-9883AA4712EF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{837EED94-D254-4F58-8949-635015DE371D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{837EED94-D254-4F58-8949-635015DE371D}.Debug|Mixed Platforms.Build.0 = Debug|x86
{837EED94-D254-4F58-8949-635015DE371D}.Release|Mixed Platforms.ActiveCfg = Release|x86
{837EED94-D254-4F58-8949-635015DE371D}.Release|Mixed Platforms.Build.0 = Release|x86
{21E131D3-760F-4E93-8BDD-502591BD1F97}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{21E131D3-760F-4E93-8BDD-502591BD1F97}.Debug|Mixed Platforms.Build.0 = Debug|x64
{21E131D3-760F-4E93-8BDD-502591BD1F97}.Release|Mixed Platforms.ActiveCfg = Release|x64
{21E131D3-760F-4E93-8BDD-502591BD1F97}.Release|Mixed Platforms.Build.0 = Release|x64
{8072B47B-5611-4BAB-8EF4-CB3125D676A5}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{8072B47B-5611-4BAB-8EF4-CB3125D676A5}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{8072B47B-5611-4BAB-8EF4-CB3125D676A5}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{8072B47B-5611-4BAB-8EF4-CB3125D676A5}.Release|Mixed Platforms.Build.0 = Release|Win32
{A27C8B34-2527-4258-8C07-D2720C576B90}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{A27C8B34-2527-4258-8C07-D2720C576B90}.Debug|Mixed Platforms.Build.0 = Debug|x64
{A27C8B34-2527-4258-8C07-D2720C576B90}.Release|Mixed Platforms.ActiveCfg = Release|x64
{A27C8B34-2527-4258-8C07-D2720C576B90}.Release|Mixed Platforms.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B7DD9DEA-9426-4231-8214-D98BFE78A618}
EndGlobalSection
EndGlobal