[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>
|
---|
[10925] | 11 | <AssemblyName>HeuristicLab.DataPreprocessing-3.4</AssemblyName>
|
---|
[11623] | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[10095] | 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>
|
---|
[12682] | 20 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[10095] | 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
[10638] | 24 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
---|
[11623] | 25 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[10095] | 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
[12682] | 30 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[10095] | 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
[11623] | 34 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[10095] | 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 37 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 38 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 39 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
[11623] | 40 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[10095] | 41 | </PropertyGroup>
|
---|
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
| 43 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 44 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 45 | <Optimize>true</Optimize>
|
---|
[11623] | 46 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[10095] | 47 | </PropertyGroup>
|
---|
| 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 49 | <DebugSymbols>true</DebugSymbols>
|
---|
| 50 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 51 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 52 | <DebugType>full</DebugType>
|
---|
| 53 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 54 | <ErrorReport>prompt</ErrorReport>
|
---|
| 55 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 56 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[10095] | 57 | </PropertyGroup>
|
---|
| 58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
| 59 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 60 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 61 | <Optimize>true</Optimize>
|
---|
| 62 | <DebugType>pdbonly</DebugType>
|
---|
| 63 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 64 | <ErrorReport>prompt</ErrorReport>
|
---|
| 65 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 66 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[10095] | 67 | </PropertyGroup>
|
---|
| 68 | <PropertyGroup>
|
---|
| 69 | <SignAssembly>true</SignAssembly>
|
---|
| 70 | </PropertyGroup>
|
---|
| 71 | <PropertyGroup>
|
---|
| 72 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 73 | </PropertyGroup>
|
---|
| 74 | <ItemGroup>
|
---|
| 75 | <Reference Include="System" />
|
---|
| 76 | <Reference Include="System.Core" />
|
---|
[10134] | 77 | <Reference Include="System.Drawing" />
|
---|
[10095] | 78 | </ItemGroup>
|
---|
| 79 | <ItemGroup>
|
---|
[10882] | 80 | <Compile Include="Implementations\ScatterPlotContent.cs" />
|
---|
[10877] | 81 | <Compile Include="Implementations\DataCompletenessChartContent.cs" />
|
---|
[10783] | 82 | <Compile Include="Implementations\FilteredPreprocessingData.cs" />
|
---|
[10709] | 83 | <Compile Include="Implementations\ManipulationContent.cs" />
|
---|
[10658] | 84 | <Compile Include="Implementations\PreprocessingChartContent.cs" />
|
---|
[10586] | 85 | <Compile Include="Implementations\PreprocessingData.cs" />
|
---|
[10803] | 86 | <Compile Include="Implementations\PreprocessingDataTable.cs" />
|
---|
[10962] | 87 | <Compile Include="Interfaces\IViewChartShortcut.cs" />
|
---|
[10783] | 88 | <Compile Include="Interfaces\IFilteredPreprocessingData.cs" />
|
---|
[10908] | 89 | <Compile Include="Implementations\CorrelationMatrixContent.cs" />
|
---|
[10786] | 90 | <Compile Include="PreprocessingTransformator.cs" />
|
---|
[10698] | 91 | <Compile Include="Utils\DataPreprocessingChangedEvent.cs" />
|
---|
[10549] | 92 | <Compile Include="Implementations\Filter\ComparisonFilter.cs" />
|
---|
| 93 | <Compile Include="Implementations\Filter\IFilter.cs" />
|
---|
[10380] | 94 | <Compile Include="Implementations\ManipulationLogic.cs" />
|
---|
[10586] | 95 | <Compile Include="Interfaces\IPreprocessingData.cs" />
|
---|
[10246] | 96 | <Compile Include="Interfaces\IDataGridLogic.cs" />
|
---|
[10245] | 97 | <Compile Include="Implementations\FilterContent.cs" />
|
---|
[10244] | 98 | <Compile Include="Implementations\FilterLogic.cs" />
|
---|
[10245] | 99 | <Compile Include="Implementations\HistogramContent.cs" />
|
---|
| 100 | <Compile Include="Implementations\LineChartContent.cs" />
|
---|
| 101 | <Compile Include="Implementations\StatisticsContent.cs" />
|
---|
| 102 | <Compile Include="Implementations\TransformationContent.cs" />
|
---|
[10244] | 103 | <Compile Include="Interfaces\IFilterLogic.cs" />
|
---|
[10380] | 104 | <Compile Include="Interfaces\IManipulationLogic.cs" />
|
---|
[10244] | 105 | <Compile Include="Interfaces\ITransformationLogic.cs" />
|
---|
[10614] | 106 | <Compile Include="Interfaces\IViewShortcut.cs" />
|
---|
[10383] | 107 | <Compile Include="ProblemDataCreator.cs" />
|
---|
[10239] | 108 | <None Include="Plugin.cs.frame" />
|
---|
[10236] | 109 | <Compile Include="Implementations\DataGridContent.cs" />
|
---|
[10219] | 110 | <Compile Include="Implementations\PreprocessingContext.cs" />
|
---|
[10586] | 111 | <Compile Include="Implementations\TransactionalPreprocessingData.cs" />
|
---|
[10236] | 112 | <Compile Include="Implementations\SearchLogic.cs" />
|
---|
[10249] | 113 | <Compile Include="Implementations\StatisticsLogic.cs" />
|
---|
[10236] | 114 | <Compile Include="Interfaces\IDataGridContent.cs" />
|
---|
[10219] | 115 | <Compile Include="Interfaces\IPreprocessingContext.cs" />
|
---|
[10236] | 116 | <Compile Include="Interfaces\ISearchLogic.cs" />
|
---|
[10249] | 117 | <Compile Include="Interfaces\IStatisticsLogic.cs" />
|
---|
[10586] | 118 | <Compile Include="Interfaces\ITransactionalPreprocessingData.cs" />
|
---|
[10157] | 119 | <Compile Include="Plugin.cs" />
|
---|
[10095] | 120 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 121 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 122 | </ItemGroup>
|
---|
| 123 | <ItemGroup>
|
---|
| 124 | <None Include="HeuristicLab.snk" />
|
---|
| 125 | </ItemGroup>
|
---|
[12682] | 126 | <ItemGroup>
|
---|
| 127 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
| 128 | <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
|
---|
| 129 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
| 130 | <Private>False</Private>
|
---|
| 131 | </ProjectReference>
|
---|
| 132 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 133 | <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
|
---|
| 134 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 135 | <Private>False</Private>
|
---|
| 136 | </ProjectReference>
|
---|
| 137 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 138 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
| 139 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
| 140 | <Private>False</Private>
|
---|
| 141 | </ProjectReference>
|
---|
| 142 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 143 | <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
|
---|
| 144 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 145 | <Private>False</Private>
|
---|
| 146 | </ProjectReference>
|
---|
| 147 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 148 | <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
|
---|
| 149 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 150 | <Private>False</Private>
|
---|
| 151 | </ProjectReference>
|
---|
| 152 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 153 | <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
|
---|
| 154 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 155 | <Private>False</Private>
|
---|
| 156 | </ProjectReference>
|
---|
| 157 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 158 | <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
|
---|
| 159 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 160 | <Private>False</Private>
|
---|
| 161 | </ProjectReference>
|
---|
| 162 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 163 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
| 164 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 165 | <Private>False</Private>
|
---|
| 166 | </ProjectReference>
|
---|
| 167 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
| 168 | <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
|
---|
| 169 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
| 170 | <Private>False</Private>
|
---|
| 171 | </ProjectReference>
|
---|
| 172 | </ItemGroup>
|
---|
[10095] | 173 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 174 | <PropertyGroup>
|
---|
[11116] | 175 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[10095] | 176 | set ProjectDir=$(ProjectDir)
|
---|
| 177 | set SolutionDir=$(SolutionDir)
|
---|
| 178 | set Outdir=$(Outdir)
|
---|
| 179 |
|
---|
[11116] | 180 | call PreBuildEvent.cmd
|
---|
| 181 | </PreBuildEvent>
|
---|
| 182 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 183 | export ProjectDir=$(ProjectDir)
|
---|
| 184 | export SolutionDir=$(SolutionDir)
|
---|
| 185 |
|
---|
| 186 | $SolutionDir/PreBuildEvent.sh
|
---|
| 187 | </PreBuildEvent>
|
---|
[10095] | 188 | </PropertyGroup>
|
---|
| 189 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 190 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 191 | <Target Name="BeforeBuild">
|
---|
| 192 | </Target>
|
---|
| 193 | <Target Name="AfterBuild">
|
---|
| 194 | </Target>
|
---|
| 195 | -->
|
---|
| 196 | </Project> |
---|