Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/07/10 13:23:40 (14 years ago)
Author:
wtollsch
Message:

#1198 HLWebPluginHost login to authentication database

File:
1 edited

Legend:

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

    r4604 r4736  
    3838    <Reference Include="System.Data" />
    3939    <Reference Include="System.Drawing" />
     40    <Reference Include="System.Runtime.Serialization" />
     41    <Reference Include="System.ServiceModel" />
    4042    <Reference Include="System.Web.DynamicData" />
    4143    <Reference Include="System.Web.Entity" />
     
    6870    <Compile Include="Controllers\AccountController.cs" />
    6971    <Compile Include="Controllers\HomeController.cs" />
     72    <Compile Include="Controllers\ServicePrototypeController.cs" />
    7073    <Compile Include="Global.asax.cs">
    7174      <DependentUpon>Global.asax</DependentUpon>
     
    7881    <Compile Include="PluginLib\PluginViewEngine.cs" />
    7982    <Compile Include="Properties\AssemblyInfo.cs" />
     83    <Compile Include="Service References\OKBService\Reference.cs">
     84      <AutoGen>True</AutoGen>
     85      <DesignTime>True</DesignTime>
     86      <DependentUpon>Reference.svcmap</DependentUpon>
     87    </Compile>
    8088  </ItemGroup>
    8189  <ItemGroup>
    8290    <Content Include="Global.asax" />
     91    <None Include="Service References\OKBService\configuration91.svcinfo" />
     92    <None Include="Service References\OKBService\configuration.svcinfo" />
     93    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Algorithm.datasource">
     94      <DependentUpon>Reference.svcmap</DependentUpon>
     95    </None>
     96    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.AlgorithmClass.datasource">
     97      <DependentUpon>Reference.svcmap</DependentUpon>
     98    </None>
     99    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.AlgorithmData.datasource">
     100      <DependentUpon>Reference.svcmap</DependentUpon>
     101    </None>
     102    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.AlgorithmParameter.datasource">
     103      <DependentUpon>Reference.svcmap</DependentUpon>
     104    </None>
     105    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.DataType.datasource">
     106      <DependentUpon>Reference.svcmap</DependentUpon>
     107    </None>
     108    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Experiment.datasource">
     109      <DependentUpon>Reference.svcmap</DependentUpon>
     110    </None>
     111    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Platform.datasource">
     112      <DependentUpon>Reference.svcmap</DependentUpon>
     113    </None>
     114    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Problem.datasource">
     115      <DependentUpon>Reference.svcmap</DependentUpon>
     116    </None>
     117    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.ProblemClass.datasource">
     118      <DependentUpon>Reference.svcmap</DependentUpon>
     119    </None>
     120    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.ProblemData.datasource">
     121      <DependentUpon>Reference.svcmap</DependentUpon>
     122    </None>
     123    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.ProblemParameter.datasource">
     124      <DependentUpon>Reference.svcmap</DependentUpon>
     125    </None>
     126    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Result.datasource">
     127      <DependentUpon>Reference.svcmap</DependentUpon>
     128    </None>
     129    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Run.datasource">
     130      <DependentUpon>Reference.svcmap</DependentUpon>
     131    </None>
     132    <None Include="Service References\OKBService\Reference.svcmap">
     133      <Generator>WCF Proxy Generator</Generator>
     134      <LastGenOutput>Reference.cs</LastGenOutput>
     135    </None>
     136    <Content Include="Views\ServicePrototype\Index.aspx" />
    83137    <Content Include="Web.config">
    84138      <SubType>Designer</SubType>
     
    117171    <Folder Include="App_Data\" />
    118172  </ItemGroup>
     173  <ItemGroup>
     174    <WCFMetadata Include="Service References\" />
     175  </ItemGroup>
     176  <ItemGroup>
     177    <WCFMetadataStorage Include="Service References\OKBService\" />
     178  </ItemGroup>
     179  <ItemGroup>
     180    <None Include="Service References\OKBService\Arrays.xsd">
     181      <SubType>Designer</SubType>
     182    </None>
     183    <None Include="Service References\OKBService\HeuristicLab.Services.OKB.DataTransfer.xsd">
     184      <SubType>Designer</SubType>
     185    </None>
     186    <None Include="Service References\OKBService\service.wsdl" />
     187    <None Include="Service References\OKBService\service.xsd">
     188      <SubType>Designer</SubType>
     189    </None>
     190    <None Include="Service References\OKBService\service1.xsd">
     191      <SubType>Designer</SubType>
     192    </None>
     193  </ItemGroup>
    119194  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    120195  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
Note: See TracChangeset for help on using the changeset viewer.