Changeset 11610
- Timestamp:
- 12/01/14 22:01:37 (10 years ago)
- Location:
- trunk/sources
- Files:
-
- 4 added
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Analysis.Views/3.3/HeuristicLab.Analysis.Views-3.3.csproj
r8907 r11610 209 209 <DependentUpon>DataTableView.cs</DependentUpon> 210 210 </Compile> 211 <Compile Include="HistogramControl.cs"> 212 <SubType>UserControl</SubType> 213 </Compile> 214 <Compile Include="HistogramControl.Designer.cs"> 215 <DependentUpon>HistogramControl.cs</DependentUpon> 216 </Compile> 211 217 </ItemGroup> 212 218 <ItemGroup> -
trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj
r9288 r11610 153 153 <Compile Include="QualityAnalysis\QualityDistributionAnalyzer.cs" /> 154 154 <Compile Include="QualityAnalysis\ScaledQualityDifferenceAnalyzer.cs" /> 155 <Compile Include="Statistics\NormalDistribution.cs" /> 155 156 <Compile Include="ValueAnalysis\SingleValueAnalyzer.cs" /> 156 157 <Compile Include="ValueAnalysis\MinAverageMaxValueAnalyzer.cs" /> … … 236 237 </BootstrapperPackage> 237 238 </ItemGroup> 239 <ItemGroup /> 238 240 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 239 241 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. … … 245 247 --> 246 248 <PropertyGroup> 247 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)249 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 248 250 set ProjectDir=$(ProjectDir) 249 251 set SolutionDir=$(SolutionDir) … … 252 254 call PreBuildEvent.cmd 253 255 </PreBuildEvent> 254 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">256 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 255 257 export ProjectDir=$(ProjectDir) 256 258 export SolutionDir=$(SolutionDir) -
trunk/sources/HeuristicLab.Visualization.ChartControlsExtensions/3.3/HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj
r9496 r11610 127 127 <DependentUpon>GanttChart.cs</DependentUpon> 128 128 </Compile> 129 <Compile Include="HistogramControl.cs">130 <SubType>UserControl</SubType>131 </Compile>132 <Compile Include="HistogramControl.Designer.cs">133 <DependentUpon>HistogramControl.cs</DependentUpon>134 </Compile>135 129 <Compile Include="ImageExportDialog.cs"> 136 130 <SubType>Form</SubType>
Note: See TracChangeset
for help on using the changeset viewer.