FtpClientTest.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>{495AA717-5228-40FF-B1E4-A31C8152B654}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>App.ico</ApplicationIcon>
  10.     <AssemblyKeyContainerName>
  11.     </AssemblyKeyContainerName>
  12.     <AssemblyName>FtpClientTest</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>FtpClientTest</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/Ftp Dot Net tester/</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.Windows.Forms">
  102.       <Name>System.Windows.Forms</Name>
  103.     </Reference>
  104.     <Reference Include="System.Xml">
  105.       <Name>System.XML</Name>
  106.     </Reference>
  107.   </ItemGroup>
  108.   <ItemGroup>
  109.     <Content Include="App.ico" />
  110.     <Compile Include="AssemblyInfo.cs" />
  111.     <Compile Include="Form1.cs">
  112.       <SubType>Form</SubType>
  113.     </Compile>
  114.     <EmbeddedResource Include="Form1.resx">
  115.       <DependentUpon>Form1.cs</DependentUpon>
  116.       <SubType>Designer</SubType>
  117.     </EmbeddedResource>
  118.   </ItemGroup>
  119.   <ItemGroup>
  120.     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  121.       <Visible>False</Visible>
  122.       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  123.       <Install>true</Install>
  124.     </BootstrapperPackage>
  125.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  126.       <Visible>False</Visible>
  127.       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  128.       <Install>false</Install>
  129.     </BootstrapperPackage>
  130.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  131.       <Visible>False</Visible>
  132.       <ProductName>.NET Framework 3.5</ProductName>
  133.       <Install>false</Install>
  134.     </BootstrapperPackage>
  135.   </ItemGroup>
  136.   <ItemGroup>
  137.     <ProjectReference Include="..FtpServerLibraryFtpServerLibrary.csproj">
  138.       <Project>{A3A15208-631E-4A34-A34B-17BD320AB9F4}</Project>
  139.       <Name>FtpServerLibrary</Name>
  140.     </ProjectReference>
  141.   </ItemGroup>
  142.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  143.   <PropertyGroup>
  144.     <PreBuildEvent>
  145.     </PreBuildEvent>
  146.     <PostBuildEvent>
  147.     </PostBuildEvent>
  148.   </PropertyGroup>
  149. </Project>