Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/27/10 10:48:24 (14 years ago)
Author:
mjesner
Message:

#1196

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UserManagement/HeuristicLab.Services.Authentication.ServiceClients/HeuristicLab.Services.Authentication.ServiceClient.csproj

    r4940 r4962  
    77    <SchemaVersion>2.0</SchemaVersion>
    88    <ProjectGuid>{8E698904-936D-4C7A-AB0D-6225778D2968}</ProjectGuid>
    9     <OutputType>Exe</OutputType>
     9    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>HeuristicLab.Services.Authentication.ServiceClients</RootNamespace>
     11    <RootNamespace>HeuristicLab.Services.Authentication</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Services.Authentication.ServiceClients</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     
    3737    <Reference Include="System" />
    3838    <Reference Include="System.Core" />
     39    <Reference Include="System.Data.Linq" />
    3940    <Reference Include="System.Runtime.Serialization" />
    4041    <Reference Include="System.ServiceModel" />
     
    4647  </ItemGroup>
    4748  <ItemGroup>
    48     <Compile Include="Client.cs" />
     49    <Compile Include="AuthenticationClient.cs" />
     50    <Compile Include="ClientFactory.cs" />
    4951    <Compile Include="ServiceClients\Application.cs" />
    5052    <Compile Include="ServiceClients\AuthenticationServiceClient.cs" />
     
    5860    <None Include="ServiceClients\GenerateServiceClients.cmd" />
    5961  </ItemGroup>
     62  <ItemGroup>
     63    <ProjectReference Include="..\HeuristicLab.Services.Authentication\HeuristicLab.Services.Authentication.csproj">
     64      <Project>{0E7ADDD6-C7EA-45F6-A7ED-48041ABF1A87}</Project>
     65      <Name>HeuristicLab.Services.Authentication</Name>
     66    </ProjectReference>
     67  </ItemGroup>
     68  <ItemGroup>
     69    <WCFMetadata Include="Service References\" />
     70  </ItemGroup>
    6071  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    6172  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.