spc-kiosk-pb/Library/FluentFTP/FluentFTP.csproj
2019-06-16 14:12:09 +09:00

101 lines
4.4 KiB
XML

<?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>FluentFTP</RootNamespace>
<AssemblyName>FluentFTP</AssemblyName>
<SccProjectName>Svn</SccProjectName>
<SccLocalPath>Svn</SccLocalPath>
<SccAuxPath>Svn</SccAuxPath>
<SccProvider>SubversionScc</SccProvider>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\..\BIN\</OutputPath>
<DefineConstants>DEBUG;NETFX</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<DocumentationFile>..\..\..\BIN\FluentFTP.xml</DocumentationFile>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\net40\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<DocumentationFile>bin\Release\net40\FluentFTP.xml</DocumentationFile>
<PlatformTarget>AnyCPU</PlatformTarget>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<DefineConstants>NETFX</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugNET2|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\net20\</OutputPath>
<DefineConstants>DEBUG;NET2,NETFX,LINQBRIDGE_LIB</DefineConstants>
<DocumentationFile>bin\Debug\net20\FluentFTP.xml</DocumentationFile>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNET2|AnyCPU'">
<DebugType>none</DebugType>
<OutputPath>bin\Release\net20\</OutputPath>
<DocumentationFile>bin\Release\net20\FluentFTP.xml</DocumentationFile>
<Optimize>true</Optimize>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<DefineConstants>NET2,NETFX,LINQBRIDGE_LIB</DefineConstants>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Web" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Compile Include="NET2Compatibility.cs" />
<Compile Include="Properties\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="Extensions\XCRC.cs" />
<Compile Include="Extensions\XMD5.cs" />
<Compile Include="Extensions\XSHA1.cs" />
<Compile Include="Extensions\XSHA256.cs" />
<Compile Include="Extensions\XSHA512.cs" />
<Compile Include="Proxy\FtpClientHttp11Proxy.cs" />
<Compile Include="Proxy\FtpClientProxy.cs" />
<Compile Include="Proxy\FtpClientUserAtHostProxy.cs" />
<Compile Include="Proxy\ProxyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="FluentFTP.nuspec" />
</ItemGroup>
</Project>