Changeset 2320 for trunk/eraser/Eraser/Eraser.csproj
- Timestamp:
- 10/29/2011 9:13:04 AM (19 months ago)
- Location:
- trunk/eraser
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Eraser/Eraser.csproj (modified) (6 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/Eraser.csproj
r2276 r2320 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</RootNamespace> 12 12 <AssemblyName>Eraser</AssemblyName> 13 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <ApplicationIcon>..\Resources\Eraser.ico</ApplicationIcon> … … 31 31 <UseApplicationTrust>false</UseApplicationTrust> 32 32 <BootstrapperEnabled>true</BootstrapperEnabled> 33 <TargetFrameworkProfile /> 33 34 </PropertyGroup> 34 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 41 42 <WarningLevel>4</WarningLevel> 42 43 <PlatformTarget>AnyCPU</PlatformTarget> 44 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 43 45 </PropertyGroup> 44 46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 49 51 <ErrorReport>prompt</ErrorReport> 50 52 <WarningLevel>4</WarningLevel> 53 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 51 54 </PropertyGroup> 52 55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 53 56 <PlatformTarget>x86</PlatformTarget> 54 57 <OutputPath>..\bin\Debug\</OutputPath> 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 55 59 </PropertyGroup> 56 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 57 61 <OutputPath>..\bin\Release\</OutputPath> 62 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 63 </PropertyGroup> 59 64 <ItemGroup> … … 381 386 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 382 387 <Visible>False</Visible> 383 <ProductName>.NET Framework Client Profile</ProductName>388 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 384 389 <Install>false</Install> 385 390 </BootstrapperPackage>
Note: See TracChangeset
for help on using the changeset viewer.
