[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>
|
---|
[10542] | 11 | <AssemblyName>HeuristicLab.DataPreprocessing.Views-3.3</AssemblyName>
|
---|
[10555] | 12 | <TargetFrameworkVersion>v4.0</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>
|
---|
| 20 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
[10637] | 24 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
---|
[10542] | 25 | </PropertyGroup>
|
---|
| 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 27 | <DebugType>pdbonly</DebugType>
|
---|
| 28 | <Optimize>true</Optimize>
|
---|
| 29 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 30 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 31 | <ErrorReport>prompt</ErrorReport>
|
---|
| 32 | <WarningLevel>4</WarningLevel>
|
---|
| 33 | </PropertyGroup>
|
---|
[10555] | 34 | <PropertyGroup>
|
---|
| 35 | <SignAssembly>true</SignAssembly>
|
---|
| 36 | </PropertyGroup>
|
---|
| 37 | <PropertyGroup>
|
---|
| 38 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 39 | </PropertyGroup>
|
---|
[10542] | 40 | <ItemGroup>
|
---|
[10589] | 41 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 42 | <SpecificVersion>False</SpecificVersion>
|
---|
| 43 | <HintPath>..\..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 44 | </Reference>
|
---|
| 45 | <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 46 | <SpecificVersion>False</SpecificVersion>
|
---|
| 47 | <HintPath>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
| 48 | </Reference>
|
---|
| 49 | <Reference Include="HeuristicLab.Problems.Instances.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 50 | <SpecificVersion>False</SpecificVersion>
|
---|
| 51 | <HintPath>..\..\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
|
---|
| 52 | </Reference>
|
---|
[10542] | 53 | <Reference Include="System" />
|
---|
| 54 | <Reference Include="System.Core" />
|
---|
[10589] | 55 | <Reference Include="System.Data" />
|
---|
[10557] | 56 | <Reference Include="System.Drawing" />
|
---|
| 57 | <Reference Include="System.Windows.Forms" />
|
---|
| 58 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
[10589] | 59 | <Reference Include="System.Xml" />
|
---|
[10542] | 60 | </ItemGroup>
|
---|
| 61 | <ItemGroup>
|
---|
[10557] | 62 | <Compile Include="ComparisonFilterView.cs">
|
---|
| 63 | <SubType>UserControl</SubType>
|
---|
| 64 | </Compile>
|
---|
| 65 | <Compile Include="ComparisonFilterView.Designer.cs">
|
---|
| 66 | <DependentUpon>ComparisonFilterView.cs</DependentUpon>
|
---|
| 67 | </Compile>
|
---|
| 68 | <Compile Include="DataGridContentView.cs">
|
---|
| 69 | <SubType>UserControl</SubType>
|
---|
| 70 | </Compile>
|
---|
| 71 | <Compile Include="DataGridContentView.Designer.cs">
|
---|
| 72 | <DependentUpon>DataGridContentView.cs</DependentUpon>
|
---|
| 73 | </Compile>
|
---|
| 74 | <Compile Include="DataPreprocessingView.cs">
|
---|
| 75 | <SubType>UserControl</SubType>
|
---|
| 76 | </Compile>
|
---|
| 77 | <Compile Include="DataPreprocessingView.designer.cs">
|
---|
| 78 | <DependentUpon>DataPreprocessingView.cs</DependentUpon>
|
---|
| 79 | </Compile>
|
---|
[10559] | 80 | <Compile Include="DataPreprocessorStarter.cs" />
|
---|
[10557] | 81 | <Compile Include="FilterView.cs">
|
---|
| 82 | <SubType>UserControl</SubType>
|
---|
| 83 | </Compile>
|
---|
| 84 | <Compile Include="FilterView.Designer.cs">
|
---|
| 85 | <DependentUpon>FilterView.cs</DependentUpon>
|
---|
| 86 | </Compile>
|
---|
[10630] | 87 | <Compile Include="FindAndReplaceDialog.cs">
|
---|
| 88 | <SubType>Form</SubType>
|
---|
| 89 | </Compile>
|
---|
| 90 | <Compile Include="FindAndReplaceDialog.Designer.cs">
|
---|
| 91 | <DependentUpon>FindAndReplaceDialog.cs</DependentUpon>
|
---|
| 92 | </Compile>
|
---|
[10658] | 93 | <Compile Include="HistogramView.cs" />
|
---|
[10557] | 94 | <Compile Include="HistogramView.Designer.cs">
|
---|
| 95 | <DependentUpon>HistogramView.cs</DependentUpon>
|
---|
| 96 | </Compile>
|
---|
[10658] | 97 | <Compile Include="LineChartView.cs" />
|
---|
[10557] | 98 | <Compile Include="LineChartView.Designer.cs">
|
---|
| 99 | <DependentUpon>LineChartView.cs</DependentUpon>
|
---|
| 100 | </Compile>
|
---|
[10542] | 101 | <Compile Include="Plugin.cs" />
|
---|
[10658] | 102 | <Compile Include="PreprocessingChartView.cs" />
|
---|
| 103 | <Compile Include="PreprocessingChartView.Designer.cs">
|
---|
| 104 | <DependentUpon>PreprocessingChartView.cs</DependentUpon>
|
---|
| 105 | </Compile>
|
---|
[10633] | 106 | <Compile Include="PreprocessingCheckedItemListView.cs">
|
---|
| 107 | <SubType>UserControl</SubType>
|
---|
| 108 | </Compile>
|
---|
[10632] | 109 | <Compile Include="PreprocessingCheckedItemListView.Designer.cs">
|
---|
| 110 | <DependentUpon>PreprocessingCheckedItemListView.cs</DependentUpon>
|
---|
| 111 | </Compile>
|
---|
[10557] | 112 | <Compile Include="PreprocessingDataTableView.cs">
|
---|
| 113 | <SubType>UserControl</SubType>
|
---|
| 114 | </Compile>
|
---|
| 115 | <Compile Include="PreprocessingDataTableView.Designer.cs">
|
---|
| 116 | <DependentUpon>PreprocessingDataTableView.cs</DependentUpon>
|
---|
| 117 | </Compile>
|
---|
[10542] | 118 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[10557] | 119 | <Compile Include="StatisticsView.cs">
|
---|
| 120 | <SubType>UserControl</SubType>
|
---|
| 121 | </Compile>
|
---|
| 122 | <Compile Include="StatisticsView.Designer.cs">
|
---|
| 123 | <DependentUpon>StatisticsView.cs</DependentUpon>
|
---|
| 124 | </Compile>
|
---|
[10583] | 125 | <Compile Include="CopyOfStringConvertibleMatrixView.cs">
|
---|
| 126 | <SubType>UserControl</SubType>
|
---|
| 127 | </Compile>
|
---|
| 128 | <Compile Include="CopyOfStringConvertibleMatrixView.Designer.cs">
|
---|
| 129 | <DependentUpon>CopyOfStringConvertibleMatrixView.cs</DependentUpon>
|
---|
| 130 | </Compile>
|
---|
[10557] | 131 | <Compile Include="TransformationView.cs">
|
---|
| 132 | <SubType>UserControl</SubType>
|
---|
| 133 | </Compile>
|
---|
| 134 | <Compile Include="TransformationView.Designer.cs">
|
---|
| 135 | <DependentUpon>TransformationView.cs</DependentUpon>
|
---|
| 136 | </Compile>
|
---|
[10614] | 137 | <Compile Include="ViewShortcutCollectionView.cs">
|
---|
| 138 | <SubType>UserControl</SubType>
|
---|
| 139 | </Compile>
|
---|
| 140 | <Compile Include="ViewShortcutCollectionView.Designer.cs">
|
---|
| 141 | <DependentUpon>ViewShortcutCollectionView.cs</DependentUpon>
|
---|
| 142 | </Compile>
|
---|
[10542] | 143 | </ItemGroup>
|
---|
| 144 | <ItemGroup>
|
---|
[10555] | 145 | <None Include="HeuristicLab.snk" />
|
---|
[10542] | 146 | <None Include="Plugin.cs.frame" />
|
---|
| 147 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 148 | </ItemGroup>
|
---|
| 149 | <ItemGroup>
|
---|
[10557] | 150 | <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
|
---|
| 151 | <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
|
---|
| 152 | <Name>HeuristicLab.Analysis.Views-3.3</Name>
|
---|
| 153 | </ProjectReference>
|
---|
| 154 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
| 155 | <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
|
---|
| 156 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
| 157 | </ProjectReference>
|
---|
[10614] | 158 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 159 | <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
|
---|
| 160 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 161 | </ProjectReference>
|
---|
[10557] | 162 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 163 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
| 164 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
| 165 | </ProjectReference>
|
---|
| 166 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 167 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 168 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 169 | </ProjectReference>
|
---|
| 170 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
| 171 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
| 172 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
| 173 | </ProjectReference>
|
---|
| 174 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 175 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 176 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 177 | </ProjectReference>
|
---|
| 178 | <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
|
---|
| 179 | <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
|
---|
| 180 | <Name>HeuristicLab.Data.Views-3.3</Name>
|
---|
| 181 | </ProjectReference>
|
---|
| 182 | <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.3\HeuristicLab.DataPreprocessing-3.3.csproj">
|
---|
| 183 | <Project>{3B90F866-70F8-43EF-A541-51819D255B7B}</Project>
|
---|
| 184 | <Name>HeuristicLab.DataPreprocessing-3.3</Name>
|
---|
| 185 | </ProjectReference>
|
---|
| 186 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 187 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 188 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 189 | </ProjectReference>
|
---|
| 190 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
| 191 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
| 192 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
| 193 | </ProjectReference>
|
---|
| 194 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
| 195 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
| 196 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
| 197 | </ProjectReference>
|
---|
[10589] | 198 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
|
---|
| 199 | <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
|
---|
| 200 | <Name>HeuristicLab.Optimization.Views-3.3</Name>
|
---|
| 201 | </ProjectReference>
|
---|
[10557] | 202 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 203 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 204 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 205 | </ProjectReference>
|
---|
[10542] | 206 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 207 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
| 208 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 209 | </ProjectReference>
|
---|
[10559] | 210 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
|
---|
| 211 | <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
|
---|
| 212 | <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
|
---|
| 213 | </ProjectReference>
|
---|
| 214 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
| 215 | <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
|
---|
| 216 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
| 217 | </ProjectReference>
|
---|
[10557] | 218 | <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
|
---|
| 219 | <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
|
---|
| 220 | <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
|
---|
| 221 | </ProjectReference>
|
---|
[10542] | 222 | </ItemGroup>
|
---|
| 223 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 224 | <PropertyGroup>
|
---|
| 225 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 226 | set ProjectDir=$(ProjectDir)
|
---|
| 227 | set SolutionDir=$(SolutionDir)
|
---|
| 228 | set Outdir=$(Outdir)
|
---|
| 229 |
|
---|
| 230 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 231 | </PropertyGroup>
|
---|
| 232 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 233 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 234 | <Target Name="BeforeBuild">
|
---|
| 235 | </Target>
|
---|
| 236 | <Target Name="AfterBuild">
|
---|
| 237 | </Target>
|
---|
| 238 | -->
|
---|
| 239 | </Project> |
---|