Changeset 3558
- Timestamp:
- 04/29/10 18:22:51 (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
r3437 r3558 87 87 <ItemGroup> 88 88 <None Include="HeuristicLabCoreViewsPlugin.cs.frame" /> 89 <Compile Include="CheckedItemCollectionView.cs"> 90 <SubType>UserControl</SubType> 91 </Compile> 92 <Compile Include="CheckedItemCollectionView.Designer.cs"> 93 <DependentUpon>CheckedItemCollectionView.cs</DependentUpon> 94 </Compile> 89 95 <Compile Include="Clipboard.cs"> 90 96 <SubType>UserControl</SubType> -
trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj
r3483 r3558 102 102 <Compile Include="Attributes\CreatableAttribute.cs" /> 103 103 <None Include="HeuristicLabCorePlugin.cs.frame" /> 104 <Compile Include="Collections\CheckedItemCollection.cs" /> 104 105 <Compile Include="Collections\ReadOnlyItemDictionary.cs" /> 105 106 <Compile Include="Collections\ItemDictionary.cs" /> … … 123 124 <Compile Include="Collections\ValueParameterCollection.cs" /> 124 125 <Compile Include="Collections\VariableCollection.cs" /> 126 <Compile Include="Interfaces\ICheckedItemCollection.cs" /> 125 127 <Compile Include="PersistenceContentManager.cs" /> 126 128 <Compile Include="Interfaces\IKeyedItemCollection.cs" />
Note: See TracChangeset
for help on using the changeset viewer.