Changeset 1712
- Timestamp:
- 04/30/09 12:12:26 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Persistence/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Persistence/3.3/Default/Xml/XmlStringConstants.cs
r1613 r1712 13 13 14 14 struct XmlStringConstants { 15 public const string PRIMITIVE = "PRIMIT VE";15 public const string PRIMITIVE = "PRIMITIVE"; 16 16 public const string COMPOSITE = "COMPOSITE"; 17 17 public const string REFERENCE = "REFERENCE"; -
trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj
r1703 r1712 93 93 </ItemGroup> 94 94 <ItemGroup> 95 <Compile Include="Auxiliary\ReflectionTools.cs" /> 95 96 <Compile Include="Core\Configuration.cs" /> 96 97 <Compile Include="Core\PersistenceException.cs" />
Note: See TracChangeset
for help on using the changeset viewer.