Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xtne6f committed Oct 13, 2019
0 parents commit 720a577
Show file tree
Hide file tree
Showing 16 changed files with 1,761 additions and 0 deletions.
38 changes: 38 additions & 0 deletions BonDriverLocalProxy.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 14 for Windows Desktop
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BonDriverLocalProxy", "BonDriverLocalProxy\BonDriverLocalProxy.vcxproj", "{2D0EB8B9-781E-429D-BFE1-1E61681910F6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BonDriver_Proxy", "BonDriver_Proxy\BonDriver_Proxy.vcxproj", "{00354CE0-EA7D-404B-BA62-0081BC83C0D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D0EB8B9-781E-429D-BFE1-1E61681910F6}.Debug|x64.ActiveCfg = Debug|x64
{2D0EB8B9-781E-429D-BFE1-1E61681910F6}.Debug|x64.Build.0 = Debug|x64
{2D0EB8B9-781E-429D-BFE1-1E61681910F6}.Debug|x86.ActiveCfg = Debug|Win32
{2D0EB8B9-781E-429D-BFE1-1E61681910F6}.Debug|x86.Build.0 = Debug|Win32
{2D0EB8B9-781E-429D-BFE1-1E61681910F6}.Release|x64.ActiveCfg = Release|x64
{2D0EB8B9-781E-429D-BFE1-1E61681910F6}.Release|x64.Build.0 = Release|x64
{2D0EB8B9-781E-429D-BFE1-1E61681910F6}.Release|x86.ActiveCfg = Release|Win32
{2D0EB8B9-781E-429D-BFE1-1E61681910F6}.Release|x86.Build.0 = Release|Win32
{00354CE0-EA7D-404B-BA62-0081BC83C0D7}.Debug|x64.ActiveCfg = Debug|x64
{00354CE0-EA7D-404B-BA62-0081BC83C0D7}.Debug|x64.Build.0 = Debug|x64
{00354CE0-EA7D-404B-BA62-0081BC83C0D7}.Debug|x86.ActiveCfg = Debug|Win32
{00354CE0-EA7D-404B-BA62-0081BC83C0D7}.Debug|x86.Build.0 = Debug|Win32
{00354CE0-EA7D-404B-BA62-0081BC83C0D7}.Release|x64.ActiveCfg = Release|x64
{00354CE0-EA7D-404B-BA62-0081BC83C0D7}.Release|x64.Build.0 = Release|x64
{00354CE0-EA7D-404B-BA62-0081BC83C0D7}.Release|x86.ActiveCfg = Release|Win32
{00354CE0-EA7D-404B-BA62-0081BC83C0D7}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit 720a577

Please sign in to comment.