Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/25/10 21:49:23 (14 years ago)
Author:
wtollsch
Message:

#1198 Added AlgorithmClassController, AlgorithmClassModel, AlgorithmClass/Index.aspx with ListBox

File:
1 edited

Legend:

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

    r4736 r4939  
    6969  <ItemGroup>
    7070    <Compile Include="Controllers\AccountController.cs" />
     71    <Compile Include="Controllers\AlgorithmClassController.cs" />
    7172    <Compile Include="Controllers\HomeController.cs" />
    7273    <Compile Include="Controllers\ServicePrototypeController.cs" />
     
    7576    </Compile>
    7677    <Compile Include="Models\AccountModels.cs" />
     78    <Compile Include="Models\AlgorithmClassModel.cs" />
    7779    <Compile Include="PluginLib\AssemblyResourceProvider.cs" />
    7880    <Compile Include="PluginLib\AssemblyResourceVirtualFile.cs" />
     
    134136      <LastGenOutput>Reference.cs</LastGenOutput>
    135137    </None>
     138    <None Include="Resources\Plus.bmp" />
     139    <None Include="Resources\Delete.bmp" />
     140    <Content Include="Views\AlgorithmClass\Index.aspx" />
    136141    <Content Include="Views\ServicePrototype\Index.aspx" />
    137142    <Content Include="Web.config">
     
    192197    </None>
    193198  </ItemGroup>
     199  <ItemGroup>
     200    <Content Include="App_LocalResources\Images.resx" />
     201  </ItemGroup>
    194202  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    195203  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
Note: See TracChangeset for help on using the changeset viewer.