[10095] | 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>{3B90F866-70F8-43EF-A541-51819D255B7B}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.DataPreprocessing</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.DataPreprocessing-3.3</AssemblyName>
|
---|
| 12 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 13 | <FileAlignment>512</FileAlignment>
|
---|
| 14 | <TargetFrameworkProfile />
|
---|
| 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>
|
---|
| 24 | </PropertyGroup>
|
---|
| 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 26 | <DebugType>pdbonly</DebugType>
|
---|
| 27 | <Optimize>true</Optimize>
|
---|
| 28 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 29 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 30 | <ErrorReport>prompt</ErrorReport>
|
---|
| 31 | <WarningLevel>4</WarningLevel>
|
---|
| 32 | </PropertyGroup>
|
---|
| 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 34 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 35 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 36 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
| 39 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 40 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 41 | <Optimize>true</Optimize>
|
---|
| 42 | </PropertyGroup>
|
---|
| 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 44 | <DebugSymbols>true</DebugSymbols>
|
---|
| 45 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 46 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 47 | <DebugType>full</DebugType>
|
---|
| 48 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 49 | <ErrorReport>prompt</ErrorReport>
|
---|
| 50 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 51 | </PropertyGroup>
|
---|
| 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
| 53 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 54 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 55 | <Optimize>true</Optimize>
|
---|
| 56 | <DebugType>pdbonly</DebugType>
|
---|
| 57 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 58 | <ErrorReport>prompt</ErrorReport>
|
---|
| 59 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 60 | </PropertyGroup>
|
---|
| 61 | <PropertyGroup>
|
---|
| 62 | <SignAssembly>true</SignAssembly>
|
---|
| 63 | </PropertyGroup>
|
---|
| 64 | <PropertyGroup>
|
---|
| 65 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 66 | </PropertyGroup>
|
---|
| 67 | <ItemGroup>
|
---|
| 68 | <Reference Include="System" />
|
---|
| 69 | <Reference Include="System.Core" />
|
---|
[10134] | 70 | <Reference Include="System.Drawing" />
|
---|
| 71 | <Reference Include="System.Windows.Forms" />
|
---|
[10095] | 72 | <Reference Include="System.Xml.Linq" />
|
---|
| 73 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 74 | <Reference Include="Microsoft.CSharp" />
|
---|
| 75 | <Reference Include="System.Data" />
|
---|
| 76 | <Reference Include="System.Xml" />
|
---|
| 77 | </ItemGroup>
|
---|
| 78 | <ItemGroup>
|
---|
[10239] | 79 | <Compile Include="Implementations\DataGridLogic.cs" />
|
---|
[10246] | 80 | <Compile Include="Interfaces\IDataGridLogic.cs" />
|
---|
| 81 | <Compile Include="Interfaces\IPreprocessingDataManipulation.cs" />
|
---|
[10245] | 82 | <Compile Include="Implementations\FilterContent.cs" />
|
---|
[10250] | 83 | <Compile Include="Implementations\DataPreprocessorStarter.cs" />
|
---|
[10244] | 84 | <Compile Include="Implementations\FilterLogic.cs" />
|
---|
[10245] | 85 | <Compile Include="Implementations\HistogramContent.cs" />
|
---|
[10244] | 86 | <Compile Include="Implementations\HistogramLogic.cs" />
|
---|
[10245] | 87 | <Compile Include="Implementations\LineChartContent.cs" />
|
---|
[10244] | 88 | <Compile Include="Implementations\LineChartLogic.cs" />
|
---|
[10245] | 89 | <Compile Include="Implementations\StatisticsContent.cs" />
|
---|
| 90 | <Compile Include="Implementations\TransformationContent.cs" />
|
---|
[10244] | 91 | <Compile Include="Implementations\TransformationLogic.cs" />
|
---|
| 92 | <Compile Include="Interfaces\IFilterLogic.cs" />
|
---|
| 93 | <Compile Include="Interfaces\IHistogramLogic.cs" />
|
---|
| 94 | <Compile Include="Interfaces\ILineChartLogic.cs" />
|
---|
| 95 | <Compile Include="Interfaces\ITransformationLogic.cs" />
|
---|
[10310] | 96 | <Compile Include="PreprocessingCloner.cs" />
|
---|
[10303] | 97 | <Compile Include="Views\FilterView.cs">
|
---|
| 98 | <SubType>UserControl</SubType>
|
---|
| 99 | </Compile>
|
---|
| 100 | <Compile Include="Views\FilterView.Designer.cs">
|
---|
| 101 | <DependentUpon>FilterView.cs</DependentUpon>
|
---|
| 102 | </Compile>
|
---|
[10239] | 103 | <Compile Include="Views\DataPreprocessingView.cs">
|
---|
[10134] | 104 | <SubType>UserControl</SubType>
|
---|
| 105 | </Compile>
|
---|
[10239] | 106 | <Compile Include="Views\DataPreprocessingView.designer.cs">
|
---|
[10134] | 107 | <DependentUpon>DataPreprocessingView.cs</DependentUpon>
|
---|
| 108 | </Compile>
|
---|
[10303] | 109 | <Compile Include="Views\HistogramView.cs">
|
---|
| 110 | <SubType>UserControl</SubType>
|
---|
| 111 | </Compile>
|
---|
| 112 | <Compile Include="Views\HistogramView.Designer.cs">
|
---|
| 113 | <DependentUpon>HistogramView.cs</DependentUpon>
|
---|
| 114 | </Compile>
|
---|
| 115 | <Compile Include="Views\LineChartView.cs">
|
---|
| 116 | <SubType>UserControl</SubType>
|
---|
| 117 | </Compile>
|
---|
| 118 | <Compile Include="Views\LineChartView.Designer.cs">
|
---|
| 119 | <DependentUpon>LineChartView.cs</DependentUpon>
|
---|
| 120 | </Compile>
|
---|
| 121 | <Compile Include="Views\StatisticsView.cs">
|
---|
| 122 | <SubType>UserControl</SubType>
|
---|
| 123 | </Compile>
|
---|
| 124 | <Compile Include="Views\StatisticsView.Designer.cs">
|
---|
| 125 | <DependentUpon>StatisticsView.cs</DependentUpon>
|
---|
| 126 | </Compile>
|
---|
| 127 | <Compile Include="Views\TransformationView.cs">
|
---|
| 128 | <SubType>UserControl</SubType>
|
---|
| 129 | </Compile>
|
---|
| 130 | <Compile Include="Views\TransformationView.Designer.cs">
|
---|
| 131 | <DependentUpon>TransformationView.cs</DependentUpon>
|
---|
| 132 | </Compile>
|
---|
[10239] | 133 | <None Include="Plugin.cs.frame" />
|
---|
[10236] | 134 | <Compile Include="Implementations\DataGridContent.cs" />
|
---|
[10219] | 135 | <Compile Include="Implementations\PreprocessingContext.cs" />
|
---|
[10163] | 136 | <Compile Include="Implementations\PreprocessingData.cs" />
|
---|
[10193] | 137 | <Compile Include="Implementations\PreprocessingDataManipulation.cs" />
|
---|
[10236] | 138 | <Compile Include="Implementations\SearchLogic.cs" />
|
---|
[10249] | 139 | <Compile Include="Implementations\StatisticsLogic.cs" />
|
---|
[10251] | 140 | <Compile Include="Views\DataGridContentView.cs">
|
---|
| 141 | <SubType>UserControl</SubType>
|
---|
| 142 | </Compile>
|
---|
[10239] | 143 | <Compile Include="Views\DataGridContentView.Designer.cs">
|
---|
[10236] | 144 | <DependentUpon>DataGridContentView.cs</DependentUpon>
|
---|
| 145 | </Compile>
|
---|
| 146 | <Compile Include="Interfaces\IDataGridContent.cs" />
|
---|
[10219] | 147 | <Compile Include="Interfaces\IPreprocessingContext.cs" />
|
---|
[10236] | 148 | <Compile Include="Interfaces\ISearchLogic.cs" />
|
---|
[10249] | 149 | <Compile Include="Interfaces\IStatisticsLogic.cs" />
|
---|
[10157] | 150 | <Compile Include="Interfaces\IPreprocessingData.cs" />
|
---|
| 151 | <Compile Include="Plugin.cs" />
|
---|
[10095] | 152 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 153 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 154 | </ItemGroup>
|
---|
| 155 | <ItemGroup>
|
---|
| 156 | <None Include="HeuristicLab.snk" />
|
---|
| 157 | </ItemGroup>
|
---|
| 158 | <ItemGroup>
|
---|
[10221] | 159 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 160 | <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
|
---|
| 161 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 162 | </ProjectReference>
|
---|
[10095] | 163 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 164 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
| 165 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
| 166 | <Private>False</Private>
|
---|
| 167 | </ProjectReference>
|
---|
| 168 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 169 | <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
|
---|
| 170 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 171 | <Private>False</Private>
|
---|
| 172 | </ProjectReference>
|
---|
[10134] | 173 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
| 174 | <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
|
---|
| 175 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
| 176 | </ProjectReference>
|
---|
[10095] | 177 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 178 | <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
|
---|
| 179 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 180 | <Private>False</Private>
|
---|
| 181 | </ProjectReference>
|
---|
[10236] | 182 | <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
|
---|
| 183 | <Project>{72104a0b-90e7-42f3-9abe-9bbbadd4b943}</Project>
|
---|
| 184 | <Name>HeuristicLab.Data.Views-3.3</Name>
|
---|
| 185 | </ProjectReference>
|
---|
[10134] | 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>
|
---|
[10240] | 198 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 199 | <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
|
---|
| 200 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 201 | </ProjectReference>
|
---|
[10095] | 202 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 203 | <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
|
---|
| 204 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 205 | <Private>False</Private>
|
---|
| 206 | </ProjectReference>
|
---|
| 207 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 208 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
| 209 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 210 | <Private>False</Private>
|
---|
| 211 | </ProjectReference>
|
---|
[10250] | 212 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
|
---|
| 213 | <Project>{3e9e8944-44ff-40bb-a622-3a4a7dd0f198}</Project>
|
---|
| 214 | <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
|
---|
| 215 | </ProjectReference>
|
---|
[10134] | 216 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
| 217 | <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
|
---|
| 218 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
| 219 | </ProjectReference>
|
---|
[10095] | 220 | </ItemGroup>
|
---|
| 221 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 222 | <PropertyGroup>
|
---|
| 223 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 224 | set ProjectDir=$(ProjectDir)
|
---|
| 225 | set SolutionDir=$(SolutionDir)
|
---|
| 226 | set Outdir=$(Outdir)
|
---|
| 227 |
|
---|
| 228 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 229 | </PropertyGroup>
|
---|
| 230 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 231 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 232 | <Target Name="BeforeBuild">
|
---|
| 233 | </Target>
|
---|
| 234 | <Target Name="AfterBuild">
|
---|
| 235 | </Target>
|
---|
| 236 | -->
|
---|
| 237 | </Project> |
---|