Changeset 3565
- Timestamp:
- 04/30/10 09:01:15 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj
r3558 r3565 99 99 <DependentUpon>Clipboard.cs</DependentUpon> 100 100 </Compile> 101 <Compile Include="CheckedItemListView.cs"> 102 <SubType>UserControl</SubType> 103 </Compile> 104 <Compile Include="CheckedItemListView.Designer.cs"> 105 <DependentUpon>CheckedItemListView.cs</DependentUpon> 106 </Compile> 101 107 <Compile Include="LogView.cs"> 102 108 <SubType>UserControl</SubType> … … 302 308 <Name>HeuristicLab.PluginInfrastructure</Name> 303 309 </ProjectReference> 310 </ItemGroup> 311 <ItemGroup> 312 <EmbeddedResource Include="CheckedItemListView.resx"> 313 <DependentUpon>CheckedItemListView.cs</DependentUpon> 314 </EmbeddedResource> 304 315 </ItemGroup> 305 316 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj
r3558 r3565 103 103 <None Include="HeuristicLabCorePlugin.cs.frame" /> 104 104 <Compile Include="Collections\CheckedItemCollection.cs" /> 105 <Compile Include="Collections\CheckedItemList.cs" /> 105 106 <Compile Include="Collections\ReadOnlyItemDictionary.cs" /> 106 107 <Compile Include="Collections\ItemDictionary.cs" /> … … 124 125 <Compile Include="Collections\ValueParameterCollection.cs" /> 125 126 <Compile Include="Collections\VariableCollection.cs" /> 127 <Compile Include="Interfaces\ICheckedItemList.cs" /> 126 128 <Compile Include="Interfaces\ICheckedItemCollection.cs" /> 127 129 <Compile Include="PersistenceContentManager.cs" />
Note: See TracChangeset
for help on using the changeset viewer.