- 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.Operators.Programmable.Views/3.3/HeuristicLab.Operators.Programmable.Views-3.3.csproj
r8600 r11677 11 11 <RootNamespace>HeuristicLab.Operators.Programmable.Views</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Operators.Programmable.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> … … 50 53 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> 51 54 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 55 <Prefer32Bit>false</Prefer32Bit> 52 56 </PropertyGroup> 53 57 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 66 70 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 67 71 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 72 <Prefer32Bit>false</Prefer32Bit> 68 73 </PropertyGroup> 69 74 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> … … 82 87 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 83 88 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 89 <Prefer32Bit>false</Prefer32Bit> 84 90 </PropertyGroup> 85 91 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 98 104 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 99 105 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 106 <Prefer32Bit>false</Prefer32Bit> 100 107 </PropertyGroup> 101 108 <ItemGroup> … … 179 186 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 180 187 <PropertyGroup> 181 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)188 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 182 189 set ProjectDir=$(ProjectDir) 183 190 set SolutionDir=$(SolutionDir) … … 186 193 call PreBuildEvent.cmd 187 194 </PreBuildEvent> 188 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">195 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 189 196 export ProjectDir=$(ProjectDir) 190 197 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.