Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/30/15 12:31:15 (10 years ago)
Author:
dglaser
Message:

#2394:

HeuristicLab.Services.WebApp.Status:

  • added used / total cores
  • moved kb to gb filter to WebApp

HeuristicLab.Services.WebApp:

  • added about page
  • added filter
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.WebApp/3.3/HeuristicLab.Services.WebApp-3.3.csproj

    r12523 r12546  
    2323    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
    2424    <RestorePackages>true</RestorePackages>
    25     <WebGreaseLibPath>..\..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath>
    2625  </PropertyGroup>
    2726  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    4443  </PropertyGroup>
    4544  <ItemGroup>
    46     <Reference Include="Antlr3.Runtime, Version=3.4.1.9004, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
    47       <HintPath>..\..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
    48       <Private>True</Private>
     45    <Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
     46      <SpecificVersion>False</SpecificVersion>
     47      <HintPath>..\..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
    4948    </Reference>
    5049    <Reference Include="Microsoft.CSharp" />
     
    5352      <Private>True</Private>
    5453    </Reference>
    55     <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
    56       <HintPath>..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
    57       <Private>True</Private>
     54    <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
     55      <SpecificVersion>False</SpecificVersion>
     56      <HintPath>..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
    5857    </Reference>
    5958    <Reference Include="System" />
     
    118117    </Reference>
    119118    <Reference Include="System.Net.Http.WebRequest">
    120     </Reference>
    121     <Reference Include="WebGrease, Version=1.5.2.14234, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
    122       <HintPath>..\..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
    123       <Private>True</Private>
    124119    </Reference>
    125120  </ItemGroup>
     
    169164    <Content Include="WebApp\libs\smoothScroll\smoothScroll.js" />
    170165    <Content Include="WebApp\app.js" />
    171     <Content Include="WebApp\plugins\login\login.css">
    172       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    173     </Content>
    174     <Content Include="WebApp\plugins\login\login.js">
    175       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    176     </Content>
    177     <Content Include="WebApp\plugins\login\loginCtrl.js">
    178       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    179     </Content>
     166    <Content Include="WebApp\plugins\about\about.js" />
     167    <Content Include="WebApp\plugins\about\aboutCtrl.js" />
     168    <Content Include="WebApp\plugins\login\login.css" />
     169    <Content Include="WebApp\plugins\login\login.js" />
     170    <Content Include="WebApp\plugins\login\loginCtrl.js" />
    180171    <Content Include="WebApp\plugins\plugins\pluginsExceptionCtrl.js" />
    181     <Content Include="WebApp\plugins\plugins\plugins.js">
    182       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    183     </Content>
    184     <Content Include="WebApp\plugins\plugins\pluginsCtrl.js">
    185       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    186     </Content>
     172    <Content Include="WebApp\plugins\plugins\plugins.js" />
     173    <Content Include="WebApp\plugins\plugins\pluginsCtrl.js" />
    187174    <Content Include="WebApp\plugins\plugins\pluginsService.js" />
    188175    <Content Include="WebApp\shared\directives\flot.js" />
     
    226213    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.woff" />
    227214    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.woff2" />
     215    <Content Include="WebApp\shared\filter\filters.js" />
    228216    <Content Include="WebApp\shared\images\HeuristicLab-Logo.png" />
    229217    <Content Include="WebApp\shared\layout\layout.cshtml" />
     
    233221    <Content Include="WebApp\shared\menu\menu.cshtml" />
    234222    <Content Include="WebApp\shared\restricted\empty.cshtml" />
    235     <Content Include="WebApp\plugins\login\login.cshtml">
    236       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    237     </Content>
    238     <Content Include="WebApp\plugins\plugins\plugins.cshtml">
    239       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    240     </Content>
    241     <Content Include="WebApp\plugins\plugins\Web.config">
    242       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    243     </Content>
     223    <Content Include="WebApp\plugins\login\login.cshtml" />
     224    <Content Include="WebApp\plugins\plugins\plugins.cshtml" />
     225    <Content Include="WebApp\plugins\plugins\Web.config" />
    244226  </ItemGroup>
    245227  <ItemGroup>
     
    259241      <Name>HeuristicLab.Services.Hive-3.3</Name>
    260242    </ProjectReference>
     243  </ItemGroup>
     244  <ItemGroup>
     245    <Content Include="WebApp\plugins\about\about.cshtml" />
    261246  </ItemGroup>
    262247  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.