System.Net.FtpClient.csproj 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{E963B766-56BF-4966-8917-88C1EE69D61A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>System.Net.FtpClient</RootNamespace>
  11. <AssemblyName>System.Net.FtpClient</AssemblyName>
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14. <DebugSymbols>true</DebugSymbols>
  15. <DebugType>full</DebugType>
  16. <Optimize>false</Optimize>
  17. <OutputPath>bin\Debug</OutputPath>
  18. <DefineConstants>DEBUG;</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. <ConsolePause>false</ConsolePause>
  22. <DocumentationFile>bin\Debug\System.Net.FtpClient.XML</DocumentationFile>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>none</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release</OutputPath>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <ConsolePause>false</ConsolePause>
  31. <DocumentationFile>bin\Release\System.Net.FtpClient.XML</DocumentationFile>
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="System" />
  36. <Reference Include="System.Web" />
  37. </ItemGroup>
  38. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  39. <ItemGroup>
  40. <Compile Include="AssemblyInfo.cs" />
  41. <Compile Include="Extensions\GetChecksum.cs" />
  42. <Compile Include="Extensions\MD5.cs" />
  43. <Compile Include="FtpClient.cs" />
  44. <Compile Include="FtpDataStream.cs" />
  45. <Compile Include="FtpEnums.cs" />
  46. <Compile Include="FtpExceptions.cs" />
  47. <Compile Include="FtpExtensions.cs" />
  48. <Compile Include="FtpHash.cs" />
  49. <Compile Include="FtpListItem.cs" />
  50. <Compile Include="FtpReply.cs" />
  51. <Compile Include="FtpSocketStream.cs" />
  52. <Compile Include="FtpTrace.cs" />
  53. <Compile Include="IFtpClient.cs" />
  54. <Compile Include="IFtpListItem.cs" />
  55. <Compile Include="IFtpReply.cs" />
  56. <Compile Include="Extensions\XCRC.cs" />
  57. <Compile Include="Extensions\XMD5.cs" />
  58. <Compile Include="Extensions\XSHA1.cs" />
  59. <Compile Include="Extensions\XSHA256.cs" />
  60. <Compile Include="Extensions\XSHA512.cs" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <None Include="System.Net.FtpClient.nuspec" />
  64. </ItemGroup>
  65. </Project>