Changeset 2746
- Timestamp:
- 02/04/10 03:06:25 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj
r2714 r2746 52 52 </ItemGroup> 53 53 <ItemGroup> 54 <Compile Include="ItemArrayView.cs"> 55 <SubType>UserControl</SubType> 56 </Compile> 57 <Compile Include="ItemArrayView.Designer.cs"> 58 <DependentUpon>ItemArrayView.cs</DependentUpon> 59 </Compile> 54 60 <Compile Include="CreateParameterDialog.cs"> 55 61 <SubType>Form</SubType> -
trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj
r2714 r2746 103 103 <Compile Include="Attributes\CreatableAttribute.cs" /> 104 104 <Compile Include="ChangedEventArgs.cs" /> 105 <Compile Include="ItemArray.cs" /> 105 106 <Compile Include="DeepCloneable.cs" /> 106 107 <Compile Include="Engine.cs" />
Note: See TracChangeset
for help on using the changeset viewer.