Changeset 12031 for branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.DebugEngine.Views/3.3/HeuristicLab.DebugEngine.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.DebugEngine.Views/3.3/HeuristicLab.DebugEngine.Views-3.3.csproj
r8600 r12031 11 11 <RootNamespace>HeuristicLab.DebugEngine.Views</RootNamespace> 12 12 <AssemblyName>HeuristicLab.DebugEngine.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|x86'"> … … 46 49 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 47 50 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 51 <Prefer32Bit>false</Prefer32Bit> 48 52 </PropertyGroup> 49 53 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 63 67 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 64 68 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 69 <Prefer32Bit>false</Prefer32Bit> 65 70 </PropertyGroup> 66 71 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> … … 80 85 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 81 86 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 87 <Prefer32Bit>false</Prefer32Bit> 82 88 </PropertyGroup> 83 89 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 96 102 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 97 103 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 104 <Prefer32Bit>false</Prefer32Bit> 98 105 </PropertyGroup> 99 106 <PropertyGroup> … … 196 203 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 197 204 <PropertyGroup> 198 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)205 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 199 206 set ProjectDir=$(ProjectDir) 200 207 set SolutionDir=$(SolutionDir) … … 203 210 call PreBuildEvent.cmd 204 211 </PreBuildEvent> 205 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">212 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 206 213 export ProjectDir=$(ProjectDir) 207 214 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.