Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/11 15:25:52 (13 years ago)
Author:
cfleisch
Message:

#1439 Query tool as plugin implemented, added submenu items

Location:
branches/WebApplication/MVC2/HLWebOKBQueryPlugin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBQueryPlugin

    • Property svn:ignore set to
      bin
      obj
  • branches/WebApplication/MVC2/HLWebOKBQueryPlugin/HLWebOKBQueryPlugin.csproj

    r5756 r5910  
    1111    <OutputType>Library</OutputType>
    1212    <AppDesignerFolder>Properties</AppDesignerFolder>
    13     <RootNamespace>HLWebOKBAdminPlugin</RootNamespace>
    14     <AssemblyName>HLWebOKBAdminPlugin</AssemblyName>
     13    <RootNamespace>HLWebOKBQueryPlugin</RootNamespace>
     14    <AssemblyName>HLWebOKBQueryPlugin</AssemblyName>
    1515    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1616    <MvcBuildViews>false</MvcBuildViews>
     
    8888  </ItemGroup>
    8989  <ItemGroup>
    90     <Compile Include="Controllers\ServiceTestController.cs" />
     90    <Compile Include="Controllers\HomeController.cs" />
     91    <Compile Include="Controllers\QueryController.cs" />
    9192    <Compile Include="Global.asax.cs">
    9293      <DependentUpon>Global.asax</DependentUpon>
     
    9495    <Compile Include="Helpers\HtmlHelpers.cs" />
    9596    <Compile Include="Models\AccountModels.cs" />
     97    <Compile Include="Models\QueryModel.cs" />
    9698    <Compile Include="Properties\AssemblyInfo.cs" />
    9799    <Compile Include="Properties\Settings.Designer.cs">
     
    99101      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    100102      <DependentUpon>Settings.settings</DependentUpon>
    101     </Compile>
    102     <Compile Include="Service References\OKBAuthenticationService\Reference.cs">
    103       <AutoGen>True</AutoGen>
    104       <DesignTime>True</DesignTime>
    105       <DependentUpon>Reference.svcmap</DependentUpon>
    106103    </Compile>
    107104    <Compile Include="Service References\OKBQueryService\Reference.cs">
     
    133130      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    134131    </None>
    135     <None Include="Service References\OKBAuthenticationService\AuthenticationService.disco" />
    136     <None Include="Service References\OKBAuthenticationService\configuration91.svcinfo" />
    137     <None Include="Service References\OKBAuthenticationService\configuration.svcinfo" />
    138     <None Include="Service References\OKBAuthenticationService\HLWebOKBAdminPlugin.OKBAuthenticationService.User.datasource">
     132    <None Include="Service References\OKBQueryService\HLWebOKBQueryPlugin.OKBQueryService.Filter.datasource">
    139133      <DependentUpon>Reference.svcmap</DependentUpon>
    140134    </None>
    141     <None Include="Service References\OKBAuthenticationService\Reference.svcmap">
    142       <Generator>WCF Proxy Generator</Generator>
    143       <LastGenOutput>Reference.cs</LastGenOutput>
    144     </None>
    145     <None Include="Service References\OKBQueryService\HLWebOKBAdminPlugin.OKBQueryService.Filter.datasource">
    146       <DependentUpon>Reference.svcmap</DependentUpon>
    147     </None>
    148     <None Include="Service References\OKBQueryService\HLWebOKBAdminPlugin.OKBQueryService.Run.datasource">
     135    <None Include="Service References\OKBQueryService\HLWebOKBQueryPlugin.OKBQueryService.Run.datasource">
    149136      <DependentUpon>Reference.svcmap</DependentUpon>
    150137    </None>
     
    157144    </None>
    158145    <Content Include="Views\AlgorithmClass\Index.aspx" />
     146    <Content Include="Views\Home\About.aspx" />
     147    <Content Include="Views\Home\Index.aspx" />
     148    <Content Include="Views\Query\Filter.aspx" />
     149    <Content Include="Views\Query\Index.aspx" />
     150    <EmbeddedResource Include="Views\Query\Menu.ascx" />
     151    <Content Include="Views\Query\Results.aspx" />
    159152    <Content Include="Views\ServiceTest\Index.aspx" />
    160153    <Content Include="Web.config" />
     
    182175    <Content Include="Views\Shared\Site.Master" />
    183176    <Content Include="Views\Web.config" />
    184     <None Include="Service References\OKBAuthenticationService\AuthenticationService.wsdl" />
    185     <None Include="Service References\OKBAuthenticationService\AuthenticationService.xsd">
    186       <SubType>Designer</SubType>
    187     </None>
    188     <None Include="Service References\OKBAuthenticationService\AuthenticationService1.xsd">
    189       <SubType>Designer</SubType>
    190     </None>
    191     <None Include="Service References\OKBAuthenticationService\AuthenticationService2.xsd">
    192       <SubType>Designer</SubType>
    193     </None>
    194177    <None Include="Service References\OKBQueryService\QueryService.wsdl" />
    195178    <None Include="Service References\OKBQueryService\QueryService.xsd">
     
    215198  </ItemGroup>
    216199  <ItemGroup>
    217     <WCFMetadataStorage Include="Service References\OKBAuthenticationService\" />
    218200    <WCFMetadataStorage Include="Service References\OKBQueryService\" />
    219201  </ItemGroup>
     
    253235    </VisualStudio>
    254236  </ProjectExtensions>
     237  <PropertyGroup>
     238    <PostBuildEvent>copy HLWebOKBQueryPlugin.dll ..\..\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin</PostBuildEvent>
     239  </PropertyGroup>
    255240</Project>
Note: See TracChangeset for help on using the changeset viewer.