Changeset 12031 for branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Problems.ExternalEvaluation.Scilab/3.3/HeuristicLab.Problems.ExternalEvaluation.Scilab-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.ExternalEvaluation.Scilab/3.3/HeuristicLab.Problems.ExternalEvaluation.Scilab-3.3.csproj
r10607 r12031 10 10 <RootNamespace>HeuristicLab.Problems.ExternalEvaluation.Scilab</RootNamespace> 11 11 <AssemblyName>HeuristicLab.Problems.ExternalEvaluation.Scilab-3.3</AssemblyName> 12 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 <SccProjectName>Svn</SccProjectName> 15 <SccLocalPath>Svn</SccLocalPath> 16 <SccAuxPath>Svn</SccAuxPath> 17 <SccProvider>SubversionScc</SccProvider> 14 <TargetFrameworkProfile /> 18 15 </PropertyGroup> 19 16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 25 22 <ErrorReport>prompt</ErrorReport> 26 23 <WarningLevel>4</WarningLevel> 24 <Prefer32Bit>false</Prefer32Bit> 27 25 </PropertyGroup> 28 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 33 31 <ErrorReport>prompt</ErrorReport> 34 32 <WarningLevel>4</WarningLevel> 33 <Prefer32Bit>false</Prefer32Bit> 35 34 </PropertyGroup> 36 35 <PropertyGroup> … … 48 47 <ErrorReport>prompt</ErrorReport> 49 48 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 49 <Prefer32Bit>false</Prefer32Bit> 50 50 </PropertyGroup> 51 51 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 57 57 <ErrorReport>prompt</ErrorReport> 58 58 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 59 <Prefer32Bit>false</Prefer32Bit> 59 60 </PropertyGroup> 60 61 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> … … 66 67 <ErrorReport>prompt</ErrorReport> 67 68 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 69 <Prefer32Bit>false</Prefer32Bit> 68 70 </PropertyGroup> 69 71 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 75 77 <ErrorReport>prompt</ErrorReport> 76 78 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 79 <Prefer32Bit>false</Prefer32Bit> 77 80 </PropertyGroup> 78 81 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.