- Timestamp:
- 03/17/14 15:22:56 (11 years ago)
- 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 24 24 <DebugType>full</DebugType> 25 25 <Optimize>false</Optimize> 26 <OutputPath> ..\..\bin\</OutputPath>26 <OutputPath>bin\</OutputPath> 27 27 <DefineConstants>DEBUG;TRACE</DefineConstants> 28 28 <ErrorReport>prompt</ErrorReport> … … 33 33 <DebugType>pdbonly</DebugType> 34 34 <Optimize>true</Optimize> 35 <OutputPath> ..\..\bin\</OutputPath>35 <OutputPath>bin\</OutputPath> 36 36 <DefineConstants>TRACE</DefineConstants> 37 37 <ErrorReport>prompt</ErrorReport> … … 41 41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 42 42 <DebugSymbols>true</DebugSymbols> 43 <OutputPath> ..\..\bin\</OutputPath>43 <OutputPath>bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 49 49 </PropertyGroup> 50 50 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 51 <OutputPath> ..\..\bin\</OutputPath>51 <OutputPath>bin\</OutputPath> 52 52 <DefineConstants>TRACE</DefineConstants> 53 53 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 59 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 60 60 <DebugSymbols>true</DebugSymbols> 61 <OutputPath> ..\..\bin\</OutputPath>61 <OutputPath>bin\</OutputPath> 62 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 63 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 67 67 </PropertyGroup> 68 68 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 69 <OutputPath> ..\..\bin\</OutputPath>69 <OutputPath>bin\</OutputPath> 70 70 <DefineConstants>TRACE</DefineConstants> 71 71 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 76 76 </PropertyGroup> 77 77 <ItemGroup> 78 <Reference Include="DotNetScilab-1.0"> 79 <HintPath>..\..\..\..\bin\DotNetScilab-1.0.dll</HintPath> 80 </Reference> 78 81 <Reference Include="System" /> 79 82 <Reference Include="System.Core"> … … 94 97 <Compile Include="Util.cs" /> 95 98 </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>102 99 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 103 100 <!-- 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 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>DotNetScilab</RootNamespace> 12 <AssemblyName>DotNet -Component-Scilab</AssemblyName>12 <AssemblyName>DotNetScilab-1.0</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> … … 24 24 <DebugType>full</DebugType> 25 25 <Optimize>false</Optimize> 26 <OutputPath>..\..\ bin\</OutputPath>26 <OutputPath>..\..\..\..\bin\</OutputPath> 27 27 <DefineConstants>DEBUG;TRACE</DefineConstants> 28 28 <ErrorReport>prompt</ErrorReport> … … 34 34 <DebugType>pdbonly</DebugType> 35 35 <Optimize>true</Optimize> 36 <OutputPath>..\..\ bin\</OutputPath>36 <OutputPath>..\..\..\..\bin\</OutputPath> 37 37 <DefineConstants>TRACE</DefineConstants> 38 38 <ErrorReport>prompt</ErrorReport> … … 43 43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 44 44 <DebugSymbols>true</DebugSymbols> 45 <OutputPath>..\..\ bin\</OutputPath>45 <OutputPath>..\..\..\..\bin\</OutputPath> 46 46 <DefineConstants>DEBUG;TRACE</DefineConstants> 47 47 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 52 52 </PropertyGroup> 53 53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 54 <OutputPath>..\..\ bin\</OutputPath>54 <OutputPath>..\..\..\..\bin\</OutputPath> 55 55 <DefineConstants>DEBUG;TRACE</DefineConstants> 56 56 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 63 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 64 64 <DebugSymbols>true</DebugSymbols> 65 <OutputPath>..\..\ bin\</OutputPath>65 <OutputPath>..\..\..\..\bin\</OutputPath> 66 66 <DefineConstants>DEBUG;TRACE</DefineConstants> 67 67 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 72 72 </PropertyGroup> 73 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 74 <OutputPath>..\..\ bin\</OutputPath>74 <OutputPath>..\..\..\..\bin\</OutputPath> 75 75 <DefineConstants>TRACE</DefineConstants> 76 76 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 107 107 </ItemGroup> 108 108 <ItemGroup> 109 <None Include="DotNet -Component-Scilab.dll.config">109 <None Include="DotNetScilab-1.0.dll.config"> 110 110 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 111 111 </None> 112 112 <None Include="HeuristicLab.snk" /> 113 </ItemGroup>114 <ItemGroup>115 <Content Include="DotNet-Component-Scilab License.txt">116 <CopyToOutputDirectory>Always</CopyToOutputDirectory>117 </Content>118 113 </ItemGroup> 119 114 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/HeuristicLab.DotNetScilab-1.0/Plugin.cs.frame
r10595 r10602 22 22 using HeuristicLab.PluginInfrastructure; 23 23 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)]24 namespace 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)] 29 29 public class HeuristicLabEPPlusPlugin : PluginBase { 30 30 } -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/HeuristicLab.DotNetScilab-1.0/Properties/AssemblyInfo.cs.frame
r10595 r10602 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 27 27 // set of attributes. Change these attribute values to modify the information 28 28 // 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")] 31 31 [assembly: AssemblyConfiguration("")] 32 32 [assembly: AssemblyCompany("")] 33 33 [assembly: AssemblyProduct("HeuristicLab")] 34 [assembly: AssemblyCopyright("(c) 2002-201 3HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2014 HEAL")] 35 35 [assembly: AssemblyTrademark("")] 36 36 [assembly: AssemblyCulture("")] … … 54 54 // by using the '*' as shown below: 55 55 // [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.