[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>
|
---|
[16147] | 12 | <TargetFrameworkVersion>v4.7</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>
|
---|
[16147] | 90 | <Reference Include="Microsoft.Win32.Registry, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 91 | <HintPath>..\..\packages\Microsoft.Win32.Registry.4.5.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath>
|
---|
| 92 | </Reference>
|
---|
| 93 | <Reference Include="Microsoft.Win32.Registry.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 94 | <HintPath>..\..\packages\Microsoft.Win32.Registry.AccessControl.4.5.0\lib\net461\Microsoft.Win32.Registry.AccessControl.dll</HintPath>
|
---|
| 95 | </Reference>
|
---|
| 96 | <Reference Include="Microsoft.Win32.SystemEvents, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
| 97 | <HintPath>..\..\packages\Microsoft.Win32.SystemEvents.4.5.0\lib\net461\Microsoft.Win32.SystemEvents.dll</HintPath>
|
---|
| 98 | </Reference>
|
---|
[10542] | 99 | <Reference Include="System" />
|
---|
[16147] | 100 | <Reference Include="System.CodeDom, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
| 101 | <HintPath>..\..\packages\System.CodeDom.4.5.0\lib\net461\System.CodeDom.dll</HintPath>
|
---|
| 102 | </Reference>
|
---|
| 103 | <Reference Include="System.ComponentModel.Composition" />
|
---|
| 104 | <Reference Include="System.Configuration" />
|
---|
| 105 | <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
| 106 | <HintPath>..\..\packages\System.Configuration.ConfigurationManager.4.5.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
|
---|
| 107 | </Reference>
|
---|
| 108 | <Reference Include="System.Data" />
|
---|
| 109 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 110 | <Reference Include="System.Data.Odbc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
| 111 | <HintPath>..\..\packages\System.Data.Odbc.4.5.0\lib\net461\System.Data.Odbc.dll</HintPath>
|
---|
| 112 | </Reference>
|
---|
| 113 | <Reference Include="System.Data.OracleClient" />
|
---|
| 114 | <Reference Include="System.Data.SqlClient, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 115 | <HintPath>..\..\packages\System.Data.SqlClient.4.5.0\lib\net461\System.Data.SqlClient.dll</HintPath>
|
---|
| 116 | </Reference>
|
---|
| 117 | <Reference Include="System.Diagnostics.EventLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
| 118 | <HintPath>..\..\packages\System.Diagnostics.EventLog.4.5.0\lib\net461\System.Diagnostics.EventLog.dll</HintPath>
|
---|
| 119 | </Reference>
|
---|
| 120 | <Reference Include="System.Diagnostics.PerformanceCounter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
| 121 | <HintPath>..\..\packages\System.Diagnostics.PerformanceCounter.4.5.0\lib\net461\System.Diagnostics.PerformanceCounter.dll</HintPath>
|
---|
| 122 | </Reference>
|
---|
| 123 | <Reference Include="System.DirectoryServices" />
|
---|
| 124 | <Reference Include="System.DirectoryServices.AccountManagement" />
|
---|
| 125 | <Reference Include="System.DirectoryServices.Protocols" />
|
---|
[10557] | 126 | <Reference Include="System.Drawing" />
|
---|
[16147] | 127 | <Reference Include="System.Drawing.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
| 128 | <HintPath>..\..\packages\System.Drawing.Common.4.5.0\lib\net461\System.Drawing.Common.dll</HintPath>
|
---|
| 129 | </Reference>
|
---|
| 130 | <Reference Include="System.IdentityModel" />
|
---|
| 131 | <Reference Include="System.IO.FileSystem.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 132 | <HintPath>..\..\packages\System.IO.FileSystem.AccessControl.4.5.0\lib\net461\System.IO.FileSystem.AccessControl.dll</HintPath>
|
---|
| 133 | </Reference>
|
---|
| 134 | <Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 135 | <HintPath>..\..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
|
---|
| 136 | <Private>True</Private>
|
---|
| 137 | <Private>True</Private>
|
---|
| 138 | </Reference>
|
---|
| 139 | <Reference Include="System.IO.Packaging, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 140 | <HintPath>..\..\packages\System.IO.Packaging.4.5.0\lib\net46\System.IO.Packaging.dll</HintPath>
|
---|
| 141 | </Reference>
|
---|
| 142 | <Reference Include="System.IO.Pipes.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 143 | <HintPath>..\..\packages\System.IO.Pipes.AccessControl.4.5.0\lib\net461\System.IO.Pipes.AccessControl.dll</HintPath>
|
---|
| 144 | </Reference>
|
---|
| 145 | <Reference Include="System.IO.Ports, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
| 146 | <HintPath>..\..\packages\System.IO.Ports.4.5.0\lib\net461\System.IO.Ports.dll</HintPath>
|
---|
| 147 | </Reference>
|
---|
| 148 | <Reference Include="System.Management" />
|
---|
| 149 | <Reference Include="System.Net" />
|
---|
| 150 | <Reference Include="System.Runtime.Caching" />
|
---|
| 151 | <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 152 | <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
---|
| 153 | </Reference>
|
---|
| 154 | <Reference Include="System.Runtime.Serialization" />
|
---|
| 155 | <Reference Include="System.Security" />
|
---|
| 156 | <Reference Include="System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 157 | <HintPath>..\..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll</HintPath>
|
---|
| 158 | </Reference>
|
---|
| 159 | <Reference Include="System.Security.Cryptography.Cng, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 160 | <HintPath>..\..\packages\System.Security.Cryptography.Cng.4.5.0\lib\net47\System.Security.Cryptography.Cng.dll</HintPath>
|
---|
| 161 | </Reference>
|
---|
| 162 | <Reference Include="System.Security.Cryptography.Pkcs, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 163 | <HintPath>..\..\packages\System.Security.Cryptography.Pkcs.4.5.0\lib\net461\System.Security.Cryptography.Pkcs.dll</HintPath>
|
---|
| 164 | </Reference>
|
---|
| 165 | <Reference Include="System.Security.Cryptography.ProtectedData, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 166 | <HintPath>..\..\packages\System.Security.Cryptography.ProtectedData.4.5.0\lib\net461\System.Security.Cryptography.ProtectedData.dll</HintPath>
|
---|
| 167 | </Reference>
|
---|
| 168 | <Reference Include="System.Security.Cryptography.Xml, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
| 169 | <HintPath>..\..\packages\System.Security.Cryptography.Xml.4.5.0\lib\net461\System.Security.Cryptography.Xml.dll</HintPath>
|
---|
| 170 | </Reference>
|
---|
| 171 | <Reference Include="System.Security.Permissions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
| 172 | <HintPath>..\..\packages\System.Security.Permissions.4.5.0\lib\net461\System.Security.Permissions.dll</HintPath>
|
---|
| 173 | </Reference>
|
---|
| 174 | <Reference Include="System.Security.Principal.Windows, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 175 | <HintPath>..\..\packages\System.Security.Principal.Windows.4.5.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
|
---|
| 176 | </Reference>
|
---|
| 177 | <Reference Include="System.ServiceModel" />
|
---|
| 178 | <Reference Include="System.ServiceModel.Duplex, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 179 | <HintPath>..\..\packages\System.ServiceModel.Duplex.4.4.1\lib\net461\System.ServiceModel.Duplex.dll</HintPath>
|
---|
| 180 | </Reference>
|
---|
| 181 | <Reference Include="System.ServiceModel.Http, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 182 | <HintPath>..\..\packages\System.ServiceModel.Http.4.4.1\lib\net461\System.ServiceModel.Http.dll</HintPath>
|
---|
| 183 | </Reference>
|
---|
| 184 | <Reference Include="System.ServiceModel.NetTcp, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 185 | <HintPath>..\..\packages\System.ServiceModel.NetTcp.4.4.1\lib\net461\System.ServiceModel.NetTcp.dll</HintPath>
|
---|
| 186 | </Reference>
|
---|
| 187 | <Reference Include="System.ServiceModel.Primitives, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 188 | <HintPath>..\..\packages\System.ServiceModel.Primitives.4.4.1\lib\net461\System.ServiceModel.Primitives.dll</HintPath>
|
---|
| 189 | </Reference>
|
---|
| 190 | <Reference Include="System.ServiceModel.Syndication, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
| 191 | <HintPath>..\..\packages\System.ServiceModel.Syndication.4.5.0\lib\net461\System.ServiceModel.Syndication.dll</HintPath>
|
---|
| 192 | </Reference>
|
---|
| 193 | <Reference Include="System.ServiceProcess" />
|
---|
| 194 | <Reference Include="System.ServiceProcess.ServiceController, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 195 | <HintPath>..\..\packages\System.ServiceProcess.ServiceController.4.5.0\lib\net461\System.ServiceProcess.ServiceController.dll</HintPath>
|
---|
| 196 | </Reference>
|
---|
| 197 | <Reference Include="System.Text.Encoding.CodePages, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 198 | <HintPath>..\..\packages\System.Text.Encoding.CodePages.4.5.0\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
|
---|
| 199 | </Reference>
|
---|
| 200 | <Reference Include="System.Threading.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 201 | <HintPath>..\..\packages\System.Threading.AccessControl.4.5.0\lib\net461\System.Threading.AccessControl.dll</HintPath>
|
---|
| 202 | </Reference>
|
---|
| 203 | <Reference Include="System.Transactions" />
|
---|
[10557] | 204 | <Reference Include="System.Windows.Forms" />
|
---|
| 205 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
[16147] | 206 | <Reference Include="System.Xml" />
|
---|
| 207 | <Reference Include="WindowsBase" />
|
---|
[10542] | 208 | </ItemGroup>
|
---|
| 209 | <ItemGroup>
|
---|
[15973] | 210 | <Compile Include="DataPreprocessingMenuItem.cs" />
|
---|
| 211 | <Compile Include="PreprocessingCheckedVariablesView.cs">
|
---|
| 212 | <SubType>UserControl</SubType>
|
---|
| 213 | </Compile>
|
---|
| 214 | <Compile Include="PreprocessingCheckedVariablesView.Designer.cs">
|
---|
| 215 | <DependentUpon>PreprocessingCheckedVariablesView.cs</DependentUpon>
|
---|
| 216 | </Compile>
|
---|
[10908] | 217 | <Compile Include="PreprocessingFeatureCorrelationView.cs">
|
---|
| 218 | <SubType>UserControl</SubType>
|
---|
| 219 | </Compile>
|
---|
| 220 | <Compile Include="PreprocessingFeatureCorrelationView.Designer.cs">
|
---|
| 221 | <DependentUpon>PreprocessingFeatureCorrelationView.cs</DependentUpon>
|
---|
| 222 | </Compile>
|
---|
[10785] | 223 | <Compile Include="CheckedFilterCollectionView.cs">
|
---|
| 224 | <SubType>UserControl</SubType>
|
---|
| 225 | </Compile>
|
---|
| 226 | <Compile Include="CheckedFilterCollectionView.Designer.cs">
|
---|
| 227 | <DependentUpon>CheckedFilterCollectionView.cs</DependentUpon>
|
---|
| 228 | </Compile>
|
---|
[10902] | 229 | <Compile Include="CheckedTransformationListView.cs">
|
---|
[10778] | 230 | <SubType>UserControl</SubType>
|
---|
| 231 | </Compile>
|
---|
[10902] | 232 | <Compile Include="CheckedTransformationListView.Designer.cs">
|
---|
| 233 | <DependentUpon>CheckedTransformationListView.cs</DependentUpon>
|
---|
[10778] | 234 | </Compile>
|
---|
[10557] | 235 | <Compile Include="ComparisonFilterView.cs">
|
---|
| 236 | <SubType>UserControl</SubType>
|
---|
| 237 | </Compile>
|
---|
| 238 | <Compile Include="ComparisonFilterView.Designer.cs">
|
---|
| 239 | <DependentUpon>ComparisonFilterView.cs</DependentUpon>
|
---|
| 240 | </Compile>
|
---|
[15973] | 241 | <Compile Include="PreprocessingIcons.Designer.cs">
|
---|
| 242 | <AutoGen>True</AutoGen>
|
---|
| 243 | <DesignTime>True</DesignTime>
|
---|
| 244 | <DependentUpon>PreprocessingIcons.resx</DependentUpon>
|
---|
| 245 | </Compile>
|
---|
[13252] | 246 | <Compile Include="RenameColumnsDialog.cs">
|
---|
| 247 | <SubType>Form</SubType>
|
---|
| 248 | </Compile>
|
---|
| 249 | <Compile Include="RenameColumnsDialog.Designer.cs">
|
---|
| 250 | <DependentUpon>RenameColumnsDialog.cs</DependentUpon>
|
---|
| 251 | </Compile>
|
---|
[10987] | 252 | <Compile Include="ScatterPlotSingleView.cs">
|
---|
[10915] | 253 | <SubType>UserControl</SubType>
|
---|
| 254 | </Compile>
|
---|
[10987] | 255 | <Compile Include="ScatterPlotSingleView.Designer.cs">
|
---|
| 256 | <DependentUpon>ScatterPlotSingleView.cs</DependentUpon>
|
---|
[10915] | 257 | </Compile>
|
---|
[10877] | 258 | <Compile Include="DataCompletenessView.cs">
|
---|
| 259 | <SubType>UserControl</SubType>
|
---|
| 260 | </Compile>
|
---|
| 261 | <Compile Include="DataCompletenessView.Designer.cs">
|
---|
| 262 | <DependentUpon>DataCompletenessView.cs</DependentUpon>
|
---|
| 263 | </Compile>
|
---|
[10557] | 264 | <Compile Include="DataGridContentView.cs">
|
---|
| 265 | <SubType>UserControl</SubType>
|
---|
| 266 | </Compile>
|
---|
| 267 | <Compile Include="DataGridContentView.Designer.cs">
|
---|
| 268 | <DependentUpon>DataGridContentView.cs</DependentUpon>
|
---|
| 269 | </Compile>
|
---|
| 270 | <Compile Include="DataPreprocessingView.cs">
|
---|
| 271 | <SubType>UserControl</SubType>
|
---|
| 272 | </Compile>
|
---|
| 273 | <Compile Include="DataPreprocessingView.designer.cs">
|
---|
| 274 | <DependentUpon>DataPreprocessingView.cs</DependentUpon>
|
---|
| 275 | </Compile>
|
---|
[10559] | 276 | <Compile Include="DataPreprocessorStarter.cs" />
|
---|
[10557] | 277 | <Compile Include="FilterView.cs">
|
---|
| 278 | <SubType>UserControl</SubType>
|
---|
| 279 | </Compile>
|
---|
| 280 | <Compile Include="FilterView.Designer.cs">
|
---|
| 281 | <DependentUpon>FilterView.cs</DependentUpon>
|
---|
| 282 | </Compile>
|
---|
[10987] | 283 | <Compile Include="ScatterPlotMultiView.cs">
|
---|
[10882] | 284 | <SubType>UserControl</SubType>
|
---|
| 285 | </Compile>
|
---|
[10987] | 286 | <Compile Include="ScatterPlotMultiView.Designer.cs">
|
---|
| 287 | <DependentUpon>ScatterPlotMultiView.cs</DependentUpon>
|
---|
[10882] | 288 | </Compile>
|
---|
[10762] | 289 | <Compile Include="SearchAndReplaceDialog.cs">
|
---|
[10630] | 290 | <SubType>Form</SubType>
|
---|
| 291 | </Compile>
|
---|
[10762] | 292 | <Compile Include="SearchAndReplaceDialog.Designer.cs">
|
---|
| 293 | <DependentUpon>SearchAndReplaceDialog.cs</DependentUpon>
|
---|
[10630] | 294 | </Compile>
|
---|
[10667] | 295 | <Compile Include="HistogramView.cs">
|
---|
| 296 | <SubType>UserControl</SubType>
|
---|
| 297 | </Compile>
|
---|
[10557] | 298 | <Compile Include="HistogramView.Designer.cs">
|
---|
| 299 | <DependentUpon>HistogramView.cs</DependentUpon>
|
---|
| 300 | </Compile>
|
---|
[10667] | 301 | <Compile Include="LineChartView.cs">
|
---|
| 302 | <SubType>UserControl</SubType>
|
---|
| 303 | </Compile>
|
---|
[10557] | 304 | <Compile Include="LineChartView.Designer.cs">
|
---|
| 305 | <DependentUpon>LineChartView.cs</DependentUpon>
|
---|
| 306 | </Compile>
|
---|
[10709] | 307 | <Compile Include="ManipulationView.cs">
|
---|
| 308 | <SubType>UserControl</SubType>
|
---|
| 309 | </Compile>
|
---|
| 310 | <Compile Include="ManipulationView.Designer.cs">
|
---|
| 311 | <DependentUpon>ManipulationView.cs</DependentUpon>
|
---|
| 312 | </Compile>
|
---|
[10542] | 313 | <Compile Include="Plugin.cs" />
|
---|
[10667] | 314 | <Compile Include="PreprocessingChartView.cs">
|
---|
| 315 | <SubType>UserControl</SubType>
|
---|
| 316 | </Compile>
|
---|
[10658] | 317 | <Compile Include="PreprocessingChartView.Designer.cs">
|
---|
| 318 | <DependentUpon>PreprocessingChartView.cs</DependentUpon>
|
---|
| 319 | </Compile>
|
---|
[10542] | 320 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[10557] | 321 | <Compile Include="StatisticsView.cs">
|
---|
| 322 | <SubType>UserControl</SubType>
|
---|
| 323 | </Compile>
|
---|
| 324 | <Compile Include="StatisticsView.Designer.cs">
|
---|
| 325 | <DependentUpon>StatisticsView.cs</DependentUpon>
|
---|
| 326 | </Compile>
|
---|
| 327 | <Compile Include="TransformationView.cs">
|
---|
| 328 | <SubType>UserControl</SubType>
|
---|
| 329 | </Compile>
|
---|
| 330 | <Compile Include="TransformationView.Designer.cs">
|
---|
| 331 | <DependentUpon>TransformationView.cs</DependentUpon>
|
---|
| 332 | </Compile>
|
---|
[10698] | 333 | <Compile Include="Utils\FindPreprocessingItemsIterator.cs" />
|
---|
| 334 | <Compile Include="Utils\IFindPreprocessingItemsIterator.cs" />
|
---|
[15973] | 335 | <Compile Include="Utils\VerticalLabel.cs">
|
---|
| 336 | <SubType>Component</SubType>
|
---|
| 337 | </Compile>
|
---|
[10904] | 338 | <Compile Include="ViewShortcutListView.cs">
|
---|
[10614] | 339 | <SubType>UserControl</SubType>
|
---|
| 340 | </Compile>
|
---|
[10904] | 341 | <Compile Include="ViewShortcutListView.Designer.cs">
|
---|
| 342 | <DependentUpon>ViewShortcutListView.cs</DependentUpon>
|
---|
[10614] | 343 | </Compile>
|
---|
[10542] | 344 | </ItemGroup>
|
---|
| 345 | <ItemGroup>
|
---|
[10555] | 346 | <None Include="HeuristicLab.snk" />
|
---|
[16147] | 347 | <None Include="packages.config" />
|
---|
[10542] | 348 | <None Include="Plugin.cs.frame" />
|
---|
| 349 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 350 | </ItemGroup>
|
---|
| 351 | <ItemGroup>
|
---|
[12683] | 352 | <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
|
---|
[15973] | 353 | <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
|
---|
[12683] | 354 | <Name>HeuristicLab.Analysis.Views-3.3</Name>
|
---|
| 355 | <Private>False</Private>
|
---|
| 356 | </ProjectReference>
|
---|
| 357 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
[15973] | 358 | <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
|
---|
[12683] | 359 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
| 360 | <Private>False</Private>
|
---|
| 361 | </ProjectReference>
|
---|
| 362 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
[15973] | 363 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
[12683] | 364 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
[15973] | 365 | <Private>False</Private>
|
---|
[12683] | 366 | </ProjectReference>
|
---|
| 367 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 368 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
| 369 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
| 370 | <Private>False</Private>
|
---|
| 371 | </ProjectReference>
|
---|
| 372 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
[15973] | 373 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
[12683] | 374 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 375 | <Private>False</Private>
|
---|
| 376 | </ProjectReference>
|
---|
| 377 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
[15973] | 378 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
[12683] | 379 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
| 380 | <Private>False</Private>
|
---|
| 381 | </ProjectReference>
|
---|
| 382 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
[15973] | 383 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
[12683] | 384 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 385 | <Private>False</Private>
|
---|
| 386 | </ProjectReference>
|
---|
| 387 | <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
|
---|
| 388 | <Project>{72104a0b-90e7-42f3-9abe-9bbbadd4b943}</Project>
|
---|
| 389 | <Name>HeuristicLab.Data.Views-3.3</Name>
|
---|
| 390 | <Private>False</Private>
|
---|
| 391 | </ProjectReference>
|
---|
| 392 | <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.4\HeuristicLab.DataPreprocessing-3.4.csproj">
|
---|
[15973] | 393 | <Project>{3B90F866-70F8-43EF-A541-51819D255B7B}</Project>
|
---|
[10925] | 394 | <Name>HeuristicLab.DataPreprocessing-3.4</Name>
|
---|
| 395 | <Private>False</Private>
|
---|
[10557] | 396 | </ProjectReference>
|
---|
[12683] | 397 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
[15973] | 398 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
[12683] | 399 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 400 | <Private>False</Private>
|
---|
| 401 | </ProjectReference>
|
---|
| 402 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
| 403 | <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
|
---|
| 404 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
| 405 | <Private>False</Private>
|
---|
| 406 | </ProjectReference>
|
---|
| 407 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
[15973] | 408 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
[12683] | 409 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
| 410 | <Private>False</Private>
|
---|
| 411 | </ProjectReference>
|
---|
| 412 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
[15973] | 413 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
[12683] | 414 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 415 | <Private>False</Private>
|
---|
| 416 | </ProjectReference>
|
---|
[15973] | 417 | <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
|
---|
| 418 | <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
|
---|
| 419 | <Name>HeuristicLab.Optimizer-3.3</Name>
|
---|
| 420 | <Private>False</Private>
|
---|
| 421 | </ProjectReference>
|
---|
[12683] | 422 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
[15973] | 423 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
[12683] | 424 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 425 | <Private>False</Private>
|
---|
| 426 | </ProjectReference>
|
---|
| 427 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
|
---|
[15973] | 428 | <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
|
---|
[12683] | 429 | <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
|
---|
| 430 | <Private>False</Private>
|
---|
| 431 | </ProjectReference>
|
---|
| 432 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
[15973] | 433 | <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
|
---|
[12683] | 434 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
| 435 | <Private>False</Private>
|
---|
| 436 | </ProjectReference>
|
---|
[15973] | 437 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis.Views\3.3\HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj">
|
---|
| 438 | <Project>{72232235-B6CF-4E6C-B086-9E9E11AA0717}</Project>
|
---|
| 439 | <Name>HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3</Name>
|
---|
| 440 | <Private>False</Private>
|
---|
| 441 | </ProjectReference>
|
---|
| 442 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
|
---|
| 443 | <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
|
---|
| 444 | <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
|
---|
| 445 | <Private>False</Private>
|
---|
| 446 | </ProjectReference>
|
---|
| 447 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
| 448 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
| 449 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
| 450 | <Private>False</Private>
|
---|
| 451 | </ProjectReference>
|
---|
[12683] | 452 | <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
|
---|
| 453 | <Project>{315bda09-3f4f-49b3-9790-b37cfc1c5750}</Project>
|
---|
| 454 | <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
|
---|
| 455 | <Private>False</Private>
|
---|
| 456 | </ProjectReference>
|
---|
[10542] | 457 | </ItemGroup>
|
---|
[15973] | 458 | <ItemGroup>
|
---|
| 459 | <EmbeddedResource Include="PreprocessingIcons.resx">
|
---|
| 460 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 461 | <LastGenOutput>PreprocessingIcons.Designer.cs</LastGenOutput>
|
---|
| 462 | </EmbeddedResource>
|
---|
| 463 | <EmbeddedResource Include="ScatterPlotSingleView.resx">
|
---|
| 464 | <DependentUpon>ScatterPlotSingleView.cs</DependentUpon>
|
---|
| 465 | </EmbeddedResource>
|
---|
| 466 | </ItemGroup>
|
---|
| 467 | <ItemGroup>
|
---|
| 468 | <Content Include="Icons\All.png" />
|
---|
| 469 | <Content Include="Icons\Inputs.png" />
|
---|
| 470 | <Content Include="Icons\None.png" />
|
---|
| 471 | </ItemGroup>
|
---|
[10542] | 472 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
[11623] | 473 | <PropertyGroup>
|
---|
[11116] | 474 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[10542] | 475 | set ProjectDir=$(ProjectDir)
|
---|
| 476 | set SolutionDir=$(SolutionDir)
|
---|
| 477 | set Outdir=$(Outdir)
|
---|
| 478 |
|
---|
[11116] | 479 | call PreBuildEvent.cmd
|
---|
| 480 | </PreBuildEvent>
|
---|
| 481 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 482 | export ProjectDir=$(ProjectDir)
|
---|
| 483 | export SolutionDir=$(SolutionDir)
|
---|
| 484 |
|
---|
| 485 | $SolutionDir/PreBuildEvent.sh
|
---|
| 486 | </PreBuildEvent>
|
---|
[10542] | 487 | </PropertyGroup>
|
---|
| 488 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 489 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 490 | <Target Name="BeforeBuild">
|
---|
| 491 | </Target>
|
---|
| 492 | <Target Name="AfterBuild">
|
---|
| 493 | </Target>
|
---|
| 494 | -->
|
---|
| 495 | </Project> |
---|