Changeset 4196
- Timestamp:
- 08/11/10 13:02:38 (14 years ago)
- Location:
- branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis.Views
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis.Views/3.3/HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj
r4065 r4196 91 91 </PropertyGroup> 92 92 <ItemGroup> 93 <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" /> 93 94 <Reference Include="System" /> 94 95 <Reference Include="System.Core"> … … 111 112 <None Include="HeuristicLabProblemsDataAnalysisViewsPlugin.cs.frame" /> 112 113 <None Include="Properties\AssemblyInfo.frame" /> 114 <Compile Include="RunCollectionValidationTrajectoryView.cs"> 115 <SubType>UserControl</SubType> 116 </Compile> 117 <Compile Include="RunCollectionValidationTrajectoryView.Designer.cs"> 118 <DependentUpon>RunCollectionValidationTrajectoryView.cs</DependentUpon> 119 </Compile> 120 <Compile Include="RunCollectionValidationStatisticsView.cs"> 121 <SubType>UserControl</SubType> 122 </Compile> 123 <Compile Include="RunCollectionValidationStatisticsView.Designer.cs"> 124 <DependentUpon>RunCollectionValidationStatisticsView.cs</DependentUpon> 125 </Compile> 126 <Compile Include="DataAnalysisProblemDataCorrelationsView.cs"> 127 <SubType>UserControl</SubType> 128 </Compile> 129 <Compile Include="DataAnalysisProblemDataCorrelationsView.Designer.cs"> 130 <DependentUpon>DataAnalysisProblemDataCorrelationsView.cs</DependentUpon> 131 </Compile> 132 <Compile Include="RunCollectionMonteCarloVariableImpactView.cs"> 133 <SubType>UserControl</SubType> 134 </Compile> 135 <Compile Include="RunCollectionMonteCarloVariableImpactView.Designer.cs"> 136 <DependentUpon>RunCollectionMonteCarloVariableImpactView.cs</DependentUpon> 137 </Compile> 138 <Compile Include="RunCollectionWinklerVariableImpactView.cs"> 139 <SubType>UserControl</SubType> 140 </Compile> 141 <Compile Include="RunCollectionWinklerVariableImpactView.Designer.cs"> 142 <DependentUpon>RunCollectionWinklerVariableImpactView.cs</DependentUpon> 143 </Compile> 113 144 <Compile Include="DataAnalysisSolutionView.cs"> 114 145 <SubType>UserControl</SubType> … … 211 242 </ItemGroup> 212 243 <ItemGroup> 244 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj"> 245 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 246 <Name>HeuristicLab.Analysis-3.3</Name> 247 </ProjectReference> 213 248 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 214 249 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> … … 258 293 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 259 294 <Name>HeuristicLab.Operators-3.3</Name> 295 </ProjectReference> 296 <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj"> 297 <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project> 298 <Name>HeuristicLab.Optimization.Views-3.3</Name> 260 299 </ProjectReference> 261 300 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> … … 300 339 <Install>true</Install> 301 340 </BootstrapperPackage> 341 </ItemGroup> 342 <ItemGroup> 343 <EmbeddedResource Include="DataAnalysisProblemDataCorrelationsView.resx"> 344 <DependentUpon>DataAnalysisProblemDataCorrelationsView.cs</DependentUpon> 345 </EmbeddedResource> 302 346 </ItemGroup> 303 347 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.