Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4986


Ignore:
Timestamp:
11/29/10 02:08:20 (13 years ago)
Author:
wtollsch
Message:

#1198 removed testimplementation for admin plugin

Location:
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj

    r4952 r4986  
    6969  <ItemGroup>
    7070    <Compile Include="Controllers\AccountController.cs" />
    71     <Compile Include="Controllers\AlgorithmClassController.cs" />
    7271    <Compile Include="Controllers\HomeController.cs" />
    7372    <Compile Include="Controllers\ServicePrototypeController.cs" />
     
    7675    </Compile>
    7776    <Compile Include="Models\AccountModels.cs" />
    78     <Compile Include="Models\AlgorithmClassModel.cs" />
    7977    <Compile Include="PluginLib\AssemblyResourceProvider.cs" />
    8078    <Compile Include="PluginLib\AssemblyResourceVirtualFile.cs" />
     
    136134      <LastGenOutput>Reference.cs</LastGenOutput>
    137135    </None>
    138     <None Include="Resources\Plus.bmp" />
    139     <None Include="Resources\Delete.bmp" />
    140     <None Include="Resources\Update.bmp" />
    141136    <Content Include="Scripts\lbAlgorithmClassOnClick.js" />
    142     <Content Include="Views\AlgorithmClass\Index.aspx" />
    143137    <Content Include="Views\ServicePrototype\Index.aspx" />
    144138    <Content Include="Web.config">
     
    150144    <Content Include="Web.Release.config">
    151145      <DependentUpon>Web.config</DependentUpon>
     146      <SubType>Designer</SubType>
    152147    </Content>
    153148    <Content Include="Content\Site.css" />
     
    177172  <ItemGroup>
    178173    <Folder Include="App_Data\" />
     174    <Folder Include="App_LocalResources\" />
    179175  </ItemGroup>
    180176  <ItemGroup>
     
    198194      <SubType>Designer</SubType>
    199195    </None>
    200   </ItemGroup>
    201   <ItemGroup>
    202     <Content Include="App_LocalResources\Images.resx" />
    203196  </ItemGroup>
    204197  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.