Changeset 704 for trunk/sources/HeuristicLab.Communication.Data/HeuristicLab.Communication.Data.csproj
- Timestamp:
- 10/29/08 16:01:41 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Communication.Data/HeuristicLab.Communication.Data.csproj
r584 r704 59 59 --> 60 60 <ItemGroup> 61 <Compile Include="Message.cs" /> 61 62 <Compile Include="DummyDriverConfiguration.cs" /> 62 63 <Compile Include="HeuristicLabCommunicationDataPlugin.cs" /> … … 109 110 <DependentUpon>TcpNetworkDriverConfigurationView.cs</DependentUpon> 110 111 </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> 111 118 </ItemGroup> 112 119 <ItemGroup> … … 134 141 <DependentUpon>TcpNetworkDriverConfigurationView.cs</DependentUpon> 135 142 <SubType>Designer</SubType> 143 </EmbeddedResource> 144 <EmbeddedResource Include="WindowedView.resx"> 145 <DependentUpon>WindowedView.cs</DependentUpon> 136 146 </EmbeddedResource> 137 147 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.