Changeset 3383
- Timestamp:
- 04/17/10 21:48:51 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Common
- Files:
-
- 4 deleted
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Common/3.2/HeuristicLab.Common-3.2.csproj
r3376 r3383 89 89 <None Include="HeuristicLabCommonPlugin.cs.frame" /> 90 90 <Compile Include="Cloner.cs" /> 91 <Compile Include="EnumerableEventArgs.cs" /> 91 92 <Compile Include="IContent.cs" /> 92 93 <Compile Include="IDeepCloneable.cs" /> 94 <Compile Include="NotificationDictionary.cs" /> 95 <Compile Include="ObservableCollection.cs" /> 96 <Compile Include="ObservableList.cs" /> 93 97 <Compile Include="ReferenceEqualityComparer.cs" /> 94 98 <Compile Include="TypeExtensions.cs" /> -
trunk/sources/HeuristicLab.Common/3.3/HeuristicLab.Common-3.3.csproj
r3382 r3383 6 6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{ 1FC004FC-59AF-4249-B1B6-FF25873A20E4}</ProjectGuid>8 <ProjectGuid>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</ProjectGuid> 9 9 <OutputType>Library</OutputType> 10 10 <AppDesignerFolder>Properties</AppDesignerFolder>
Note: See TracChangeset
for help on using the changeset viewer.