-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInterceptor.sln
37 lines (37 loc) · 2.03 KB
/
Interceptor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InterceptorAPI", "InterceptorAPI\InterceptorAPI.csproj", "{70E413CD-BE60-4EFF-B2C7-C13E19E6FB01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hook", "Hook\Hook.csproj", "{4EF461A9-091D-4EB9-82FC-68F3ADB148AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProxyAttributes", "ProxyAttributes\ProxyAttributes.csproj", "{DCBADB23-04E2-4615-80F9-09A3D25CE114}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{70E413CD-BE60-4EFF-B2C7-C13E19E6FB01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70E413CD-BE60-4EFF-B2C7-C13E19E6FB01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70E413CD-BE60-4EFF-B2C7-C13E19E6FB01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70E413CD-BE60-4EFF-B2C7-C13E19E6FB01}.Release|Any CPU.Build.0 = Release|Any CPU
{4EF461A9-091D-4EB9-82FC-68F3ADB148AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EF461A9-091D-4EB9-82FC-68F3ADB148AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EF461A9-091D-4EB9-82FC-68F3ADB148AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EF461A9-091D-4EB9-82FC-68F3ADB148AA}.Release|Any CPU.Build.0 = Release|Any CPU
{DCBADB23-04E2-4615-80F9-09A3D25CE114}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCBADB23-04E2-4615-80F9-09A3D25CE114}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCBADB23-04E2-4615-80F9-09A3D25CE114}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCBADB23-04E2-4615-80F9-09A3D25CE114}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A1C0784-0836-41F7-B81F-14972C23C7A1}
EndGlobalSection
EndGlobal