FtpServerLibrary.csproj
上传用户:xuelanruo
上传日期:2015-04-02
资源大小:163k
文件大小:6k
源码类别:

Ftp服务器

开发平台:

C#

  1. <Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <ProjectType>Local</ProjectType>
  4.     <ProductVersion>9.0.21022</ProductVersion>
  5.     <SchemaVersion>2.0</SchemaVersion>
  6.     <ProjectGuid>{A3A15208-631E-4A34-A34B-17BD320AB9F4}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>
  10.     </ApplicationIcon>
  11.     <AssemblyKeyContainerName>
  12.     </AssemblyKeyContainerName>
  13.     <AssemblyName>FtpServerLibrary</AssemblyName>
  14.     <AssemblyOriginatorKeyFile>
  15.     </AssemblyOriginatorKeyFile>
  16.     <DefaultClientScript>JScript</DefaultClientScript>
  17.     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  18.     <DefaultTargetSchema>IE50</DefaultTargetSchema>
  19.     <DelaySign>false</DelaySign>
  20.     <OutputType>Library</OutputType>
  21.     <RootNamespace>FtpServerLibrary</RootNamespace>
  22.     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  23.     <StartupObject>
  24.     </StartupObject>
  25.     <FileUpgradeFlags>
  26.     </FileUpgradeFlags>
  27.     <OldToolsVersion>0.0</OldToolsVersion>
  28.     <UpgradeBackupLocation>
  29.     </UpgradeBackupLocation>
  30.     <PublishUrl>http://localhost/SharpFtpServer/</PublishUrl>
  31.     <Install>true</Install>
  32.     <InstallFrom>Web</InstallFrom>
  33.     <UpdateEnabled>true</UpdateEnabled>
  34.     <UpdateMode>Foreground</UpdateMode>
  35.     <UpdateInterval>7</UpdateInterval>
  36.     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  37.     <UpdatePeriodically>false</UpdatePeriodically>
  38.     <UpdateRequired>false</UpdateRequired>
  39.     <MapFileExtensions>true</MapFileExtensions>
  40.     <ApplicationRevision>0</ApplicationRevision>
  41.     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  42.     <IsWebBootstrapper>true</IsWebBootstrapper>
  43.     <UseApplicationTrust>false</UseApplicationTrust>
  44.     <BootstrapperEnabled>true</BootstrapperEnabled>
  45.   </PropertyGroup>
  46.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  47.     <OutputPath>..Release</OutputPath>
  48.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  49.     <BaseAddress>285212672</BaseAddress>
  50.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  51.     <ConfigurationOverrideFile>
  52.     </ConfigurationOverrideFile>
  53.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  54.     <DocumentationFile>
  55.     </DocumentationFile>
  56.     <DebugSymbols>true</DebugSymbols>
  57.     <FileAlignment>4096</FileAlignment>
  58.     <NoStdLib>false</NoStdLib>
  59.     <NoWarn>
  60.     </NoWarn>
  61.     <Optimize>false</Optimize>
  62.     <RegisterForComInterop>false</RegisterForComInterop>
  63.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  64.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  65.     <WarningLevel>4</WarningLevel>
  66.     <DebugType>full</DebugType>
  67.     <ErrorReport>prompt</ErrorReport>
  68.   </PropertyGroup>
  69.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  70.     <OutputPath>binRelease</OutputPath>
  71.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  72.     <BaseAddress>285212672</BaseAddress>
  73.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  74.     <ConfigurationOverrideFile>
  75.     </ConfigurationOverrideFile>
  76.     <DefineConstants>TRACE</DefineConstants>
  77.     <DocumentationFile>
  78.     </DocumentationFile>
  79.     <DebugSymbols>false</DebugSymbols>
  80.     <FileAlignment>4096</FileAlignment>
  81.     <NoStdLib>false</NoStdLib>
  82.     <NoWarn>
  83.     </NoWarn>
  84.     <Optimize>true</Optimize>
  85.     <RegisterForComInterop>false</RegisterForComInterop>
  86.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  87.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  88.     <WarningLevel>4</WarningLevel>
  89.     <DebugType>none</DebugType>
  90.     <ErrorReport>prompt</ErrorReport>
  91.   </PropertyGroup>
  92.   <ItemGroup>
  93.     <Reference Include="System">
  94.       <Name>System</Name>
  95.     </Reference>
  96.     <Reference Include="System.configuration" />
  97.     <Reference Include="System.Data">
  98.       <Name>System.Data</Name>
  99.     </Reference>
  100.     <Reference Include="System.Web">
  101.       <Name>System.Web</Name>
  102.     </Reference>
  103.     <Reference Include="System.Web.RegularExpressions">
  104.       <Name>System.Web.RegularExpressions</Name>
  105.     </Reference>
  106.     <Reference Include="System.Xml">
  107.       <Name>System.XML</Name>
  108.     </Reference>
  109.   </ItemGroup>
  110.   <ItemGroup>
  111.     <Compile Include="AssemblyInfo.cs" />
  112.     <Compile Include="FtpServer.cs">
  113.       <SubType>Code</SubType>
  114.     </Compile>
  115.     <Compile Include="FtpSession.cs">
  116.       <SubType>Code</SubType>
  117.     </Compile>
  118.     <Compile Include="Helpers.cs">
  119.       <SubType>Code</SubType>
  120.     </Compile>
  121.     <Compile Include="Messages.cs">
  122.       <SubType>Code</SubType>
  123.     </Compile>
  124.     <Compile Include="WinAuth.cs">
  125.       <SubType>Code</SubType>
  126.     </Compile>
  127.     <Content Include="Homes.xml" />
  128.     <Content Include="VPaths.xml" />
  129.   </ItemGroup>
  130.   <ItemGroup>
  131.     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  132.       <Visible>False</Visible>
  133.       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  134.       <Install>true</Install>
  135.     </BootstrapperPackage>
  136.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  137.       <Visible>False</Visible>
  138.       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  139.       <Install>false</Install>
  140.     </BootstrapperPackage>
  141.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  142.       <Visible>False</Visible>
  143.       <ProductName>.NET Framework 3.5</ProductName>
  144.       <Install>false</Install>
  145.     </BootstrapperPackage>
  146.   </ItemGroup>
  147.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  148.   <PropertyGroup>
  149.     <PreBuildEvent>
  150.     </PreBuildEvent>
  151.     <PostBuildEvent>
  152.     </PostBuildEvent>
  153.   </PropertyGroup>
  154. </Project>