233 lines
12 KiB
XML
233 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Template|Win32">
|
|
<Configuration>Template</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<SccProjectName />
|
|
<SccLocalPath />
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<UseOfAtl>false</UseOfAtl>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>.\Release\</OutDir>
|
|
<IntDir>.\Release\</IntDir>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<TargetExt>.dll</TargetExt>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<OutDir>.\Debug\</OutDir>
|
|
<IntDir>.\Debug\</IntDir>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<StringPooling>true</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<AdditionalIncludeDirectories>..\..\..\./;..\..\..\charset/;..\..\..\windows/;..\..\..\unix/;..\..\..\mac/;..\..\..\macosx/;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AssemblerListingLocation>.\Release\</AssemblerListingLocation>
|
|
<PrecompiledHeaderOutputFile>.\Release\psftp.pch</PrecompiledHeaderOutputFile>
|
|
<ObjectFileName>.\Release\</ObjectFileName>
|
|
<ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
|
|
</ClCompile>
|
|
<Midl>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<TypeLibraryName>.\Release\psftp.tlb</TypeLibraryName>
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
</Midl>
|
|
<ResourceCompile>
|
|
<Culture>0x0809</Culture>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
<Bscmake>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<OutputFile>.\Release\psftp.bsc</OutputFile>
|
|
</Bscmake>
|
|
<Link>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<SubSystem>Console</SubSystem>
|
|
<OutputFile>.\Release\psftp.dll</OutputFile>
|
|
<AdditionalDependencies>comctl32.lib;imm32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
<FunctionLevelLinking>false</FunctionLevelLinking>
|
|
<Optimization>Disabled</Optimization>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<WarningLevel>Level2</WarningLevel>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<AdditionalIncludeDirectories>..\..\..\./;..\..\..\charset/;..\..\..\windows/;..\..\..\unix/;..\..\..\mac/;..\..\..\macosx/;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
|
|
<PrecompiledHeaderOutputFile>.\Debug\psftp.pch</PrecompiledHeaderOutputFile>
|
|
<ObjectFileName>.\Debug\</ObjectFileName>
|
|
<ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
<Midl>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<TypeLibraryName>.\Debug\psftp.tlb</TypeLibraryName>
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
</Midl>
|
|
<ResourceCompile>
|
|
<Culture>0x0809</Culture>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
<Bscmake>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<OutputFile>.\Debug\psftp.bsc</OutputFile>
|
|
</Bscmake>
|
|
<Link>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>NotSet</SubSystem>
|
|
<OutputFile>.\Debug\psftp.dll</OutputFile>
|
|
<AdditionalDependencies>comctl32.lib;imm32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<IgnoreSpecificDefaultLibraries>libcmt.lib</IgnoreSpecificDefaultLibraries>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\..\be_none.c" />
|
|
<ClCompile Include="..\..\..\cmdline.c" />
|
|
<ClCompile Include="..\..\..\cproxy.c" />
|
|
<ClCompile Include="..\..\..\int64.c" />
|
|
<ClCompile Include="..\..\..\logging.c" />
|
|
<ClCompile Include="..\..\..\misc.c" />
|
|
<ClCompile Include="..\..\..\pinger.c" />
|
|
<ClCompile Include="..\..\..\portfwd.c" />
|
|
<ClCompile Include="..\..\..\proxy.c" />
|
|
<ClCompile Include="..\..\..\psftp.c">
|
|
<CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
|
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EditAndContinue</DebugInformationFormat>
|
|
<MinimalRebuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</MinimalRebuild>
|
|
<ExceptionHandling Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Sync</ExceptionHandling>
|
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Default</BasicRuntimeChecks>
|
|
<RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MultiThreaded</RuntimeLibrary>
|
|
</ClCompile>
|
|
<ClCompile Include="..\..\..\settings.c" />
|
|
<ClCompile Include="..\..\..\sftp.c" />
|
|
<ClCompile Include="..\..\..\ssh.c">
|
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<ClCompile Include="..\..\..\sshaes.c" />
|
|
<ClCompile Include="..\..\..\ssharcf.c" />
|
|
<ClCompile Include="..\..\..\sshblowf.c" />
|
|
<ClCompile Include="..\..\..\sshbn.c" />
|
|
<ClCompile Include="..\..\..\sshcrc.c" />
|
|
<ClCompile Include="..\..\..\sshcrcda.c" />
|
|
<ClCompile Include="..\..\..\sshdes.c" />
|
|
<ClCompile Include="..\..\..\sshdh.c" />
|
|
<ClCompile Include="..\..\..\sshdss.c" />
|
|
<ClCompile Include="..\..\..\sshmd5.c" />
|
|
<ClCompile Include="..\..\..\sshpubk.c" />
|
|
<ClCompile Include="..\..\..\sshrand.c" />
|
|
<ClCompile Include="..\..\..\sshrsa.c" />
|
|
<ClCompile Include="..\..\..\sshsh256.c" />
|
|
<ClCompile Include="..\..\..\sshsh512.c" />
|
|
<ClCompile Include="..\..\..\sshsha.c" />
|
|
<ClCompile Include="..\..\..\sshzlib.c" />
|
|
<ClCompile Include="..\..\..\timing.c" />
|
|
<ClCompile Include="..\..\..\tree234.c" />
|
|
<ClCompile Include="..\..\..\version.c" />
|
|
<ClCompile Include="..\..\..\wildcard.c" />
|
|
<ClCompile Include="..\..\wincons.c" />
|
|
<ClCompile Include="..\..\windefs.c" />
|
|
<ClCompile Include="..\..\winhandl.c" />
|
|
<ClCompile Include="..\..\winmisc.c" />
|
|
<ClCompile Include="..\..\winnet.c" />
|
|
<ClCompile Include="..\..\winnoise.c" />
|
|
<ClCompile Include="..\..\winpgntc.c" />
|
|
<ClCompile Include="..\..\winproxy.c" />
|
|
<ClCompile Include="..\..\winsftp.c" />
|
|
<ClCompile Include="..\..\winstore.c" />
|
|
<ClCompile Include="..\..\wintime.c" />
|
|
<ClCompile Include="..\..\..\x11fwd.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\..\charset\charset.h" />
|
|
<ClInclude Include="..\..\..\int64.h" />
|
|
<ClInclude Include="..\..\..\mac\macstuff.h" />
|
|
<ClInclude Include="..\..\..\macosx\osx.h" />
|
|
<ClInclude Include="..\..\..\misc.h" />
|
|
<ClInclude Include="..\..\..\network.h" />
|
|
<ClInclude Include="..\..\..\proxy.h" />
|
|
<ClInclude Include="..\..\..\psftp.h" />
|
|
<ClInclude Include="..\..\..\putty.h" />
|
|
<ClInclude Include="..\..\..\puttymem.h" />
|
|
<ClInclude Include="..\..\..\puttyps.h" />
|
|
<ClInclude Include="..\..\..\sftp.h" />
|
|
<ClInclude Include="..\..\..\ssh.h" />
|
|
<ClInclude Include="..\..\..\storage.h" />
|
|
<ClInclude Include="..\..\..\tree234.h" />
|
|
<ClInclude Include="..\..\..\unix\unix.h" />
|
|
<ClInclude Include="..\..\rcstuff.h" />
|
|
<ClInclude Include="..\..\winhelp.h" />
|
|
<ClInclude Include="..\..\winstuff.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<CustomBuild Include="..\..\pscp.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="..\..\psftp.rc">
|
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\Users\Administrator\Documents\Visual Studio 2010\Projects\puttysrc\windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\Users\Administrator\Documents\Visual Studio 2010\Projects\puttysrc\windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ResourceCompile>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |