Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/23/13 15:59:23 (11 years ago)
Author:
bburlacu
Message:

#2021: Created separate LinearInstruction class for the linear interpreter. Added properties folder and strong name key.

Location:
branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter

    • Property svn:ignore set to
      TestResults
  • branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Tests

    • Property svn:ignore set to
      bin
      obj
  • branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Tests/HeuristicLab.Tests.csproj

    r9735 r9738  
    2222    <DebugType>full</DebugType>
    2323    <Optimize>false</Optimize>
    24     <OutputPath>bin\Debug\</OutputPath>
     24    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    2525    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2626    <ErrorReport>prompt</ErrorReport>
    2727    <WarningLevel>4</WarningLevel>
     28    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2829  </PropertyGroup>
    2930  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    3031    <DebugType>pdbonly</DebugType>
    3132    <Optimize>true</Optimize>
    32     <OutputPath>bin\Release\</OutputPath>
     33    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    3334    <DefineConstants>TRACE</DefineConstants>
    3435    <ErrorReport>prompt</ErrorReport>
    3536    <WarningLevel>4</WarningLevel>
     37    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     38  </PropertyGroup>
     39  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     40    <DebugSymbols>true</DebugSymbols>
     41    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     42    <DefineConstants>DEBUG;TRACE</DefineConstants>
     43    <DebugType>full</DebugType>
     44    <PlatformTarget>x64</PlatformTarget>
     45    <ErrorReport>prompt</ErrorReport>
     46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     47  </PropertyGroup>
     48  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     49    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     50    <DefineConstants>TRACE</DefineConstants>
     51    <Optimize>true</Optimize>
     52    <DebugType>pdbonly</DebugType>
     53    <PlatformTarget>x64</PlatformTarget>
     54    <ErrorReport>prompt</ErrorReport>
     55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     56  </PropertyGroup>
     57  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     58    <DebugSymbols>true</DebugSymbols>
     59    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     60    <DefineConstants>DEBUG;TRACE</DefineConstants>
     61    <DebugType>full</DebugType>
     62    <PlatformTarget>x86</PlatformTarget>
     63    <ErrorReport>prompt</ErrorReport>
     64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     65  </PropertyGroup>
     66  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     67    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     68    <DefineConstants>TRACE</DefineConstants>
     69    <Optimize>true</Optimize>
     70    <DebugType>pdbonly</DebugType>
     71    <PlatformTarget>x86</PlatformTarget>
     72    <ErrorReport>prompt</ErrorReport>
     73    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     74  </PropertyGroup>
     75  <PropertyGroup>
     76    <SignAssembly>true</SignAssembly>
     77  </PropertyGroup>
     78  <PropertyGroup>
     79    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    3680  </PropertyGroup>
    3781  <ItemGroup>
    3882    <Reference Include="ALGLIB-3.7.0">
    3983      <HintPath>..\..\..\Trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
     84      <Private>False</Private>
    4085    </Reference>
    4186    <Reference Include="HeuristicLab.Common-3.3">
    4287      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     88      <Private>False</Private>
    4389    </Reference>
    4490    <Reference Include="HeuristicLab.Core-3.3">
    4591      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     92      <Private>False</Private>
    4693    </Reference>
    4794    <Reference Include="HeuristicLab.Data-3.3">
    4895      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     96      <Private>False</Private>
    4997    </Reference>
    5098    <Reference Include="HeuristicLab.Operators-3.3">
    5199      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     100      <Private>False</Private>
    52101    </Reference>
    53102    <Reference Include="HeuristicLab.Optimization-3.3">
    54103      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     104      <Private>False</Private>
    55105    </Reference>
    56106    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
    57107      <HintPath>..\..\..\Trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
     108      <Private>False</Private>
    58109    </Reference>
    59110    <Reference Include="HeuristicLab.Random-3.3">
    60111      <HintPath>..\..\..\Trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
     112      <Private>False</Private>
    61113    </Reference>
    62114    <Reference Include="System" />
     
    85137      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
    86138      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
     139      <Private>False</Private>
    87140    </ProjectReference>
    88141    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
    89142      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
    90143      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
     144      <Private>False</Private>
    91145    </ProjectReference>
     146  </ItemGroup>
     147  <ItemGroup>
     148    <None Include="HeuristicLab.snk" />
    92149  </ItemGroup>
    93150  <Choose>
Note: See TracChangeset for help on using the changeset viewer.