Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10602


Ignore:
Timestamp:
03/17/14 15:22:56 (10 years ago)
Author:
mkommend
Message:

#2171: Added DotNetScilab and HeuristicLab.DotNetScilab to the external libraries.

Location:
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab
Files:
6 added
13 copied
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/DotNetScilab-1.0 Example/cs_example.csproj

    r10595 r10602  
    2424    <DebugType>full</DebugType>
    2525    <Optimize>false</Optimize>
    26     <OutputPath>..\..\bin\</OutputPath>
     26    <OutputPath>bin\</OutputPath>
    2727    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2828    <ErrorReport>prompt</ErrorReport>
     
    3333    <DebugType>pdbonly</DebugType>
    3434    <Optimize>true</Optimize>
    35     <OutputPath>..\..\bin\</OutputPath>
     35    <OutputPath>bin\</OutputPath>
    3636    <DefineConstants>TRACE</DefineConstants>
    3737    <ErrorReport>prompt</ErrorReport>
     
    4141  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    4242    <DebugSymbols>true</DebugSymbols>
    43     <OutputPath>..\..\bin\</OutputPath>
     43    <OutputPath>bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     
    4949  </PropertyGroup>
    5050  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    51     <OutputPath>..\..\bin\</OutputPath>
     51    <OutputPath>bin\</OutputPath>
    5252    <DefineConstants>TRACE</DefineConstants>
    5353    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     
    5959  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6060    <DebugSymbols>true</DebugSymbols>
    61     <OutputPath>..\..\bin\</OutputPath>
     61    <OutputPath>bin\</OutputPath>
    6262    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6363    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     
    6767  </PropertyGroup>
    6868  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    69     <OutputPath>..\..\bin\</OutputPath>
     69    <OutputPath>bin\</OutputPath>
    7070    <DefineConstants>TRACE</DefineConstants>
    7171    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     
    7676  </PropertyGroup>
    7777  <ItemGroup>
     78    <Reference Include="DotNetScilab-1.0">
     79      <HintPath>..\..\..\..\bin\DotNetScilab-1.0.dll</HintPath>
     80    </Reference>
    7881    <Reference Include="System" />
    7982    <Reference Include="System.Core">
     
    9497    <Compile Include="Util.cs" />
    9598  </ItemGroup>
    96   <ItemGroup>
    97     <ProjectReference Include="..\dotnetsci\DotNetScilab.csproj">
    98       <Project>{c3f0c7dc-82ad-405b-990a-bf2c5b7f46ff}</Project>
    99       <Name>DotNetScilab</Name>
    100     </ProjectReference>
    101   </ItemGroup>
    10299  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    103100  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/DotNetScilab-1.0/DotNetScilab-1.0.csproj

    r10600 r10602  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>DotNetScilab</RootNamespace>
    12     <AssemblyName>DotNet-Component-Scilab</AssemblyName>
     12    <AssemblyName>DotNetScilab-1.0</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    2424    <DebugType>full</DebugType>
    2525    <Optimize>false</Optimize>
    26     <OutputPath>..\..\bin\</OutputPath>
     26    <OutputPath>..\..\..\..\bin\</OutputPath>
    2727    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2828    <ErrorReport>prompt</ErrorReport>
     
    3434    <DebugType>pdbonly</DebugType>
    3535    <Optimize>true</Optimize>
    36     <OutputPath>..\..\bin\</OutputPath>
     36    <OutputPath>..\..\..\..\bin\</OutputPath>
    3737    <DefineConstants>TRACE</DefineConstants>
    3838    <ErrorReport>prompt</ErrorReport>
     
    4343  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    4444    <DebugSymbols>true</DebugSymbols>
    45     <OutputPath>..\..\bin\</OutputPath>
     45    <OutputPath>..\..\..\..\bin\</OutputPath>
    4646    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4747    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     
    5252  </PropertyGroup>
    5353  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    54     <OutputPath>..\..\bin\</OutputPath>
     54    <OutputPath>..\..\..\..\bin\</OutputPath>
    5555    <DefineConstants>DEBUG;TRACE</DefineConstants>
    5656    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     
    6363  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6464    <DebugSymbols>true</DebugSymbols>
    65     <OutputPath>..\..\bin\</OutputPath>
     65    <OutputPath>..\..\..\..\bin\</OutputPath>
    6666    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6767    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     
    7272  </PropertyGroup>
    7373  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    74     <OutputPath>..\..\bin\</OutputPath>
     74    <OutputPath>..\..\..\..\bin\</OutputPath>
    7575    <DefineConstants>TRACE</DefineConstants>
    7676    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     
    107107  </ItemGroup>
    108108  <ItemGroup>
    109     <None Include="DotNet-Component-Scilab.dll.config">
     109    <None Include="DotNetScilab-1.0.dll.config">
    110110      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    111111    </None>
    112112    <None Include="HeuristicLab.snk" />
    113   </ItemGroup>
    114   <ItemGroup>
    115     <Content Include="DotNet-Component-Scilab License.txt">
    116       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    117     </Content>
    118113  </ItemGroup>
    119114  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/HeuristicLab.DotNetScilab-1.0/Plugin.cs.frame

    r10595 r10602  
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.EPPlus {
    25   [Plugin("HeuristicLab.EPPlus", "HeuristicLab wrapper for EPPlus", "3.1.3.$WCREV$")]
    26   [PluginFile("HeuristicLab.EPPlus-3.1.3.dll", PluginFileType.Assembly)]
    27   [PluginFile("EPPlus-3.1.3.dll", PluginFileType.Assembly)]
    28   [PluginFile("EPPlus License-3.1.3.txt", PluginFileType.License)]
     24namespace HeuristicLab.DotNetScilab {
     25  [Plugin("HeuristicLab.DotNetScilab", "HeuristicLab wrapper for DotNetScilab", "1.0.0.$WCREV$")]
     26  [PluginFile("HeuristicLab.DotNetScilab-1.0.dll", PluginFileType.Assembly)]
     27  [PluginFile("DotNetScilab-1.0.dll", PluginFileType.Assembly)]
     28  [PluginFile("DotNetScilab License.txt", PluginFileType.License)]
    2929  public class HeuristicLabEPPlusPlugin : PluginBase {
    3030  }
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/HeuristicLab.DotNetScilab-1.0/Properties/AssemblyInfo.cs.frame

    r10595 r10602  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2727// set of attributes. Change these attribute values to modify the information
    2828// associated with an assembly.
    29 [assembly: AssemblyTitle("HeuristicLab.EPPlus")]
    30 [assembly: AssemblyDescription("Provides an interface to EPPlus")]
     29[assembly: AssemblyTitle("HeuristicLab.DotNetScilab")]
     30[assembly: AssemblyDescription("Transport plugin for DotNetScilab")]
    3131[assembly: AssemblyConfiguration("")]
    3232[assembly: AssemblyCompany("")]
    3333[assembly: AssemblyProduct("HeuristicLab")]
    34 [assembly: AssemblyCopyright("(c) 2002-2013 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2014 HEAL")]
    3535[assembly: AssemblyTrademark("")]
    3636[assembly: AssemblyCulture("")]
     
    5454// by using the '*' as shown below:
    5555// [assembly: AssemblyVersion("1.0.*")]
    56 [assembly: AssemblyVersion("3.1.3")]
    57 [assembly: AssemblyFileVersion("3.1.3.$WCREV$")]
     56[assembly: AssemblyVersion("1.0")]
     57[assembly: AssemblyFileVersion("1.0.0.$WCREV$")]
Note: See TracChangeset for help on using the changeset viewer.