|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup>
|
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
12 | 12 | <AssemblyName>MarkdownSharpTests</AssemblyName>
|
13 | 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
14 | 14 | <FileAlignment>512</FileAlignment>
|
| 15 | + <FileUpgradeFlags> |
| 16 | + </FileUpgradeFlags> |
| 17 | + <OldToolsVersion>3.5</OldToolsVersion> |
| 18 | + <UpgradeBackupLocation /> |
| 19 | + <PublishUrl>publish\</PublishUrl> |
| 20 | + <Install>true</Install> |
| 21 | + <InstallFrom>Disk</InstallFrom> |
| 22 | + <UpdateEnabled>false</UpdateEnabled> |
| 23 | + <UpdateMode>Foreground</UpdateMode> |
| 24 | + <UpdateInterval>7</UpdateInterval> |
| 25 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 26 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 27 | + <UpdateRequired>false</UpdateRequired> |
| 28 | + <MapFileExtensions>true</MapFileExtensions> |
| 29 | + <ApplicationRevision>0</ApplicationRevision> |
| 30 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 31 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 32 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 33 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
15 | 34 | </PropertyGroup>
|
16 | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
17 | 36 | <DebugSymbols>true</DebugSymbols>
|
|
21 | 40 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
22 | 41 | <ErrorReport>prompt</ErrorReport>
|
23 | 42 | <WarningLevel>4</WarningLevel>
|
| 43 | + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
24 | 44 | </PropertyGroup>
|
25 | 45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
26 | 46 | <DebugType>pdbonly</DebugType>
|
|
29 | 49 | <DefineConstants>TRACE</DefineConstants>
|
30 | 50 | <ErrorReport>prompt</ErrorReport>
|
31 | 51 | <WarningLevel>4</WarningLevel>
|
| 52 | + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
32 | 53 | </PropertyGroup>
|
33 | 54 | <ItemGroup>
|
34 | 55 | <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821" />
|
|
196 | 217 | <ItemGroup>
|
197 | 218 | <Folder Include="Properties\" />
|
198 | 219 | </ItemGroup>
|
| 220 | + <ItemGroup> |
| 221 | + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
| 222 | + <Visible>False</Visible> |
| 223 | + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
| 224 | + <Install>false</Install> |
| 225 | + </BootstrapperPackage> |
| 226 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 227 | + <Visible>False</Visible> |
| 228 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 229 | + <Install>true</Install> |
| 230 | + </BootstrapperPackage> |
| 231 | + <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
| 232 | + <Visible>False</Visible> |
| 233 | + <ProductName>Windows Installer 3.1</ProductName> |
| 234 | + <Install>true</Install> |
| 235 | + </BootstrapperPackage> |
| 236 | + </ItemGroup> |
199 | 237 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
200 | 238 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
201 | 239 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments