Changeset 2345
- Timestamp:
- 11/5/2011 7:43:39 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/pluginsRewrite/Eraser.Plugins/Eraser.Plugins.csproj
r2293 r2345 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> … … 11 11 <RootNamespace>Eraser.Plugins</RootNamespace> 12 12 <AssemblyName>Eraser.Plugins</AssemblyName> 13 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly> 16 16 <AssemblyOriginatorKeyFile>..\Strong Name.snk</AssemblyOriginatorKeyFile> 17 <IsWebBootstrapper>false</IsWebBootstrapper> 18 <TargetFrameworkProfile /> 17 19 </PropertyGroup> 18 20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 24 26 <ErrorReport>prompt</ErrorReport> 25 27 <WarningLevel>4</WarningLevel> 28 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 26 29 </PropertyGroup> 27 30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 32 35 <ErrorReport>prompt</ErrorReport> 33 36 <WarningLevel>4</WarningLevel> 37 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 34 38 </PropertyGroup> 35 39 <ItemGroup> … … 66 70 </ProjectReference> 67 71 </ItemGroup> 72 <ItemGroup> 73 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 74 <Visible>False</Visible> 75 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 76 <Install>false</Install> 77 </BootstrapperPackage> 78 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 79 <Visible>False</Visible> 80 <ProductName>.NET Framework 3.5 SP1</ProductName> 81 <Install>true</Install> 82 </BootstrapperPackage> 83 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 84 <Visible>False</Visible> 85 <ProductName>Windows Installer 3.1</ProductName> 86 <Install>true</Install> 87 </BootstrapperPackage> 88 </ItemGroup> 68 89 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 69 90 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.
