Free cookie consent management tool by TermsFeed Policy Generator

Changeset 846 for trunk


Ignore:
Timestamp:
11/27/08 17:23:27 (15 years ago)
Author:
svonolfe
Message:

Fixed broken build... (#347)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Core/HeuristicLab.Hive.Server.Core.csproj

    r845 r846  
    5454    <Compile Include="DbTestApp.cs" />
    5555    <Compile Include="HiveServerCorePlugin.cs" />
    56     <Compile Include="HiveServerMessages.Designer.cs">
    57       <AutoGen>True</AutoGen>
    58       <DesignTime>True</DesignTime>
    59       <DependentUpon>HiveServerMessages.resx</DependentUpon>
    60     </Compile>
    6156    <Compile Include="InternalInterfaces\DataAccess\IClientAdapter.cs" />
    6257    <Compile Include="InternalInterfaces\DataAccess\IPermissionOwnerAdapter.cs" />
     
    6762    <Compile Include="ServerConsoleFacade.cs" />
    6863    <Compile Include="ServiceLocator.cs" />
    69     <Compile Include="Settings.cs" />
    7064    <Compile Include="UserRoleManager.cs" />
    7165  </ItemGroup>
    7266  <ItemGroup>
    73     <None Include="app.config" />
    7467    <None Include="HeuristicLab.snk" />
    7568    <None Include="Properties\AssemblyInfo.frame" />
     
    8982    </ProjectReference>
    9083  </ItemGroup>
    91   <ItemGroup>
    92     <EmbeddedResource Include="HiveServerMessages.resx">
    93       <Generator>ResXFileCodeGenerator</Generator>
    94       <LastGenOutput>HiveServerMessages.Designer.cs</LastGenOutput>
    95     </EmbeddedResource>
    96   </ItemGroup>
    9784  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    9885  <!-- 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.