| 16 |
<Configurations> |
<Configurations> |
| 17 |
<Configuration |
<Configuration |
| 18 |
Name="Debug|Win32" |
Name="Debug|Win32" |
| 19 |
OutputDirectory=".\Debug" |
OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
| 20 |
IntermediateDirectory=".\Debug" |
IntermediateDirectory="$(ConfigurationName)" |
| 21 |
ConfigurationType="2" |
ConfigurationType="2" |
| 22 |
UseOfMFC="0" |
UseOfMFC="0" |
| 23 |
ATLMinimizesCRunTimeLibraryUsage="false" |
ATLMinimizesCRunTimeLibraryUsage="false" |
| 41 |
MkTypLibCompatible="true" |
MkTypLibCompatible="true" |
| 42 |
SuppressStartupBanner="true" |
SuppressStartupBanner="true" |
| 43 |
TargetEnvironment="1" |
TargetEnvironment="1" |
| 44 |
TypeLibraryName=".\Debug/ttxssh.tlb" |
TypeLibraryName="$(OutDir)\$(ProjectName).tlb" |
| 45 |
HeaderFileName="" |
HeaderFileName="" |
| 46 |
/> |
/> |
| 47 |
<Tool |
<Tool |
| 48 |
Name="VCCLCompilerTool" |
Name="VCCLCompilerTool" |
| 49 |
AdditionalOptions="/D"_CRT_SECURE_NO_DEPRECATE"
" |
AdditionalOptions="/D"_CRT_SECURE_NO_DEPRECATE"
" |
| 50 |
Optimization="0" |
Optimization="0" |
| 51 |
AdditionalIncludeDirectories="..\..\teraterm\common;..\..\libs\openssl\inc32;..\..\teraterm\teraterm;..\..\libs\zlib;..\matcher;..\putty" |
AdditionalIncludeDirectories="$(SolutionDir)..\teraterm\common;$(SolutionDir)..\libs\openssl\inc32;$(SolutionDir)..\teraterm\teraterm;$(SolutionDir)..\libs\zlib;$(SolutionDir)matcher;$(SolutionDir)putty" |
| 52 |
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC" |
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC" |
| 53 |
RuntimeLibrary="1" |
RuntimeLibrary="1" |
| 54 |
EnableFunctionLevelLinking="true" |
EnableFunctionLevelLinking="true" |
|
UsePrecompiledHeader="0" |
|
|
PrecompiledHeaderFile=".\Debug/ttxssh.pch" |
|
|
AssemblerListingLocation=".\Debug/" |
|
|
ObjectFile=".\Debug/" |
|
|
ProgramDataBaseFileName=".\Debug/" |
|
| 55 |
BrowseInformation="1" |
BrowseInformation="1" |
| 56 |
WarningLevel="3" |
WarningLevel="3" |
| 57 |
WarnAsError="false" |
WarnAsError="false" |
| 74 |
Name="VCLinkerTool" |
Name="VCLinkerTool" |
| 75 |
AdditionalOptions="Version.lib 

" |
AdditionalOptions="Version.lib 

" |
| 76 |
AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib libeay32.lib zlibd.lib ttpcmn.lib dnsapi.lib" |
AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib libeay32.lib zlibd.lib ttpcmn.lib dnsapi.lib" |
|
OutputFile=".\Debug/ttxssh.dll" |
|
| 77 |
LinkIncremental="2" |
LinkIncremental="2" |
| 78 |
SuppressStartupBanner="true" |
SuppressStartupBanner="true" |
| 79 |
AdditionalLibraryDirectories="..\..\libs\openssl\out32.dbg;..\..\libs\zlib;..\..\teraterm\Debug" |
AdditionalLibraryDirectories="$(SolutionDir)..\libs\openssl\out32.dbg;$(SolutionDir)..\libs\zlib;$(SolutionDir)..\teraterm\$(ConfigurationName)" |
| 80 |
ModuleDefinitionFile="ttxssh.def" |
ModuleDefinitionFile="$(ProjectName).def" |
| 81 |
DelayLoadDLLs="dnsapi.dll" |
DelayLoadDLLs="dnsapi.dll" |
| 82 |
GenerateDebugInformation="true" |
GenerateDebugInformation="true" |
|
ProgramDatabaseFile=".\Debug/ttxssh.pdb" |
|
| 83 |
GenerateMapFile="true" |
GenerateMapFile="true" |
| 84 |
SubSystem="2" |
SubSystem="2" |
| 85 |
BaseAddress="0x12500000" |
BaseAddress="0x12500000" |
| 86 |
ImportLibrary=".\Debug/ttxssh.lib" |
ImportLibrary="$(OutDir)\$(ProjectName).lib" |
| 87 |
TargetMachine="1" |
TargetMachine="1" |
| 88 |
/> |
/> |
| 89 |
<Tool |
<Tool |
| 113 |
</Configuration> |
</Configuration> |
| 114 |
<Configuration |
<Configuration |
| 115 |
Name="Release|Win32" |
Name="Release|Win32" |
| 116 |
OutputDirectory=".\Release" |
OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
| 117 |
IntermediateDirectory=".\Release" |
IntermediateDirectory="$(ConfigurationName)" |
| 118 |
ConfigurationType="2" |
ConfigurationType="2" |
| 119 |
UseOfMFC="0" |
UseOfMFC="0" |
| 120 |
ATLMinimizesCRunTimeLibraryUsage="false" |
ATLMinimizesCRunTimeLibraryUsage="false" |
| 138 |
MkTypLibCompatible="true" |
MkTypLibCompatible="true" |
| 139 |
SuppressStartupBanner="true" |
SuppressStartupBanner="true" |
| 140 |
TargetEnvironment="1" |
TargetEnvironment="1" |
| 141 |
TypeLibraryName=".\Release/ttxssh.tlb" |
TypeLibraryName="$(OutDir)\$(ProjectName).tlb" |
| 142 |
HeaderFileName="" |
HeaderFileName="" |
| 143 |
/> |
/> |
| 144 |
<Tool |
<Tool |
| 146 |
AdditionalOptions="/D"_CRT_SECURE_NO_DEPRECATE" 
" |
AdditionalOptions="/D"_CRT_SECURE_NO_DEPRECATE" 
" |
| 147 |
Optimization="2" |
Optimization="2" |
| 148 |
InlineFunctionExpansion="2" |
InlineFunctionExpansion="2" |
| 149 |
AdditionalIncludeDirectories="..\..\teraterm\common;..\..\libs\openssl\inc32;..\..\teraterm\teraterm;..\..\libs\zlib;..\matcher;..\putty" |
AdditionalIncludeDirectories="$(SolutionDir)..\teraterm\common;$(SolutionDir)..\libs\openssl\inc32;$(SolutionDir)..\teraterm\teraterm;$(SolutionDir)..\libs\zlib;$(SolutionDir)matcher;$(SolutionDir)putty" |
| 150 |
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE" |
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE" |
| 151 |
StringPooling="true" |
StringPooling="true" |
| 152 |
RuntimeLibrary="0" |
RuntimeLibrary="0" |
| 153 |
EnableFunctionLevelLinking="true" |
EnableFunctionLevelLinking="true" |
|
UsePrecompiledHeader="0" |
|
|
PrecompiledHeaderFile=".\Release/ttxssh.pch" |
|
|
AssemblerOutput="2" |
|
|
AssemblerListingLocation=".\Release/" |
|
|
ObjectFile=".\Release/" |
|
|
ProgramDataBaseFileName=".\Release/" |
|
| 154 |
WarningLevel="3" |
WarningLevel="3" |
| 155 |
SuppressStartupBanner="true" |
SuppressStartupBanner="true" |
| 156 |
DebugInformationFormat="3" |
DebugInformationFormat="3" |
| 171 |
Name="VCLinkerTool" |
Name="VCLinkerTool" |
| 172 |
AdditionalOptions="Version.lib 
" |
AdditionalOptions="Version.lib 
" |
| 173 |
AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib libeay32.lib zlib.lib ttpcmn.lib dnsapi.lib" |
AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib libeay32.lib zlib.lib ttpcmn.lib dnsapi.lib" |
|
OutputFile=".\Release/ttxssh.dll" |
|
| 174 |
LinkIncremental="1" |
LinkIncremental="1" |
| 175 |
SuppressStartupBanner="true" |
SuppressStartupBanner="true" |
| 176 |
AdditionalLibraryDirectories="..\..\libs\openssl\out32;..\..\libs\zlib;..\..\teraterm\Release" |
AdditionalLibraryDirectories="$(SolutionDir)..\libs\openssl\out32;$(SolutionDir)..\libs\zlib;$(SolutionDir)..\teraterm\$(ConfigurationName)" |
| 177 |
ModuleDefinitionFile="ttxssh.def" |
ModuleDefinitionFile="$(ProjectName).def" |
| 178 |
DelayLoadDLLs="dnsapi.dll" |
DelayLoadDLLs="dnsapi.dll" |
| 179 |
GenerateDebugInformation="true" |
GenerateDebugInformation="true" |
|
ProgramDatabaseFile=".\Release/ttxssh.pdb" |
|
| 180 |
SubSystem="2" |
SubSystem="2" |
| 181 |
BaseAddress="0x12500000" |
BaseAddress="0x12500000" |
| 182 |
ImportLibrary=".\Release/ttxssh.lib" |
ImportLibrary="$(OutDir)\$(ProjectName).lib" |
| 183 |
TargetMachine="1" |
TargetMachine="1" |
| 184 |
/> |
/> |
| 185 |
<Tool |
<Tool |