|
1 |
| -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
2 | 3 | <PropertyGroup>
|
3 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
4 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
23 | 24 | </FileUpgradeFlags>
|
24 | 25 | <UpgradeBackupLocation>
|
25 | 26 | </UpgradeBackupLocation>
|
26 |
| - <OldToolsVersion>2.0</OldToolsVersion> |
| 27 | + <OldToolsVersion>3.5</OldToolsVersion> |
27 | 28 | <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
|
28 |
| - <TargetFrameworkSubset> |
29 |
| - </TargetFrameworkSubset> |
| 29 | + <PublishUrl>publish\</PublishUrl> |
| 30 | + <Install>true</Install> |
| 31 | + <InstallFrom>Disk</InstallFrom> |
| 32 | + <UpdateEnabled>false</UpdateEnabled> |
| 33 | + <UpdateMode>Foreground</UpdateMode> |
| 34 | + <UpdateInterval>7</UpdateInterval> |
| 35 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 36 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 37 | + <UpdateRequired>false</UpdateRequired> |
| 38 | + <MapFileExtensions>true</MapFileExtensions> |
| 39 | + <ApplicationRevision>0</ApplicationRevision> |
| 40 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 41 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 42 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 43 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
30 | 44 | </PropertyGroup>
|
31 | 45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
32 | 46 | <DebugSymbols>true</DebugSymbols>
|
|
37 | 51 | <ErrorReport>prompt</ErrorReport>
|
38 | 52 | <WarningLevel>4</WarningLevel>
|
39 | 53 | <DocumentationFile>bin\Debug\ExcelPackageXmlDocumentationFile.xml</DocumentationFile>
|
| 54 | + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
40 | 55 | </PropertyGroup>
|
41 | 56 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
42 | 57 | <DebugType>pdbonly</DebugType>
|
|
46 | 61 | <ErrorReport>prompt</ErrorReport>
|
47 | 62 | <WarningLevel>4</WarningLevel>
|
48 | 63 | <DocumentationFile>bin\Release\EPPlusXmlDocumentationFile.xml</DocumentationFile>
|
| 64 | + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
49 | 65 | </PropertyGroup>
|
50 | 66 | <ItemGroup>
|
51 | 67 | <Reference Include="System" />
|
|
146 | 162 | <ItemGroup>
|
147 | 163 | <None Include="OpenOfficeXml.snk" />
|
148 | 164 | </ItemGroup>
|
| 165 | + <ItemGroup> |
| 166 | + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
| 167 | + <Visible>False</Visible> |
| 168 | + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
| 169 | + <Install>false</Install> |
| 170 | + </BootstrapperPackage> |
| 171 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 172 | + <Visible>False</Visible> |
| 173 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 174 | + <Install>true</Install> |
| 175 | + </BootstrapperPackage> |
| 176 | + <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
| 177 | + <Visible>False</Visible> |
| 178 | + <ProductName>Windows Installer 3.1</ProductName> |
| 179 | + <Install>true</Install> |
| 180 | + </BootstrapperPackage> |
| 181 | + </ItemGroup> |
149 | 182 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
150 | 183 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
151 | 184 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments