Changeset 10157
- Timestamp:
- 11/27/13 15:05:55 (11 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj
r10148 r10157 84 84 <DependentUpon>DataPreprocessingView.cs</DependentUpon> 85 85 </Compile> 86 <Compile Include="EditableDataset.cs" /> <Compile Include="DataSetStatisticInfo.cs" /> 87 <Compile Include="IDataSetStatisticInfo.cs" /> <Compile Include="Plugin.cs" /> 86 <Compile Include="EditableDataset.cs" /> 87 <Compile Include="DataSetStatisticInfo.cs" /> 88 <Compile Include="IDataSetStatisticInfo.cs" /> 89 <Compile Include="Interfaces\IPreprocessingData.cs" /> 90 <Compile Include="Plugin.cs" /> 88 91 <Compile Include="Properties\AssemblyInfo.cs" /> 89 92 <None Include="Properties\AssemblyInfo.cs.frame" /> … … 139 142 </ProjectReference> 140 143 </ItemGroup> 144 <ItemGroup /> 141 145 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 142 146 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.