- Timestamp:
- 11/25/14 05:15:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OptimizationNetworks/HeuristicLab.Clients.Hive.Views/3.3/HeuristicLab.Clients.Hive.Views-3.3.csproj
r8600 r11577 11 11 <RootNamespace>HeuristicLab.Clients.Hive.Views</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Clients.Hive.Views-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <TargetFrameworkProfile /> … … 24 24 <WarningLevel>4</WarningLevel> 25 25 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 26 <Prefer32Bit>false</Prefer32Bit> 26 27 </PropertyGroup> 27 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 35 36 </DocumentationFile> 36 37 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 38 <Prefer32Bit>false</Prefer32Bit> 37 39 </PropertyGroup> 38 40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 44 46 <ErrorReport>prompt</ErrorReport> 45 47 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 48 <Prefer32Bit>false</Prefer32Bit> 46 49 </PropertyGroup> 47 50 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 55 58 <ErrorReport>prompt</ErrorReport> 56 59 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 60 <Prefer32Bit>false</Prefer32Bit> 57 61 </PropertyGroup> 58 62 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 64 68 <ErrorReport>prompt</ErrorReport> 65 69 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 70 <Prefer32Bit>false</Prefer32Bit> 66 71 </PropertyGroup> 67 72 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 75 80 <ErrorReport>prompt</ErrorReport> 76 81 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 82 <Prefer32Bit>false</Prefer32Bit> 77 83 </PropertyGroup> 78 84 <PropertyGroup> … … 259 265 </PropertyGroup> 260 266 <PropertyGroup> 261 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)267 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 262 268 set ProjectDir=$(ProjectDir) 263 269 set SolutionDir=$(SolutionDir) … … 265 271 266 272 call PreBuildEvent.cmd</PreBuildEvent> 267 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">273 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 268 274 export ProjectDir=$(ProjectDir) 269 275 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.