[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" />
|
---|
[10557] | 91 | <Reference Include="System.Drawing" />
|
---|
| 92 | <Reference Include="System.Windows.Forms" />
|
---|
[14125] | 93 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
[10542] | 94 | </ItemGroup>
|
---|
| 95 | <ItemGroup>
|
---|
[13502] | 96 | <Compile Include="DataPreprocessingMenuItem.cs" />
|
---|
[14826] | 97 | <Compile Include="PreprocessingCheckedVariablesView.cs">
|
---|
[14381] | 98 | <SubType>UserControl</SubType>
|
---|
| 99 | </Compile>
|
---|
[14826] | 100 | <Compile Include="PreprocessingCheckedVariablesView.Designer.cs">
|
---|
| 101 | <DependentUpon>PreprocessingCheckedVariablesView.cs</DependentUpon>
|
---|
[14381] | 102 | </Compile>
|
---|
[10908] | 103 | <Compile Include="PreprocessingFeatureCorrelationView.cs">
|
---|
| 104 | <SubType>UserControl</SubType>
|
---|
| 105 | </Compile>
|
---|
| 106 | <Compile Include="PreprocessingFeatureCorrelationView.Designer.cs">
|
---|
| 107 | <DependentUpon>PreprocessingFeatureCorrelationView.cs</DependentUpon>
|
---|
| 108 | </Compile>
|
---|
[10785] | 109 | <Compile Include="CheckedFilterCollectionView.cs">
|
---|
| 110 | <SubType>UserControl</SubType>
|
---|
| 111 | </Compile>
|
---|
| 112 | <Compile Include="CheckedFilterCollectionView.Designer.cs">
|
---|
| 113 | <DependentUpon>CheckedFilterCollectionView.cs</DependentUpon>
|
---|
| 114 | </Compile>
|
---|
[10902] | 115 | <Compile Include="CheckedTransformationListView.cs">
|
---|
[10778] | 116 | <SubType>UserControl</SubType>
|
---|
| 117 | </Compile>
|
---|
[10902] | 118 | <Compile Include="CheckedTransformationListView.Designer.cs">
|
---|
| 119 | <DependentUpon>CheckedTransformationListView.cs</DependentUpon>
|
---|
[10778] | 120 | </Compile>
|
---|
[10557] | 121 | <Compile Include="ComparisonFilterView.cs">
|
---|
| 122 | <SubType>UserControl</SubType>
|
---|
| 123 | </Compile>
|
---|
| 124 | <Compile Include="ComparisonFilterView.Designer.cs">
|
---|
| 125 | <DependentUpon>ComparisonFilterView.cs</DependentUpon>
|
---|
| 126 | </Compile>
|
---|
[15110] | 127 | <Compile Include="PreprocessingIcons.Designer.cs">
|
---|
| 128 | <AutoGen>True</AutoGen>
|
---|
| 129 | <DesignTime>True</DesignTime>
|
---|
| 130 | <DependentUpon>PreprocessingIcons.resx</DependentUpon>
|
---|
| 131 | </Compile>
|
---|
[13252] | 132 | <Compile Include="RenameColumnsDialog.cs">
|
---|
| 133 | <SubType>Form</SubType>
|
---|
| 134 | </Compile>
|
---|
| 135 | <Compile Include="RenameColumnsDialog.Designer.cs">
|
---|
| 136 | <DependentUpon>RenameColumnsDialog.cs</DependentUpon>
|
---|
| 137 | </Compile>
|
---|
[10987] | 138 | <Compile Include="ScatterPlotSingleView.cs">
|
---|
[10915] | 139 | <SubType>UserControl</SubType>
|
---|
| 140 | </Compile>
|
---|
[10987] | 141 | <Compile Include="ScatterPlotSingleView.Designer.cs">
|
---|
| 142 | <DependentUpon>ScatterPlotSingleView.cs</DependentUpon>
|
---|
[10915] | 143 | </Compile>
|
---|
[10877] | 144 | <Compile Include="DataCompletenessView.cs">
|
---|
| 145 | <SubType>UserControl</SubType>
|
---|
| 146 | </Compile>
|
---|
| 147 | <Compile Include="DataCompletenessView.Designer.cs">
|
---|
| 148 | <DependentUpon>DataCompletenessView.cs</DependentUpon>
|
---|
| 149 | </Compile>
|
---|
[10557] | 150 | <Compile Include="DataGridContentView.cs">
|
---|
| 151 | <SubType>UserControl</SubType>
|
---|
| 152 | </Compile>
|
---|
| 153 | <Compile Include="DataGridContentView.Designer.cs">
|
---|
| 154 | <DependentUpon>DataGridContentView.cs</DependentUpon>
|
---|
| 155 | </Compile>
|
---|
| 156 | <Compile Include="DataPreprocessingView.cs">
|
---|
| 157 | <SubType>UserControl</SubType>
|
---|
| 158 | </Compile>
|
---|
| 159 | <Compile Include="DataPreprocessingView.designer.cs">
|
---|
| 160 | <DependentUpon>DataPreprocessingView.cs</DependentUpon>
|
---|
| 161 | </Compile>
|
---|
[10559] | 162 | <Compile Include="DataPreprocessorStarter.cs" />
|
---|
[10557] | 163 | <Compile Include="FilterView.cs">
|
---|
| 164 | <SubType>UserControl</SubType>
|
---|
| 165 | </Compile>
|
---|
| 166 | <Compile Include="FilterView.Designer.cs">
|
---|
| 167 | <DependentUpon>FilterView.cs</DependentUpon>
|
---|
| 168 | </Compile>
|
---|
[10987] | 169 | <Compile Include="ScatterPlotMultiView.cs">
|
---|
[10882] | 170 | <SubType>UserControl</SubType>
|
---|
| 171 | </Compile>
|
---|
[10987] | 172 | <Compile Include="ScatterPlotMultiView.Designer.cs">
|
---|
| 173 | <DependentUpon>ScatterPlotMultiView.cs</DependentUpon>
|
---|
[10882] | 174 | </Compile>
|
---|
[10762] | 175 | <Compile Include="SearchAndReplaceDialog.cs">
|
---|
[10630] | 176 | <SubType>Form</SubType>
|
---|
| 177 | </Compile>
|
---|
[10762] | 178 | <Compile Include="SearchAndReplaceDialog.Designer.cs">
|
---|
| 179 | <DependentUpon>SearchAndReplaceDialog.cs</DependentUpon>
|
---|
[10630] | 180 | </Compile>
|
---|
[10667] | 181 | <Compile Include="HistogramView.cs">
|
---|
| 182 | <SubType>UserControl</SubType>
|
---|
| 183 | </Compile>
|
---|
[10557] | 184 | <Compile Include="HistogramView.Designer.cs">
|
---|
| 185 | <DependentUpon>HistogramView.cs</DependentUpon>
|
---|
| 186 | </Compile>
|
---|
[10667] | 187 | <Compile Include="LineChartView.cs">
|
---|
| 188 | <SubType>UserControl</SubType>
|
---|
| 189 | </Compile>
|
---|
[10557] | 190 | <Compile Include="LineChartView.Designer.cs">
|
---|
| 191 | <DependentUpon>LineChartView.cs</DependentUpon>
|
---|
| 192 | </Compile>
|
---|
[10709] | 193 | <Compile Include="ManipulationView.cs">
|
---|
| 194 | <SubType>UserControl</SubType>
|
---|
| 195 | </Compile>
|
---|
| 196 | <Compile Include="ManipulationView.Designer.cs">
|
---|
| 197 | <DependentUpon>ManipulationView.cs</DependentUpon>
|
---|
| 198 | </Compile>
|
---|
[10542] | 199 | <Compile Include="Plugin.cs" />
|
---|
[14826] | 200 | <Compile Include="PreprocessingChartView.cs">
|
---|
[10667] | 201 | <SubType>UserControl</SubType>
|
---|
| 202 | </Compile>
|
---|
[14826] | 203 | <Compile Include="PreprocessingChartView.Designer.cs">
|
---|
| 204 | <DependentUpon>PreprocessingChartView.cs</DependentUpon>
|
---|
[10658] | 205 | </Compile>
|
---|
[10542] | 206 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[10557] | 207 | <Compile Include="StatisticsView.cs">
|
---|
| 208 | <SubType>UserControl</SubType>
|
---|
| 209 | </Compile>
|
---|
| 210 | <Compile Include="StatisticsView.Designer.cs">
|
---|
| 211 | <DependentUpon>StatisticsView.cs</DependentUpon>
|
---|
| 212 | </Compile>
|
---|
| 213 | <Compile Include="TransformationView.cs">
|
---|
| 214 | <SubType>UserControl</SubType>
|
---|
| 215 | </Compile>
|
---|
| 216 | <Compile Include="TransformationView.Designer.cs">
|
---|
| 217 | <DependentUpon>TransformationView.cs</DependentUpon>
|
---|
| 218 | </Compile>
|
---|
[10698] | 219 | <Compile Include="Utils\FindPreprocessingItemsIterator.cs" />
|
---|
| 220 | <Compile Include="Utils\IFindPreprocessingItemsIterator.cs" />
|
---|
[15110] | 221 | <Compile Include="Utils\VerticalLabel.cs">
|
---|
| 222 | <SubType>Component</SubType>
|
---|
| 223 | </Compile>
|
---|
[10904] | 224 | <Compile Include="ViewShortcutListView.cs">
|
---|
[10614] | 225 | <SubType>UserControl</SubType>
|
---|
| 226 | </Compile>
|
---|
[10904] | 227 | <Compile Include="ViewShortcutListView.Designer.cs">
|
---|
| 228 | <DependentUpon>ViewShortcutListView.cs</DependentUpon>
|
---|
[10614] | 229 | </Compile>
|
---|
[10542] | 230 | </ItemGroup>
|
---|
| 231 | <ItemGroup>
|
---|
[10555] | 232 | <None Include="HeuristicLab.snk" />
|
---|
[10542] | 233 | <None Include="Plugin.cs.frame" />
|
---|
| 234 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 235 | </ItemGroup>
|
---|
| 236 | <ItemGroup>
|
---|
[12683] | 237 | <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
|
---|
[15110] | 238 | <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
|
---|
[12683] | 239 | <Name>HeuristicLab.Analysis.Views-3.3</Name>
|
---|
| 240 | <Private>False</Private>
|
---|
| 241 | </ProjectReference>
|
---|
| 242 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
[15110] | 243 | <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
|
---|
[12683] | 244 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
| 245 | <Private>False</Private>
|
---|
| 246 | </ProjectReference>
|
---|
| 247 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
[15110] | 248 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
[12683] | 249 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
[13508] | 250 | <Private>False</Private>
|
---|
[12683] | 251 | </ProjectReference>
|
---|
| 252 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 253 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
| 254 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
| 255 | <Private>False</Private>
|
---|
| 256 | </ProjectReference>
|
---|
| 257 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
[15110] | 258 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
[12683] | 259 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 260 | <Private>False</Private>
|
---|
| 261 | </ProjectReference>
|
---|
| 262 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
[15110] | 263 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
[12683] | 264 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
| 265 | <Private>False</Private>
|
---|
| 266 | </ProjectReference>
|
---|
| 267 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
[15110] | 268 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
[12683] | 269 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 270 | <Private>False</Private>
|
---|
| 271 | </ProjectReference>
|
---|
| 272 | <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
|
---|
| 273 | <Project>{72104a0b-90e7-42f3-9abe-9bbbadd4b943}</Project>
|
---|
| 274 | <Name>HeuristicLab.Data.Views-3.3</Name>
|
---|
| 275 | <Private>False</Private>
|
---|
| 276 | </ProjectReference>
|
---|
| 277 | <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.4\HeuristicLab.DataPreprocessing-3.4.csproj">
|
---|
[15110] | 278 | <Project>{3B90F866-70F8-43EF-A541-51819D255B7B}</Project>
|
---|
[10925] | 279 | <Name>HeuristicLab.DataPreprocessing-3.4</Name>
|
---|
| 280 | <Private>False</Private>
|
---|
[10557] | 281 | </ProjectReference>
|
---|
[12683] | 282 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
[15110] | 283 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
[12683] | 284 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 285 | <Private>False</Private>
|
---|
| 286 | </ProjectReference>
|
---|
| 287 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
| 288 | <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
|
---|
| 289 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
| 290 | <Private>False</Private>
|
---|
| 291 | </ProjectReference>
|
---|
| 292 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
[15110] | 293 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
[12683] | 294 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
| 295 | <Private>False</Private>
|
---|
| 296 | </ProjectReference>
|
---|
| 297 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
[15110] | 298 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
[12683] | 299 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 300 | <Private>False</Private>
|
---|
| 301 | </ProjectReference>
|
---|
[13502] | 302 | <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
|
---|
| 303 | <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
|
---|
| 304 | <Name>HeuristicLab.Optimizer-3.3</Name>
|
---|
[13508] | 305 | <Private>False</Private>
|
---|
[13502] | 306 | </ProjectReference>
|
---|
[12683] | 307 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
[15110] | 308 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
[12683] | 309 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 310 | <Private>False</Private>
|
---|
| 311 | </ProjectReference>
|
---|
| 312 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
|
---|
[15110] | 313 | <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
|
---|
[12683] | 314 | <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
|
---|
| 315 | <Private>False</Private>
|
---|
| 316 | </ProjectReference>
|
---|
| 317 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
[15110] | 318 | <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
|
---|
[12683] | 319 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
| 320 | <Private>False</Private>
|
---|
| 321 | </ProjectReference>
|
---|
[13508] | 322 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis.Views\3.3\HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj">
|
---|
| 323 | <Project>{72232235-B6CF-4E6C-B086-9E9E11AA0717}</Project>
|
---|
| 324 | <Name>HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3</Name>
|
---|
| 325 | <Private>False</Private>
|
---|
| 326 | </ProjectReference>
|
---|
| 327 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
|
---|
| 328 | <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
|
---|
| 329 | <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
|
---|
| 330 | <Private>False</Private>
|
---|
| 331 | </ProjectReference>
|
---|
| 332 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
| 333 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
| 334 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
| 335 | <Private>False</Private>
|
---|
| 336 | </ProjectReference>
|
---|
[12683] | 337 | <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
|
---|
| 338 | <Project>{315bda09-3f4f-49b3-9790-b37cfc1c5750}</Project>
|
---|
| 339 | <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
|
---|
| 340 | <Private>False</Private>
|
---|
| 341 | </ProjectReference>
|
---|
[10542] | 342 | </ItemGroup>
|
---|
[15110] | 343 | <ItemGroup>
|
---|
| 344 | <EmbeddedResource Include="PreprocessingIcons.resx">
|
---|
| 345 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 346 | <LastGenOutput>PreprocessingIcons.Designer.cs</LastGenOutput>
|
---|
| 347 | </EmbeddedResource>
|
---|
| 348 | <EmbeddedResource Include="ScatterPlotSingleView.resx">
|
---|
| 349 | <DependentUpon>ScatterPlotSingleView.cs</DependentUpon>
|
---|
| 350 | </EmbeddedResource>
|
---|
| 351 | </ItemGroup>
|
---|
| 352 | <ItemGroup>
|
---|
| 353 | <Content Include="Icons\All.png" />
|
---|
| 354 | <Content Include="Icons\Inputs.png" />
|
---|
| 355 | <Content Include="Icons\None.png" />
|
---|
| 356 | </ItemGroup>
|
---|
[10542] | 357 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
[11623] | 358 | <PropertyGroup>
|
---|
[11116] | 359 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[10542] | 360 | set ProjectDir=$(ProjectDir)
|
---|
| 361 | set SolutionDir=$(SolutionDir)
|
---|
| 362 | set Outdir=$(Outdir)
|
---|
| 363 |
|
---|
[11116] | 364 | call PreBuildEvent.cmd
|
---|
| 365 | </PreBuildEvent>
|
---|
| 366 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 367 | export ProjectDir=$(ProjectDir)
|
---|
| 368 | export SolutionDir=$(SolutionDir)
|
---|
| 369 |
|
---|
| 370 | $SolutionDir/PreBuildEvent.sh
|
---|
| 371 | </PreBuildEvent>
|
---|
[10542] | 372 | </PropertyGroup>
|
---|
| 373 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 374 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 375 | <Target Name="BeforeBuild">
|
---|
| 376 | </Target>
|
---|
| 377 | <Target Name="AfterBuild">
|
---|
| 378 | </Target>
|
---|
| 379 | -->
|
---|
| 380 | </Project> |
---|