Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/01/11 01:52:25 (13 years ago)
Author:
cfleisch
Message:

#1439 Authentication process modified to work well with query plugin

File:
1 edited

Legend:

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

    r5764 r5920  
    7373      <DependentUpon>Global.asax</DependentUpon>
    7474    </Compile>
     75    <Compile Include="Helpers\Query.cs" />
    7576    <Compile Include="Models\AccountModels.cs" />
    7677    <Compile Include="PluginLib\AssemblyResourceProvider.cs" />
     
    8081    <Compile Include="PluginLib\PluginViewEngine.cs" />
    8182    <Compile Include="Properties\AssemblyInfo.cs" />
     83    <Compile Include="Service References\OKBQueryService\Reference.cs">
     84      <AutoGen>True</AutoGen>
     85      <DesignTime>True</DesignTime>
     86      <DependentUpon>Reference.svcmap</DependentUpon>
     87    </Compile>
    8288  </ItemGroup>
    8389  <ItemGroup>
     
    9096    <Content Include="Global.asax" />
    9197    <Content Include="Scripts\lbAlgorithmClassOnClick.js" />
     98    <None Include="Service References\OKBQueryService\HLWebPluginHost.OKBQueryService.Filter.datasource">
     99      <DependentUpon>Reference.svcmap</DependentUpon>
     100    </None>
     101    <None Include="Service References\OKBQueryService\HLWebPluginHost.OKBQueryService.Run.datasource">
     102      <DependentUpon>Reference.svcmap</DependentUpon>
     103    </None>
     104    <None Include="Service References\OKBQueryService\QueryService.disco" />
     105    <None Include="Service References\OKBQueryService\configuration91.svcinfo" />
     106    <None Include="Service References\OKBQueryService\configuration.svcinfo" />
     107    <None Include="Service References\OKBQueryService\Reference.svcmap">
     108      <Generator>WCF Proxy Generator</Generator>
     109      <LastGenOutput>Reference.cs</LastGenOutput>
     110    </None>
    92111    <Content Include="Views\ServicePrototype\Index.aspx" />
    93112    <Content Include="Web.config">
     
    132151    <WCFMetadata Include="Service References\" />
    133152  </ItemGroup>
     153  <ItemGroup>
     154    <WCFMetadataStorage Include="Service References\OKBQueryService\" />
     155  </ItemGroup>
     156  <ItemGroup>
     157    <None Include="Service References\OKBQueryService\QueryService.wsdl" />
     158    <None Include="Service References\OKBQueryService\QueryService.xsd">
     159      <SubType>Designer</SubType>
     160    </None>
     161    <None Include="Service References\OKBQueryService\QueryService1.xsd">
     162      <SubType>Designer</SubType>
     163    </None>
     164    <None Include="Service References\OKBQueryService\QueryService2.xsd">
     165      <SubType>Designer</SubType>
     166    </None>
     167    <None Include="Service References\OKBQueryService\QueryService3.xsd">
     168      <SubType>Designer</SubType>
     169    </None>
     170  </ItemGroup>
    134171  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    135172  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
Note: See TracChangeset for help on using the changeset viewer.