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