1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>10.0.0</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{E963B766-56BF-4966-8917-88C1EE69D61A}</ProjectGuid>
- <OutputType>Library</OutputType>
- <RootNamespace>System.Net.FtpClient</RootNamespace>
- <AssemblyName>System.Net.FtpClient</AssemblyName>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG;</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <DocumentationFile>bin\Debug\System.Net.FtpClient.XML</DocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <DocumentationFile>bin\Release\System.Net.FtpClient.XML</DocumentationFile>
- <PlatformTarget>AnyCPU</PlatformTarget>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Web" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="AssemblyInfo.cs" />
- <Compile Include="Extensions\GetChecksum.cs" />
- <Compile Include="Extensions\MD5.cs" />
- <Compile Include="FtpClient.cs" />
- <Compile Include="FtpDataStream.cs" />
- <Compile Include="FtpEnums.cs" />
- <Compile Include="FtpExceptions.cs" />
- <Compile Include="FtpExtensions.cs" />
- <Compile Include="FtpHash.cs" />
- <Compile Include="FtpListItem.cs" />
- <Compile Include="FtpReply.cs" />
- <Compile Include="FtpSocketStream.cs" />
- <Compile Include="FtpTrace.cs" />
- <Compile Include="IFtpClient.cs" />
- <Compile Include="IFtpListItem.cs" />
- <Compile Include="IFtpReply.cs" />
- <Compile Include="Extensions\XCRC.cs" />
- <Compile Include="Extensions\XMD5.cs" />
- <Compile Include="Extensions\XSHA1.cs" />
- <Compile Include="Extensions\XSHA256.cs" />
- <Compile Include="Extensions\XSHA512.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="System.Net.FtpClient.nuspec" />
- </ItemGroup>
- </Project>
|