Changeset 3405
- Timestamp:
- 04/19/10 02:46:51 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Common/3.3
- Files:
-
- 5 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Common/3.3/Content/IContent.cs
r3401 r3405 26 26 27 27 namespace HeuristicLab.Common { 28 public interface IContent {28 public interface IContent :IDeepCloneable{ 29 29 bool ReadOnlyView { get; set; } 30 30 -
trunk/sources/HeuristicLab.Common/3.3/HeuristicLab.Common-3.3.csproj
r3385 r3405 89 89 <None Include="HeuristicLabCommonPlugin.cs.frame" /> 90 90 <Compile Include="Cloner.cs" /> 91 <Compile Include="Content\Content.cs" /> 92 <Compile Include="Content\ContentManager.cs" /> 93 <Compile Include="Content\IStorableContent.cs" /> 94 <Compile Include="Content\StorableContent.cs" /> 91 95 <Compile Include="DeepCloneable.cs" /> 92 <Compile Include=" IContent.cs" />96 <Compile Include="Content\IContent.cs" /> 93 97 <Compile Include="IDeepCloneable.cs" /> 94 98 <Compile Include="ReferenceEqualityComparer.cs" />
Note: See TracChangeset
for help on using the changeset viewer.