Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/08/11 16:04:26 (13 years ago)
Author:
dkahn
Message:

#1198 restoring membership provider and removing Query references.

File:
1 edited

Legend:

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

    r5986 r5988  
    1 <?xml version="1.0" encoding="utf-8"?>
     1<?xml version="1.0" encoding="utf-8"?>
    22<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <PropertyGroup>
     
    7373      <DependentUpon>Global.asax</DependentUpon>
    7474    </Compile>
    75 
    7675    <Compile Include="Lib\HLServiceMembershipProvider.cs" />
    7776    <Compile Include="Helpers\Query.cs" />
     
    8382    <Compile Include="PluginLib\PluginViewEngine.cs" />
    8483    <Compile Include="Properties\AssemblyInfo.cs" />
    85     <Compile Include="Service References\OKBQueryService\Reference.cs">
    86       <AutoGen>True</AutoGen>
    87       <DesignTime>True</DesignTime>
    88       <DependentUpon>Reference.svcmap</DependentUpon>
    89     </Compile>
    9084  </ItemGroup>
    9185  <ItemGroup>
     
    9892    <Content Include="Global.asax" />
    9993    <Content Include="Scripts\lbAlgorithmClassOnClick.js" />
    100     <None Include="Service References\OKBQueryService\HLWebPluginHost.OKBQueryService.Filter.datasource">
    101       <DependentUpon>Reference.svcmap</DependentUpon>
    102     </None>
    103     <None Include="Service References\OKBQueryService\HLWebPluginHost.OKBQueryService.Run.datasource">
    104       <DependentUpon>Reference.svcmap</DependentUpon>
    105     </None>
    106     <None Include="Service References\OKBQueryService\QueryService.disco" />
    107     <None Include="Service References\OKBQueryService\configuration91.svcinfo" />
    108     <None Include="Service References\OKBQueryService\configuration.svcinfo" />
    109     <None Include="Service References\OKBQueryService\Reference.svcmap">
    110       <Generator>WCF Proxy Generator</Generator>
    111       <LastGenOutput>Reference.cs</LastGenOutput>
    112     </None>
    11394    <Content Include="Views\ServicePrototype\Index.aspx" />
    11495    <Content Include="Web.config">
     
    153134    <WCFMetadata Include="Service References\" />
    154135  </ItemGroup>
    155   <ItemGroup>
    156     <WCFMetadataStorage Include="Service References\OKBQueryService\" />
    157   </ItemGroup>
    158   <ItemGroup>
    159     <None Include="Service References\OKBQueryService\QueryService.wsdl" />
    160     <None Include="Service References\OKBQueryService\QueryService.xsd">
    161       <SubType>Designer</SubType>
    162     </None>
    163     <None Include="Service References\OKBQueryService\QueryService1.xsd">
    164       <SubType>Designer</SubType>
    165     </None>
    166     <None Include="Service References\OKBQueryService\QueryService2.xsd">
    167       <SubType>Designer</SubType>
    168     </None>
    169     <None Include="Service References\OKBQueryService\QueryService3.xsd">
    170       <SubType>Designer</SubType>
    171     </None>
    172   </ItemGroup>
    173136  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    174137  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
Note: See TracChangeset for help on using the changeset viewer.