Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/15/08 19:13:28 (15 years ago)
Author:
kgrading
Message:

refactored for #437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Communication/HeuristicLab.Hive.Client.Communication.csproj

    r932 r993  
    5454      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    5555    </Reference>
     56    <Reference Include="System.Runtime.Serialization">
     57      <RequiredTargetFramework>3.0</RequiredTargetFramework>
     58    </Reference>
    5659    <Reference Include="System.ServiceModel">
    5760      <RequiredTargetFramework>3.0</RequiredTargetFramework>
     
    6972    <Compile Include="CommunicationsPlugin.cs" />
    7073    <Compile Include="Properties\AssemblyInfo.cs" />
    71     <Compile Include="ServerProxy.cs" />
     74    <Compile Include="Service References\ServerService\Reference.cs">
     75      <AutoGen>True</AutoGen>
     76      <DesignTime>True</DesignTime>
     77      <DependentUpon>Reference.svcmap</DependentUpon>
     78    </Compile>
    7279    <Compile Include="WcfService.cs" />
    7380  </ItemGroup>
    7481  <ItemGroup>
     82    <None Include="app.config" />
    7583    <None Include="HeuristicLab.snk" />
    7684    <None Include="Properties\AssemblyInfo.frame" />
     85    <None Include="Service References\ServerService\HeuristicLab.Hive.Contracts.BusinessObjects.xsd" />
     86    <None Include="Service References\ServerService\HeuristicLab.Hive.Contracts.xsd" />
     87    <None Include="Service References\ServerService\service.wsdl" />
     88    <None Include="Service References\ServerService\service.xsd" />
     89    <None Include="Service References\ServerService\service1.xsd" />
     90    <None Include="Service References\ServerService\System.xsd" />
    7791  </ItemGroup>
    7892  <ItemGroup>
     
    94108    </ProjectReference>
    95109  </ItemGroup>
     110  <ItemGroup>
     111    <WCFMetadata Include="Service References\" />
     112  </ItemGroup>
     113  <ItemGroup>
     114    <WCFMetadataStorage Include="Service References\ServerService\" />
     115  </ItemGroup>
     116  <ItemGroup>
     117    <None Include="Service References\ServerService\configuration91.svcinfo" />
     118  </ItemGroup>
     119  <ItemGroup>
     120    <None Include="Service References\ServerService\configuration.svcinfo" />
     121  </ItemGroup>
     122  <ItemGroup>
     123    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.Response.datasource" />
     124    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseHB.datasource" />
     125    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseJob.datasource" />
     126    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseResultReceived.datasource" />
     127    <None Include="Service References\ServerService\Reference.svcmap">
     128      <Generator>WCF Proxy Generator</Generator>
     129      <LastGenOutput>Reference.cs</LastGenOutput>
     130    </None>
     131  </ItemGroup>
    96132  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    97133  <!-- 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.