SgmlReader8.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>{606C348A-9A72-4179-9C55-4DD9914C22CC}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>App.ico</ApplicationIcon>
  10.     <AssemblyKeyContainerName>
  11.     </AssemblyKeyContainerName>
  12.     <AssemblyName>SgmlReader</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>SgmlReader</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.Windows.Forms">
  83.       <Name>System.Windows.Forms</Name>
  84.     </Reference>
  85.     <Reference Include="System.Xml">
  86.       <Name>System.XML</Name>
  87.     </Reference>
  88.   </ItemGroup>
  89.   <ItemGroup>
  90.     <Content Include="..Readme.htm">
  91.       <Link>Readme.htm</Link>
  92.     </Content>
  93.     <Content Include="App.ico" />
  94.     <Compile Include="AssemblyInfo.cs">
  95.       <SubType>Code</SubType>
  96.     </Compile>
  97.     <Compile Include="Main.cs">
  98.       <SubType>Code</SubType>
  99.     </Compile>
  100.     <EmbeddedResource Include="Html.dtd">
  101.       <SubType>Code</SubType>
  102.     </EmbeddedResource>
  103.   </ItemGroup>
  104.   <ItemGroup>
  105.     <ProjectReference Include="..SgmlReaderDllSgmlReaderDll8.csproj">
  106.       <Project>{499527FF-AE52-450F-B3E3-4AD53E1712AD}</Project>
  107.       <Name>SgmlReaderDll8</Name>
  108.     </ProjectReference>
  109.   </ItemGroup>
  110.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  111.   <PropertyGroup>
  112.     <PreBuildEvent>
  113.     </PreBuildEvent>
  114.     <PostBuildEvent>
  115.     </PostBuildEvent>
  116.   </PropertyGroup>
  117. </Project>