Free cookie consent management tool by TermsFeed Policy Generator

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

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

Location:
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab
Files:
1 added
4 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.
Note: See TracChangeset for help on using the changeset viewer.