Changeset 671 for trunk/sources
- Timestamp:
- 10/15/08 17:25:15 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Logging
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Logging/HeuristicLab.Logging.csproj
r582 r671 64 64 <Compile Include="BestAverageWorstQualityCalculator.cs" /> 65 65 <Compile Include="BestSolutionStorer.cs" /> 66 <Compile Include="PointXYChartView.cs"> 67 <SubType>UserControl</SubType> 68 </Compile> 69 <Compile Include="PointXYChartView.Designer.cs"> 70 <DependentUpon>PointXYChartView.cs</DependentUpon> 71 </Compile> 66 72 <Compile Include="Logger.cs" /> 67 73 <Compile Include="Linechart.cs" /> … … 79 85 <DependentUpon>LogView.cs</DependentUpon> 80 86 </Compile> 87 <Compile Include="PointXYChart.cs" /> 88 <Compile Include="PointXYChartInjector.cs" /> 81 89 <Compile Include="Properties\AssemblyInfo.cs" /> 82 90 <Compile Include="QualityLogger.cs" /> … … 115 123 </ItemGroup> 116 124 <ItemGroup> 125 <EmbeddedResource Include="PointXYChartView.resx"> 126 <DependentUpon>PointXYChartView.cs</DependentUpon> 127 <SubType>Designer</SubType> 128 </EmbeddedResource> 117 129 <EmbeddedResource Include="LinechartView.resx"> 118 130 <DependentUpon>LinechartView.cs</DependentUpon>
Note: See TracChangeset
for help on using the changeset viewer.