Help.csproj
上传用户:hbhltzc
上传日期:2022-06-04
资源大小:1925k
文件大小:4k
源码类别:
xml/soap/webservice
开发平台:
Visual C++
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{D5A258A0-A411-4A69-9062-9ED943995169}</ProjectGuid>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <PostBuildEvent>
- </PostBuildEvent>
- <PublishUrl>publish</PublishUrl>
- <Install>true</Install>
- <InstallFrom>Disk</InstallFrom>
- <UpdateEnabled>false</UpdateEnabled>
- <UpdateMode>Foreground</UpdateMode>
- <UpdateInterval>7</UpdateInterval>
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
- <UpdatePeriodically>false</UpdatePeriodically>
- <UpdateRequired>false</UpdateRequired>
- <MapFileExtensions>true</MapFileExtensions>
- <ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <OutputPath>..ApplicationbinDebug</OutputPath>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <OutputPath>..ApplicationbinRelease</OutputPath>
- </PropertyGroup>
- <ItemGroup>
- <Content Include="Clipboard.htm" />
- <Content Include="Contact.htm" />
- <Content Include="FindReplace.htm" />
- <Content Include="CustomEditors.htm" />
- <Content Include="DragDrop.htm" />
- <Content Include="imagescolors.jpg" />
- <Content Include="imagesdatetime.jpg" />
- <Content Include="imagesdragdrop.jpg" />
- <Content Include="imagesfind.jpg" />
- <Content Include="imagesfindxpath.jpg" />
- <Content Include="imagesintellisense.jpg" />
- <Content Include="imagesintellisense2.jpg" />
- <Content Include="imagesoptions.jpg" />
- <Content Include="imagesreplace.jpg" />
- <Content Include="imagesschemas.png" />
- <Content Include="imagesscreen.png" />
- <Content Include="imagesxmlicon.png" />
- <Content Include="Intellisense.htm" />
- <Content Include="Menus.htm" />
- <Content Include="Options.htm" />
- <Content Include="Schemas.htm" />
- <Content Include="UI.htm" />
- <Content Include="updates.htm" />
- <Content Include="Validation.htm" />
- <Content Include="Welcome.htm" />
- <Content Include="Overview.htm" />
- <Content Include="Keyboard.htm" />
- <Content Include="Styles.css" />
- </ItemGroup>
- <ItemGroup>
- </ItemGroup>
- <ItemGroup>
- <None Include="build.bat" />
- <None Include="help.chm" />
- <None Include="Help.hhp" />
- <None Include="Index.hhk" />
- <None Include="TOC.hhc" />
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
- <Visible>False</Visible>
- <ProductName>.NET Framework 2.0</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <Target Name="Build">
- <Message Importance="high" Text="Publishing: @(PublishFile)">
- </Message>
- <Copy SourceFiles="@(PublishFile)" DestinationFiles="@(PublishFile->'$(OutputPath)%(DestinationSubDirectory)%(Filename)%(Extension)')" SkipUnchangedFiles="true">
- <Output TaskParameter="DestinationFiles" ItemName="FileWrites" />
- </Copy>
- </Target>
- <Target Name="Rebuild" DependsOnTargets="Build">
- </Target>
- <Target Name="Clean">
- <Delete Files="@(PublishFile->'$(OutputPath)%(DestinationSubDirectory)%(Filename)%(Extension)')" TreatErrorsAsWarnings="false">
- </Delete>
- </Target>
- </Project>