Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.v16.vcxproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9210 - (hide annotations) (download)
Sat Apr 17 08:36:59 2021 UTC (2 years, 11 months ago) by nmaya
File size: 12605 byte(s)
ファイルを分割・コードを移動・関数名を整理・新しい OpenSSH からインポート

- OpenSSH からインポート
  cipher-3des1.c from OpenSSH-7.5p1
  ssherr.c from OpenSSH-8.5p1
  ssherr.h from OpenSSH-8.5p1
1 zmatsuo 7567 <?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     <PreBuildEvent>
55     <Command>"$(OutDir)puttyrev.exe"</Command>
56     </PreBuildEvent>
57     <Midl>
58     <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
59     <MkTypLibCompatible>true</MkTypLibCompatible>
60     <SuppressStartupBanner>true</SuppressStartupBanner>
61     <TargetEnvironment>Win32</TargetEnvironment>
62     <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
63     <HeaderFileName />
64     </Midl>
65     <ClCompile>
66     <AdditionalOptions>/D"_CRT_SECURE_NO_DEPRECATE" %(AdditionalOptions)</AdditionalOptions>
67     <Optimization>Disabled</Optimization>
68 yutakapon 8316 <AdditionalIncludeDirectories>$(SolutionDir)..\teraterm\common;$(SolutionDir)..\libs\openssl\include;$(SolutionDir)..\teraterm\teraterm;$(SolutionDir)..\libs\zlib;$(SolutionDir)matcher;$(SolutionDir)putty;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
69 zmatsuo 7567 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
70     <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
71     <FunctionLevelLinking>true</FunctionLevelLinking>
72     <BrowseInformation>true</BrowseInformation>
73     <WarningLevel>Level3</WarningLevel>
74     <TreatWarningAsError>false</TreatWarningAsError>
75     <SuppressStartupBanner>true</SuppressStartupBanner>
76     <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
77     <CompileAs>Default</CompileAs>
78     </ClCompile>
79     <ResourceCompile>
80     <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
81     <Culture>0x0409</Culture>
82     <AdditionalIncludeDirectories>$(SolutionDir)..\teraterm\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
83     </ResourceCompile>
84     <Link>
85 yutakapon 8316 <AdditionalDependencies>odbc32.lib;odbccp32.lib;ws2_32.lib;libcrypto.lib;zlibd.lib;ttpcmn.lib;dnsapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
86 zmatsuo 7567 <SuppressStartupBanner>true</SuppressStartupBanner>
87     <AdditionalLibraryDirectories>$(SolutionDir)..\libs\openssl\out32.dbg;$(SolutionDir)..\libs\zlib;$(SolutionDir)..\teraterm\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
88     <ModuleDefinitionFile>$(ProjectName).def</ModuleDefinitionFile>
89 maya 7684 <DelayLoadDLLs>dnsapi.dll;user32.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
90 zmatsuo 7567 <GenerateDebugInformation>true</GenerateDebugInformation>
91     <GenerateMapFile>true</GenerateMapFile>
92     <SubSystem>Windows</SubSystem>
93     <BaseAddress>0x12500000</BaseAddress>
94     <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary>
95     <TargetMachine>MachineX86</TargetMachine>
96     <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
97     </Link>
98     </ItemDefinitionGroup>
99     <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
100     <PreBuildEvent>
101     <Command>"$(OutDir)puttyrev.exe"</Command>
102     </PreBuildEvent>
103     <Midl>
104     <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105     <MkTypLibCompatible>true</MkTypLibCompatible>
106     <SuppressStartupBanner>true</SuppressStartupBanner>
107     <TargetEnvironment>Win32</TargetEnvironment>
108     <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
109     <HeaderFileName />
110     </Midl>
111     <ClCompile>
112     <AdditionalOptions>/D"_CRT_SECURE_NO_DEPRECATE" %(AdditionalOptions)</AdditionalOptions>
113     <Optimization>MaxSpeed</Optimization>
114     <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
115 yutakapon 8316 <AdditionalIncludeDirectories>$(SolutionDir)..\teraterm\common;$(SolutionDir)..\libs\openssl\include;$(SolutionDir)..\teraterm\teraterm;$(SolutionDir)..\libs\zlib;$(SolutionDir)matcher;$(SolutionDir)putty;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
116 zmatsuo 7567 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117     <StringPooling>true</StringPooling>
118     <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
119     <FunctionLevelLinking>true</FunctionLevelLinking>
120     <WarningLevel>Level3</WarningLevel>
121     <SuppressStartupBanner>true</SuppressStartupBanner>
122     <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
123     <CompileAs>Default</CompileAs>
124     </ClCompile>
125     <ResourceCompile>
126     <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
127     <Culture>0x0409</Culture>
128     <AdditionalIncludeDirectories>$(SolutionDir)..\teraterm\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
129     </ResourceCompile>
130     <Link>
131 yutakapon 8316 <AdditionalDependencies>odbc32.lib;odbccp32.lib;ws2_32.lib;libcrypto.lib;zlib.lib;ttpcmn.lib;dnsapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
132 zmatsuo 7567 <SuppressStartupBanner>true</SuppressStartupBanner>
133     <AdditionalLibraryDirectories>$(SolutionDir)..\libs\openssl\out32;$(SolutionDir)..\libs\zlib;$(SolutionDir)..\teraterm\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
134     <ModuleDefinitionFile>$(ProjectName).def</ModuleDefinitionFile>
135 maya 7684 <DelayLoadDLLs>dnsapi.dll;user32.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
136 zmatsuo 7567 <GenerateDebugInformation>true</GenerateDebugInformation>
137     <SubSystem>Windows</SubSystem>
138     <BaseAddress>0x12500000</BaseAddress>
139     <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary>
140     <TargetMachine>MachineX86</TargetMachine>
141     </Link>
142     </ItemDefinitionGroup>
143     <ItemGroup>
144 doda 8425 <ClCompile Include="..\..\teraterm\common\codeconv.cpp" />
145 zmatsuo 7567 <ClCompile Include="..\..\teraterm\common\dlglib.c" />
146     <ClCompile Include="..\..\teraterm\common\dlglib_cpp.cpp" />
147     <ClCompile Include="..\..\teraterm\common\dlglib_tmpl.cpp" />
148     <ClCompile Include="..\..\teraterm\common\tipwin.cpp" />
149     <ClCompile Include="..\..\teraterm\common\ttlib.c" />
150     <ClCompile Include="..\..\teraterm\teraterm\WSAAsyncGetAddrInfo.c" />
151     <ClCompile Include="..\matcher\matcher.c" />
152     <ClCompile Include="arc4random.c" />
153     <ClCompile Include="auth.c" />
154     <ClCompile Include="buffer.c" />
155     <ClCompile Include="chacha.c" />
156 nmaya 9210 <ClCompile Include="cipher.c" />
157     <ClCompile Include="cipher-3des1.c" />
158 zmatsuo 7567 <ClCompile Include="cipher-ctr.c" />
159 nmaya 9210 <ClCompile Include="comp.c" />
160 zmatsuo 7567 <ClCompile Include="crypt.c" />
161     <ClCompile Include="dns.c" />
162     <ClCompile Include="ed25519.c" />
163     <ClCompile Include="ed25519_bcrypt_pbkdf.c" />
164     <ClCompile Include="ed25519_blocks.c" />
165     <ClCompile Include="ed25519_blowfish.c" />
166     <ClCompile Include="ed25519_fe25519.c" />
167     <ClCompile Include="ed25519_ge25519.c" />
168     <ClCompile Include="ed25519_hash.c" />
169     <ClCompile Include="ed25519_sc25519.c" />
170     <ClCompile Include="ed25519_verify.c" />
171     <ClCompile Include="fwd-socks.c" />
172     <ClCompile Include="fwd.c" />
173     <ClCompile Include="fwdui.c" />
174 nmaya 9210 <ClCompile Include="hostkey.c" />
175 zmatsuo 7567 <ClCompile Include="hosts.c" />
176     <ClCompile Include="kex.c" />
177     <ClCompile Include="key.c" />
178     <ClCompile Include="keyfiles.c" />
179 nmaya 9210 <ClCompile Include="mac.c" />
180 zmatsuo 7567 <ClCompile Include="pkt.c" />
181     <ClCompile Include="sftp.c" />
182     <ClCompile Include="ssh.c" />
183 nmaya 9210 <ClCompile Include="ssherr.c" />
184 zmatsuo 7567 <ClCompile Include="ttxssh.c" />
185     <ClCompile Include="util.c" />
186     <ClCompile Include="x11util.c" />
187     </ItemGroup>
188     <ItemGroup>
189 doda 8425 <ClInclude Include="..\..\teraterm\common\codeconv.h" />
190 zmatsuo 7567 <ClInclude Include="arc4random.h" />
191     <ClInclude Include="auth.h" />
192     <ClInclude Include="buffer.h" />
193     <ClInclude Include="chacha.h" />
194     <ClInclude Include="cipher.h" />
195 nmaya 9210 <ClInclude Include="comp.h" />
196 zmatsuo 7567 <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 nmaya 9210 <ClInclude Include="hostkey.h" />
208 zmatsuo 7567 <ClInclude Include="hosts.h" />
209     <ClInclude Include="kex.h" />
210     <ClInclude Include="key.h" />
211     <ClInclude Include="keyfiles.h" />
212 nmaya 9210 <ClInclude Include="mac.h" />
213 zmatsuo 7567 <ClInclude Include="pkt.h" />
214     <ClInclude Include="resource.h" />
215     <ClInclude Include="sftp.h" />
216     <ClInclude Include="ssh.h" />
217 nmaya 9210 <ClInclude Include="ssherr.h" />
218 zmatsuo 7567 <ClInclude Include="ttxssh-version.h" />
219     <ClInclude Include="ttxssh.h" />
220     <ClInclude Include="util.h" />
221     <ClInclude Include="x11util.h" />
222     </ItemGroup>
223     <ItemGroup>
224     <Image Include="ttsecure.ico" />
225     <Image Include="ttsecure_green.ico" />
226     <Image Include="ttsecure_yellow.ico" />
227     </ItemGroup>
228     <ItemGroup>
229     <ResourceCompile Include="ttxssh-version.rc" />
230     <ResourceCompile Include="ttxssh.rc" />
231     </ItemGroup>
232     <ItemGroup>
233 maya 7660 <ProjectReference Include="..\puttyrev\puttyrev.v16.vcxproj">
234 zmatsuo 7567 <Project>{61eb955f-2794-4607-860f-0aa296fa58bd}</Project>
235     <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
236     </ProjectReference>
237 maya 7660 <ProjectReference Include="..\putty\putty.v16.vcxproj">
238 zmatsuo 7567 <Project>{98ca1284-8f6c-4791-bf57-7e5fad33744e}</Project>
239     <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
240     </ProjectReference>
241     </ItemGroup>
242     <ItemGroup>
243     <None Include="ttxssh.def" />
244     </ItemGroup>
245     <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
246     <ImportGroup Label="ExtensionTargets">
247     </ImportGroup>
248 doda 8425 </Project>

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