Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/10/15 14:05:24 (9 years ago)
Author:
dglaser
Message:

#2388: Added PluginManager and updated WebApp project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/HeuristicLab.Services.WebApp.csproj

    r12419 r12425  
    129129    <Compile Include="Controllers\AppController.cs" />
    130130    <Compile Include="Controllers\AuthenticationController.cs" />
     131    <Compile Include="Controllers\DataTransfer\Plugin.cs" />
    131132    <Compile Include="Controllers\DataTransfer\User.cs" />
     133    <Compile Include="Controllers\PluginController.cs" />
    132134    <Compile Include="Controllers\WebAppControllerSelector.cs" />
    133135    <Compile Include="Global.asax.cs">
    134136      <DependentUpon>Global.asax</DependentUpon>
    135137    </Compile>
     138    <Compile Include="Plugin.cs" />
     139    <Compile Include="PluginManager.cs" />
    136140    <Compile Include="Properties\AssemblyInfo.cs" />
    137141  </ItemGroup>
    138142  <ItemGroup>
    139143    <Content Include="WebApp\app.css" />
    140     <Content Include="WebApp\app.js" />
    141144    <Content Include="favicon.ico" />
    142145    <Content Include="Global.asax" />
     146    <Content Include="WebApp\main.js" />
    143147    <Content Include="WebApp\helper.js" />
    144148    <Content Include="WebApp\HeuristicLab.ico" />
     
    163167    <Content Include="WebApp\libs\misc\respond.min.js" />
    164168    <Content Include="WebApp\libs\smoothScroll\smoothScroll.js" />
    165     <Content Include="WebApp\module.js" />
     169    <Content Include="WebApp\app.js" />
    166170    <Content Include="WebApp\plugins\login\login.css">
    167171      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     
    179183      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    180184    </Content>
     185    <Content Include="WebApp\plugins\plugins\pluginsService.js" />
    181186    <Content Include="WebApp\shared\directives\flot.js" />
    182187    <Content Include="WebApp\libs\angularjs\angular-ui\ui-bootstrap-tpls-0.13.0.min.js" />
     
    240245  </ItemGroup>
    241246  <ItemGroup>
     247    <ProjectReference Include="..\HeuristicLab.Services.Access\3.3\HeuristicLab.Services.Access-3.3.csproj">
     248      <Project>{9fac0b23-2730-452a-9ba0-d7ca1746c541}</Project>
     249      <Name>HeuristicLab.Services.Access-3.3</Name>
     250    </ProjectReference>
    242251    <ProjectReference Include="..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
    243252      <Project>{ec2c8109-6e1e-4c88-9a2b-908cff2ef4ac}</Project>
Note: See TracChangeset for help on using the changeset viewer.