Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/ttssh2/ttxssh/ttxssh.v16.vcxproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10750 - (show annotations) (download)
Sun Jun 11 13:49:36 2023 UTC (10 months ago) by zmatsuo
File size: 12957 byte(s)
新しい実装のsshagent clientに切り替え

- PuTTYベースのsshagent clientから切り替え
- ttxsshのAboutBoxにsshagentの種別とバージョンを表示するようにした
- プロジェクトファイルを変更
  - Visual Studio 2019
  - Visual Studio 2022
  - cmake
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{5638BB89-44E3-4D55-BA98-A01142B4223E}</ProjectGuid>
15 <RootNamespace>ttxssh</RootNamespace>
16 <ProjectName>ttxssh</ProjectName>
17 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
18 </PropertyGroup>
19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
21 <ConfigurationType>DynamicLibrary</ConfigurationType>
22 <PlatformToolset>v142</PlatformToolset>
23 <UseOfMfc>false</UseOfMfc>
24 </PropertyGroup>
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
26 <ConfigurationType>DynamicLibrary</ConfigurationType>
27 <PlatformToolset>v142</PlatformToolset>
28 <UseOfMfc>false</UseOfMfc>
29 </PropertyGroup>
30 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31 <ImportGroup Label="ExtensionSettings">
32 </ImportGroup>
33 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
34 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35 </ImportGroup>
36 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
37 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38 </ImportGroup>
39 <PropertyGroup Label="UserMacros" />
40 <PropertyGroup>
41 <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
42 </PropertyGroup>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44 <OutDir>$(ProjectDir)$(Configuration)\</OutDir>
45 <IntDir>$(Configuration)\</IntDir>
46 <LinkIncremental>true</LinkIncremental>
47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
49 <OutDir>$(ProjectDir)$(Configuration)\</OutDir>
50 <IntDir>$(Configuration)\</IntDir>
51 <LinkIncremental>false</LinkIncremental>
52 </PropertyGroup>
53 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
54 <Midl>
55 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
56 <MkTypLibCompatible>true</MkTypLibCompatible>
57 <SuppressStartupBanner>true</SuppressStartupBanner>
58 <TargetEnvironment>Win32</TargetEnvironment>
59 <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
60 <HeaderFileName />
61 </Midl>
62 <ClCompile>
63 <AdditionalOptions>/D"_CRT_SECURE_NO_DEPRECATE" %(AdditionalOptions)</AdditionalOptions>
64 <Optimization>Disabled</Optimization>
65 <AdditionalIncludeDirectories>$(SolutionDir)..\teraterm\common;$(SolutionDir)..\libs\libressl\include;$(SolutionDir)..\teraterm\teraterm;$(SolutionDir)..\libs\zlib;$(SolutionDir)matcher;$(SolutionDir)libsshagentc;$(SolutionDir)argon2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
66 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
67 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
68 <FunctionLevelLinking>true</FunctionLevelLinking>
69 <BrowseInformation>true</BrowseInformation>
70 <WarningLevel>Level3</WarningLevel>
71 <TreatWarningAsError>false</TreatWarningAsError>
72 <SuppressStartupBanner>true</SuppressStartupBanner>
73 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
74 <CompileAs>Default</CompileAs>
75 <MultiProcessorCompilation>true</MultiProcessorCompilation>
76 </ClCompile>
77 <ResourceCompile>
78 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
79 <Culture>0x0409</Culture>
80 <AdditionalIncludeDirectories>$(SolutionDir)..\teraterm\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
81 </ResourceCompile>
82 <Link>
83 <AdditionalDependencies>common_static.lib;ws2_32.lib;crypto-50.lib;Bcrypt.lib;zlibd.lib;ttpcmn.lib;dnsapi.lib;comctl32.lib;setupapi.lib;crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
84 <SuppressStartupBanner>true</SuppressStartupBanner>
85 <AdditionalLibraryDirectories>$(SolutionDir)..\libs\libressl\crypto\Debug;$(SolutionDir)..\libs\zlib;$(SolutionDir)..\teraterm\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
86 <ModuleDefinitionFile>$(ProjectName).def</ModuleDefinitionFile>
87 <DelayLoadDLLs>user32.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
88 <GenerateDebugInformation>true</GenerateDebugInformation>
89 <GenerateMapFile>true</GenerateMapFile>
90 <SubSystem>Windows</SubSystem>
91 <BaseAddress>0x12500000</BaseAddress>
92 <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary>
93 <TargetMachine>MachineX86</TargetMachine>
94 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
95 </Link>
96 </ItemDefinitionGroup>
97 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
98 <Midl>
99 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
100 <MkTypLibCompatible>true</MkTypLibCompatible>
101 <SuppressStartupBanner>true</SuppressStartupBanner>
102 <TargetEnvironment>Win32</TargetEnvironment>
103 <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
104 <HeaderFileName />
105 </Midl>
106 <ClCompile>
107 <AdditionalOptions>/D"_CRT_SECURE_NO_DEPRECATE" %(AdditionalOptions)</AdditionalOptions>
108 <Optimization>MaxSpeed</Optimization>
109 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
110 <AdditionalIncludeDirectories>$(SolutionDir)..\teraterm\common;$(SolutionDir)..\libs\libressl\include;$(SolutionDir)..\teraterm\teraterm;$(SolutionDir)..\libs\zlib;$(SolutionDir)matcher;$(SolutionDir)libsshagentc;$(SolutionDir)argon2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
111 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
112 <StringPooling>true</StringPooling>
113 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
114 <FunctionLevelLinking>true</FunctionLevelLinking>
115 <WarningLevel>Level3</WarningLevel>
116 <SuppressStartupBanner>true</SuppressStartupBanner>
117 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
118 <CompileAs>Default</CompileAs>
119 <MultiProcessorCompilation>true</MultiProcessorCompilation>
120 </ClCompile>
121 <ResourceCompile>
122 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
123 <Culture>0x0409</Culture>
124 <AdditionalIncludeDirectories>$(SolutionDir)..\teraterm\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
125 </ResourceCompile>
126 <Link>
127 <AdditionalDependencies>common_static.lib;ws2_32.lib;crypto-50.lib;Bcrypt.lib;zlib.lib;ttpcmn.lib;dnsapi.lib;comctl32.lib;setupapi.lib;crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
128 <SuppressStartupBanner>true</SuppressStartupBanner>
129 <AdditionalLibraryDirectories>$(SolutionDir)..\libs\libressl\crypto\Release;$(SolutionDir)..\libs\zlib;$(SolutionDir)..\teraterm\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
130 <ModuleDefinitionFile>$(ProjectName).def</ModuleDefinitionFile>
131 <DelayLoadDLLs>user32.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
132 <GenerateDebugInformation>true</GenerateDebugInformation>
133 <SubSystem>Windows</SubSystem>
134 <BaseAddress>0x12500000</BaseAddress>
135 <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary>
136 <TargetMachine>MachineX86</TargetMachine>
137 </Link>
138 </ItemDefinitionGroup>
139 <ItemGroup>
140 <ClCompile Include="..\..\teraterm\common\ttlib.c" />
141 <ClCompile Include="..\..\teraterm\teraterm\WSAAsyncGetAddrInfo.c" />
142 <ClCompile Include="..\matcher\matcher.c" />
143 <ClCompile Include="arc4random.c" />
144 <ClCompile Include="auth.c" />
145 <ClCompile Include="buffer.c" />
146 <ClCompile Include="chacha.c" />
147 <ClCompile Include="cipher.c" />
148 <ClCompile Include="cipher-3des1.c" />
149 <ClCompile Include="cipher-chachapoly-libcrypto.c" />
150 <ClCompile Include="cipher-ctr.c" />
151 <ClCompile Include="comp.c" />
152 <ClCompile Include="crypt.c" />
153 <ClCompile Include="dns.c" />
154 <ClCompile Include="ed25519.c" />
155 <ClCompile Include="ed25519_bcrypt_pbkdf.c" />
156 <ClCompile Include="ed25519_blocks.c" />
157 <ClCompile Include="ed25519_blowfish.c" />
158 <ClCompile Include="ed25519_fe25519.c" />
159 <ClCompile Include="ed25519_ge25519.c" />
160 <ClCompile Include="ed25519_hash.c" />
161 <ClCompile Include="ed25519_sc25519.c" />
162 <ClCompile Include="ed25519_verify.c" />
163 <ClCompile Include="fwd-socks.c" />
164 <ClCompile Include="fwd.c" />
165 <ClCompile Include="fwdui.c" />
166 <ClCompile Include="hostkey.c" />
167 <ClCompile Include="hosts.c" />
168 <ClCompile Include="kex.c" />
169 <ClCompile Include="key.c" />
170 <ClCompile Include="keyfiles.c" />
171 <ClCompile Include="keyfiles-putty.c" />
172 <ClCompile Include="mac.c" />
173 <ClCompile Include="pkt.c" />
174 <ClCompile Include="poly1305.c" />
175 <ClCompile Include="sftp.c" />
176 <ClCompile Include="ssh.c" />
177 <ClCompile Include="ssherr.c" />
178 <ClCompile Include="ttxssh.c" />
179 <ClCompile Include="util.c" />
180 <ClCompile Include="x11util.c" />
181 </ItemGroup>
182 <ItemGroup>
183 <ClInclude Include="..\..\teraterm\common\codeconv.h" />
184 <ClInclude Include="..\..\teraterm\common\compat_win.h" />
185 <ClInclude Include="..\..\teraterm\common\dllutil.h" />
186 <ClInclude Include="..\..\teraterm\common\ttlib.h" />
187 <ClInclude Include="arc4random.h" />
188 <ClInclude Include="auth.h" />
189 <ClInclude Include="buffer.h" />
190 <ClInclude Include="chacha.h" />
191 <ClInclude Include="cipher-3des1.h" />
192 <ClInclude Include="cipher-ctr.h" />
193 <ClInclude Include="cipher.h" />
194 <ClInclude Include="cipher-chachapoly.h" />
195 <ClInclude Include="comp.h" />
196 <ClInclude Include="config.h" />
197 <ClInclude Include="crypt.h" />
198 <ClInclude Include="dns.h" />
199 <ClInclude Include="ed25519_blf.h" />
200 <ClInclude Include="ed25519_crypto_api.h" />
201 <ClInclude Include="ed25519_fe25519.h" />
202 <ClInclude Include="ed25519_ge25519.h" />
203 <ClInclude Include="ed25519_sc25519.h" />
204 <ClInclude Include="fwd-socks.h" />
205 <ClInclude Include="fwd.h" />
206 <ClInclude Include="fwdui.h" />
207 <ClInclude Include="hostkey.h" />
208 <ClInclude Include="hosts.h" />
209 <ClInclude Include="kex.h" />
210 <ClInclude Include="key.h" />
211 <ClInclude Include="keyfiles.h" />
212 <ClInclude Include="keyfiles-putty.h" />
213 <ClInclude Include="mac.h" />
214 <ClInclude Include="pkt.h" />
215 <ClInclude Include="poly1305.h" />
216 <ClInclude Include="resource.h" />
217 <ClInclude Include="sftp.h" />
218 <ClInclude Include="ssh.h" />
219 <ClInclude Include="ssherr.h" />
220 <ClInclude Include="ttxssh-version.h" />
221 <ClInclude Include="ttxssh.h" />
222 <ClInclude Include="util.h" />
223 <ClInclude Include="x11util.h" />
224 </ItemGroup>
225 <ItemGroup>
226 <Image Include="dropdown.ico" />
227 <Image Include="ttsecure.ico" />
228 <Image Include="ttsecure_classic.ico" />
229 <Image Include="ttsecure_green.ico" />
230 <Image Include="ttsecure_yellow.ico" />
231 </ItemGroup>
232 <ItemGroup>
233 <ResourceCompile Include="ttxssh-version.rc" />
234 <ResourceCompile Include="ttxssh.rc" />
235 </ItemGroup>
236 <ItemGroup>
237 <ProjectReference Include="..\argon2\argon2.v16.vcxproj">
238 <Project>{d33c59b8-e227-47d2-8f80-eda3e28bf995}</Project>
239 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
240 </ProjectReference>
241 <ProjectReference Include="..\libsshagentc\sshagentc\sshagentc.v16.vcxproj">
242 <Project>{b5323378-e523-4cb3-8484-85445b35d39b}</Project>
243 </ProjectReference>
244 </ItemGroup>
245 <ItemGroup>
246 <None Include="ttxssh.def" />
247 </ItemGroup>
248 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
249 <ImportGroup Label="ExtensionTargets">
250 </ImportGroup>
251 </Project>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26