Changeset 2320 for trunk/eraser/Eraser.Util/Eraser.Util.csproj
- Timestamp:
- 10/29/2011 9:13:04 AM (19 months ago)
- Location:
- trunk/eraser
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Eraser.Util/Eraser.Util.csproj (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser
- Property svn:ignore
-
old new 7 7 Version.wxs 8 8 *.suo 9 *.ncb10 9 *.pfx 11 10 *.snk
-
- Property svn:ignore
-
trunk/eraser/Eraser.Util/Eraser.Util.csproj
r2283 r2320 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> … … 12 13 <SignAssembly>true</SignAssembly> 13 14 <AssemblyOriginatorKeyFile>..\Strong Name.snk</AssemblyOriginatorKeyFile> 14 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 15 16 <PublishUrl>publish\</PublishUrl> 16 17 <Install>true</Install> … … 28 29 <UseApplicationTrust>false</UseApplicationTrust> 29 30 <BootstrapperEnabled>true</BootstrapperEnabled> 31 <TargetFrameworkProfile /> 30 32 </PropertyGroup> 31 33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 38 40 <WarningLevel>4</WarningLevel> 39 41 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 40 <CodeAnalysisRules>-Microsoft.Interoperability#CA1404;-Microsoft.Naming#CA1704;-Microsoft.Naming#CA1707</CodeAnalysisRules> 42 <CodeAnalysisRules> 43 </CodeAnalysisRules> 44 <CodeAnalysisRuleSet>Migrated rules for Eraser.Util.ruleset</CodeAnalysisRuleSet> 41 45 </PropertyGroup> 42 46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 48 52 <WarningLevel>4</WarningLevel> 49 53 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 54 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 50 55 </PropertyGroup> 51 56 <ItemGroup> … … 132 137 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 133 138 <Visible>False</Visible> 134 <ProductName>.NET Framework Client Profile</ProductName>139 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 135 140 <Install>false</Install> 136 141 </BootstrapperPackage> … … 168 173 <EmbeddedResource Include="Strings.resx" /> 169 174 </ItemGroup> 175 <ItemGroup> 176 <None Include="Migrated rules for Eraser.Util.ruleset" /> 177 </ItemGroup> 170 178 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 171 179 <!-- 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.
