Changeset 12694 for branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj
- Timestamp:
- 07/09/15 13:07:30 (9 years ago)
- Location:
- branches/HeuristicLab.Problems.Orienteering
- Files:
-
- 3 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.Problems.Instances.DataAnalysis.Views
- Property svn:mergeinfo changed
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj
r10000 r12694 11 11 <RootNamespace>HeuristicLab.Problems.Instances.DataAnalysis.Views</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <TargetFrameworkProfile /> 15 16 </PropertyGroup> 16 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 22 23 <ErrorReport>prompt</ErrorReport> 23 24 <WarningLevel>4</WarningLevel> 25 <Prefer32Bit>false</Prefer32Bit> 24 26 </PropertyGroup> 25 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 30 32 <ErrorReport>prompt</ErrorReport> 31 33 <WarningLevel>4</WarningLevel> 34 <Prefer32Bit>false</Prefer32Bit> 32 35 </PropertyGroup> 33 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> … … 38 41 <PlatformTarget>x86</PlatformTarget> 39 42 <ErrorReport>prompt</ErrorReport> 43 <Prefer32Bit>false</Prefer32Bit> 40 44 </PropertyGroup> 41 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 46 50 <PlatformTarget>x86</PlatformTarget> 47 51 <ErrorReport>prompt</ErrorReport> 52 <Prefer32Bit>false</Prefer32Bit> 48 53 </PropertyGroup> 49 54 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> … … 54 59 <PlatformTarget>x64</PlatformTarget> 55 60 <ErrorReport>prompt</ErrorReport> 61 <Prefer32Bit>false</Prefer32Bit> 56 62 </PropertyGroup> 57 63 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 62 68 <PlatformTarget>x64</PlatformTarget> 63 69 <ErrorReport>prompt</ErrorReport> 70 <Prefer32Bit>false</Prefer32Bit> 64 71 </PropertyGroup> 65 72 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.