Changeset 11677 for branches/ALPS/HeuristicLab.SequentialEngine/3.3/HeuristicLab.SequentialEngine-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.SequentialEngine/3.3/HeuristicLab.SequentialEngine-3.3.csproj
r8600 r11677 18 18 <UpgradeBackupLocation> 19 19 </UpgradeBackupLocation> 20 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>20 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 21 21 <TargetFrameworkProfile> 22 22 </TargetFrameworkProfile> … … 46 46 <WarningLevel>4</WarningLevel> 47 47 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 48 <Prefer32Bit>false</Prefer32Bit> 48 49 </PropertyGroup> 49 50 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 58 59 </DocumentationFile> 59 60 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 61 <Prefer32Bit>false</Prefer32Bit> 60 62 </PropertyGroup> 61 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 67 69 <ErrorReport>prompt</ErrorReport> 68 70 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 71 <Prefer32Bit>false</Prefer32Bit> 69 72 </PropertyGroup> 70 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 78 81 <ErrorReport>prompt</ErrorReport> 79 82 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 83 <Prefer32Bit>false</Prefer32Bit> 80 84 </PropertyGroup> 81 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 87 91 <ErrorReport>prompt</ErrorReport> 88 92 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 93 <Prefer32Bit>false</Prefer32Bit> 89 94 </PropertyGroup> 90 95 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 98 103 <ErrorReport>prompt</ErrorReport> 99 104 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 105 <Prefer32Bit>false</Prefer32Bit> 100 106 </PropertyGroup> 101 107 <ItemGroup> … … 165 171 --> 166 172 <PropertyGroup> 167 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)173 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 168 174 set ProjectDir=$(ProjectDir) 169 175 set SolutionDir=$(SolutionDir) … … 172 178 call PreBuildEvent.cmd 173 179 </PreBuildEvent> 174 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">180 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 175 181 export ProjectDir=$(ProjectDir) 176 182 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.