- Timestamp:
- 05/20/15 16:41:14 (9 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 1 deleted
- 6 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/DotNetScilab-1.0/DotNetScilab-1.0.csproj
r10602 r12395 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> -
branches/HiveStatistics/sources/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/HeuristicLab.DotNetScilab-1.0/HeuristicLab.DotNetScilab-1.0.csproj
r11075 r12395 10 10 <RootNamespace>HeuristicLab.DotNetScilab</RootNamespace> 11 11 <AssemblyName>HeuristicLab.DotNetScilab-1.0</AssemblyName> 12 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 <TargetFrameworkProfile /> 14 15 </PropertyGroup> 15 16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 21 22 <ErrorReport>prompt</ErrorReport> 22 23 <WarningLevel>4</WarningLevel> 24 <Prefer32Bit>false</Prefer32Bit> 23 25 </PropertyGroup> 24 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 29 31 <ErrorReport>prompt</ErrorReport> 30 32 <WarningLevel>4</WarningLevel> 33 <Prefer32Bit>false</Prefer32Bit> 31 34 </PropertyGroup> 32 35 <PropertyGroup> … … 35 38 <PropertyGroup> 36 39 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 40 </PropertyGroup> 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 42 <DebugSymbols>true</DebugSymbols> 43 <OutputPath>..\..\..\..\bin\</OutputPath> 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 <DebugType>full</DebugType> 46 <PlatformTarget>x64</PlatformTarget> 47 <ErrorReport>prompt</ErrorReport> 48 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 49 <Prefer32Bit>false</Prefer32Bit> 50 </PropertyGroup> 51 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 52 <OutputPath>..\..\..\..\bin\</OutputPath> 53 <DefineConstants>TRACE</DefineConstants> 54 <Optimize>true</Optimize> 55 <DebugType>pdbonly</DebugType> 56 <PlatformTarget>x64</PlatformTarget> 57 <ErrorReport>prompt</ErrorReport> 58 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 59 <Prefer32Bit>false</Prefer32Bit> 60 </PropertyGroup> 61 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 62 <DebugSymbols>true</DebugSymbols> 63 <OutputPath>..\..\..\..\bin\</OutputPath> 64 <DefineConstants>DEBUG;TRACE</DefineConstants> 65 <DebugType>full</DebugType> 66 <PlatformTarget>x86</PlatformTarget> 67 <ErrorReport>prompt</ErrorReport> 68 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 69 <Prefer32Bit>false</Prefer32Bit> 70 </PropertyGroup> 71 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 72 <OutputPath>..\..\..\..\bin\</OutputPath> 73 <DefineConstants>TRACE</DefineConstants> 74 <Optimize>true</Optimize> 75 <DebugType>pdbonly</DebugType> 76 <PlatformTarget>x86</PlatformTarget> 77 <ErrorReport>prompt</ErrorReport> 78 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 79 <Prefer32Bit>false</Prefer32Bit> 37 80 </PropertyGroup> 38 81 <ItemGroup> … … 71 114 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 72 115 <PropertyGroup> 73 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)116 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 74 117 set ProjectDir=$(ProjectDir) 75 118 set SolutionDir=$(SolutionDir) 76 119 set Outdir=$(Outdir) 77 120 78 call PreBuildEvent.cmd</PreBuildEvent> 121 call PreBuildEvent.cmd 122 </PreBuildEvent> 123 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 124 export ProjectDir=$(ProjectDir) 125 export SolutionDir=$(SolutionDir) 126 127 $SolutionDir/PreBuildEvent.sh 128 </PreBuildEvent> 79 129 </PropertyGroup> 80 130 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/HiveStatistics/sources/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/HeuristicLab.DotNetScilab-1.0/Plugin.cs.frame
r11171 r12395 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HiveStatistics/sources/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/HeuristicLab.DotNetScilab-1.0/Properties/AssemblyInfo.cs.frame
r10602 r12395 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 32 32 [assembly: AssemblyCompany("")] 33 33 [assembly: AssemblyProduct("HeuristicLab")] 34 [assembly: AssemblyCopyright("(c) 2002-201 4HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2015 HEAL")] 35 35 [assembly: AssemblyTrademark("")] 36 36 [assembly: AssemblyCulture("")]
Note: See TracChangeset
for help on using the changeset viewer.