Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2956_apriori_knowledge/HeuristicLab.Algorithms.DataAnalysis.KnowledgeIntegration/3.4/HeuristicLab.Algorithms.DataAnalysis.KnowledgeIntegration-3.4.csproj @ 16303

Last change on this file since 16303 was 16303, checked in by chaider, 5 years ago

#2956: Added intermediate of a-priori knowledge

File size: 5.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="15.0" 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>{5E8B5347-4281-4D89-92E5-8D81E297BBCA}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis.KnowledgeIntegration</RootNamespace>
11    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis.KnowledgeIntegration-3.4</AssemblyName>
12    <TargetFrameworkVersion>v4.5</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\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
41      <SpecificVersion>False</SpecificVersion>
42      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
43    </Reference>
44    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
45      <SpecificVersion>False</SpecificVersion>
46      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
47    </Reference>
48    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
49      <SpecificVersion>False</SpecificVersion>
50      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
53      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
56      <SpecificVersion>False</SpecificVersion>
57      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
58    </Reference>
59    <Reference Include="System" />
60    <Reference Include="System.Core" />
61    <Reference Include="System.Xml.Linq" />
62    <Reference Include="System.Data.DataSetExtensions" />
63    <Reference Include="Microsoft.CSharp" />
64    <Reference Include="System.Data" />
65    <Reference Include="System.Net.Http" />
66    <Reference Include="System.Xml" />
67  </ItemGroup>
68  <ItemGroup>
69    <Compile Include="Util\FormulationParser.cs" />
70    <None Include="Plugin.cs.frame" />
71    <Compile Include="Interpreter\SymbolicDataAnalysisIntervalArithmeticInterpreter.cs" />
72    <Compile Include="IntervalArithmetic\Interval.cs" />
73    <Compile Include="Plugin.cs" />
74    <Compile Include="Properties\AssemblyInfo.cs" />
75  </ItemGroup>
76  <ItemGroup>
77    <None Include="HeuristicLab.snk" />
78  </ItemGroup>
79  <ItemGroup>
80    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
81      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
82      <Name>HeuristicLab.Collections-3.3</Name>
83    </ProjectReference>
84    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
85      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
86      <Name>HeuristicLab.Data-3.3</Name>
87    </ProjectReference>
88    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
89      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
90      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
91    </ProjectReference>
92    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
93      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
94      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
95    </ProjectReference>
96  </ItemGroup>
97  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
98  <PropertyGroup>
99    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
100set ProjectDir=$(ProjectDir)
101set SolutionDir=$(SolutionDir)
102set Outdir=$(Outdir)
103
104call PreBuildEvent.cmd</PreBuildEvent>
105  </PropertyGroup>
106</Project>
Note: See TracBrowser for help on using the repository browser.