-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathTunHelperAPI.sln
More file actions
29 lines (29 loc) · 1.51 KB
/
TunHelperAPI.sln
File metadata and controls
29 lines (29 loc) · 1.51 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TunHelperAPI", "TunHelperAPI\TunHelperAPI.vcxproj", "{123FF8F2-0F70-4730-8B92-6EAF946AF713}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TunHelperAPITest", "TunHelperAPITest\TunHelperAPITest.vcxproj", "{A647E442-F7CC-45EF-8602-F599BEC09AB3}"
ProjectSection(ProjectDependencies) = postProject
{123FF8F2-0F70-4730-8B92-6EAF946AF713} = {123FF8F2-0F70-4730-8B92-6EAF946AF713}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{123FF8F2-0F70-4730-8B92-6EAF946AF713}.Debug|Win32.ActiveCfg = Debug|Win32
{123FF8F2-0F70-4730-8B92-6EAF946AF713}.Debug|Win32.Build.0 = Debug|Win32
{123FF8F2-0F70-4730-8B92-6EAF946AF713}.Release|Win32.ActiveCfg = Release|Win32
{123FF8F2-0F70-4730-8B92-6EAF946AF713}.Release|Win32.Build.0 = Release|Win32
{A647E442-F7CC-45EF-8602-F599BEC09AB3}.Debug|Win32.ActiveCfg = Debug|Win32
{A647E442-F7CC-45EF-8602-F599BEC09AB3}.Debug|Win32.Build.0 = Debug|Win32
{A647E442-F7CC-45EF-8602-F599BEC09AB3}.Release|Win32.ActiveCfg = Release|Win32
{A647E442-F7CC-45EF-8602-F599BEC09AB3}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal