|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0"> |
| 2 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
3 | 3 | <PropertyGroup>
|
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
8 | 8 | <ProjectGuid>{D35F9B37-CF93-48AE-9A1A-3A99930F04FB}</ProjectGuid>
|
9 | 9 | <OutputType>Library</OutputType>
|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
11 |
| - <RootNamespace>XDesigner.RTF</RootNamespace> |
12 |
| - <AssemblyName>XDesigner.RTF</AssemblyName> |
13 |
| - <SccProjectName> |
14 |
| - </SccProjectName> |
15 |
| - <SccLocalPath> |
16 |
| - </SccLocalPath> |
17 |
| - <SccAuxPath> |
18 |
| - </SccAuxPath> |
19 |
| - <SccProvider> |
20 |
| - </SccProvider> |
| 11 | + <RootNamespace>DCSoft.RTF</RootNamespace> |
| 12 | + <AssemblyName>DCSoft.RTF</AssemblyName> |
| 13 | + <SccProjectName>Svn</SccProjectName> |
| 14 | + <SccLocalPath>Svn</SccLocalPath> |
| 15 | + <SccAuxPath>Svn</SccAuxPath> |
| 16 | + <SccProvider>SubversionScc</SccProvider> |
21 | 17 | <SignAssembly>true</SignAssembly>
|
22 | 18 | <AssemblyOriginatorKeyFile>yyf.snk</AssemblyOriginatorKeyFile>
|
23 | 19 | <StartupObject>
|
24 | 20 | </StartupObject>
|
25 | 21 | <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
26 | 22 | <FileUpgradeFlags>
|
27 | 23 | </FileUpgradeFlags>
|
28 |
| - <UpgradeBackupLocation> |
29 |
| - </UpgradeBackupLocation> |
30 | 24 | <OldToolsVersion>2.0</OldToolsVersion>
|
| 25 | + <UpgradeBackupLocation /> |
| 26 | + <PublishUrl>http://localhost/XDesigner.RTF/</PublishUrl> |
| 27 | + <Install>true</Install> |
| 28 | + <InstallFrom>Web</InstallFrom> |
| 29 | + <UpdateEnabled>true</UpdateEnabled> |
| 30 | + <UpdateMode>Foreground</UpdateMode> |
| 31 | + <UpdateInterval>7</UpdateInterval> |
| 32 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 33 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 34 | + <UpdateRequired>false</UpdateRequired> |
| 35 | + <MapFileExtensions>true</MapFileExtensions> |
| 36 | + <ApplicationRevision>0</ApplicationRevision> |
| 37 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 38 | + <IsWebBootstrapper>true</IsWebBootstrapper> |
| 39 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 40 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
31 | 41 | </PropertyGroup>
|
32 | 42 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
33 | 43 | <DebugSymbols>true</DebugSymbols>
|
|
37 | 47 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
38 | 48 | <ErrorReport>prompt</ErrorReport>
|
39 | 49 | <WarningLevel>4</WarningLevel>
|
| 50 | + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| 51 | + <PlatformTarget>AnyCPU</PlatformTarget> |
40 | 52 | </PropertyGroup>
|
41 | 53 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
42 | 54 | <DebugType>pdbonly</DebugType>
|
|
45 | 57 | <DefineConstants>TRACE</DefineConstants>
|
46 | 58 | <ErrorReport>prompt</ErrorReport>
|
47 | 59 | <WarningLevel>4</WarningLevel>
|
| 60 | + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
48 | 61 | </PropertyGroup>
|
49 | 62 | <ItemGroup>
|
50 | 63 | <Reference Include="System" />
|
|
56 | 69 | <ItemGroup>
|
57 | 70 | <Compile Include="ByteBuffer.cs" />
|
58 | 71 | <Compile Include="DocumentFormatInfo.cs" />
|
| 72 | + <Compile Include="LevelNumberType.cs" /> |
| 73 | + <Compile Include="RTFBorderStyle.cs" /> |
| 74 | + <Compile Include="RTFDomHeader.cs" /> |
| 75 | + <Compile Include="RTFDomObject.cs" /> |
| 76 | + <Compile Include="RTFDomPageBreak.cs" /> |
| 77 | + <Compile Include="RTFDomTempContainer.cs" /> |
59 | 78 | <Compile Include="RTFInstanceDebugView.cs" />
|
60 | 79 | <Compile Include="ProgressEventHandler.cs" />
|
61 | 80 | <Compile Include="RTFDomBookmark.cs" />
|
62 | 81 | <Compile Include="RTFDomElementList.cs" />
|
63 | 82 | <Compile Include="RTFDomField.cs" />
|
64 | 83 | <Compile Include="RTFDomImage.cs" />
|
65 |
| - <Compile Include="RTFDomLine.cs" /> |
| 84 | + <Compile Include="RTFDomLineBreak.cs" /> |
66 | 85 | <Compile Include="RTFDomParagraph.cs" />
|
67 | 86 | <Compile Include="RTFDomShape.cs" />
|
68 | 87 | <Compile Include="RTFDomShapeGroup.cs" />
|
|
72 | 91 | <Compile Include="RTFDomTableRow.cs" />
|
73 | 92 | <Compile Include="RTFDomText.cs" />
|
74 | 93 | <Compile Include="RTFDomElementContainer.cs" />
|
| 94 | + <Compile Include="RTFListOverrideTable.cs" /> |
| 95 | + <Compile Include="RTFListTable.cs" /> |
| 96 | + <Compile Include="RTFRawLayerInfo.cs" /> |
75 | 97 | <Compile Include="StringAttribute.cs" />
|
76 | 98 | <Compile Include="Parser.cs" />
|
77 | 99 | <Compile Include="Properties\AssemblyInfo.cs" />
|
|
95 | 117 | <Compile Include="RTFVerticalAlignment.cs" />
|
96 | 118 | <Compile Include="RTFWriter.cs" />
|
97 | 119 | </ItemGroup>
|
| 120 | + <ItemGroup> |
| 121 | + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
| 122 | + <Visible>False</Visible> |
| 123 | + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
| 124 | + <Install>false</Install> |
| 125 | + </BootstrapperPackage> |
| 126 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 127 | + <Visible>False</Visible> |
| 128 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 129 | + <Install>true</Install> |
| 130 | + </BootstrapperPackage> |
| 131 | + <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
| 132 | + <Visible>False</Visible> |
| 133 | + <ProductName>Windows Installer 3.1</ProductName> |
| 134 | + <Install>true</Install> |
| 135 | + </BootstrapperPackage> |
| 136 | + </ItemGroup> |
98 | 137 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
99 | 138 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
100 | 139 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments