Changeset 15973 for branches/2522_RefactorPluginInfrastructure/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj
- Timestamp:
- 06/28/18 11:13:37 (6 years ago)
- Location:
- branches/2522_RefactorPluginInfrastructure
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2522_RefactorPluginInfrastructure
- Property svn:ignore
-
old new 24 24 protoc.exe 25 25 obj 26 .vs
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/2522_RefactorPluginInfrastructure/HeuristicLab.Data/3.3
- Property svn:mergeinfo changed
-
branches/2522_RefactorPluginInfrastructure/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj
r12037 r15973 124 124 <Compile Include="ComparisonType.cs" /> 125 125 <Compile Include="EnumValue.cs" /> 126 <Compile Include="Interfaces\IValueTypeArray.cs" /> 126 127 <Compile Include="Path Types\DirectoryValue.cs" /> 127 128 <Compile Include="Path Types\FileValue.cs" /> … … 148 149 <Compile Include="Properties\AssemblyInfo.cs" /> 149 150 <Compile Include="StringArray.cs" /> 151 <Compile Include="StringConvertibleArray.cs" /> 150 152 <Compile Include="StringMatrix.cs" /> 151 153 <Compile Include="StringValue.cs" /> 152 154 <Compile Include="TimeSpanValue.cs" /> 155 <Compile Include="TriangularMatrix.cs" /> 153 156 <Compile Include="ValueTypeArray.cs" /> 154 157 <Compile Include="ValueTypeMatrix.cs" />
Note: See TracChangeset
for help on using the changeset viewer.