Changeset 9363 for branches/OaaS/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj
- Timestamp:
- 04/16/13 13:13:41 (12 years ago)
- Location:
- branches/OaaS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll 23 24 packages
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/OaaS/HeuristicLab.Problems.DataAnalysis.Views
- Property svn:mergeinfo changed
-
branches/OaaS/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj
r7823 r9363 93 93 </PropertyGroup> 94 94 <ItemGroup> 95 <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 96 <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath> 97 <Private>False</Private> 98 </Reference> 95 99 <Reference Include="System" /> 96 100 <Reference Include="System.Core"> … … 122 126 <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon> 123 127 </Compile> 128 <Compile Include="Classification\ClassificationFeatureCorrelationView.cs"> 129 <SubType>UserControl</SubType> 130 </Compile> 131 <Compile Include="Classification\ClassificationFeatureCorrelationView.Designer.cs"> 132 <DependentUpon>ClassificationFeatureCorrelationView.cs</DependentUpon> 133 </Compile> 134 <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.cs"> 135 <SubType>UserControl</SubType> 136 </Compile> 137 <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.Designer.cs"> 138 <DependentUpon>ClassificationTimeframeFeatureCorrelationView.cs</DependentUpon> 139 </Compile> 140 <Compile Include="Classification\DiscriminantFunctionClassificationModelView.cs"> 141 <SubType>UserControl</SubType> 142 </Compile> 143 <Compile Include="Classification\DiscriminantFunctionClassificationModelView.Designer.cs"> 144 <DependentUpon>DiscriminantFunctionClassificationModelView.cs</DependentUpon> 145 </Compile> 146 <Compile Include="Clustering\ClusteringSolutionVisualizationView.cs"> 147 <SubType>UserControl</SubType> 148 </Compile> 149 <Compile Include="Clustering\ClusteringSolutionVisualizationView.Designer.cs"> 150 <DependentUpon>ClusteringSolutionVisualizationView.cs</DependentUpon> 151 </Compile> 152 <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.cs"> 153 <SubType>UserControl</SubType> 154 </Compile> 155 <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.Designer.cs"> 156 <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon> 157 </Compile> 124 158 <Compile Include="DataAnalysisSolutionEvaluationView.cs"> 125 159 <SubType>UserControl</SubType> … … 128 162 <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon> 129 163 </Compile> 164 <Compile Include="FeatureCorrelation\EnhancedStringConvertibleMatrixView.cs"> 165 <SubType>UserControl</SubType> 166 </Compile> 167 <Compile Include="FeatureCorrelation\EnhancedStringConvertibleMatrixView.Designer.cs"> 168 <DependentUpon>EnhancedStringConvertibleMatrixView.cs</DependentUpon> 169 </Compile> 170 <Compile Include="FeatureCorrelation\FeatureCorrelationCalculator.cs" /> 171 <Compile Include="FeatureCorrelation\FeatureCorrelationView.cs"> 172 <SubType>UserControl</SubType> 173 </Compile> 174 <Compile Include="FeatureCorrelation\FeatureCorrelationView.Designer.cs"> 175 <DependentUpon>FeatureCorrelationView.cs</DependentUpon> 176 </Compile> 130 177 <Compile Include="Plugin.cs" /> 178 <Compile Include="ProblemDataView.cs"> 179 <SubType>UserControl</SubType> 180 </Compile> 181 <Compile Include="ProblemDataView.Designer.cs"> 182 <DependentUpon>ProblemDataView.cs</DependentUpon> 183 </Compile> 184 <Compile Include="Regression\RegressionFeatureCorrelationView.cs"> 185 <SubType>UserControl</SubType> 186 </Compile> 187 <Compile Include="Regression\RegressionFeatureCorrelationView.Designer.cs"> 188 <DependentUpon>RegressionFeatureCorrelationView.cs</DependentUpon> 189 </Compile> 190 <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.cs"> 191 <SubType>UserControl</SubType> 192 </Compile> 193 <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.Designer.cs"> 194 <DependentUpon>RegressionTimeframeFeatureCorrelationView.cs</DependentUpon> 195 </Compile> 131 196 <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs"> 132 197 <SubType>UserControl</SubType> … … 256 321 <Compile Include="Solution Views\RegressionSolutionView.Designer.cs"> 257 322 <DependentUpon>RegressionSolutionView.cs</DependentUpon> 323 </Compile> 324 <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.cs"> 325 <SubType>UserControl</SubType> 326 </Compile> 327 <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.Designer.cs"> 328 <DependentUpon>TimeframeFeatureCorrelationView.cs</DependentUpon> 329 </Compile> 330 <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.cs"> 331 <SubType>UserControl</SubType> 332 </Compile> 333 <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.Designer.cs"> 334 <DependentUpon>TimeSeriesPrognosisSolutionView.cs</DependentUpon> 335 </Compile> 336 <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.cs"> 337 <SubType>UserControl</SubType> 338 </Compile> 339 <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.Designer.cs"> 340 <DependentUpon>TimeSeriesPrognosisResultsView.cs</DependentUpon> 341 </Compile> 342 <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs"> 343 <SubType>UserControl</SubType> 344 </Compile> 345 <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.Designer.cs"> 346 <DependentUpon>TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs</DependentUpon> 258 347 </Compile> 259 348 <None Include="HeuristicLab.snk" /> … … 263 352 </ItemGroup> 264 353 <ItemGroup> 354 <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj"> 355 <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project> 356 <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name> 357 </ProjectReference> 358 <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj"> 359 <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project> 360 <Name>HeuristicLab.Analysis.Views-3.3</Name> 361 <Private>False</Private> 362 </ProjectReference> 363 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj"> 364 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 365 <Name>HeuristicLab.Analysis-3.3</Name> 366 <Private>False</Private> 367 </ProjectReference> 265 368 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 266 369 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> … … 367 470 </ItemGroup> 368 471 <ItemGroup> 369 <Folder Include="obj\" /> 472 <EmbeddedResource Include="FeatureCorrelation\AbstractFeatureCorrelationView.resx"> 473 <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon> 474 </EmbeddedResource> 370 475 </ItemGroup> 371 476 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> … … 378 483 --> 379 484 <PropertyGroup> 380 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)485 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 381 486 set ProjectDir=$(ProjectDir) 382 487 set SolutionDir=$(SolutionDir) … … 385 490 call PreBuildEvent.cmd 386 491 </PreBuildEvent> 492 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 493 export ProjectDir=$(ProjectDir) 494 export SolutionDir=$(SolutionDir) 495 496 $SolutionDir/PreBuildEvent.sh 497 </PreBuildEvent> 387 498 </PropertyGroup> 388 499 </Project>
Note: See TracChangeset
for help on using the changeset viewer.