Changeset 12694 for branches/HeuristicLab.Problems.Orienteering/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/DotNetScilab-1.0/DotNetScilab-1.0.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.ExtLibs
- Property svn:mergeinfo changed
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/DotNetScilab-1.0/DotNetScilab-1.0.csproj
r10602 r12694 11 11 <RootNamespace>DotNetScilab</RootNamespace> 12 12 <AssemblyName>DotNetScilab-1.0</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <FileUpgradeFlags> … … 30 30 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 31 31 <RegisterForComInterop>false</RegisterForComInterop> 32 <Prefer32Bit>false</Prefer32Bit> 32 33 </PropertyGroup> 33 34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 40 41 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 41 42 <RegisterForComInterop>false</RegisterForComInterop> 43 <Prefer32Bit>false</Prefer32Bit> 42 44 </PropertyGroup> 43 45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 50 52 <PlatformTarget>x64</PlatformTarget> 51 53 <ErrorReport>prompt</ErrorReport> 54 <Prefer32Bit>false</Prefer32Bit> 52 55 </PropertyGroup> 53 56 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 60 63 <PlatformTarget>x64</PlatformTarget> 61 64 <ErrorReport>prompt</ErrorReport> 65 <Prefer32Bit>false</Prefer32Bit> 62 66 </PropertyGroup> 63 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 70 74 <PlatformTarget>x86</PlatformTarget> 71 75 <ErrorReport>prompt</ErrorReport> 76 <Prefer32Bit>false</Prefer32Bit> 72 77 </PropertyGroup> 73 78 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 80 85 <PlatformTarget>x86</PlatformTarget> 81 86 <ErrorReport>prompt</ErrorReport> 87 <Prefer32Bit>false</Prefer32Bit> 82 88 </PropertyGroup> 83 89 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.