Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/29/08 16:01:41 (16 years ago)
Author:
abeham
Message:

[TICKET #297] communication restructuring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Communication.Data/HeuristicLab.Communication.Data.csproj

    r584 r704  
    5959  -->
    6060  <ItemGroup>
     61    <Compile Include="Message.cs" />
    6162    <Compile Include="DummyDriverConfiguration.cs" />
    6263    <Compile Include="HeuristicLabCommunicationDataPlugin.cs" />
     
    109110      <DependentUpon>TcpNetworkDriverConfigurationView.cs</DependentUpon>
    110111    </Compile>
     112    <Compile Include="WindowedView.cs">
     113      <SubType>Form</SubType>
     114    </Compile>
     115    <Compile Include="WindowedView.Designer.cs">
     116      <DependentUpon>WindowedView.cs</DependentUpon>
     117    </Compile>
    111118  </ItemGroup>
    112119  <ItemGroup>
     
    134141      <DependentUpon>TcpNetworkDriverConfigurationView.cs</DependentUpon>
    135142      <SubType>Designer</SubType>
     143    </EmbeddedResource>
     144    <EmbeddedResource Include="WindowedView.resx">
     145      <DependentUpon>WindowedView.cs</DependentUpon>
    136146    </EmbeddedResource>
    137147  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.