[10542] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
---|
| 4 | <PropertyGroup>
|
---|
| 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 7 | <ProjectGuid>{3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
[10558] | 10 | <RootNamespace>HeuristicLab.DataPreprocessing.Views</RootNamespace>
|
---|
[10925] | 11 | <AssemblyName>HeuristicLab.DataPreprocessing.Views-3.4</AssemblyName>
|
---|
[11623] | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[10542] | 13 | <FileAlignment>512</FileAlignment>
|
---|
[10555] | 14 | <TargetFrameworkProfile />
|
---|
[10542] | 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
[12683] | 20 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[10542] | 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
[11724] | 24 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 25 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[10542] | 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
[12683] | 30 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[10542] | 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
[11724] | 34 | <DocumentationFile>
|
---|
| 35 | </DocumentationFile>
|
---|
| 36 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 37 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[10542] | 38 | </PropertyGroup>
|
---|
[11724] | 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 43 | <DebugType>full</DebugType>
|
---|
| 44 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 45 | <ErrorReport>prompt</ErrorReport>
|
---|
| 46 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 47 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 48 | </PropertyGroup>
|
---|
| 49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 50 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 51 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 52 | <DocumentationFile>
|
---|
| 53 | </DocumentationFile>
|
---|
| 54 | <Optimize>true</Optimize>
|
---|
| 55 | <DebugType>pdbonly</DebugType>
|
---|
| 56 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 57 | <ErrorReport>prompt</ErrorReport>
|
---|
| 58 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 59 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 60 | </PropertyGroup>
|
---|
| 61 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 62 | <DebugSymbols>true</DebugSymbols>
|
---|
| 63 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 64 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 65 | <DebugType>full</DebugType>
|
---|
| 66 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 67 | <ErrorReport>prompt</ErrorReport>
|
---|
| 68 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 69 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 70 | </PropertyGroup>
|
---|
| 71 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 72 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 73 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 74 | <DocumentationFile>
|
---|
| 75 | </DocumentationFile>
|
---|
| 76 | <Optimize>true</Optimize>
|
---|
| 77 | <DebugType>pdbonly</DebugType>
|
---|
| 78 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 79 | <ErrorReport>prompt</ErrorReport>
|
---|
| 80 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 81 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 82 | </PropertyGroup>
|
---|
[10555] | 83 | <PropertyGroup>
|
---|
| 84 | <SignAssembly>true</SignAssembly>
|
---|
| 85 | </PropertyGroup>
|
---|
| 86 | <PropertyGroup>
|
---|
| 87 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 88 | </PropertyGroup>
|
---|
[10542] | 89 | <ItemGroup>
|
---|
| 90 | <Reference Include="System" />
|
---|
| 91 | <Reference Include="System.Core" />
|
---|
[10589] | 92 | <Reference Include="System.Data" />
|
---|
[10557] | 93 | <Reference Include="System.Drawing" />
|
---|
| 94 | <Reference Include="System.Windows.Forms" />
|
---|
| 95 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
[10589] | 96 | <Reference Include="System.Xml" />
|
---|
[10542] | 97 | </ItemGroup>
|
---|
| 98 | <ItemGroup>
|
---|
[13502] | 99 | <Compile Include="DataPreprocessingMenuItem.cs" />
|
---|
[10908] | 100 | <Compile Include="PreprocessingFeatureCorrelationView.cs">
|
---|
| 101 | <SubType>UserControl</SubType>
|
---|
| 102 | </Compile>
|
---|
| 103 | <Compile Include="PreprocessingFeatureCorrelationView.Designer.cs">
|
---|
| 104 | <DependentUpon>PreprocessingFeatureCorrelationView.cs</DependentUpon>
|
---|
| 105 | </Compile>
|
---|
[10785] | 106 | <Compile Include="CheckedFilterCollectionView.cs">
|
---|
| 107 | <SubType>UserControl</SubType>
|
---|
| 108 | </Compile>
|
---|
| 109 | <Compile Include="CheckedFilterCollectionView.Designer.cs">
|
---|
| 110 | <DependentUpon>CheckedFilterCollectionView.cs</DependentUpon>
|
---|
| 111 | </Compile>
|
---|
[10902] | 112 | <Compile Include="CheckedTransformationListView.cs">
|
---|
[10778] | 113 | <SubType>UserControl</SubType>
|
---|
| 114 | </Compile>
|
---|
[10902] | 115 | <Compile Include="CheckedTransformationListView.Designer.cs">
|
---|
| 116 | <DependentUpon>CheckedTransformationListView.cs</DependentUpon>
|
---|
[10778] | 117 | </Compile>
|
---|
[10557] | 118 | <Compile Include="ComparisonFilterView.cs">
|
---|
| 119 | <SubType>UserControl</SubType>
|
---|
| 120 | </Compile>
|
---|
| 121 | <Compile Include="ComparisonFilterView.Designer.cs">
|
---|
| 122 | <DependentUpon>ComparisonFilterView.cs</DependentUpon>
|
---|
| 123 | </Compile>
|
---|
[13252] | 124 | <Compile Include="RenameColumnsDialog.cs">
|
---|
| 125 | <SubType>Form</SubType>
|
---|
| 126 | </Compile>
|
---|
| 127 | <Compile Include="RenameColumnsDialog.Designer.cs">
|
---|
| 128 | <DependentUpon>RenameColumnsDialog.cs</DependentUpon>
|
---|
| 129 | </Compile>
|
---|
[10987] | 130 | <Compile Include="ScatterPlotSingleView.cs">
|
---|
[10915] | 131 | <SubType>UserControl</SubType>
|
---|
| 132 | </Compile>
|
---|
[10987] | 133 | <Compile Include="ScatterPlotSingleView.Designer.cs">
|
---|
| 134 | <DependentUpon>ScatterPlotSingleView.cs</DependentUpon>
|
---|
[10915] | 135 | </Compile>
|
---|
[10877] | 136 | <Compile Include="DataCompletenessView.cs">
|
---|
| 137 | <SubType>UserControl</SubType>
|
---|
| 138 | </Compile>
|
---|
| 139 | <Compile Include="DataCompletenessView.Designer.cs">
|
---|
| 140 | <DependentUpon>DataCompletenessView.cs</DependentUpon>
|
---|
| 141 | </Compile>
|
---|
[10557] | 142 | <Compile Include="DataGridContentView.cs">
|
---|
| 143 | <SubType>UserControl</SubType>
|
---|
| 144 | </Compile>
|
---|
| 145 | <Compile Include="DataGridContentView.Designer.cs">
|
---|
| 146 | <DependentUpon>DataGridContentView.cs</DependentUpon>
|
---|
| 147 | </Compile>
|
---|
| 148 | <Compile Include="DataPreprocessingView.cs">
|
---|
| 149 | <SubType>UserControl</SubType>
|
---|
| 150 | </Compile>
|
---|
| 151 | <Compile Include="DataPreprocessingView.designer.cs">
|
---|
| 152 | <DependentUpon>DataPreprocessingView.cs</DependentUpon>
|
---|
| 153 | </Compile>
|
---|
[10559] | 154 | <Compile Include="DataPreprocessorStarter.cs" />
|
---|
[10771] | 155 | <Compile Include="PreprocessingDataTableView.cs">
|
---|
| 156 | <SubType>UserControl</SubType>
|
---|
| 157 | </Compile>
|
---|
| 158 | <Compile Include="PreprocessingDataTableView.Designer.cs">
|
---|
| 159 | <DependentUpon>PreprocessingDataTableView.cs</DependentUpon>
|
---|
| 160 | </Compile>
|
---|
[10557] | 161 | <Compile Include="FilterView.cs">
|
---|
| 162 | <SubType>UserControl</SubType>
|
---|
| 163 | </Compile>
|
---|
| 164 | <Compile Include="FilterView.Designer.cs">
|
---|
| 165 | <DependentUpon>FilterView.cs</DependentUpon>
|
---|
| 166 | </Compile>
|
---|
[10987] | 167 | <Compile Include="ScatterPlotMultiView.cs">
|
---|
[10882] | 168 | <SubType>UserControl</SubType>
|
---|
| 169 | </Compile>
|
---|
[10987] | 170 | <Compile Include="ScatterPlotMultiView.Designer.cs">
|
---|
| 171 | <DependentUpon>ScatterPlotMultiView.cs</DependentUpon>
|
---|
[10882] | 172 | </Compile>
|
---|
| 173 | <Compile Include="PreprocessingScatterPlotView.cs">
|
---|
| 174 | <SubType>UserControl</SubType>
|
---|
| 175 | </Compile>
|
---|
| 176 | <Compile Include="PreprocessingScatterPlotView.Designer.cs">
|
---|
| 177 | <DependentUpon>PreprocessingScatterPlotView.cs</DependentUpon>
|
---|
| 178 | </Compile>
|
---|
[10762] | 179 | <Compile Include="SearchAndReplaceDialog.cs">
|
---|
[10630] | 180 | <SubType>Form</SubType>
|
---|
| 181 | </Compile>
|
---|
[10762] | 182 | <Compile Include="SearchAndReplaceDialog.Designer.cs">
|
---|
| 183 | <DependentUpon>SearchAndReplaceDialog.cs</DependentUpon>
|
---|
[10630] | 184 | </Compile>
|
---|
[10667] | 185 | <Compile Include="HistogramView.cs">
|
---|
| 186 | <SubType>UserControl</SubType>
|
---|
| 187 | </Compile>
|
---|
[10557] | 188 | <Compile Include="HistogramView.Designer.cs">
|
---|
| 189 | <DependentUpon>HistogramView.cs</DependentUpon>
|
---|
| 190 | </Compile>
|
---|
[10667] | 191 | <Compile Include="LineChartView.cs">
|
---|
| 192 | <SubType>UserControl</SubType>
|
---|
| 193 | </Compile>
|
---|
[10557] | 194 | <Compile Include="LineChartView.Designer.cs">
|
---|
| 195 | <DependentUpon>LineChartView.cs</DependentUpon>
|
---|
| 196 | </Compile>
|
---|
[10709] | 197 | <Compile Include="ManipulationView.cs">
|
---|
| 198 | <SubType>UserControl</SubType>
|
---|
| 199 | </Compile>
|
---|
| 200 | <Compile Include="ManipulationView.Designer.cs">
|
---|
| 201 | <DependentUpon>ManipulationView.cs</DependentUpon>
|
---|
| 202 | </Compile>
|
---|
[10542] | 203 | <Compile Include="Plugin.cs" />
|
---|
[10667] | 204 | <Compile Include="PreprocessingChartView.cs">
|
---|
| 205 | <SubType>UserControl</SubType>
|
---|
| 206 | </Compile>
|
---|
[10658] | 207 | <Compile Include="PreprocessingChartView.Designer.cs">
|
---|
| 208 | <DependentUpon>PreprocessingChartView.cs</DependentUpon>
|
---|
| 209 | </Compile>
|
---|
[10701] | 210 | <Compile Include="PreprocessingCheckedItemListView.cs">
|
---|
| 211 | <SubType>UserControl</SubType>
|
---|
| 212 | </Compile>
|
---|
| 213 | <Compile Include="PreprocessingCheckedItemListView.Designer.cs">
|
---|
| 214 | <DependentUpon>PreprocessingCheckedItemListView.cs</DependentUpon>
|
---|
| 215 | </Compile>
|
---|
[10542] | 216 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[10557] | 217 | <Compile Include="StatisticsView.cs">
|
---|
| 218 | <SubType>UserControl</SubType>
|
---|
| 219 | </Compile>
|
---|
| 220 | <Compile Include="StatisticsView.Designer.cs">
|
---|
| 221 | <DependentUpon>StatisticsView.cs</DependentUpon>
|
---|
| 222 | </Compile>
|
---|
| 223 | <Compile Include="TransformationView.cs">
|
---|
| 224 | <SubType>UserControl</SubType>
|
---|
| 225 | </Compile>
|
---|
| 226 | <Compile Include="TransformationView.Designer.cs">
|
---|
| 227 | <DependentUpon>TransformationView.cs</DependentUpon>
|
---|
| 228 | </Compile>
|
---|
[10698] | 229 | <Compile Include="Utils\FindPreprocessingItemsIterator.cs" />
|
---|
| 230 | <Compile Include="Utils\IFindPreprocessingItemsIterator.cs" />
|
---|
[10904] | 231 | <Compile Include="ViewShortcutListView.cs">
|
---|
[10614] | 232 | <SubType>UserControl</SubType>
|
---|
| 233 | </Compile>
|
---|
[10904] | 234 | <Compile Include="ViewShortcutListView.Designer.cs">
|
---|
| 235 | <DependentUpon>ViewShortcutListView.cs</DependentUpon>
|
---|
[10614] | 236 | </Compile>
|
---|
[10542] | 237 | </ItemGroup>
|
---|
| 238 | <ItemGroup>
|
---|
[10555] | 239 | <None Include="HeuristicLab.snk" />
|
---|
[10542] | 240 | <None Include="Plugin.cs.frame" />
|
---|
| 241 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 242 | </ItemGroup>
|
---|
| 243 | <ItemGroup>
|
---|
[12683] | 244 | <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
|
---|
| 245 | <Project>{76945d76-ca61-4147-9dc2-0acdcddf87f9}</Project>
|
---|
| 246 | <Name>HeuristicLab.Analysis.Views-3.3</Name>
|
---|
| 247 | <Private>False</Private>
|
---|
| 248 | </ProjectReference>
|
---|
| 249 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
| 250 | <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
|
---|
| 251 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
| 252 | <Private>False</Private>
|
---|
| 253 | </ProjectReference>
|
---|
| 254 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 255 | <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
|
---|
| 256 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
[13508] | 257 | <Private>False</Private>
|
---|
[12683] | 258 | </ProjectReference>
|
---|
| 259 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 260 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
| 261 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
| 262 | <Private>False</Private>
|
---|
| 263 | </ProjectReference>
|
---|
| 264 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 265 | <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
|
---|
| 266 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 267 | <Private>False</Private>
|
---|
| 268 | </ProjectReference>
|
---|
| 269 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
| 270 | <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
|
---|
| 271 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
| 272 | <Private>False</Private>
|
---|
| 273 | </ProjectReference>
|
---|
| 274 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 275 | <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
|
---|
| 276 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 277 | <Private>False</Private>
|
---|
| 278 | </ProjectReference>
|
---|
| 279 | <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
|
---|
| 280 | <Project>{72104a0b-90e7-42f3-9abe-9bbbadd4b943}</Project>
|
---|
| 281 | <Name>HeuristicLab.Data.Views-3.3</Name>
|
---|
| 282 | <Private>False</Private>
|
---|
| 283 | </ProjectReference>
|
---|
| 284 | <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.4\HeuristicLab.DataPreprocessing-3.4.csproj">
|
---|
[10925] | 285 | <Project>{3b90f866-70f8-43ef-a541-51819d255b7b}</Project>
|
---|
| 286 | <Name>HeuristicLab.DataPreprocessing-3.4</Name>
|
---|
| 287 | <Private>False</Private>
|
---|
[10557] | 288 | </ProjectReference>
|
---|
[12683] | 289 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 290 | <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
|
---|
| 291 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 292 | <Private>False</Private>
|
---|
| 293 | </ProjectReference>
|
---|
| 294 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
| 295 | <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
|
---|
| 296 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
| 297 | <Private>False</Private>
|
---|
| 298 | </ProjectReference>
|
---|
| 299 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
| 300 | <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
|
---|
| 301 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
| 302 | <Private>False</Private>
|
---|
| 303 | </ProjectReference>
|
---|
| 304 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 305 | <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
|
---|
| 306 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 307 | <Private>False</Private>
|
---|
| 308 | </ProjectReference>
|
---|
[13502] | 309 | <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
|
---|
| 310 | <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
|
---|
| 311 | <Name>HeuristicLab.Optimizer-3.3</Name>
|
---|
[13508] | 312 | <Private>False</Private>
|
---|
[13502] | 313 | </ProjectReference>
|
---|
[12683] | 314 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 315 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
| 316 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 317 | <Private>False</Private>
|
---|
| 318 | </ProjectReference>
|
---|
| 319 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
|
---|
| 320 | <Project>{3e9e8944-44ff-40bb-a622-3a4a7dd0f198}</Project>
|
---|
| 321 | <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
|
---|
| 322 | <Private>False</Private>
|
---|
| 323 | </ProjectReference>
|
---|
| 324 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
| 325 | <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
|
---|
| 326 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
| 327 | <Private>False</Private>
|
---|
| 328 | </ProjectReference>
|
---|
[13508] | 329 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis.Views\3.3\HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj">
|
---|
| 330 | <Project>{72232235-B6CF-4E6C-B086-9E9E11AA0717}</Project>
|
---|
| 331 | <Name>HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3</Name>
|
---|
| 332 | <Private>False</Private>
|
---|
| 333 | </ProjectReference>
|
---|
| 334 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
|
---|
| 335 | <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
|
---|
| 336 | <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
|
---|
| 337 | <Private>False</Private>
|
---|
| 338 | </ProjectReference>
|
---|
| 339 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
| 340 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
| 341 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
| 342 | <Private>False</Private>
|
---|
| 343 | </ProjectReference>
|
---|
[12683] | 344 | <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
|
---|
| 345 | <Project>{315bda09-3f4f-49b3-9790-b37cfc1c5750}</Project>
|
---|
| 346 | <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
|
---|
| 347 | <Private>False</Private>
|
---|
| 348 | </ProjectReference>
|
---|
[10542] | 349 | </ItemGroup>
|
---|
| 350 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
[11623] | 351 | <PropertyGroup>
|
---|
[11116] | 352 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[10542] | 353 | set ProjectDir=$(ProjectDir)
|
---|
| 354 | set SolutionDir=$(SolutionDir)
|
---|
| 355 | set Outdir=$(Outdir)
|
---|
| 356 |
|
---|
[11116] | 357 | call PreBuildEvent.cmd
|
---|
| 358 | </PreBuildEvent>
|
---|
| 359 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 360 | export ProjectDir=$(ProjectDir)
|
---|
| 361 | export SolutionDir=$(SolutionDir)
|
---|
| 362 |
|
---|
| 363 | $SolutionDir/PreBuildEvent.sh
|
---|
| 364 | </PreBuildEvent>
|
---|
[10542] | 365 | </PropertyGroup>
|
---|
| 366 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 367 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 368 | <Target Name="BeforeBuild">
|
---|
| 369 | </Target>
|
---|
| 370 | <Target Name="AfterBuild">
|
---|
| 371 | </Target>
|
---|
| 372 | -->
|
---|
| 373 | </Project> |
---|