Changeset 12694 for branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj
- Timestamp:
- 07/09/15 13:07:30 (9 years ago)
- Location:
- branches/HeuristicLab.Problems.Orienteering
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.Orienteering
- Property svn:mergeinfo changed
-
Property
svn:global-ignores
set to
*.nuget
packages
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj
r8600 r12694 11 11 <RootNamespace>HeuristicLab.Clients.OKB</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Clients.OKB-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> … … 246 252 </PropertyGroup> 247 253 <PropertyGroup> 248 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)254 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 249 255 set ProjectDir=$(ProjectDir) 250 256 set SolutionDir=$(SolutionDir) 251 257 set Outdir=$(Outdir) 252 258 call PreBuildEvent.cmd</PreBuildEvent> 253 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">259 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 254 260 export ProjectDir=$(ProjectDir) 255 261 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.