Changeset 12031 for branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj
- Timestamp:
- 02/18/15 10:54:32 (10 years ago)
- Location:
- branches/HeuristicLab.DatasetRefactor/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DatasetRefactor/sources
- Property svn:mergeinfo changed
-
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj
r8887 r12031 11 11 <RootNamespace>HeuristicLab.Problems.Scheduling.Views</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Problems.Scheduling.Views-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <TargetFrameworkProfile /> 15 16 </PropertyGroup> 16 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 22 23 <ErrorReport>prompt</ErrorReport> 23 24 <WarningLevel>4</WarningLevel> 25 <Prefer32Bit>false</Prefer32Bit> 24 26 </PropertyGroup> 25 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 30 32 <ErrorReport>prompt</ErrorReport> 31 33 <WarningLevel>4</WarningLevel> 34 <Prefer32Bit>false</Prefer32Bit> 32 35 </PropertyGroup> 33 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> … … 45 48 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 46 49 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 50 <Prefer32Bit>false</Prefer32Bit> 47 51 </PropertyGroup> 48 52 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 61 65 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 62 66 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 67 <Prefer32Bit>false</Prefer32Bit> 63 68 </PropertyGroup> 64 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> … … 77 82 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 78 83 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 84 <Prefer32Bit>false</Prefer32Bit> 79 85 </PropertyGroup> 80 86 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 93 99 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 94 100 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 101 <Prefer32Bit>false</Prefer32Bit> 95 102 </PropertyGroup> 96 103 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.