FtpConfigurator.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>{C5AD07B6-024A-43A1-8443-DDED7F21D296}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>App.ico</ApplicationIcon>
  10.     <AssemblyKeyContainerName>
  11.     </AssemblyKeyContainerName>
  12.     <AssemblyName>FtpConfigurator</AssemblyName>
  13.     <AssemblyOriginatorKeyFile>
  14.     </AssemblyOriginatorKeyFile>
  15.     <DefaultClientScript>JScript</DefaultClientScript>
  16.     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  17.     <DefaultTargetSchema>IE50</DefaultTargetSchema>
  18.     <DelaySign>false</DelaySign>
  19.     <OutputType>WinExe</OutputType>
  20.     <RootNamespace>FtpConfigurator</RootNamespace>
  21.     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  22.     <StartupObject>
  23.     </StartupObject>
  24.     <FileUpgradeFlags>
  25.     </FileUpgradeFlags>
  26.     <OldToolsVersion>0.0</OldToolsVersion>
  27.     <UpgradeBackupLocation>
  28.     </UpgradeBackupLocation>
  29.     <PublishUrl>http://localhost/SharpFtpConfigurator/</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.Data">
  96.       <Name>System.Data</Name>
  97.     </Reference>
  98.     <Reference Include="System.Drawing">
  99.       <Name>System.Drawing</Name>
  100.     </Reference>
  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.       <Name>System.Windows.Forms</Name>
  109.     </Reference>
  110.     <Reference Include="System.Xml">
  111.       <Name>System.XML</Name>
  112.     </Reference>
  113.   </ItemGroup>
  114.   <ItemGroup>
  115.     <Content Include="App.ico" />
  116.     <Compile Include="AssemblyInfo.cs">
  117.       <SubType>Code</SubType>
  118.     </Compile>
  119.     <Compile Include="Configurator.cs">
  120.       <SubType>Form</SubType>
  121.     </Compile>
  122.     <EmbeddedResource Include="Configurator.resx">
  123.       <DependentUpon>Configurator.cs</DependentUpon>
  124.       <SubType>Designer</SubType>
  125.     </EmbeddedResource>
  126.   </ItemGroup>
  127.   <ItemGroup>
  128.     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  129.       <Visible>False</Visible>
  130.       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  131.       <Install>true</Install>
  132.     </BootstrapperPackage>
  133.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  134.       <Visible>False</Visible>
  135.       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  136.       <Install>false</Install>
  137.     </BootstrapperPackage>
  138.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  139.       <Visible>False</Visible>
  140.       <ProductName>.NET Framework 3.5</ProductName>
  141.       <Install>false</Install>
  142.     </BootstrapperPackage>
  143.   </ItemGroup>
  144.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  145.   <PropertyGroup>
  146.     <PreBuildEvent>
  147.     </PreBuildEvent>
  148.     <PostBuildEvent>
  149.     </PostBuildEvent>
  150.   </PropertyGroup>
  151. </Project>