Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/06/10 14:22:03 (13 years ago)
Author:
jhaider
Message:

#1197
Interface implemantation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientManagement/HeuristicLab.Services.Authentication/HeuristicLab.Services.Authentication/HeuristicLab.Services.Authentication.csproj

    r4728 r4731  
    6464  </ItemGroup>
    6565  <ItemGroup>
    66     <Content Include="Service1.svc" />
     66    <Content Include="AuthenticationService.svc" />
    6767    <Content Include="Web.config" />
    6868    <Content Include="Web.Debug.config">
     
    7575  <ItemGroup>
    7676    <Compile Include="Convert.cs" />
    77     <Compile Include="Service1.svc.cs">
    78       <DependentUpon>Service1.svc</DependentUpon>
     77    <Compile Include="AuthenticationService.svc.cs">
     78      <DependentUpon>AuthenticationService.svc</DependentUpon>
    7979    </Compile>
    80     <Compile Include="IService1.cs" />
     80    <Compile Include="Interfaces\IAuthenticationService.cs" />
    8181    <Compile Include="Properties\AssemblyInfo.cs" />
    8282  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.