Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/10 20:37:39 (14 years ago)
Author:
mjesner
Message:

#1196

File:
1 edited

Legend:

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

    r4647 r4926  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    6     <ProductVersion>8.0.30703</ProductVersion>
     6    <ProductVersion>8.0.50727</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    8     <ProjectGuid>{FF763830-EE9B-4FF7-9A55-4E2552E20C9A}</ProjectGuid>
     8    <ProjectGuid>{0E7ADDD6-C7EA-45F6-A7ED-48041ABF1A87}</ProjectGuid>
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Services.Authentication</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Services.Authentication</AssemblyName>
     13    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
     14    <StartArguments>/client:"WcfTestClient.exe"</StartArguments>
    1315    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <FileAlignment>512</FileAlignment>
     16    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
    1517  </PropertyGroup>
    1618  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    3234  </PropertyGroup>
    3335  <ItemGroup>
     36    <Reference Include="Microsoft.CSharp" />
    3437    <Reference Include="System" />
    3538    <Reference Include="System.Core" />
     39    <Reference Include="System.Data" />
    3640    <Reference Include="System.Data.Linq" />
    37     <Reference Include="System.Data.Services" />
    3841    <Reference Include="System.Runtime.Serialization" />
    3942    <Reference Include="System.ServiceModel" />
     43    <Reference Include="System.Xml" />
    4044    <Reference Include="System.Xml.Linq" />
    41     <Reference Include="System.Data.DataSetExtensions" />
    42     <Reference Include="Microsoft.CSharp" />
    43     <Reference Include="System.Data" />
    44     <Reference Include="System.Xml" />
    4545  </ItemGroup>
    4646  <ItemGroup>
     47    <Compile Include="Convert.cs" />
     48    <Compile Include="Interface\IAuthenticationService.cs" />
     49    <Compile Include="Properties\AssemblyInfo.cs" />
    4750    <Compile Include="AuthenticationService.cs" />
    48     <Compile Include="Convert.cs" />
    49     <Compile Include="Interfaces\IAuthenticationService.cs" />
    50     <Compile Include="Properties\AssemblyInfo.cs" />
     51  </ItemGroup>
     52  <ItemGroup>
     53    <None Include="App.config" />
     54    <None Include="HeuristicLab.snk" />
    5155  </ItemGroup>
    5256  <ItemGroup>
     
    6064    </ProjectReference>
    6165  </ItemGroup>
    62   <ItemGroup>
    63     <WCFMetadata Include="Service References\" />
    64   </ItemGroup>
    65   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     66  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
     67  <ProjectExtensions>
     68    <VisualStudio>
     69      <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
     70        <WcfProjectProperties>
     71          <AutoStart>True</AutoStart>
     72        </WcfProjectProperties>
     73      </FlavorProperties>
     74    </VisualStudio>
     75  </ProjectExtensions>
    6676  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    6777       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.