Changeset 11677 for branches/ALPS/HeuristicLab.Algorithms.NSGA2/3.3/HeuristicLab.Algorithms.NSGA2-3.3.csproj
- Timestamp:
- 12/10/14 10:31:41 (10 years ago)
- Location:
- branches/ALPS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS
-
branches/ALPS/HeuristicLab.Algorithms.NSGA2/3.3/HeuristicLab.Algorithms.NSGA2-3.3.csproj
r8600 r11677 11 11 <RootNamespace>HeuristicLab.Algorithms.NSGA2</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Algorithms.NSGA2-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly> … … 45 45 <WarningLevel>4</WarningLevel> 46 46 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 47 <Prefer32Bit>false</Prefer32Bit> 47 48 </PropertyGroup> 48 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 54 55 <WarningLevel>4</WarningLevel> 55 56 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 57 <Prefer32Bit>false</Prefer32Bit> 56 58 </PropertyGroup> 57 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 63 65 <ErrorReport>prompt</ErrorReport> 64 66 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 67 <Prefer32Bit>false</Prefer32Bit> 65 68 </PropertyGroup> 66 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 72 75 <ErrorReport>prompt</ErrorReport> 73 76 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 77 <Prefer32Bit>false</Prefer32Bit> 74 78 </PropertyGroup> 75 79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 81 85 <ErrorReport>prompt</ErrorReport> 82 86 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 87 <Prefer32Bit>false</Prefer32Bit> 83 88 </PropertyGroup> 84 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 90 95 <ErrorReport>prompt</ErrorReport> 91 96 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 97 <Prefer32Bit>false</Prefer32Bit> 92 98 </PropertyGroup> 93 99 <ItemGroup> … … 199 205 --> 200 206 <PropertyGroup> 201 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)207 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 202 208 set ProjectDir=$(ProjectDir) 203 209 set SolutionDir=$(SolutionDir) … … 206 212 call PreBuildEvent.cmd 207 213 </PreBuildEvent> 208 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">214 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 209 215 export ProjectDir=$(ProjectDir) 210 216 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.