Changeset 12395 for branches/HiveStatistics/sources/HeuristicLab.Clients.Access.Administration/3.3/HeuristicLab.Clients.Access.Administration-3.3.csproj
- Timestamp:
- 05/20/15 16:41:14 (9 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.Clients.Access.Administration/3.3/HeuristicLab.Clients.Access.Administration-3.3.csproj
r8600 r12395 11 11 <RootNamespace>HeuristicLab.Clients.Access.Administration</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Clients.Access.Administration-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <TargetFrameworkProfile> 15 15 </TargetFrameworkProfile> … … 40 40 <WarningLevel>4</WarningLevel> 41 41 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 42 <Prefer32Bit>false</Prefer32Bit> 42 43 </PropertyGroup> 43 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 51 52 </DocumentationFile> 52 53 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 54 <Prefer32Bit>false</Prefer32Bit> 53 55 </PropertyGroup> 54 56 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 60 62 <ErrorReport>prompt</ErrorReport> 61 63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 64 <Prefer32Bit>false</Prefer32Bit> 62 65 </PropertyGroup> 63 66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 71 74 <ErrorReport>prompt</ErrorReport> 72 75 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 76 <Prefer32Bit>false</Prefer32Bit> 73 77 </PropertyGroup> 74 78 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 80 84 <ErrorReport>prompt</ErrorReport> 81 85 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 86 <Prefer32Bit>false</Prefer32Bit> 82 87 </PropertyGroup> 83 88 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 91 96 <ErrorReport>prompt</ErrorReport> 92 97 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 98 <Prefer32Bit>false</Prefer32Bit> 93 99 </PropertyGroup> 94 100 <PropertyGroup> … … 296 302 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 297 303 <PropertyGroup> 298 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)304 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 299 305 set ProjectDir=$(ProjectDir) 300 306 set SolutionDir=$(SolutionDir) 301 307 set Outdir=$(Outdir) 302 308 call PreBuildEvent.cmd</PreBuildEvent> 303 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">309 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 304 310 export ProjectDir=$(ProjectDir) 305 311 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.