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

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>{8BA90DA5-E8EB-4DEC-9D41-951D012B90CE}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>
  10.     </ApplicationIcon>
  11.     <AssemblyKeyContainerName>
  12.     </AssemblyKeyContainerName>
  13.     <AssemblyName>XmlDiffPatch</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</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>MEASURE_PERF;TRACE;DESCRIPTORS;DESCRIPTOR_MOVE;DESCRIPTOR_PREFIX_OR_NAMESPACE;VERIFY_HASH_VALUES</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="Diffgram.cs">
  101.       <SubType>Code</SubType>
  102.     </Compile>
  103.     <Compile Include="DiffgramGenerator.cs">
  104.       <SubType>Code</SubType>
  105.     </Compile>
  106.     <Compile Include="DiffgramOperation.cs">
  107.       <SubType>Code</SubType>
  108.     </Compile>
  109.     <Compile Include="EditScript.cs">
  110.       <SubType>Code</SubType>
  111.     </Compile>
  112.     <Compile Include="HashAlgorithm.cs">
  113.       <SubType>Code</SubType>
  114.     </Compile>
  115.     <Compile Include="OperationDescriptor.cs">
  116.       <SubType>Code</SubType>
  117.     </Compile>
  118.     <Compile Include="PathDescriptorParser.cs">
  119.       <SubType>Code</SubType>
  120.     </Compile>
  121.     <Compile Include="Perf.cs">
  122.       <SubType>Code</SubType>
  123.     </Compile>
  124.     <Compile Include="TreeMappingAlgorithm.cs">
  125.       <SubType>Code</SubType>
  126.     </Compile>
  127.     <Compile Include="XmlDiff.cs">
  128.       <SubType>Code</SubType>
  129.     </Compile>
  130.     <Compile Include="XmlDiffDocument.cs">
  131.       <SubType>Code</SubType>
  132.     </Compile>
  133.     <Compile Include="XmlDiffNodes.cs">
  134.       <SubType>Code</SubType>
  135.     </Compile>
  136.     <Compile Include="XmlHash.cs">
  137.       <SubType>Code</SubType>
  138.     </Compile>
  139.     <Compile Include="XmlPatch.cs">
  140.       <SubType>Code</SubType>
  141.     </Compile>
  142.     <Compile Include="XmlPatchError.cs">
  143.       <SubType>Code</SubType>
  144.     </Compile>
  145.     <Compile Include="XmlPatchNodeLists.cs">
  146.       <SubType>Code</SubType>
  147.     </Compile>
  148.     <Compile Include="XmlPatchOperations.cs">
  149.       <SubType>Code</SubType>
  150.     </Compile>
  151.   </ItemGroup>
  152.   <ItemGroup>
  153.   </ItemGroup>
  154.   <ItemGroup>
  155.     <None Include="Key.snk" />
  156.   </ItemGroup>
  157.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  158.   <PropertyGroup>
  159.     <PreBuildEvent>
  160.     </PreBuildEvent>
  161.     <PostBuildEvent>
  162.     </PostBuildEvent>
  163.   </PropertyGroup>
  164. </Project>