mirror of
https://github.com/php-win-ext/libssh2.git
synced 2026-03-24 00:52:11 +01:00
added VC9 project files
This commit is contained in:
46
win32/libssh2.sln
Normal file
46
win32/libssh2.sln
Normal file
@@ -0,0 +1,46 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libssh2", "libssh2.vcproj", "{B5CFB01C-CDB1-4A53-B998-C1AFAA1D5CF8}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tests", "tests.vcproj", "{D959EC0B-A4BB-4A89-B76C-4716D045489C}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
DLL Debug|Win32 = DLL Debug|Win32
|
||||
DLL Release|Win32 = DLL Release|Win32
|
||||
LIB Debug|Win32 = LIB Debug|Win32
|
||||
LIB Release|Win32 = LIB Release|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{B5CFB01C-CDB1-4A53-B998-C1AFAA1D5CF8}.Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||
{B5CFB01C-CDB1-4A53-B998-C1AFAA1D5CF8}.Debug|Win32.Build.0 = DLL Debug|Win32
|
||||
{B5CFB01C-CDB1-4A53-B998-C1AFAA1D5CF8}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||
{B5CFB01C-CDB1-4A53-B998-C1AFAA1D5CF8}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||
{B5CFB01C-CDB1-4A53-B998-C1AFAA1D5CF8}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||
{B5CFB01C-CDB1-4A53-B998-C1AFAA1D5CF8}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||
{B5CFB01C-CDB1-4A53-B998-C1AFAA1D5CF8}.LIB Debug|Win32.ActiveCfg = LIB Debug|Win32
|
||||
{B5CFB01C-CDB1-4A53-B998-C1AFAA1D5CF8}.LIB Debug|Win32.Build.0 = LIB Debug|Win32
|
||||
{B5CFB01C-CDB1-4A53-B998-C1AFAA1D5CF8}.LIB Release|Win32.ActiveCfg = LIB Release|Win32
|
||||
{B5CFB01C-CDB1-4A53-B998-C1AFAA1D5CF8}.LIB Release|Win32.Build.0 = LIB Release|Win32
|
||||
{B5CFB01C-CDB1-4A53-B998-C1AFAA1D5CF8}.Release|Win32.ActiveCfg = LIB Release|Win32
|
||||
{B5CFB01C-CDB1-4A53-B998-C1AFAA1D5CF8}.Release|Win32.Build.0 = LIB Release|Win32
|
||||
{D959EC0B-A4BB-4A89-B76C-4716D045489C}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{D959EC0B-A4BB-4A89-B76C-4716D045489C}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{D959EC0B-A4BB-4A89-B76C-4716D045489C}.DLL Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{D959EC0B-A4BB-4A89-B76C-4716D045489C}.DLL Debug|Win32.Build.0 = Debug|Win32
|
||||
{D959EC0B-A4BB-4A89-B76C-4716D045489C}.DLL Release|Win32.ActiveCfg = Release|Win32
|
||||
{D959EC0B-A4BB-4A89-B76C-4716D045489C}.DLL Release|Win32.Build.0 = Release|Win32
|
||||
{D959EC0B-A4BB-4A89-B76C-4716D045489C}.LIB Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{D959EC0B-A4BB-4A89-B76C-4716D045489C}.LIB Debug|Win32.Build.0 = Debug|Win32
|
||||
{D959EC0B-A4BB-4A89-B76C-4716D045489C}.LIB Release|Win32.ActiveCfg = Release|Win32
|
||||
{D959EC0B-A4BB-4A89-B76C-4716D045489C}.LIB Release|Win32.Build.0 = Release|Win32
|
||||
{D959EC0B-A4BB-4A89-B76C-4716D045489C}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{D959EC0B-A4BB-4A89-B76C-4716D045489C}.Release|Win32.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
1314
win32/libssh2.vcproj
Normal file
1314
win32/libssh2.vcproj
Normal file
File diff suppressed because it is too large
Load Diff
245
win32/tests.vcproj
Normal file
245
win32/tests.vcproj
Normal file
@@ -0,0 +1,245 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="tests"
|
||||
ProjectGUID="{D959EC0B-A4BB-4A89-B76C-4716D045489C}"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\Debug"
|
||||
IntermediateDirectory=".\Debug"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\Debug/tests.tlb"
|
||||
HeaderFileName=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\include,..\win32"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;LIBSSH2_WIN32;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\Debug/tests.pch"
|
||||
AssemblerListingLocation=".\Debug/"
|
||||
ObjectFile=".\Debug/"
|
||||
ProgramDataBaseFileName=".\Debug/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
Culture="1033"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="odbc32.lib odbccp32.lib libeay32.lib ssleay32.lib ws2_32.lib zlib.lib libssh2d.lib"
|
||||
OutputFile="simple.exe"
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="Debug"
|
||||
IgnoreDefaultLibraryNames="msvcrt.lib"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile=".\Debug/simple.pdb"
|
||||
SubSystem="1"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
SuppressStartupBanner="true"
|
||||
OutputFile=".\Debug/tests.bsc"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\Release"
|
||||
IntermediateDirectory=".\Release"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\Release/tests.tlb"
|
||||
HeaderFileName=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\include,..\win32"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;LIBSSH2_WIN32;_CONSOLE"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
PrecompiledHeaderFile=".\Release/tests.pch"
|
||||
AssemblerListingLocation=".\Release/"
|
||||
ObjectFile=".\Release/"
|
||||
ProgramDataBaseFileName=".\Release/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="1033"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="odbc32.lib odbccp32.lib libeay32.lib ssleay32.lib ws2_32.lib zlib.lib libssh2.lib"
|
||||
OutputFile="simple.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="Release"
|
||||
ProgramDatabaseFile=".\Release/simple.pdb"
|
||||
SubSystem="1"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
SuppressStartupBanner="true"
|
||||
OutputFile=".\Release/tests.bsc"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\tests\simple.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl"
|
||||
>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
Reference in New Issue
Block a user