Changeset 2908 for trunk/sources/HeuristicLab.Analysis
- Timestamp:
- 03/02/10 05:27:12 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Analysis/3.3
- Files:
-
- 8 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj
r2900 r2908 85 85 <None Include="HeuristicLabAnalysisPlugin.cs.frame" /> 86 86 <Compile Include="BestAverageWorstQualityCalculator.cs" /> 87 <Compile Include="DataRow.cs" /> 87 88 <Compile Include="HeuristicLabAnalysisPlugin.cs" /> 88 89 <Compile Include="Properties\AssemblyInfo.cs" /> 90 <Compile Include="DataTable.cs" /> 91 <Compile Include="DataTableValuesCollector.cs" /> 89 92 </ItemGroup> 90 93 <ItemGroup> 91 94 <None Include="HeuristicLab.snk" /> 95 <None Include="Microsoft Chart Controls\DataVisChartControl.chm" /> 96 <None Include="Microsoft Chart Controls\WinSamples.zip" /> 92 97 <None Include="Properties\AssemblyInfo.frame" /> 93 98 </ItemGroup> … … 122 127 </ProjectReference> 123 128 </ItemGroup> 129 <ItemGroup> 130 <None Include="Microsoft Chart Controls\MSChart.exe" /> 131 <None Include="Microsoft Chart Controls\MSChart_VisualStudioAddOn.exe" /> 132 </ItemGroup> 124 133 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 125 134 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.