Changeset 11623 for trunk/sources/HeuristicLab.DebugEngine
- Timestamp:
- 12/02/14 21:22:53 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DebugEngine/3.3/HeuristicLab.DebugEngine-3.3.csproj
r8600 r11623 11 11 <RootNamespace>HeuristicLab.DebugEngine</RootNamespace> 12 12 <AssemblyName>HeuristicLab.DebugEngine-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <TargetFrameworkProfile> 15 15 </TargetFrameworkProfile> … … 26 26 <WarningLevel>4</WarningLevel> 27 27 <RunCodeAnalysis>false</RunCodeAnalysis> 28 <Prefer32Bit>false</Prefer32Bit> 28 29 </PropertyGroup> 29 30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 34 35 <ErrorReport>prompt</ErrorReport> 35 36 <WarningLevel>4</WarningLevel> 37 <Prefer32Bit>false</Prefer32Bit> 36 38 </PropertyGroup> 37 39 <PropertyGroup> … … 57 59 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 58 60 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 61 <Prefer32Bit>false</Prefer32Bit> 59 62 </PropertyGroup> 60 63 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 73 76 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 74 77 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 78 <Prefer32Bit>false</Prefer32Bit> 75 79 </PropertyGroup> 76 80 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 77 81 <PlatformTarget>x64</PlatformTarget> 78 82 <OutputPath>$(SolutionDir)\bin\</OutputPath> 83 <Prefer32Bit>false</Prefer32Bit> 79 84 </PropertyGroup> 80 85 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 81 86 <PlatformTarget>x64</PlatformTarget> 82 87 <OutputPath>$(SolutionDir)\bin\</OutputPath> 88 <Prefer32Bit>false</Prefer32Bit> 83 89 </PropertyGroup> 84 90 <ItemGroup> … … 136 142 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 137 143 <PropertyGroup> 138 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)144 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 139 145 set ProjectDir=$(ProjectDir) 140 146 set SolutionDir=$(SolutionDir) … … 143 149 call PreBuildEvent.cmd 144 150 </PreBuildEvent> 145 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">151 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 146 152 export ProjectDir=$(ProjectDir) 147 153 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.