TestSuite8.csproj
上传用户:jingke1993
上传日期:2022-06-08
资源大小:140k
文件大小:4k
源码类别:

xml/soap/webservice

开发平台:

Visual C++

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <ProjectType>Local</ProjectType>
  4.     <ProductVersion>8.0.50727</ProductVersion>
  5.     <SchemaVersion>2.0</SchemaVersion>
  6.     <ProjectGuid>{8C30F6C5-64E8-4810-B5B5-62782257AEBD}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>App.ico</ApplicationIcon>
  10.     <AssemblyKeyContainerName>
  11.     </AssemblyKeyContainerName>
  12.     <AssemblyName>TestSuite</AssemblyName>
  13.     <AssemblyOriginatorKeyFile>
  14.     </AssemblyOriginatorKeyFile>
  15.     <DefaultClientScript>JScript</DefaultClientScript>
  16.     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  17.     <DefaultTargetSchema>IE50</DefaultTargetSchema>
  18.     <DelaySign>false</DelaySign>
  19.     <OutputType>Exe</OutputType>
  20.     <RootNamespace>TestSuite</RootNamespace>
  21.     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  22.     <StartupObject>
  23.     </StartupObject>
  24.     <FileUpgradeFlags>
  25.     </FileUpgradeFlags>
  26.     <UpgradeBackupLocation>
  27.     </UpgradeBackupLocation>
  28.   </PropertyGroup>
  29.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30.     <OutputPath>binDebug</OutputPath>
  31.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  32.     <BaseAddress>285212672</BaseAddress>
  33.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  34.     <ConfigurationOverrideFile>
  35.     </ConfigurationOverrideFile>
  36.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  37.     <DocumentationFile>
  38.     </DocumentationFile>
  39.     <DebugSymbols>true</DebugSymbols>
  40.     <FileAlignment>4096</FileAlignment>
  41.     <NoStdLib>false</NoStdLib>
  42.     <NoWarn>
  43.     </NoWarn>
  44.     <Optimize>false</Optimize>
  45.     <RegisterForComInterop>false</RegisterForComInterop>
  46.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  47.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  48.     <WarningLevel>4</WarningLevel>
  49.     <DebugType>full</DebugType>
  50.     <ErrorReport>prompt</ErrorReport>
  51.   </PropertyGroup>
  52.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  53.     <OutputPath>binRelease</OutputPath>
  54.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  55.     <BaseAddress>285212672</BaseAddress>
  56.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  57.     <ConfigurationOverrideFile>
  58.     </ConfigurationOverrideFile>
  59.     <DefineConstants>TRACE</DefineConstants>
  60.     <DocumentationFile>
  61.     </DocumentationFile>
  62.     <DebugSymbols>false</DebugSymbols>
  63.     <FileAlignment>4096</FileAlignment>
  64.     <NoStdLib>false</NoStdLib>
  65.     <NoWarn>
  66.     </NoWarn>
  67.     <Optimize>true</Optimize>
  68.     <RegisterForComInterop>false</RegisterForComInterop>
  69.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  70.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  71.     <WarningLevel>4</WarningLevel>
  72.     <DebugType>none</DebugType>
  73.     <ErrorReport>prompt</ErrorReport>
  74.   </PropertyGroup>
  75.   <ItemGroup>
  76.     <Reference Include="System">
  77.       <Name>System</Name>
  78.     </Reference>
  79.     <Reference Include="System.Data">
  80.       <Name>System.Data</Name>
  81.     </Reference>
  82.     <Reference Include="System.XML">
  83.       <Name>System.XML</Name>
  84.     </Reference>
  85.   </ItemGroup>
  86.   <ItemGroup>
  87.     <Content Include="App.ico" />
  88.     <Compile Include="AssemblyInfo.cs">
  89.       <SubType>Code</SubType>
  90.     </Compile>
  91.     <Compile Include="Test.cs">
  92.       <SubType>Code</SubType>
  93.     </Compile>
  94.     <None Include="html.suite" />
  95.     <None Include="ofx.suite" />
  96.   </ItemGroup>
  97.   <ItemGroup>
  98.     <ProjectReference Include="..SgmlReaderDllSgmlReaderDll8.csproj">
  99.       <Project>{499527FF-AE52-450F-B3E3-4AD53E1712AD}</Project>
  100.       <Name>SgmlReaderDll8</Name>
  101.     </ProjectReference>
  102.   </ItemGroup>
  103.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  104.   <PropertyGroup>
  105.     <PreBuildEvent>
  106.     </PreBuildEvent>
  107.     <PostBuildEvent>
  108.     </PostBuildEvent>
  109.   </PropertyGroup>
  110. </Project>