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

xml/soap/webservice

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  3.   <PropertyGroup>
  4.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6.     <ProductVersion>8.0.50727</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{D5A258A0-A411-4A69-9062-9ED943995169}</ProjectGuid>
  9.     <IsWebBootstrapper>false</IsWebBootstrapper>
  10.     <PostBuildEvent>
  11.     </PostBuildEvent>
  12.     <PublishUrl>publish</PublishUrl>
  13.     <Install>true</Install>
  14.     <InstallFrom>Disk</InstallFrom>
  15.     <UpdateEnabled>false</UpdateEnabled>
  16.     <UpdateMode>Foreground</UpdateMode>
  17.     <UpdateInterval>7</UpdateInterval>
  18.     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  19.     <UpdatePeriodically>false</UpdatePeriodically>
  20.     <UpdateRequired>false</UpdateRequired>
  21.     <MapFileExtensions>true</MapFileExtensions>
  22.     <ApplicationRevision>0</ApplicationRevision>
  23.     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  24.     <UseApplicationTrust>false</UseApplicationTrust>
  25.     <BootstrapperEnabled>true</BootstrapperEnabled>
  26.     <FileUpgradeFlags>
  27.     </FileUpgradeFlags>
  28.     <UpgradeBackupLocation>
  29.     </UpgradeBackupLocation>
  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>..ApplicationbinDebug</OutputPath>
  41.   </PropertyGroup>
  42.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43.     <OutputPath>..ApplicationbinRelease</OutputPath>
  44.   </PropertyGroup>
  45.   <ItemGroup>
  46.     <Content Include="Clipboard.htm" />
  47.     <Content Include="Contact.htm" />
  48.     <Content Include="FindReplace.htm" />
  49.     <Content Include="CustomEditors.htm" />
  50.     <Content Include="DragDrop.htm" />
  51.     <Content Include="imagescolors.jpg" />
  52.     <Content Include="imagesdatetime.jpg" />
  53.     <Content Include="imagesdragdrop.jpg" />
  54.     <Content Include="imagesfind.jpg" />
  55.     <Content Include="imagesfindxpath.jpg" />
  56.     <Content Include="imagesintellisense.jpg" />
  57.     <Content Include="imagesintellisense2.jpg" />
  58.     <Content Include="imagesoptions.jpg" />
  59.     <Content Include="imagesreplace.jpg" />
  60.     <Content Include="imagesschemas.png" />
  61.     <Content Include="imagesscreen.png" />
  62.     <Content Include="imagesxmlicon.png" />
  63.     <Content Include="Intellisense.htm" />
  64.     <Content Include="Menus.htm" />
  65.     <Content Include="Options.htm" />
  66.     <Content Include="Schemas.htm" />
  67.     <Content Include="UI.htm" />
  68.     <Content Include="updates.htm" />
  69.     <Content Include="Validation.htm" />
  70.     <Content Include="Welcome.htm" />
  71.     <Content Include="Overview.htm" />
  72.     <Content Include="Keyboard.htm" />
  73.     <Content Include="Styles.css" />
  74.   </ItemGroup>
  75.   <ItemGroup>
  76.   </ItemGroup>
  77.   <ItemGroup>
  78.     <None Include="build.bat" />
  79.     <None Include="help.chm" />
  80.     <None Include="Help.hhp" />
  81.     <None Include="Index.hhk" />
  82.     <None Include="TOC.hhc" />
  83.   </ItemGroup>
  84.   <ItemGroup>
  85.     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  86.       <Visible>False</Visible>
  87.       <ProductName>.NET Framework 2.0</ProductName>
  88.       <Install>true</Install>
  89.     </BootstrapperPackage>
  90.   </ItemGroup>
  91.   <Target Name="Build">
  92.     <Message Importance="high" Text="Publishing: @(PublishFile)">
  93.     </Message>
  94.     <Copy SourceFiles="@(PublishFile)" DestinationFiles="@(PublishFile->'$(OutputPath)%(DestinationSubDirectory)%(Filename)%(Extension)')" SkipUnchangedFiles="true">
  95.       <Output TaskParameter="DestinationFiles" ItemName="FileWrites" />
  96.     </Copy>
  97.   </Target>
  98.   <Target Name="Rebuild" DependsOnTargets="Build">
  99.   </Target>
  100.   <Target Name="Clean">
  101.     <Delete Files="@(PublishFile->'$(OutputPath)%(DestinationSubDirectory)%(Filename)%(Extension)')" TreatErrorsAsWarnings="false">
  102.     </Delete>
  103.   </Target>
  104. </Project>