forked from xljiulang/WindivertDotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WindivertDotnet.sln
37 lines (37 loc) · 2.04 KB
/
WindivertDotnet.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.4.32912.340
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WindivertDotnet", "WindivertDotnet\WindivertDotnet.csproj", "{070A2A01-6E1E-4094-9433-C62E65DBD2FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App", "App\App.csproj", "{9EA97509-CBC0-414E-9C76-283AAA379347}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WindivertDotnet.Test", "WindivertDotnet.Test\WindivertDotnet.Test.csproj", "{CD236CAC-7444-458B-8C13-2CEF2CC8333C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{070A2A01-6E1E-4094-9433-C62E65DBD2FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{070A2A01-6E1E-4094-9433-C62E65DBD2FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{070A2A01-6E1E-4094-9433-C62E65DBD2FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{070A2A01-6E1E-4094-9433-C62E65DBD2FD}.Release|Any CPU.Build.0 = Release|Any CPU
{9EA97509-CBC0-414E-9C76-283AAA379347}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EA97509-CBC0-414E-9C76-283AAA379347}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EA97509-CBC0-414E-9C76-283AAA379347}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EA97509-CBC0-414E-9C76-283AAA379347}.Release|Any CPU.Build.0 = Release|Any CPU
{CD236CAC-7444-458B-8C13-2CEF2CC8333C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD236CAC-7444-458B-8C13-2CEF2CC8333C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD236CAC-7444-458B-8C13-2CEF2CC8333C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD236CAC-7444-458B-8C13-2CEF2CC8333C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {23DBE1F7-831E-4D48-93C0-BA0A7596A3F6}
EndGlobalSection
EndGlobal