FtpService.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>{5DA7691C-3FEB-45FC-9F86-1FA8F60D91CD}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>
  10.     </ApplicationIcon>
  11.     <AssemblyKeyContainerName>
  12.     </AssemblyKeyContainerName>
  13.     <AssemblyName>FtpService</AssemblyName>
  14.     <AssemblyOriginatorKeyFile>
  15.     </AssemblyOriginatorKeyFile>
  16.     <DefaultClientScript>JScript</DefaultClientScript>
  17.     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  18.     <DefaultTargetSchema>IE50</DefaultTargetSchema>
  19.     <DelaySign>false</DelaySign>
  20.     <OutputType>WinExe</OutputType>
  21.     <RootNamespace>FtpService</RootNamespace>
  22.     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  23.     <StartupObject>FtpService.Program</StartupObject>
  24.     <FileUpgradeFlags>
  25.     </FileUpgradeFlags>
  26.     <OldToolsVersion>0.0</OldToolsVersion>
  27.     <UpgradeBackupLocation>
  28.     </UpgradeBackupLocation>
  29.     <PublishUrl>http://localhost/SharpFtpService/</PublishUrl>
  30.     <Install>true</Install>
  31.     <InstallFrom>Web</InstallFrom>
  32.     <UpdateEnabled>true</UpdateEnabled>
  33.     <UpdateMode>Foreground</UpdateMode>
  34.     <UpdateInterval>7</UpdateInterval>
  35.     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  36.     <UpdatePeriodically>false</UpdatePeriodically>
  37.     <UpdateRequired>false</UpdateRequired>
  38.     <MapFileExtensions>true</MapFileExtensions>
  39.     <ApplicationRevision>0</ApplicationRevision>
  40.     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  41.     <IsWebBootstrapper>true</IsWebBootstrapper>
  42.     <UseApplicationTrust>false</UseApplicationTrust>
  43.     <BootstrapperEnabled>true</BootstrapperEnabled>
  44.   </PropertyGroup>
  45.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  46.     <OutputPath>..Release</OutputPath>
  47.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  48.     <BaseAddress>285212672</BaseAddress>
  49.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  50.     <ConfigurationOverrideFile>
  51.     </ConfigurationOverrideFile>
  52.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  53.     <DocumentationFile>
  54.     </DocumentationFile>
  55.     <DebugSymbols>true</DebugSymbols>
  56.     <FileAlignment>4096</FileAlignment>
  57.     <NoStdLib>false</NoStdLib>
  58.     <NoWarn>
  59.     </NoWarn>
  60.     <Optimize>false</Optimize>
  61.     <RegisterForComInterop>false</RegisterForComInterop>
  62.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  63.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  64.     <WarningLevel>4</WarningLevel>
  65.     <DebugType>full</DebugType>
  66.     <ErrorReport>prompt</ErrorReport>
  67.   </PropertyGroup>
  68.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  69.     <OutputPath>binRelease</OutputPath>
  70.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  71.     <BaseAddress>285212672</BaseAddress>
  72.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  73.     <ConfigurationOverrideFile>
  74.     </ConfigurationOverrideFile>
  75.     <DefineConstants>TRACE</DefineConstants>
  76.     <DocumentationFile>
  77.     </DocumentationFile>
  78.     <DebugSymbols>false</DebugSymbols>
  79.     <FileAlignment>4096</FileAlignment>
  80.     <NoStdLib>false</NoStdLib>
  81.     <NoWarn>
  82.     </NoWarn>
  83.     <Optimize>true</Optimize>
  84.     <RegisterForComInterop>false</RegisterForComInterop>
  85.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  86.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  87.     <WarningLevel>4</WarningLevel>
  88.     <DebugType>none</DebugType>
  89.     <ErrorReport>prompt</ErrorReport>
  90.   </PropertyGroup>
  91.   <ItemGroup>
  92.     <Reference Include="System">
  93.       <Name>System</Name>
  94.     </Reference>
  95.     <Reference Include="System.configuration" />
  96.     <Reference Include="System.Configuration.Install">
  97.       <Name>System.Configuration.Install</Name>
  98.     </Reference>
  99.     <Reference Include="System.Data" />
  100.     <Reference Include="System.Drawing" />
  101.     <Reference Include="System.Management">
  102.       <Name>System.Management</Name>
  103.     </Reference>
  104.     <Reference Include="System.ServiceProcess">
  105.       <Name>System.ServiceProcess</Name>
  106.     </Reference>
  107.     <Reference Include="System.Windows.Forms" />
  108.     <Reference Include="System.XML" />
  109.   </ItemGroup>
  110.   <ItemGroup>
  111.     <Compile Include="AssemblyInfo.cs" />
  112.     <Compile Include="Configurator.cs">
  113.       <SubType>Form</SubType>
  114.     </Compile>
  115.     <Compile Include="Program.cs" />
  116.     <Compile Include="ProjectInstaller.cs">
  117.       <SubType>Component</SubType>
  118.     </Compile>
  119.     <Compile Include="ProjectInstaller.Designer.cs">
  120.       <DependentUpon>ProjectInstaller.cs</DependentUpon>
  121.     </Compile>
  122.     <Compile Include="FtpService.cs">
  123.       <SubType>Component</SubType>
  124.     </Compile>
  125.     <Compile Include="FtpService.Designer.cs">
  126.       <DependentUpon>FtpService.cs</DependentUpon>
  127.     </Compile>
  128.     <EmbeddedResource Include="Configurator.resx">
  129.       <DependentUpon>Configurator.cs</DependentUpon>
  130.       <SubType>Designer</SubType>
  131.     </EmbeddedResource>
  132.     <EmbeddedResource Include="ProjectInstaller.resx">
  133.       <DependentUpon>ProjectInstaller.cs</DependentUpon>
  134.       <SubType>Designer</SubType>
  135.     </EmbeddedResource>
  136.   </ItemGroup>
  137.   <ItemGroup>
  138.     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  139.       <Visible>False</Visible>
  140.       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  141.       <Install>true</Install>
  142.     </BootstrapperPackage>
  143.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  144.       <Visible>False</Visible>
  145.       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  146.       <Install>false</Install>
  147.     </BootstrapperPackage>
  148.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  149.       <Visible>False</Visible>
  150.       <ProductName>.NET Framework 3.5</ProductName>
  151.       <Install>false</Install>
  152.     </BootstrapperPackage>
  153.   </ItemGroup>
  154.   <ItemGroup>
  155.     <None Include="App.config" />
  156.   </ItemGroup>
  157.   <ItemGroup>
  158.     <ProjectReference Include="..FtpServerLibraryFtpServerLibrary.csproj">
  159.       <Project>{A3A15208-631E-4A34-A34B-17BD320AB9F4}</Project>
  160.       <Name>FtpServerLibrary</Name>
  161.     </ProjectReference>
  162.   </ItemGroup>
  163.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  164.   <PropertyGroup>
  165.     <PreBuildEvent>
  166.     </PreBuildEvent>
  167.     <PostBuildEvent>
  168.     </PostBuildEvent>
  169.   </PropertyGroup>
  170. </Project>