-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgproxy.sln
29 lines (29 loc) · 1.48 KB
/
gproxy.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gproxy", "gproxy\gproxy.vcproj", "{74F93580-237B-443F-AD6E-A4412EDB5BF7}"
ProjectSection(ProjectDependencies) = postProject
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8} = {CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BNCSutil", "bncsutil\vc8_build\BNCSutil.vcproj", "{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{74F93580-237B-443F-AD6E-A4412EDB5BF7}.Debug|Win32.ActiveCfg = Debug|Win32
{74F93580-237B-443F-AD6E-A4412EDB5BF7}.Debug|Win32.Build.0 = Debug|Win32
{74F93580-237B-443F-AD6E-A4412EDB5BF7}.Release|Win32.ActiveCfg = Release|Win32
{74F93580-237B-443F-AD6E-A4412EDB5BF7}.Release|Win32.Build.0 = Release|Win32
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Debug|Win32.ActiveCfg = Debug|Win32
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Debug|Win32.Build.0 = Debug|Win32
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Release|Win32.ActiveCfg = Release|Win32
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal