Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/11/13 10:15:52 (11 years ago)
Author:
fschoepp
Message:

#1888:

  • Janitor is now working as expected in Windows Azure
  • Added basic support for experiments (draggable experiments)
  • Added methods to save/read experiments from TableStorage
  • The job status can now be retrieved by using the GetTasks/GetTaskData methods
  • Added a class to convert JSON-objects to Algorithm instances
  • Web page: Added experiment button to navigation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Optimization.Controller/HeuristicLab.Services.Optimization.ControllerService.csproj

    r9166 r9215  
    151151    <Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
    152152    <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
     153    <Reference Include="Newtonsoft.Json">
     154      <HintPath>..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath>
     155    </Reference>
    153156    <Reference Include="System" />
    154157    <Reference Include="System.configuration" />
     
    175178    <Compile Include="Mockup\MockupDAL.cs" />
    176179    <Compile Include="Mockup\MockupScenarioManager.cs" />
     180    <Compile Include="Parsers\AlgorithmConverter.cs" />
    177181    <Compile Include="PlaceholderControllerService.cs" />
    178182    <Compile Include="Properties\AssemblyInfo.cs" />
    179     <Compile Include="HL\ScenarioParser.cs" />
     183    <Compile Include="Parsers\ScenarioParser.cs" />
    180184    <Compile Include="Utility.cs" />
    181185  </ItemGroup>
     
    186190    <None Include="packages.config" />
    187191  </ItemGroup>
    188   <ItemGroup />
    189192  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    190193  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.