Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/11/10 23:10:29 (14 years ago)
Author:
fruehrli
Message:

#1197

File:
1 edited

Legend:

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

    r4583 r4592  
    3434  <ItemGroup>
    3535    <Reference Include="Microsoft.CSharp" />
     36    <Reference Include="System.Data.Linq" />
    3637    <Reference Include="System.Web.DynamicData" />
    3738    <Reference Include="System.Web.Entity" />
     
    6364  </ItemGroup>
    6465  <ItemGroup>
     66    <Compile Include="Convert.cs" />
    6567    <Compile Include="Service1.svc.cs">
    6668      <DependentUpon>Service1.svc</DependentUpon>
     
    7274    <Folder Include="App_Data\" />
    7375  </ItemGroup>
     76  <ItemGroup>
     77    <ProjectReference Include="..\HeuristicLab.Services.Authentication.DataAccess\HeuristicLab.Services.Authentication.DataAccess.csproj">
     78      <Project>{AC7C2117-034E-4301-8A43-C869930D404E}</Project>
     79      <Name>HeuristicLab.Services.Authentication.DataAccess</Name>
     80    </ProjectReference>
     81    <ProjectReference Include="..\HeuristicLab.Services.Authentication.DataTransfer\HeuristicLab.Services.Authentication.DataTransfer.csproj">
     82      <Project>{73E5113E-A293-4384-8B16-3CE38F2CFDC9}</Project>
     83      <Name>HeuristicLab.Services.Authentication.DataTransfer</Name>
     84    </ProjectReference>
     85  </ItemGroup>
    7486  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    7587  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
     
    8092          <UseIIS>False</UseIIS>
    8193          <AutoAssignPort>True</AutoAssignPort>
    82           <DevelopmentServerPort>5248</DevelopmentServerPort>
     94          <DevelopmentServerPort>49170</DevelopmentServerPort>
    8395          <DevelopmentServerVPath>/</DevelopmentServerVPath>
    8496          <IISUrl>
Note: See TracChangeset for help on using the changeset viewer.