-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNetworkAdapterRouteControl.sln
More file actions
31 lines (31 loc) · 1.6 KB
/
NetworkAdapterRouteControl.sln
File metadata and controls
31 lines (31 loc) · 1.6 KB
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 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetworkAdapterRouteControl", "NetworkAdapterRouteControl.csproj", "{FC7A1B52-935F-46AA-B321-F9042B9A36BA}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "NetworkAdapterRouteControlSetup", "NetworkAdapterRouteControlSetup\NetworkAdapterRouteControlSetup.vdproj", "{5F890265-063E-43F4-AE03-B50B3AFCF7CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC7A1B52-935F-46AA-B321-F9042B9A36BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC7A1B52-935F-46AA-B321-F9042B9A36BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC7A1B52-935F-46AA-B321-F9042B9A36BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC7A1B52-935F-46AA-B321-F9042B9A36BA}.Release|Any CPU.Build.0 = Release|Any CPU
{5F890265-063E-43F4-AE03-B50B3AFCF7CE}.Debug|Any CPU.ActiveCfg = Debug
{5F890265-063E-43F4-AE03-B50B3AFCF7CE}.Debug|Any CPU.Build.0 = Debug
{5F890265-063E-43F4-AE03-B50B3AFCF7CE}.Release|Any CPU.ActiveCfg = Release
{5F890265-063E-43F4-AE03-B50B3AFCF7CE}.Release|Any CPU.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7AA62D73-BA64-4B62-AC52-6356EE12BDC6}
EndGlobalSection
EndGlobal