Changeset 12395 for branches/HiveStatistics/sources/HeuristicLab.Clients.Common/3.3/HeuristicLab.Clients.Common-3.3.csproj
- Timestamp:
- 05/20/15 16:41:14 (10 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.Clients.Common
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Clients.Common merged: 11623,12012
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.Clients.Common/3.3/HeuristicLab.Clients.Common-3.3.csproj
r8600 r12395 11 11 <RootNamespace>HeuristicLab.Clients.Common</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Clients.Common-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <TargetFrameworkProfile> 15 15 </TargetFrameworkProfile> … … 25 25 <ErrorReport>prompt</ErrorReport> 26 26 <WarningLevel>4</WarningLevel> 27 <Prefer32Bit>false</Prefer32Bit> 27 28 </PropertyGroup> 28 29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 33 34 <ErrorReport>prompt</ErrorReport> 34 35 <WarningLevel>4</WarningLevel> 36 <Prefer32Bit>false</Prefer32Bit> 35 37 </PropertyGroup> 36 38 <PropertyGroup> … … 56 58 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 57 59 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 60 <Prefer32Bit>false</Prefer32Bit> 58 61 </PropertyGroup> 59 62 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 72 75 <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 73 76 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 77 <Prefer32Bit>false</Prefer32Bit> 74 78 </PropertyGroup> 75 79 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> … … 87 91 <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 88 92 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 93 <Prefer32Bit>false</Prefer32Bit> 89 94 </PropertyGroup> 90 95 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 103 108 <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 104 109 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 110 <Prefer32Bit>false</Prefer32Bit> 105 111 </PropertyGroup> 106 112 <ItemGroup> … … 108 114 <Reference Include="System.Core" /> 109 115 <Reference Include="System.Drawing" /> 116 <Reference Include="System.IdentityModel" /> 110 117 <Reference Include="System.Security" /> 111 118 <Reference Include="System.ServiceModel" /> … … 152 159 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 153 160 <PropertyGroup> 154 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)161 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 155 162 set ProjectDir=$(ProjectDir) 156 163 set SolutionDir=$(SolutionDir) … … 159 166 call PreBuildEvent.cmd 160 167 </PreBuildEvent> 161 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">168 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 162 169 export ProjectDir=$(ProjectDir) 163 170 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.