XmlDiffView8.csproj
上传用户:hbhltzc
上传日期:2022-06-04
资源大小:1925k
文件大小:5k
源码类别:

xml/soap/webservice

开发平台:

Visual C++

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2.   <PropertyGroup>
  3.     <ProjectType>Local</ProjectType>
  4.     <ProductVersion>8.0.50727</ProductVersion>
  5.     <SchemaVersion>2.0</SchemaVersion>
  6.     <ProjectGuid>{694D8B35-E80F-4DAF-B454-6BB992630ECA}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>
  10.     </ApplicationIcon>
  11.     <AssemblyKeyContainerName>
  12.     </AssemblyKeyContainerName>
  13.     <AssemblyName>XmlDiffPatch.View</AssemblyName>
  14.     <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
  15.     <DefaultClientScript>JScript</DefaultClientScript>
  16.     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  17.     <DefaultTargetSchema>IE50</DefaultTargetSchema>
  18.     <DelaySign>true</DelaySign>
  19.     <OutputType>Library</OutputType>
  20.     <RootNamespace>Microsoft.XmlDiffPatch.View</RootNamespace>
  21.     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  22.     <StartupObject>
  23.     </StartupObject>
  24.     <FileUpgradeFlags>
  25.     </FileUpgradeFlags>
  26.     <UpgradeBackupLocation>
  27.     </UpgradeBackupLocation>
  28.     <SignAssembly>true</SignAssembly>
  29.     <OldToolsVersion>2.0</OldToolsVersion>
  30.     <SccProjectName>
  31.     </SccProjectName>
  32.     <SccLocalPath>
  33.     </SccLocalPath>
  34.     <SccAuxPath>
  35.     </SccAuxPath>
  36.     <SccProvider>
  37.     </SccProvider>
  38.   </PropertyGroup>
  39.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  40.     <OutputPath>binDebug</OutputPath>
  41.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  42.     <BaseAddress>285212672</BaseAddress>
  43.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  44.     <ConfigurationOverrideFile>
  45.     </ConfigurationOverrideFile>
  46.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  47.     <DocumentationFile>
  48.     </DocumentationFile>
  49.     <DebugSymbols>true</DebugSymbols>
  50.     <FileAlignment>4096</FileAlignment>
  51.     <NoStdLib>false</NoStdLib>
  52.     <NoWarn>
  53.     </NoWarn>
  54.     <Optimize>false</Optimize>
  55.     <RegisterForComInterop>false</RegisterForComInterop>
  56.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  57.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  58.     <WarningLevel>4</WarningLevel>
  59.     <DebugType>full</DebugType>
  60.     <ErrorReport>prompt</ErrorReport>
  61.   </PropertyGroup>
  62.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  63.     <OutputPath>binRelease</OutputPath>
  64.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  65.     <BaseAddress>285212672</BaseAddress>
  66.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  67.     <ConfigurationOverrideFile>
  68.     </ConfigurationOverrideFile>
  69.     <DefineConstants>TRACE</DefineConstants>
  70.     <DocumentationFile>
  71.     </DocumentationFile>
  72.     <DebugSymbols>false</DebugSymbols>
  73.     <FileAlignment>4096</FileAlignment>
  74.     <NoStdLib>false</NoStdLib>
  75.     <NoWarn>
  76.     </NoWarn>
  77.     <Optimize>true</Optimize>
  78.     <RegisterForComInterop>false</RegisterForComInterop>
  79.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  80.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  81.     <WarningLevel>4</WarningLevel>
  82.     <DebugType>none</DebugType>
  83.     <ErrorReport>prompt</ErrorReport>
  84.   </PropertyGroup>
  85.   <ItemGroup>
  86.     <Reference Include="System">
  87.       <Name>System</Name>
  88.     </Reference>
  89.     <Reference Include="System.Data">
  90.       <Name>System.Data</Name>
  91.     </Reference>
  92.     <Reference Include="System.Xml">
  93.       <Name>System.XML</Name>
  94.     </Reference>
  95.   </ItemGroup>
  96.   <ItemGroup>
  97.     <Compile Include="AssemblyInfo.cs">
  98.       <SubType>Code</SubType>
  99.     </Compile>
  100.     <Compile Include="Difference.cs" />
  101.     <Compile Include="Indent.cs" />
  102.     <Compile Include="OperationDescriptor.cs">
  103.       <SubType>Code</SubType>
  104.     </Compile>
  105.     <Compile Include="Tags.cs" />
  106.     <Compile Include="XmlDiffPath.cs" />
  107.     <Compile Include="XmlDiffPathMultiNodeList.cs" />
  108.     <Compile Include="XmlDiffPathNodeList.cs" />
  109.     <Compile Include="XmlDiffPathSingleNodeList.cs" />
  110.     <Compile Include="XmlDiffView.cs">
  111.       <SubType>Code</SubType>
  112.     </Compile>
  113.     <Compile Include="XmlDiffViewAttribute.cs" />
  114.     <Compile Include="XmlDiffViewCharData.cs" />
  115.     <Compile Include="XmlDiffViewDocument.cs" />
  116.     <Compile Include="XmlDiffViewDocumentType.cs" />
  117.     <Compile Include="XmlDiffViewElement.cs" />
  118.     <Compile Include="XmlDiffViewER.cs" />
  119.     <Compile Include="XmlDiffViewNode.cs" />
  120.     <Compile Include="XmlDiffViewParentNode.cs" />
  121.     <Compile Include="XmlDiffViewPI.cs" />
  122.     <Compile Include="XmlDiffViewResults.cs" />
  123.     <Compile Include="XmlDiffViewXmlDeclaration.cs" />
  124.   </ItemGroup>
  125.   <ItemGroup>
  126.     <ProjectReference Include="....srcXmlDiffPatch8.csproj">
  127.       <Project>{8BA90DA5-E8EB-4DEC-9D41-951D012B90CE}</Project>
  128.       <Name>XmlDiffPatch8</Name>
  129.     </ProjectReference>
  130.   </ItemGroup>
  131.   <ItemGroup>
  132.   </ItemGroup>
  133.   <ItemGroup>
  134.     <None Include="Key.snk" />
  135.   </ItemGroup>
  136.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  137.   <PropertyGroup>
  138.     <PreBuildEvent>
  139.     </PreBuildEvent>
  140.     <PostBuildEvent>
  141.     </PostBuildEvent>
  142.   </PropertyGroup>
  143. </Project>