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

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>{E401BDD0-8862-4818-98BD-83E457607E16}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>
  10.     </ApplicationIcon>
  11.     <AssemblyKeyContainerName>
  12.     </AssemblyKeyContainerName>
  13.     <AssemblyName>Microsoft.XmlNotepad</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>XmlNotepad</RootNamespace>
  21.     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  22.     <StartupObject>
  23.     </StartupObject>
  24.     <FileUpgradeFlags>
  25.     </FileUpgradeFlags>
  26.     <TargetZone>LocalIntranet</TargetZone>
  27.     <GenerateManifests>false</GenerateManifests>
  28.     <SignAssembly>true</SignAssembly>
  29.     <UpgradeBackupLocation>
  30.     </UpgradeBackupLocation>
  31.     <SccProjectName>
  32.     </SccProjectName>
  33.     <SccLocalPath>
  34.     </SccLocalPath>
  35.     <SccAuxPath>
  36.     </SccAuxPath>
  37.     <SccProvider>
  38.     </SccProvider>
  39.   </PropertyGroup>
  40.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  41.     <OutputPath>binDebug</OutputPath>
  42.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  43.     <BaseAddress>285212672</BaseAddress>
  44.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  45.     <ConfigurationOverrideFile>
  46.     </ConfigurationOverrideFile>
  47.     <DefineConstants>TRACE;DEBUG;WHIDBEY</DefineConstants>
  48.     <DocumentationFile>
  49.     </DocumentationFile>
  50.     <DebugSymbols>true</DebugSymbols>
  51.     <FileAlignment>4096</FileAlignment>
  52.     <NoStdLib>false</NoStdLib>
  53.     <NoWarn>
  54.     </NoWarn>
  55.     <Optimize>false</Optimize>
  56.     <RegisterForComInterop>false</RegisterForComInterop>
  57.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  58.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  59.     <WarningLevel>4</WarningLevel>
  60.     <CodeAnalysisRules>-Microsoft.Design#CA1020;-Microsoft.Design#CA1021;-Microsoft.Design#CA1011;-Microsoft.Design#CA1009;-Microsoft.Design#CA1031;-Microsoft.Design#CA1033;-Microsoft.Design#CA1059;-Microsoft.Design#CA1060;-Microsoft.Design#CA1054;-Microsoft.Design#CA1056;-Microsoft.Design#CA1055;-Microsoft.Design#CA1024;-Microsoft.Design#CA1062;-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Maintainability#CA1500;-Microsoft.Naming#CA1713;-Microsoft.Performance#CA1811;-Microsoft.Performance#CA1812;-Microsoft.Performance#CA1800;-Microsoft.Performance#CA1820;-Microsoft.Reliability#CA2000;-Microsoft.Security#CA2122;-Microsoft.Usage#CA2227;-Microsoft.Usage#CA2201;-Microsoft.Usage#CA2234;-Microsoft.Usage#CA1801</CodeAnalysisRules>
  61.     <RunCodeAnalysis>false</RunCodeAnalysis>
  62.   </PropertyGroup>
  63.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  64.     <OutputPath>binRelease</OutputPath>
  65.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  66.     <BaseAddress>285212672</BaseAddress>
  67.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  68.     <ConfigurationOverrideFile>
  69.     </ConfigurationOverrideFile>
  70.     <DefineConstants>TRACE;WHIDBEY</DefineConstants>
  71.     <DocumentationFile>
  72.     </DocumentationFile>
  73.     <DebugSymbols>false</DebugSymbols>
  74.     <FileAlignment>4096</FileAlignment>
  75.     <NoStdLib>false</NoStdLib>
  76.     <NoWarn>
  77.     </NoWarn>
  78.     <Optimize>true</Optimize>
  79.     <RegisterForComInterop>false</RegisterForComInterop>
  80.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  81.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  82.     <WarningLevel>4</WarningLevel>
  83.   </PropertyGroup>
  84.   <ItemGroup>
  85.     <Compile Include="AssemblyInfo.cs">
  86.       <SubType>Code</SubType>
  87.     </Compile>
  88.     <Compile Include="Builders.cs" />
  89.     <Compile Include="Commands.cs">
  90.       <SubType>Code</SubType>
  91.     </Compile>
  92.     <Compile Include="DomLoader.cs" />
  93.     <Compile Include="EditableView.cs" />
  94.     <Compile Include="FormMain.cs">
  95.       <SubType>Form</SubType>
  96.     </Compile>
  97.     <Compile Include="FormAbout.cs">
  98.       <SubType>Form</SubType>
  99.     </Compile>
  100.     <Compile Include="FormOptions.cs">
  101.       <SubType>Form</SubType>
  102.     </Compile>
  103.     <Compile Include="FormSchemas.cs">
  104.       <SubType>Form</SubType>
  105.     </Compile>
  106.     <Compile Include="FormSchemas.Designer.cs">
  107.       <DependentUpon>FormSchemas.cs</DependentUpon>
  108.     </Compile>
  109.     <Compile Include="FormSearch.cs">
  110.       <SubType>Form</SubType>
  111.     </Compile>
  112.     <Compile Include="FormSearch.Designer.cs">
  113.       <DependentUpon>FormSearch.cs</DependentUpon>
  114.     </Compile>
  115.     <Compile Include="HLSColor.cs" />
  116.     <Compile Include="IntellisenseProvider.cs" />
  117.     <Compile Include="IntelliTip.cs" />
  118.     <Compile Include="localizableattributes.cs" />
  119.     <Compile Include="NoBorderTabControl.cs">
  120.       <SubType>UserControl</SubType>
  121.     </Compile>
  122.     <Compile Include="proxy.cs" />
  123.     <Compile Include="RecentFilesMenu.cs" />
  124.     <Compile Include="FindTarget.cs" />
  125.     <Compile Include="SR.Designer.cs">
  126.       <AutoGen>True</AutoGen>
  127.       <DesignTime>True</DesignTime>
  128.       <DependentUpon>SR.resx</DependentUpon>
  129.     </Compile>
  130.     <Compile Include="TabNavigator.cs" />
  131.     <Compile Include="TreeView.cs">
  132.       <SubType>UserControl</SubType>
  133.     </Compile>
  134.     <Compile Include="NodeTextView.cs">
  135.       <SubType>UserControl</SubType>
  136.     </Compile>
  137.     <Compile Include="PerfTimer.cs" />
  138.     <Compile Include="Checker.cs" />
  139.     <Compile Include="PropertiesResources.Designer.cs">
  140.       <AutoGen>True</AutoGen>
  141.       <DesignTime>True</DesignTime>
  142.       <DependentUpon>Resources.resx</DependentUpon>
  143.     </Compile>
  144.     <Compile Include="Resizer.cs">
  145.       <SubType>Component</SubType>
  146.     </Compile>
  147.     <Compile Include="SchemaCache.cs" />
  148.     <Compile Include="Settings.cs" />
  149.     <Compile Include="TaskList.cs">
  150.       <SubType>UserControl</SubType>
  151.     </Compile>
  152.     <Compile Include="TaskList.Designer.cs">
  153.       <DependentUpon>TaskList.cs</DependentUpon>
  154.     </Compile>
  155.     <Compile Include="TextEditorOverlay.cs">
  156.       <SubType>Component</SubType>
  157.     </Compile>
  158.     <Compile Include="UndoManager.cs">
  159.       <SubType>Code</SubType>
  160.     </Compile>
  161.     <Compile Include="Updater.cs" />
  162.     <Compile Include="Utilities.cs" />
  163.     <Compile Include="WebBrowserForm.cs">
  164.       <SubType>Form</SubType>
  165.     </Compile>
  166.     <Compile Include="WebBrowserForm.designer.cs">
  167.       <DependentUpon>WebBrowserForm.cs</DependentUpon>
  168.     </Compile>
  169.     <Compile Include="XInclude.cs" />
  170.     <Compile Include="XmlCache.cs">
  171.       <SubType>Code</SubType>
  172.     </Compile>
  173.     <Compile Include="XmlIntellisenseProvider.cs" />
  174.     <Compile Include="XmlTreeView.cs">
  175.       <SubType>UserControl</SubType>
  176.     </Compile>
  177.     <Compile Include="XmlTreeViewFindTarget.cs">
  178.     </Compile>
  179.     <Compile Include="XPathGenerator.cs" />
  180.     <Compile Include="XsltViewer.cs">
  181.       <SubType>UserControl</SubType>
  182.     </Compile>
  183.     <Compile Include="XsltViewer.Designer.cs">
  184.       <DependentUpon>XsltViewer.cs</DependentUpon>
  185.     </Compile>
  186.     <EmbeddedResource Include="FormMain.resx">
  187.       <DependentUpon>FormMain.cs</DependentUpon>
  188.       <SubType>Designer</SubType>
  189.     </EmbeddedResource>
  190.     <EmbeddedResource Include="FormAbout.resx">
  191.       <DependentUpon>FormAbout.cs</DependentUpon>
  192.       <SubType>Designer</SubType>
  193.     </EmbeddedResource>
  194.     <EmbeddedResource Include="FormOptions.resx">
  195.       <DependentUpon>FormOptions.cs</DependentUpon>
  196.       <SubType>Designer</SubType>
  197.     </EmbeddedResource>
  198.     <EmbeddedResource Include="FormSchemas.resx">
  199.       <SubType>Designer</SubType>
  200.       <DependentUpon>FormSchemas.cs</DependentUpon>
  201.     </EmbeddedResource>
  202.     <EmbeddedResource Include="FormSearch.resx">
  203.       <SubType>Designer</SubType>
  204.       <DependentUpon>FormSearch.cs</DependentUpon>
  205.     </EmbeddedResource>
  206.     <EmbeddedResource Include="NodeTextView.resx">
  207.       <DependentUpon>NodeTextView.cs</DependentUpon>
  208.       <SubType>Designer</SubType>
  209.     </EmbeddedResource>
  210.     <EmbeddedResource Include="PropertiesResources.resx">
  211.       <Generator>ResXFileCodeGenerator</Generator>
  212.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  213.       <SubType>Designer</SubType>
  214.     </EmbeddedResource>
  215.     <EmbeddedResource Include="Resizer.resx">
  216.       <DependentUpon>Resizer.cs</DependentUpon>
  217.       <SubType>Designer</SubType>
  218.     </EmbeddedResource>
  219.     <EmbeddedResource Include="SR.resx">
  220.       <SubType>Designer</SubType>
  221.       <Generator>ResXFileCodeGenerator</Generator>
  222.       <LastGenOutput>SR.Designer.cs</LastGenOutput>
  223.     </EmbeddedResource>
  224.     <EmbeddedResource Include="TaskList.resx">
  225.       <DependentUpon>TaskList.cs</DependentUpon>
  226.       <SubType>Designer</SubType>
  227.     </EmbeddedResource>
  228.     <EmbeddedResource Include="WebBrowserForm.resx">
  229.       <DependentUpon>WebBrowserForm.cs</DependentUpon>
  230.       <SubType>Designer</SubType>
  231.     </EmbeddedResource>
  232.     <EmbeddedResource Include="XmlTreeView.resx">
  233.       <DependentUpon>XmlTreeView.cs</DependentUpon>
  234.       <SubType>Designer</SubType>
  235.     </EmbeddedResource>
  236.     <EmbeddedResource Include="Resourceserrorlist.bmp" />
  237.     <EmbeddedResource Include="Resourcesisearch.cur" />
  238.     <EmbeddedResource Include="XsltViewer.resx">
  239.       <SubType>Designer</SubType>
  240.       <DependentUpon>XsltViewer.cs</DependentUpon>
  241.     </EmbeddedResource>
  242.     <EmbeddedResource Include="DefaultSS.xslt" />
  243.     <EmbeddedResource Include="DynamicHelp.xslt" />
  244.     <Content Include="placeholder.xslt" />
  245.     <Content Include="ResourcesBlueBall.gif" />
  246.     <Content Include="Resourcescdata.ico" />
  247.     <Content Include="ResourcesCopy.bmp" />
  248.     <Content Include="ResourcesCut.bmp" />
  249.     <Content Include="ResourcesDelete.bmp" />
  250.     <Content Include="ResourcesElement.ICO" />
  251.     <Content Include="Resourcesgoleft.bmp" />
  252.     <Content Include="Resourcesgoright.bmp" />
  253.     <Content Include="ResourcesGreenBall.gif" />
  254.     <Content Include="Resourcesnew.bmp" />
  255.     <Content Include="ResourcesNudgeDown.bmp" />
  256.     <Content Include="ResourcesNudgeLeft.bmp" />
  257.     <Content Include="ResourcesNudgeRight.bmp" />
  258.     <Content Include="ResourcesNudgeUp.bmp" />
  259.     <Content Include="Resourcesopen.bmp" />
  260.     <Content Include="ResourcesOpen.ico" />
  261.     <Content Include="Resourcesparentfolder.bmp" />
  262.     <Content Include="ResourcesPaste.bmp" />
  263.     <Content Include="Resourcesprogramicon.png" />
  264.     <Content Include="Resourcespurple-bullet.gif" />
  265.     <Content Include="ResourcesPurpleBall.gif" />
  266.     <Content Include="ResourcesRedBall.gif" />
  267.     <Content Include="ResourcesRedo.bmp" />
  268.     <Content Include="Resourcessave.bmp" />
  269.     <Content Include="Resourcestaskerror.bmp" />
  270.     <Content Include="Resourcestaskinfo.bmp" />
  271.     <Content Include="Resourcestasknone.bmp" />
  272.     <Content Include="Resourcestaskwarning.bmp" />
  273.     <Content Include="ResourcesText.ICO" />
  274.     <BaseApplicationManifest Include="Propertiesapp.manifest" />
  275.     <None Include="Key.snk" />
  276.     <Content Include="ResourcesUndo.bmp" />
  277.     <Content Include="Resourcesxmlnote.ico" />
  278.   </ItemGroup>
  279.   <ItemGroup>
  280.     <AppDesigner Include="Properties" />
  281.   </ItemGroup>
  282.   <ItemGroup>
  283.     <Reference Include="Accessibility" />
  284.     <Reference Include="Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  285.     <Reference Include="System" />
  286.     <Reference Include="System.Data" />
  287.     <Reference Include="System.Deployment" />
  288.     <Reference Include="System.Drawing" />
  289.     <Reference Include="System.Windows.Forms" />
  290.     <Reference Include="System.XML" />
  291.   </ItemGroup>
  292.   <ItemGroup>
  293.     <ProjectReference Include="....XmlDiffsamplesXmlDiffViewXmlDiffView8.csproj">
  294.       <Project>{694D8B35-E80F-4DAF-B454-6BB992630ECA}</Project>
  295.       <Name>XmlDiffView8</Name>
  296.     </ProjectReference>
  297.     <ProjectReference Include="....XmlDiffsrcXmlDiffPatch8.csproj">
  298.       <Project>{8BA90DA5-E8EB-4DEC-9D41-951D012B90CE}</Project>
  299.       <Name>XmlDiffPatch8</Name>
  300.     </ProjectReference>
  301.   </ItemGroup>
  302.   <Import Project="$(MSBuildBinPath)Microsoft.CSHARP.Targets" />
  303.   <PropertyGroup>
  304.     <PreBuildEvent>
  305.     </PreBuildEvent>
  306.     <PostBuildEvent>
  307.     </PostBuildEvent>
  308.   </PropertyGroup>
  309. </Project>