System.Net.FtpClient.NET2.csproj 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{2E4F2A25-7133-455A-AC1D-FBE3E56CA1A1}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>System.Net.FtpClient</RootNamespace>
  11. <AssemblyName>System.Net.FtpClient</AssemblyName>
  12. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProductVersion>10.0.0</ProductVersion>
  15. <SchemaVersion>2.0</SchemaVersion>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>NET2\bin\Debug\</OutputPath>
  22. <DefineConstants>TRACE;DEBUG;NET2</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <DocumentationFile>NET2\bin\Debug\System.Net.FtpClient.XML</DocumentationFile>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>NET2\bin\Release\</OutputPath>
  31. <DefineConstants>TRACE;NET2</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <DocumentationFile>NET2\bin\Release\System.Net.FtpClient.XML</DocumentationFile>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Web" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <Compile Include="AssemblyInfo.cs" />
  42. <Compile Include="Extensions\GetChecksum.cs" />
  43. <Compile Include="Extensions\MD5.cs" />
  44. <Compile Include="Extensions\XCRC.cs" />
  45. <Compile Include="Extensions\XMD5.cs" />
  46. <Compile Include="Extensions\XSHA1.cs" />
  47. <Compile Include="Extensions\XSHA256.cs" />
  48. <Compile Include="Extensions\XSHA512.cs" />
  49. <Compile Include="FtpClient.cs" />
  50. <Compile Include="FtpDataStream.cs" />
  51. <Compile Include="FtpEnums.cs" />
  52. <Compile Include="FtpExceptions.cs" />
  53. <Compile Include="FtpExtensionAttribute.cs" />
  54. <Compile Include="FtpExtensions.cs" />
  55. <Compile Include="FtpHash.cs" />
  56. <Compile Include="FtpListItem.cs" />
  57. <Compile Include="FtpReply.cs" />
  58. <Compile Include="FtpSocketStream.cs" />
  59. <Compile Include="FtpTrace.cs" />
  60. <Compile Include="IFtpClient.cs" />
  61. <Compile Include="IFtpListItem.cs" />
  62. <Compile Include="IFtpReply.cs" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Folder Include="Properties\" />
  66. </ItemGroup>
  67. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  68. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  69. Other similar extension points exist, see Microsoft.Common.targets.
  70. <Target Name="BeforeBuild">
  71. </Target>
  72. <Target Name="AfterBuild">
  73. </Target>
  74. -->
  75. </Project>