-
Notifications
You must be signed in to change notification settings - Fork 8
/
AmaknaCore Sniffer.sln
31 lines (31 loc) · 1.6 KB
/
AmaknaCore Sniffer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30621.155
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AmaknaProxy.Sniffer", "AmaknaProxy.Sniffer\AmaknaProxy.Sniffer.csproj", "{B5A51061-1EC9-4D62-B605-852C842C2AB4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AmaknaProxy.Hooks", "AmaknaProxy.Hooks\AmaknaProxy.Hooks.csproj", "{BDB81812-4544-454D-AE2E-7E90C71DAE75}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5A51061-1EC9-4D62-B605-852C842C2AB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5A51061-1EC9-4D62-B605-852C842C2AB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5A51061-1EC9-4D62-B605-852C842C2AB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5A51061-1EC9-4D62-B605-852C842C2AB4}.Release|Any CPU.Build.0 = Release|Any CPU
{BDB81812-4544-454D-AE2E-7E90C71DAE75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDB81812-4544-454D-AE2E-7E90C71DAE75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDB81812-4544-454D-AE2E-7E90C71DAE75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDB81812-4544-454D-AE2E-7E90C71DAE75}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0669E9F1-063F-4232-9673-5A2D6C8C5D44}
EndGlobalSection
EndGlobal