Renci.SshNet.Tests.NET35.csproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{007CE8B3-7827-4AD0-AACD-860505638ABE}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Renci.SshNet.Tests</RootNamespace>
  13. <AssemblyName>Renci.SshNet.Tests.NET35</AssemblyName>
  14. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  38. <Reference Include="System" />
  39. <Reference Include="System.Core">
  40. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  41. </Reference>
  42. </ItemGroup>
  43. <ItemGroup>
  44. <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
  45. <Visible>False</Visible>
  46. </CodeAnalysisDependentAssemblyPaths>
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="..\Renci.SshNet.Tests\ConnectionTest.cs">
  50. <Link>ConnectionTest.cs</Link>
  51. </Compile>
  52. <Compile Include="..\Renci.SshNet.Tests\ScpClientTests\UploadDownloadTest.cs">
  53. <Link>ScpClientTests\UploadDownloadTest.cs</Link>
  54. </Compile>
  55. <Compile Include="..\Renci.SshNet.Tests\Security\Cryptography\Ciphers.cs">
  56. <Link>Security\Cryptography\Ciphers.cs</Link>
  57. </Compile>
  58. <Compile Include="..\Renci.SshNet.Tests\Security\TestCipher.cs">
  59. <Link>Security\TestCipher.cs</Link>
  60. </Compile>
  61. <Compile Include="..\Renci.SshNet.Tests\Security\TestHMac.cs">
  62. <Link>Security\TestHMac.cs</Link>
  63. </Compile>
  64. <Compile Include="..\Renci.SshNet.Tests\Security\TestHostKey.cs">
  65. <Link>Security\TestHostKey.cs</Link>
  66. </Compile>
  67. <Compile Include="..\Renci.SshNet.Tests\Security\TestKeyExchange.cs">
  68. <Link>Security\TestKeyExchange.cs</Link>
  69. </Compile>
  70. <Compile Include="..\Renci.SshNet.Tests\Security\TestPrivateKeyFile.cs">
  71. <Link>Security\TestPrivateKeyFile.cs</Link>
  72. </Compile>
  73. <Compile Include="..\Renci.SshNet.Tests\SftpClientTests\ChangeDirectory.cs">
  74. <Link>SftpClientTests\ChangeDirectory.cs</Link>
  75. </Compile>
  76. <Compile Include="..\Renci.SshNet.Tests\SftpClientTests\CreateDirectoryTest.cs">
  77. <Link>SftpClientTests\CreateDirectoryTest.cs</Link>
  78. </Compile>
  79. <Compile Include="..\Renci.SshNet.Tests\SftpClientTests\DeleteDirectoryTest.cs">
  80. <Link>SftpClientTests\DeleteDirectoryTest.cs</Link>
  81. </Compile>
  82. <Compile Include="..\Renci.SshNet.Tests\SftpClientTests\DeleteFileTest.cs">
  83. <Link>SftpClientTests\DeleteFileTest.cs</Link>
  84. </Compile>
  85. <Compile Include="..\Renci.SshNet.Tests\SftpClientTests\GetTest.cs">
  86. <Link>SftpClientTests\GetTest.cs</Link>
  87. </Compile>
  88. <Compile Include="..\Renci.SshNet.Tests\SftpClientTests\ListDirectoryTest.cs">
  89. <Link>SftpClientTests\ListDirectoryTest.cs</Link>
  90. </Compile>
  91. <Compile Include="..\Renci.SshNet.Tests\SftpClientTests\RenameFileTest.cs">
  92. <Link>SftpClientTests\RenameFileTest.cs</Link>
  93. </Compile>
  94. <Compile Include="..\Renci.SshNet.Tests\SftpClientTests\SftpFileStreamTest.cs">
  95. <Link>SftpClientTests\SftpFileStreamTest.cs</Link>
  96. </Compile>
  97. <Compile Include="..\Renci.SshNet.Tests\SftpClientTests\SftpFileTest.cs">
  98. <Link>SftpClientTests\SftpFileTest.cs</Link>
  99. </Compile>
  100. <Compile Include="..\Renci.SshNet.Tests\SftpClientTests\UploadDownloadFileTest.cs">
  101. <Link>SftpClientTests\UploadDownloadFileTest.cs</Link>
  102. </Compile>
  103. <Compile Include="..\Renci.SshNet.Tests\SshClientTests\TestPortForwarding.cs">
  104. <Link>SshClientTests\TestPortForwarding.cs</Link>
  105. </Compile>
  106. <Compile Include="..\Renci.SshNet.Tests\SshClientTests\TestShell.cs">
  107. <Link>SshClientTests\TestShell.cs</Link>
  108. </Compile>
  109. <Compile Include="..\Renci.SshNet.Tests\SshClientTests\TestSshCommand.cs">
  110. <Link>SshClientTests\TestSshCommand.cs</Link>
  111. </Compile>
  112. <Compile Include="Properties\AssemblyInfo.cs" />
  113. <Compile Include="Properties\Resources.Designer.cs">
  114. <AutoGen>True</AutoGen>
  115. <DesignTime>True</DesignTime>
  116. <DependentUpon>Resources.resx</DependentUpon>
  117. </Compile>
  118. <Compile Include="SshClientTests\TestPortForwarding.NET35.cs" />
  119. <Compile Include="SshClientTests\TestSshCommand.NET35.cs" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <ProjectReference Include="..\Renci.SshNet.NET35\Renci.SshNet.NET35.csproj">
  123. <Project>{DD1C552F-7F48-4269-ABB3-2E4C89B7E43A}</Project>
  124. <Name>Renci.SshNet.NET35</Name>
  125. </ProjectReference>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <EmbeddedResource Include="Properties\Resources.resx">
  129. <Generator>ResXFileCodeGenerator</Generator>
  130. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  131. </EmbeddedResource>
  132. </ItemGroup>
  133. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  134. <ProjectExtensions>
  135. <VisualStudio>
  136. <UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="c45379b9-17b1-4e89-bc2e-6d41726413e8" />
  137. </VisualStudio>
  138. </ProjectExtensions>
  139. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  140. Other similar extension points exist, see Microsoft.Common.targets.
  141. <Target Name="BeforeBuild">
  142. </Target>
  143. <Target Name="AfterBuild">
  144. </Target>
  145. -->
  146. </Project>