Changeset 4616
- Timestamp:
- 10/19/10 11:42:46 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Visualization.ChartControlsExtensions/3.3/HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj
r4614 r4616 113 113 </ItemGroup> 114 114 <ItemGroup> 115 <Compile Include=" Chart.cs">115 <Compile Include="EnhancedChart.cs"> 116 116 <SubType>Component</SubType> 117 117 </Compile> 118 <Compile Include=" Chart.Designer.cs">119 <DependentUpon> Chart.cs</DependentUpon>118 <Compile Include="EnhancedChart.Designer.cs"> 119 <DependentUpon>EnhancedChart.cs</DependentUpon> 120 120 </Compile> 121 121 <Compile Include="HeuristicLabVisualizationChartControlsExtensionsPlugin.cs" /> … … 132 132 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 133 133 </ProjectReference> 134 </ItemGroup>135 <ItemGroup>136 <EmbeddedResource Include="Chart.resx">137 <DependentUpon>Chart.cs</DependentUpon>138 </EmbeddedResource>139 134 </ItemGroup> 140 135 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.