Renci.SshNet.csproj 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{2F5F8C90-0BD1-424F-997C-7BC6280919D1}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Renci.SshNet</RootNamespace>
  12. <AssemblyName>Renci.SshNet</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>TRACE;DEBUG;FEATURE_REGEX_COMPILE;FEATURE_BINARY_SERIALIZATION;FEATURE_RNG_CREATE;FEATURE_SOCKET_SYNC;FEATURE_SOCKET_EAP;FEATURE_SOCKET_APM;FEATURE_SOCKET_SETSOCKETOPTION;FEATURE_SOCKET_SELECT;FEATURE_SOCKET_POLL;FEATURE_SOCKET_DISPOSE;FEATURE_STREAM_APM;FEATURE_DNS_SYNC;FEATURE_THREAD_COUNTDOWNEVENT;FEATURE_THREAD_THREADPOOL;FEATURE_THREAD_SLEEP;FEATURE_WAITHANDLE_DISPOSE;FEATURE_HASH_MD5;FEATURE_HASH_SHA1_CREATE;FEATURE_HASH_SHA256_CREATE;FEATURE_HASH_SHA384_CREATE;FEATURE_HASH_SHA512_CREATE;FEATURE_HASH_RIPEMD160_CREATE;FEATURE_HMAC_MD5;FEATURE_HMAC_SHA1;FEATURE_HMAC_SHA256;FEATURE_HMAC_SHA384;FEATURE_HMAC_SHA512;FEATURE_HMAC_RIPEMD160;FEATURE_MEMORYSTREAM_GETBUFFER;FEATURE_DIAGNOSTICS_TRACESOURCE;FEATURE_ENCODING_ASCII;FEATURE_ECDSA</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <DocumentationFile>bin\Debug\Renci.SshNet.xml</DocumentationFile>
  25. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  26. <LangVersion>5</LangVersion>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>none</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>FEATURE_REGEX_COMPILE;FEATURE_BINARY_SERIALIZATION;FEATURE_RNG_CREATE;FEATURE_SOCKET_SYNC;FEATURE_SOCKET_EAP;FEATURE_SOCKET_APM;FEATURE_SOCKET_SETSOCKETOPTION;FEATURE_SOCKET_SELECT;FEATURE_SOCKET_POLL;FEATURE_SOCKET_DISPOSE;FEATURE_STREAM_APM;FEATURE_DNS_SYNC;FEATURE_THREAD_COUNTDOWNEVENT;FEATURE_THREAD_THREADPOOL;FEATURE_THREAD_SLEEP;FEATURE_WAITHANDLE_DISPOSE;FEATURE_HASH_MD5;FEATURE_HASH_SHA1_CREATE;FEATURE_HASH_SHA256_CREATE;FEATURE_HASH_SHA384_CREATE;FEATURE_HASH_SHA512_CREATE;FEATURE_HASH_RIPEMD160_CREATE;FEATURE_HMAC_MD5;FEATURE_HMAC_SHA1;FEATURE_HMAC_SHA256;FEATURE_HMAC_SHA384;FEATURE_HMAC_SHA512;FEATURE_HMAC_RIPEMD160;FEATURE_MEMORYSTREAM_GETBUFFER;FEATURE_DIAGNOSTICS_TRACESOURCE;FEATURE_ENCODING_ASCII;FEATURE_ECDSA</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <DocumentationFile>bin\Release\Renci.SshNet.xml</DocumentationFile>
  36. <NoWarn>
  37. </NoWarn>
  38. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  39. <LangVersion>5</LangVersion>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <SignAssembly>true</SignAssembly>
  43. </PropertyGroup>
  44. <PropertyGroup>
  45. <AssemblyOriginatorKeyFile>..\Renci.SshNet.snk</AssemblyOriginatorKeyFile>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="System" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Numerics" />
  51. <Reference Include="System.Xml" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="Abstractions\CryptoAbstraction.cs" />
  55. <Compile Include="Abstractions\DiagnosticAbstraction.cs" />
  56. <Compile Include="Abstractions\DnsAbstraction.cs" />
  57. <Compile Include="Abstractions\FileSystemAbstraction.cs" />
  58. <Compile Include="Abstractions\ReflectionAbstraction.cs" />
  59. <Compile Include="Abstractions\SocketAbstraction.cs" />
  60. <Compile Include="Abstractions\ThreadAbstraction.cs" />
  61. <Compile Include="AuthenticationMethod.cs">
  62. <SubType>Code</SubType>
  63. </Compile>
  64. <Compile Include="AuthenticationResult.cs">
  65. <SubType>Code</SubType>
  66. </Compile>
  67. <Compile Include="BaseClient.cs" />
  68. <Compile Include="Channels\IChannel.cs" />
  69. <Compile Include="Channels\IChannelDirectTcpip.cs" />
  70. <Compile Include="Channels\IChannelForwardedTcpip.cs" />
  71. <Compile Include="Channels\IChannelSession.cs" />
  72. <Compile Include="CommandAsyncResult.cs" />
  73. <Compile Include="Channels\Channel.cs" />
  74. <Compile Include="Channels\ChannelDirectTcpip.cs" />
  75. <Compile Include="Channels\ChannelForwardedTcpip.cs" />
  76. <Compile Include="Channels\ChannelSession.cs" />
  77. <Compile Include="Channels\ChannelTypes.cs" />
  78. <Compile Include="Channels\ClientChannel.cs" />
  79. <Compile Include="Channels\ServerChannel.cs" />
  80. <Compile Include="CipherInfo.cs" />
  81. <Compile Include="Common\Array.cs" />
  82. <Compile Include="Common\ASCIIEncoding.cs" />
  83. <Compile Include="Common\AsyncResult.cs" />
  84. <Compile Include="Common\AuthenticationBannerEventArgs.cs" />
  85. <Compile Include="Common\AuthenticationEventArgs.cs" />
  86. <Compile Include="Common\AuthenticationPasswordChangeEventArgs.cs" />
  87. <Compile Include="Common\AuthenticationPrompt.cs" />
  88. <Compile Include="Common\AuthenticationPromptEventArgs.cs" />
  89. <Compile Include="ClientAuthentication.cs" />
  90. <Compile Include="Common\BigInteger.cs">
  91. <SubType>Code</SubType>
  92. </Compile>
  93. <Compile Include="Common\ChannelDataEventArgs.cs" />
  94. <Compile Include="Common\ChannelEventArgs.cs" />
  95. <Compile Include="Common\ChannelExtendedDataEventArgs.cs" />
  96. <Compile Include="Common\ChannelOpenConfirmedEventArgs.cs" />
  97. <Compile Include="Common\ChannelOpenFailedEventArgs.cs" />
  98. <Compile Include="Common\ChannelRequestEventArgs.cs" />
  99. <Compile Include="Common\CountdownEvent.cs" />
  100. <Compile Include="Common\Pack.cs" />
  101. <Compile Include="Common\PosixPath.cs" />
  102. <Compile Include="Common\ProxyException.cs">
  103. <SubType>Code</SubType>
  104. </Compile>
  105. <Compile Include="Common\HostKeyEventArgs.cs" />
  106. <Compile Include="Common\DerData.cs" />
  107. <Compile Include="Common\ExceptionEventArgs.cs" />
  108. <Compile Include="Common\Extensions.cs">
  109. <SubType>Code</SubType>
  110. </Compile>
  111. <Compile Include="Common\NetConfServerException.cs" />
  112. <Compile Include="Common\ObjectIdentifier.cs" />
  113. <Compile Include="Common\PipeStream.cs" />
  114. <Compile Include="Common\PortForwardEventArgs.cs">
  115. <SubType>Code</SubType>
  116. </Compile>
  117. <Compile Include="Common\ScpDownloadEventArgs.cs">
  118. <SubType>Code</SubType>
  119. </Compile>
  120. <Compile Include="Common\ScpException.cs">
  121. <SubType>Code</SubType>
  122. </Compile>
  123. <Compile Include="Common\ScpUploadEventArgs.cs">
  124. <SubType>Code</SubType>
  125. </Compile>
  126. <Compile Include="Common\SemaphoreLight.cs">
  127. <SubType>Code</SubType>
  128. </Compile>
  129. <Compile Include="Common\SftpPathNotFoundException.cs" />
  130. <Compile Include="Common\SftpPermissionDeniedException.cs" />
  131. <Compile Include="Common\ShellDataEventArgs.cs" />
  132. <Compile Include="Common\SshAuthenticationException.cs" />
  133. <Compile Include="Common\SshConnectionException.cs" />
  134. <Compile Include="Common\SshData.cs" />
  135. <Compile Include="Common\SshException.cs" />
  136. <Compile Include="Common\SshOperationTimeoutException.cs" />
  137. <Compile Include="Common\SshPassPhraseNullOrEmptyException.cs" />
  138. <Compile Include="Common\TerminalModes.cs">
  139. <SubType>Code</SubType>
  140. </Compile>
  141. <Compile Include="Compression\CompressionMode.cs" />
  142. <Compile Include="Compression\Compressor.cs" />
  143. <Compile Include="Compression\Zlib.cs" />
  144. <Compile Include="Compression\ZlibOpenSsh.cs" />
  145. <Compile Include="Compression\ZlibStream.cs">
  146. <SubType>Code</SubType>
  147. </Compile>
  148. <Compile Include="ConnectionInfo.cs" />
  149. <Compile Include="ForwardedPortStatus.cs" />
  150. <Compile Include="HashInfo.cs">
  151. <SubType>Code</SubType>
  152. </Compile>
  153. <Compile Include="IAuthenticationMethod.cs" />
  154. <Compile Include="IClientAuthentication.cs" />
  155. <Compile Include="IConnectionInfo.cs" />
  156. <Compile Include="IForwardedPort.cs" />
  157. <Compile Include="IRemotePathTransformation.cs" />
  158. <Compile Include="IServiceFactory.cs" />
  159. <Compile Include="IServiceFactory.NET.cs" />
  160. <Compile Include="ISession.cs" />
  161. <Compile Include="ISubsystemSession.cs" />
  162. <Compile Include="Messages\Connection\CancelTcpIpForwardGlobalRequestMessage.cs" />
  163. <Compile Include="Messages\Connection\TcpIpForwardGlobalRequestMessage.cs" />
  164. <Compile Include="Messages\Transport\KeyExchangeEcdhInitMessage.cs" />
  165. <Compile Include="Messages\Transport\KeyExchangeEcdhReplyMessage.cs" />
  166. <Compile Include="Netconf\INetConfSession.cs" />
  167. <Compile Include="RemotePathDoubleQuoteTransformation.cs" />
  168. <Compile Include="RemotePathNoneTransformation.cs" />
  169. <Compile Include="RemotePathShellQuoteTransformation.cs" />
  170. <Compile Include="RemotePathTransformation.cs" />
  171. <Compile Include="Security\BouncyCastle\asn1\sec\SECNamedCurves.cs" />
  172. <Compile Include="Security\BouncyCastle\asn1\x9\X9Curve.cs" />
  173. <Compile Include="Security\BouncyCastle\asn1\x9\X9ECParameters.cs" />
  174. <Compile Include="Security\BouncyCastle\asn1\x9\X9ECParametersHolder.cs" />
  175. <Compile Include="Security\BouncyCastle\asn1\x9\X9ECPoint.cs" />
  176. <Compile Include="Security\BouncyCastle\crypto\agreement\ECDHCBasicAgreement.cs" />
  177. <Compile Include="Security\BouncyCastle\crypto\AsymmetricCipherKeyPair.cs" />
  178. <Compile Include="Security\BouncyCastle\crypto\AsymmetricKeyParameter.cs" />
  179. <Compile Include="Security\BouncyCastle\crypto\digests\GeneralDigest.cs" />
  180. <Compile Include="Security\BouncyCastle\crypto\digests\Sha256Digest.cs" />
  181. <Compile Include="Security\BouncyCastle\crypto\generators\ECKeyPairGenerator.cs" />
  182. <Compile Include="Security\BouncyCastle\crypto\IAsymmetricCipherKeyPairGenerator.cs" />
  183. <Compile Include="Security\BouncyCastle\crypto\IDigest.cs" />
  184. <Compile Include="Security\BouncyCastle\crypto\KeyGenerationParameters.cs" />
  185. <Compile Include="Security\BouncyCastle\crypto\parameters\ECDomainParameters.cs" />
  186. <Compile Include="Security\BouncyCastle\crypto\parameters\ECKeyGenerationParameters.cs" />
  187. <Compile Include="Security\BouncyCastle\crypto\parameters\ECKeyParameters.cs" />
  188. <Compile Include="Security\BouncyCastle\crypto\parameters\ECPrivateKeyParameters.cs" />
  189. <Compile Include="Security\BouncyCastle\crypto\parameters\ECPublicKeyParameters.cs" />
  190. <Compile Include="Security\BouncyCastle\crypto\prng\CryptoApiRandomGenerator.cs" />
  191. <Compile Include="Security\BouncyCastle\crypto\prng\DigestRandomGenerator.cs" />
  192. <Compile Include="Security\BouncyCastle\crypto\prng\IRandomGenerator.cs" />
  193. <Compile Include="Security\BouncyCastle\crypto\util\Pack.cs" />
  194. <Compile Include="Security\BouncyCastle\math\BigInteger.cs" />
  195. <Compile Include="Security\BouncyCastle\math\ec\abc\SimpleBigDecimal.cs" />
  196. <Compile Include="Security\BouncyCastle\math\ec\abc\Tnaf.cs" />
  197. <Compile Include="Security\BouncyCastle\math\ec\abc\ZTauElement.cs" />
  198. <Compile Include="Security\BouncyCastle\math\ec\ECAlgorithms.cs" />
  199. <Compile Include="Security\BouncyCastle\math\ec\ECCurve.cs" />
  200. <Compile Include="Security\BouncyCastle\math\ec\ECFieldElement.cs" />
  201. <Compile Include="Security\BouncyCastle\math\ec\ECLookupTable.cs" />
  202. <Compile Include="Security\BouncyCastle\math\ec\ECPoint.cs" />
  203. <Compile Include="Security\BouncyCastle\math\ec\ECPointMap.cs" />
  204. <Compile Include="Security\BouncyCastle\math\ec\endo\ECEndomorphism.cs" />
  205. <Compile Include="Security\BouncyCastle\math\ec\endo\GlvEndomorphism.cs" />
  206. <Compile Include="Security\BouncyCastle\math\ec\LongArray.cs" />
  207. <Compile Include="Security\BouncyCastle\math\ec\multiplier\AbstractECMultiplier.cs" />
  208. <Compile Include="Security\BouncyCastle\math\ec\multiplier\ECMultiplier.cs" />
  209. <Compile Include="Security\BouncyCastle\math\ec\multiplier\FixedPointCombMultiplier.cs" />
  210. <Compile Include="Security\BouncyCastle\math\ec\multiplier\FixedPointPreCompInfo.cs" />
  211. <Compile Include="Security\BouncyCastle\math\ec\multiplier\FixedPointUtilities.cs" />
  212. <Compile Include="Security\BouncyCastle\math\ec\multiplier\GlvMultiplier.cs" />
  213. <Compile Include="Security\BouncyCastle\math\ec\multiplier\IPreCompCallback.cs" />
  214. <Compile Include="Security\BouncyCastle\math\ec\multiplier\PreCompInfo.cs" />
  215. <Compile Include="Security\BouncyCastle\math\ec\multiplier\ValidityPreCompInfo.cs" />
  216. <Compile Include="Security\BouncyCastle\math\ec\multiplier\WNafL2RMultiplier.cs" />
  217. <Compile Include="Security\BouncyCastle\math\ec\multiplier\WNafPreCompInfo.cs" />
  218. <Compile Include="Security\BouncyCastle\math\ec\multiplier\WNafUtilities.cs" />
  219. <Compile Include="Security\BouncyCastle\math\ec\multiplier\WTauNafMultiplier.cs" />
  220. <Compile Include="Security\BouncyCastle\math\ec\multiplier\WTauNafPreCompInfo.cs" />
  221. <Compile Include="Security\BouncyCastle\math\field\FiniteFields.cs" />
  222. <Compile Include="Security\BouncyCastle\math\field\GenericPolynomialExtensionField.cs" />
  223. <Compile Include="Security\BouncyCastle\math\field\GF2Polynomial.cs" />
  224. <Compile Include="Security\BouncyCastle\math\field\IExtensionField.cs" />
  225. <Compile Include="Security\BouncyCastle\math\field\IFiniteField.cs" />
  226. <Compile Include="Security\BouncyCastle\math\field\IPolynomial.cs" />
  227. <Compile Include="Security\BouncyCastle\math\field\IPolynomialExtensionField.cs" />
  228. <Compile Include="Security\BouncyCastle\math\field\PrimeField.cs" />
  229. <Compile Include="Security\BouncyCastle\math\raw\Mod.cs" />
  230. <Compile Include="Security\BouncyCastle\math\raw\Nat.cs" />
  231. <Compile Include="Security\BouncyCastle\security\DigestUtilities.cs" />
  232. <Compile Include="Security\BouncyCastle\security\SecureRandom.cs" />
  233. <Compile Include="Security\BouncyCastle\security\SecurityUtilityException.cs" />
  234. <Compile Include="Security\BouncyCastle\util\Arrays.cs" />
  235. <Compile Include="Security\BouncyCastle\util\BigIntegers.cs" />
  236. <Compile Include="Security\BouncyCastle\util\encoders\Hex.cs" />
  237. <Compile Include="Security\BouncyCastle\util\encoders\HexEncoder.cs" />
  238. <Compile Include="Security\BouncyCastle\util\Enums.cs" />
  239. <Compile Include="Security\BouncyCastle\util\IMemoable.cs" />
  240. <Compile Include="Security\BouncyCastle\util\Integers.cs" />
  241. <Compile Include="Security\BouncyCastle\util\MemoableResetException.cs" />
  242. <Compile Include="Security\BouncyCastle\util\Times.cs" />
  243. <Compile Include="Security\Chaos.NaCl\CryptoBytes.cs" />
  244. <Compile Include="Security\Chaos.NaCl\Ed25519.cs" />
  245. <Compile Include="Security\Chaos.NaCl\Internal\Array16.cs" />
  246. <Compile Include="Security\Chaos.NaCl\Internal\Array8.cs" />
  247. <Compile Include="Security\Chaos.NaCl\Internal\ByteIntegerConverter.cs" />
  248. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\base.cs" />
  249. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\base2.cs" />
  250. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\d.cs" />
  251. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\d2.cs" />
  252. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\fe_0.cs" />
  253. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\fe_1.cs" />
  254. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\fe_add.cs" />
  255. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\fe_cmov.cs" />
  256. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\fe_cswap.cs" />
  257. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\fe_frombytes.cs" />
  258. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\fe_invert.cs" />
  259. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\fe_isnegative.cs" />
  260. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\fe_isnonzero.cs" />
  261. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\fe_mul.cs" />
  262. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\fe_mul121666.cs" />
  263. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\fe_neg.cs" />
  264. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\fe_pow22523.cs" />
  265. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\fe_sq.cs" />
  266. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\fe_sq2.cs" />
  267. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\fe_sub.cs" />
  268. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\fe_tobytes.cs" />
  269. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\FieldElement.cs" />
  270. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\ge_add.cs" />
  271. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\ge_double_scalarmult.cs" />
  272. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\ge_frombytes.cs" />
  273. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\ge_madd.cs" />
  274. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\ge_msub.cs" />
  275. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\ge_p1p1_to_p2.cs" />
  276. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\ge_p1p1_to_p3.cs" />
  277. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\ge_p2_0.cs" />
  278. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\ge_p2_dbl.cs" />
  279. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\ge_p3_0.cs" />
  280. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\ge_p3_dbl.cs" />
  281. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\ge_p3_tobytes.cs" />
  282. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\ge_p3_to_cached.cs" />
  283. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\ge_p3_to_p2.cs" />
  284. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\ge_precomp_0.cs" />
  285. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\ge_scalarmult_base.cs" />
  286. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\ge_sub.cs" />
  287. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\ge_tobytes.cs" />
  288. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\GroupElement.cs" />
  289. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\keypair.cs" />
  290. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\open.cs" />
  291. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\scalarmult.cs" />
  292. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\sc_clamp.cs" />
  293. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\sc_mul_add.cs" />
  294. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\sc_reduce.cs" />
  295. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\sign.cs" />
  296. <Compile Include="Security\Chaos.NaCl\Internal\Ed25519Ref10\sqrtm1.cs" />
  297. <Compile Include="Security\Chaos.NaCl\Internal\InternalAssert.cs" />
  298. <Compile Include="Security\Chaos.NaCl\Internal\Poly1305Donna.cs" />
  299. <Compile Include="Security\Chaos.NaCl\Internal\Salsa\Salsa20.cs" />
  300. <Compile Include="Security\Chaos.NaCl\Internal\Salsa\SalsaCore.cs" />
  301. <Compile Include="Security\Chaos.NaCl\Internal\Sha512Internal.cs" />
  302. <Compile Include="Security\Chaos.NaCl\MontgomeryCurve25519.cs" />
  303. <Compile Include="Security\Chaos.NaCl\Sha512.cs" />
  304. <Compile Include="Security\Cryptography\EcdsaDigitalSignature.cs" />
  305. <Compile Include="Security\Cryptography\EcdsaKey.cs" />
  306. <Compile Include="Security\Cryptography\HMACMD5.cs" />
  307. <Compile Include="Security\Cryptography\HMACSHA1.cs" />
  308. <Compile Include="Security\Cryptography\HMACSHA256.cs" />
  309. <Compile Include="Security\Cryptography\HMACSHA384.cs" />
  310. <Compile Include="Security\Cryptography\HMACSHA512.cs" />
  311. <Compile Include="Security\GroupExchangeHashData.cs" />
  312. <Compile Include="Security\IKeyExchange.cs" />
  313. <Compile Include="Security\KeyExchangeDiffieHellmanGroupExchangeShaBase.cs" />
  314. <Compile Include="Security\KeyExchangeEC.cs" />
  315. <Compile Include="Security\KeyExchangeECCurve25519.cs" />
  316. <Compile Include="Security\KeyExchangeECDH.cs" />
  317. <Compile Include="Security\KeyExchangeECDH521.cs" />
  318. <Compile Include="Security\KeyExchangeECDH384.cs" />
  319. <Compile Include="Security\KeyExchangeECDH256.cs" />
  320. <Compile Include="ServiceFactory.cs" />
  321. <Compile Include="ServiceFactory.NET.cs" />
  322. <Compile Include="Sftp\ISftpFileReader.cs" />
  323. <Compile Include="Sftp\ISftpResponseFactory.cs" />
  324. <Compile Include="Sftp\ISftpSession.cs" />
  325. <Compile Include="Common\SshDataStream.cs" />
  326. <Compile Include="ExpectAsyncResult.cs" />
  327. <Compile Include="Security\KeyExchangeDiffieHellmanGroupSha1.cs" />
  328. <Compile Include="KeyboardInteractiveAuthenticationMethod.cs">
  329. <SubType>Code</SubType>
  330. </Compile>
  331. <Compile Include="KeyboardInteractiveConnectionInfo.cs" />
  332. <Compile Include="NoneAuthenticationMethod.cs">
  333. <SubType>Code</SubType>
  334. </Compile>
  335. <Compile Include="PasswordAuthenticationMethod.cs">
  336. <SubType>Code</SubType>
  337. </Compile>
  338. <Compile Include="ExpectAction.cs">
  339. <SubType>Code</SubType>
  340. </Compile>
  341. <Compile Include="ForwardedPortDynamic.cs">
  342. <SubType>Code</SubType>
  343. </Compile>
  344. <Compile Include="ForwardedPortDynamic.NET.cs" />
  345. <Compile Include="ForwardedPortLocal.NET.cs" />
  346. <Compile Include="Messages\Transport\IKeyExchangedAllowed.cs" />
  347. <Compile Include="PasswordConnectionInfo.cs" />
  348. <Compile Include="PrivateKeyAuthenticationMethod.cs">
  349. <SubType>Code</SubType>
  350. </Compile>
  351. <Compile Include="PrivateKeyConnectionInfo.cs" />
  352. <Compile Include="ProxyTypes.cs">
  353. <SubType>Code</SubType>
  354. </Compile>
  355. <Compile Include="ScpClient.cs">
  356. <SubType>Code</SubType>
  357. </Compile>
  358. <Compile Include="ScpClient.NET.cs" />
  359. <Compile Include="ForwardedPort.cs" />
  360. <Compile Include="ForwardedPortLocal.cs">
  361. <SubType>Code</SubType>
  362. </Compile>
  363. <Compile Include="ForwardedPortRemote.cs" />
  364. <Compile Include="MessageEventArgs.cs" />
  365. <Compile Include="Messages\Authentication\BannerMessage.cs" />
  366. <Compile Include="Messages\Authentication\FailureMessage.cs" />
  367. <Compile Include="Messages\Authentication\InformationRequestMessage.cs" />
  368. <Compile Include="Messages\Authentication\InformationResponseMessage.cs" />
  369. <Compile Include="Messages\Authentication\PasswordChangeRequiredMessage.cs" />
  370. <Compile Include="Messages\Authentication\PublicKeyMessage.cs" />
  371. <Compile Include="Messages\Authentication\RequestMessage.cs">
  372. <SubType>Code</SubType>
  373. </Compile>
  374. <Compile Include="Messages\Authentication\RequestMessageHost.cs" />
  375. <Compile Include="Messages\Authentication\RequestMessageKeyboardInteractive.cs" />
  376. <Compile Include="Messages\Authentication\RequestMessageNone.cs" />
  377. <Compile Include="Messages\Authentication\RequestMessagePassword.cs" />
  378. <Compile Include="Messages\Authentication\RequestMessagePublicKey.cs" />
  379. <Compile Include="Messages\Authentication\SuccessMessage.cs" />
  380. <Compile Include="Messages\Connection\ChannelCloseMessage.cs" />
  381. <Compile Include="Messages\Connection\ChannelDataMessage.cs" />
  382. <Compile Include="Messages\Connection\ChannelEofMessage.cs" />
  383. <Compile Include="Messages\Connection\ChannelExtendedDataMessage.cs" />
  384. <Compile Include="Messages\Connection\ChannelFailureMessage.cs" />
  385. <Compile Include="Messages\Connection\ChannelMessage.cs" />
  386. <Compile Include="Messages\Connection\ChannelOpenConfirmationMessage.cs" />
  387. <Compile Include="Messages\Connection\ChannelOpenFailureMessage.cs" />
  388. <Compile Include="Messages\Connection\ChannelOpenFailureReasons.cs" />
  389. <Compile Include="Messages\Connection\ChannelOpen\ChannelOpenInfo.cs" />
  390. <Compile Include="Messages\Connection\ChannelOpen\ChannelOpenMessage.cs" />
  391. <Compile Include="Messages\Connection\ChannelOpen\DirectTcpipChannelInfo.cs" />
  392. <Compile Include="Messages\Connection\ChannelOpen\ForwardedTcpipChannelInfo.cs" />
  393. <Compile Include="Messages\Connection\ChannelOpen\SessionChannelOpenInfo.cs" />
  394. <Compile Include="Messages\Connection\ChannelOpen\X11ChannelOpenInfo.cs" />
  395. <Compile Include="Messages\Connection\ChannelRequest\BreakRequestInfo.cs" />
  396. <Compile Include="Messages\Connection\ChannelRequest\ChannelRequestMessage.cs" />
  397. <Compile Include="Messages\Connection\ChannelRequest\EndOfWriteRequestInfo.cs" />
  398. <Compile Include="Messages\Connection\ChannelRequest\EnvironmentVariableRequestInfo.cs" />
  399. <Compile Include="Messages\Connection\ChannelRequest\ExecRequestInfo.cs" />
  400. <Compile Include="Messages\Connection\ChannelRequest\ExitSignalRequestInfo.cs" />
  401. <Compile Include="Messages\Connection\ChannelRequest\ExitStatusRequestInfo.cs" />
  402. <Compile Include="Messages\Connection\ChannelRequest\KeepAliveRequestInfo.cs" />
  403. <Compile Include="Messages\Connection\ChannelRequest\PseudoTerminalInfo.cs" />
  404. <Compile Include="Messages\Connection\ChannelRequest\RequestInfo.cs" />
  405. <Compile Include="Messages\Connection\ChannelRequest\ShellRequestInfo.cs" />
  406. <Compile Include="Messages\Connection\ChannelRequest\SignalRequestInfo.cs" />
  407. <Compile Include="Messages\Connection\ChannelRequest\SubsystemRequestInfo.cs" />
  408. <Compile Include="Messages\Connection\ChannelRequest\WindowChangeRequestInfo.cs" />
  409. <Compile Include="Messages\Connection\ChannelRequest\X11ForwardingRequestInfo.cs" />
  410. <Compile Include="Messages\Connection\ChannelRequest\XonXoffRequestInfo.cs" />
  411. <Compile Include="Messages\Connection\ChannelSuccessMessage.cs" />
  412. <Compile Include="Messages\Connection\ChannelWindowAdjustMessage.cs" />
  413. <Compile Include="Messages\Connection\GlobalRequestMessage.cs" />
  414. <Compile Include="Messages\Connection\GlobalRequestName.cs" />
  415. <Compile Include="Messages\Connection\RequestFailureMessage.cs" />
  416. <Compile Include="Messages\Connection\RequestSuccessMessage.cs" />
  417. <Compile Include="Messages\Message.cs">
  418. <SubType>Code</SubType>
  419. </Compile>
  420. <Compile Include="Messages\MessageAttribute.cs" />
  421. <Compile Include="Messages\ServiceName.cs" />
  422. <Compile Include="Messages\Transport\DebugMessage.cs" />
  423. <Compile Include="Messages\Transport\DisconnectMessage.cs">
  424. <SubType>Code</SubType>
  425. </Compile>
  426. <Compile Include="Messages\Transport\DisconnectReason.cs" />
  427. <Compile Include="Messages\Transport\IgnoreMessage.cs" />
  428. <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeGroup.cs" />
  429. <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeInit.cs" />
  430. <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeReply.cs" />
  431. <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeRequest.cs" />
  432. <Compile Include="Messages\Transport\KeyExchangeDhInitMessage.cs">
  433. <SubType>Code</SubType>
  434. </Compile>
  435. <Compile Include="Messages\Transport\KeyExchangeDhReplyMessage.cs">
  436. <SubType>Code</SubType>
  437. </Compile>
  438. <Compile Include="Messages\Transport\KeyExchangeInitMessage.cs">
  439. <SubType>Code</SubType>
  440. </Compile>
  441. <Compile Include="Messages\Transport\NewKeysMessage.cs">
  442. <SubType>Code</SubType>
  443. </Compile>
  444. <Compile Include="Messages\Transport\ServiceAcceptMessage.cs" />
  445. <Compile Include="Messages\Transport\ServiceRequestMessage.cs" />
  446. <Compile Include="Messages\Transport\UnimplementedMessage.cs" />
  447. <Compile Include="NetConfClient.cs" />
  448. <Compile Include="Netconf\NetConfSession.cs" />
  449. <Compile Include="PrivateKeyFile.cs" />
  450. <Compile Include="Properties\AssemblyInfo.cs" />
  451. <Compile Include="Properties\CommonAssemblyInfo.cs" />
  452. <Compile Include="Security\Algorithm.cs">
  453. <SubType>Code</SubType>
  454. </Compile>
  455. <Compile Include="Security\CertificateHostAlgorithm.cs" />
  456. <Compile Include="Security\Cryptography\AsymmetricCipher.cs" />
  457. <Compile Include="Security\Cryptography\BlockCipher.cs" />
  458. <Compile Include="Security\Cryptography\Cipher.cs" />
  459. <Compile Include="Security\Cryptography\CipherDigitalSignature.cs" />
  460. <Compile Include="Security\Cryptography\Ciphers\AesCipher.cs" />
  461. <Compile Include="Security\Cryptography\Ciphers\Arc4Cipher.cs" />
  462. <Compile Include="Security\Cryptography\Ciphers\BlowfishCipher.cs" />
  463. <Compile Include="Security\Cryptography\Ciphers\CastCipher.cs" />
  464. <Compile Include="Security\Cryptography\Ciphers\CipherMode.cs" />
  465. <Compile Include="Security\Cryptography\Ciphers\CipherPadding.cs" />
  466. <Compile Include="Security\Cryptography\Ciphers\DesCipher.cs" />
  467. <Compile Include="Security\Cryptography\Ciphers\Modes\CbcCipherMode.cs" />
  468. <Compile Include="Security\Cryptography\Ciphers\Modes\CfbCipherMode.cs" />
  469. <Compile Include="Security\Cryptography\Ciphers\Modes\CtrCipherMode.cs" />
  470. <Compile Include="Security\Cryptography\Ciphers\Modes\OfbCipherMode.cs" />
  471. <Compile Include="Security\Cryptography\Ciphers\Paddings\PKCS5Padding.cs" />
  472. <Compile Include="Security\Cryptography\Ciphers\Paddings\PKCS7Padding.cs" />
  473. <Compile Include="Security\Cryptography\Ciphers\RsaCipher.cs">
  474. <SubType>Code</SubType>
  475. </Compile>
  476. <Compile Include="Security\Cryptography\Ciphers\SerpentCipher.cs" />
  477. <Compile Include="Security\Cryptography\Ciphers\TripleDesCipher.cs" />
  478. <Compile Include="Security\Cryptography\Ciphers\TwofishCipher.cs" />
  479. <Compile Include="Security\Cryptography\DigitalSignature.cs">
  480. <SubType>Code</SubType>
  481. </Compile>
  482. <Compile Include="Security\Cryptography\DsaDigitalSignature.cs">
  483. <SubType>Code</SubType>
  484. </Compile>
  485. <Compile Include="Security\Cryptography\DsaKey.cs">
  486. <SubType>Code</SubType>
  487. </Compile>
  488. <Compile Include="Security\Cryptography\Key.cs">
  489. <SubType>Code</SubType>
  490. </Compile>
  491. <Compile Include="Security\Cryptography\RsaDigitalSignature.cs">
  492. <SubType>Code</SubType>
  493. </Compile>
  494. <Compile Include="Security\Cryptography\RsaKey.cs">
  495. <SubType>Code</SubType>
  496. </Compile>
  497. <Compile Include="Security\Cryptography\StreamCipher.cs" />
  498. <Compile Include="Security\Cryptography\SymmetricCipher.cs" />
  499. <Compile Include="Security\HostAlgorithm.cs" />
  500. <Compile Include="Security\KeyExchange.cs">
  501. <SubType>Code</SubType>
  502. </Compile>
  503. <Compile Include="Security\KeyExchangeDiffieHellman.cs">
  504. <SubType>Code</SubType>
  505. </Compile>
  506. <Compile Include="Security\KeyExchangeDiffieHellmanGroup14Sha1.cs">
  507. <SubType>Code</SubType>
  508. </Compile>
  509. <Compile Include="Security\KeyExchangeDiffieHellmanGroup1Sha1.cs">
  510. <SubType>Code</SubType>
  511. </Compile>
  512. <Compile Include="Security\KeyExchangeDiffieHellmanGroupExchangeSha1.cs">
  513. <SubType>Code</SubType>
  514. </Compile>
  515. <Compile Include="Security\KeyExchangeDiffieHellmanGroupExchangeSha256.cs">
  516. <SubType>Code</SubType>
  517. </Compile>
  518. <Compile Include="Security\KeyHostAlgorithm.cs" />
  519. <Compile Include="Session.cs">
  520. <SubType>Code</SubType>
  521. </Compile>
  522. <Compile Include="SftpClient.cs">
  523. <SubType>Code</SubType>
  524. </Compile>
  525. <Compile Include="Sftp\Flags.cs" />
  526. <Compile Include="Sftp\Requests\ExtendedRequests\FStatVfsRequest.cs" />
  527. <Compile Include="Sftp\Requests\ExtendedRequests\HardLinkRequest.cs" />
  528. <Compile Include="Sftp\Requests\SftpUnblockRequest.cs" />
  529. <Compile Include="Sftp\Requests\SftpBlockRequest.cs" />
  530. <Compile Include="Sftp\Requests\SftpExtendedRequest.cs" />
  531. <Compile Include="Sftp\Requests\ExtendedRequests\PosixRenameRequest.cs">
  532. <SubType>Code</SubType>
  533. </Compile>
  534. <Compile Include="Sftp\Requests\SftpCloseRequest.cs" />
  535. <Compile Include="Sftp\Requests\SftpFSetStatRequest.cs" />
  536. <Compile Include="Sftp\Requests\SftpFStatRequest.cs" />
  537. <Compile Include="Sftp\Requests\SftpInitRequest.cs" />
  538. <Compile Include="Sftp\Requests\SftpLinkRequest.cs" />
  539. <Compile Include="Sftp\Requests\SftpLStatRequest.cs" />
  540. <Compile Include="Sftp\Requests\SftpMkDirRequest.cs" />
  541. <Compile Include="Sftp\Requests\SftpOpenDirRequest.cs" />
  542. <Compile Include="Sftp\Requests\SftpOpenRequest.cs" />
  543. <Compile Include="Sftp\Requests\SftpReadDirRequest.cs" />
  544. <Compile Include="Sftp\Requests\SftpReadLinkRequest.cs" />
  545. <Compile Include="Sftp\Requests\SftpReadRequest.cs" />
  546. <Compile Include="Sftp\Requests\SftpRealPathRequest.cs" />
  547. <Compile Include="Sftp\Requests\SftpRemoveRequest.cs" />
  548. <Compile Include="Sftp\Requests\SftpRenameRequest.cs" />
  549. <Compile Include="Sftp\Requests\SftpRequest.cs" />
  550. <Compile Include="Sftp\Requests\SftpRmDirRequest.cs" />
  551. <Compile Include="Sftp\Requests\SftpSetStatRequest.cs" />
  552. <Compile Include="Sftp\Requests\SftpStatRequest.cs" />
  553. <Compile Include="Sftp\Requests\SftpSymLinkRequest.cs" />
  554. <Compile Include="Sftp\Requests\SftpWriteRequest.cs" />
  555. <Compile Include="Sftp\Requests\ExtendedRequests\StatVfsRequest.cs">
  556. <SubType>Code</SubType>
  557. </Compile>
  558. <Compile Include="Sftp\Responses\ExtendedReplies\ExtendedReplyInfo.cs" />
  559. <Compile Include="Sftp\Responses\ExtendedReplies\StatVfsReplyInfo.cs" />
  560. <Compile Include="Sftp\Responses\SftpAttrsResponse.cs" />
  561. <Compile Include="Sftp\Responses\SftpDataResponse.cs" />
  562. <Compile Include="Sftp\Responses\SftpExtendedReplyResponse.cs" />
  563. <Compile Include="Sftp\Responses\SftpHandleResponse.cs" />
  564. <Compile Include="Sftp\Responses\SftpNameResponse.cs" />
  565. <Compile Include="Sftp\Responses\SftpResponse.cs" />
  566. <Compile Include="Sftp\Responses\SftpStatusResponse.cs" />
  567. <Compile Include="Sftp\Responses\SftpVersionResponse.cs" />
  568. <Compile Include="Sftp\SftpCloseAsyncResult.cs" />
  569. <Compile Include="Sftp\SftpDownloadAsyncResult.cs" />
  570. <Compile Include="Sftp\SftpFile.cs" />
  571. <Compile Include="Sftp\SftpFileAttributes.cs" />
  572. <Compile Include="Sftp\SftpFileReader.cs" />
  573. <Compile Include="Sftp\SftpFileStream.cs" />
  574. <Compile Include="Sftp\SftpFileSystemInformation.cs">
  575. <SubType>Code</SubType>
  576. </Compile>
  577. <Compile Include="Sftp\SftpListDirectoryAsyncResult.cs" />
  578. <Compile Include="Sftp\SftpMessage.cs" />
  579. <Compile Include="Sftp\SftpResponseFactory.cs" />
  580. <Compile Include="Sftp\SftpMessageTypes.cs">
  581. <SubType>Code</SubType>
  582. </Compile>
  583. <Compile Include="Sftp\SftpOpenAsyncResult.cs" />
  584. <Compile Include="Sftp\SftpReadAsyncResult.cs" />
  585. <Compile Include="Sftp\SftpRealPathAsyncResult.cs" />
  586. <Compile Include="Sftp\SftpSession.cs">
  587. <SubType>Code</SubType>
  588. </Compile>
  589. <Compile Include="Sftp\SFtpStatAsyncResult.cs" />
  590. <Compile Include="Sftp\SftpSynchronizeDirectoriesAsyncResult.cs" />
  591. <Compile Include="Sftp\SftpUploadAsyncResult.cs" />
  592. <Compile Include="Sftp\StatusCodes.cs">
  593. <SubType>Code</SubType>
  594. </Compile>
  595. <Compile Include="Shell.cs" />
  596. <Compile Include="ShellStream.cs">
  597. <SubType>Code</SubType>
  598. </Compile>
  599. <Compile Include="SshClient.cs" />
  600. <Compile Include="SshCommand.cs" />
  601. <Compile Include="SshMessageFactory.cs" />
  602. <Compile Include="SubsystemSession.cs" />
  603. </ItemGroup>
  604. <ItemGroup>
  605. <None Include="..\Renci.SshNet.snk">
  606. <Link>Renci.SshNet.snk</Link>
  607. </None>
  608. <None Include="Documentation\Renci.SshNet.content" />
  609. </ItemGroup>
  610. <ItemGroup>
  611. <Content Include="Documentation\SshNet.shfbproj" />
  612. <Content Include="Security\Chaos.NaCl\Internal\Salsa\replace regex.txt" />
  613. <Content Include="Security\Chaos.NaCl\License.txt" />
  614. </ItemGroup>
  615. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  616. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  617. Other similar extension points exist, see Microsoft.Common.targets.
  618. <Target Name="BeforeBuild">
  619. </Target>
  620. <Target Name="AfterBuild">
  621. </Target>
  622. -->
  623. </Project>