Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/25/11 17:42:59 (13 years ago)
Author:
wtollsch
Message:

#1433 menue entries and views for OKB Admin created / adapted, each view contains a listbox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/HLWebOKBAdminPlugin.csproj

    r5763 r6050  
    8888  </ItemGroup>
    8989  <ItemGroup>
    90     <Compile Include="Controllers\AlgorithmClassController.cs" />
    91     <Compile Include="Controllers\ServiceTestController.cs" />
     90    <Compile Include="Controllers\AdminController.cs" />
     91    <Compile Include="Controllers\HomeController.cs" />
    9292    <Compile Include="Global.asax.cs">
    9393      <DependentUpon>Global.asax</DependentUpon>
    9494    </Compile>
     95    <Compile Include="Helpers\Admin.cs" />
    9596    <Compile Include="Helpers\HtmlHelpers.cs" />
    9697    <Compile Include="Models\AccountModels.cs" />
     98    <Compile Include="Models\AdminModel.cs" />
    9799    <Compile Include="Models\AlgorithmClassModel.cs" />
    98100    <Compile Include="Properties\AssemblyInfo.cs" />
     
    102104      <DependentUpon>Reference.svcmap</DependentUpon>
    103105    </Compile>
    104     <Compile Include="ViewModels\AlgorithmClassViewModel.cs" />
    105106  </ItemGroup>
    106107  <ItemGroup>
     
    133134      <LastGenOutput>Reference.cs</LastGenOutput>
    134135    </None>
    135     <Content Include="Views\AlgorithmClass\Create.aspx" />
    136     <Content Include="Views\AlgorithmClass\Delete.aspx" />
    137     <Content Include="Views\AlgorithmClass\Details.aspx" />
    138     <Content Include="Views\AlgorithmClass\Edit.aspx" />
    139     <Content Include="Views\AlgorithmClass\Index.aspx" />
     136    <EmbeddedResource Include="Views\Admin\Menu.ascx" />
     137    <Content Include="Views\Admin\Algorithm.aspx" />
     138    <Content Include="Views\Admin\AlgorithmClass.aspx" />
     139    <Content Include="Views\Admin\Index.aspx" />
     140    <Content Include="Views\Admin\Problem.aspx" />
     141    <Content Include="Views\Admin\ProblemClass.aspx" />
     142    <Content Include="Views\Home\About.aspx" />
     143    <Content Include="Views\Home\Index.aspx" />
    140144    <Content Include="Views\ServiceTest\Index.aspx" />
    141145    <Content Include="Web.config">
     
    166170    <Content Include="Views\Web.config" />
    167171    <None Include="Service References\OKBAdministrationService\AdministrationService.wsdl" />
     172    <None Include="Service References\OKBAdministrationService\AdministrationService.xsd">
     173      <SubType>Designer</SubType>
     174    </None>
    168175    <None Include="Service References\OKBAdministrationService\AdministrationService1.xsd">
    169176      <SubType>Designer</SubType>
     
    180187    <Folder Include="App_LocalResources\" />
    181188    <Folder Include="Resources\" />
     189    <Folder Include="ViewModels\" />
    182190  </ItemGroup>
    183191  <ItemGroup>
     
    186194  <ItemGroup>
    187195    <WCFMetadataStorage Include="Service References\OKBAdministrationService\" />
    188   </ItemGroup>
    189   <ItemGroup>
    190     <None Include="Service References\OKBAdministrationService\AdministrationService.xsd">
    191       <SubType>Designer</SubType>
    192     </None>
    193196  </ItemGroup>
    194197  <Choose>
Note: See TracChangeset for help on using the changeset viewer.