Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2929_PrioritizedGrammarEnumeration/HeuristicLab.Algorithms.DataAnalysis.PGE/3.3/HeuristicLab.Algorithms.DataAnalysis.PGE-3.3.csproj @ 16620

Last change on this file since 16620 was 16620, checked in by hmaislin, 5 years ago

#2929: Reorganized folder structure for make script, removed explicit marshalling, erased go-side logging

File size: 6.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.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>{557A23CE-9A5E-44F5-AEA2-4F4F33C1511F}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis.PGE</RootNamespace>
11    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis.PGE-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>..\..\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
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    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
33  </PropertyGroup>
34  <ItemGroup>
35    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
36      <SpecificVersion>False</SpecificVersion>
37      <HintPath>..\..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
38    </Reference>
39    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
40      <SpecificVersion>False</SpecificVersion>
41      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
42    </Reference>
43    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
44      <SpecificVersion>False</SpecificVersion>
45      <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
46    </Reference>
47    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
48      <SpecificVersion>False</SpecificVersion>
49      <HintPath>..\..\bin\HeuristicLab.Data-3.3.dll</HintPath>
50    </Reference>
51    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
52      <SpecificVersion>False</SpecificVersion>
53      <HintPath>..\..\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
56      <SpecificVersion>False</SpecificVersion>
57      <HintPath>..\..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
58    </Reference>
59    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
60      <SpecificVersion>False</SpecificVersion>
61      <HintPath>..\..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
62    </Reference>
63    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
64      <SpecificVersion>False</SpecificVersion>
65      <HintPath>..\..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
66    </Reference>
67    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
68      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
69    </Reference>
70    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
71      <SpecificVersion>False</SpecificVersion>
72      <HintPath>..\..\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
73    </Reference>
74    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
75      <SpecificVersion>False</SpecificVersion>
76      <HintPath>..\..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
77    </Reference>
78    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
79      <SpecificVersion>False</SpecificVersion>
80      <HintPath>..\..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
83      <SpecificVersion>False</SpecificVersion>
84      <HintPath>..\..\bin\HeuristicLab.Random-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="System" />
87    <Reference Include="System.Core" />
88    <Reference Include="System.Xml.Linq" />
89    <Reference Include="System.Data.DataSetExtensions" />
90    <Reference Include="Microsoft.CSharp" />
91    <Reference Include="System.Data" />
92    <Reference Include="System.Net.Http" />
93    <Reference Include="System.Xml" />
94  </ItemGroup>
95  <ItemGroup>
96    <Compile Include="PGE.cs" />
97    <Compile Include="Plugin.cs" />
98    <Compile Include="Properties\AssemblyInfo.cs" />
99  </ItemGroup>
100  <ItemGroup>
101    <Content Include="go-pge.dll">
102      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
103    </Content>
104  </ItemGroup>
105  <ItemGroup />
106  <ItemGroup>
107    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
108      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
109      <Name>HeuristicLab.Analysis-3.3</Name>
110    </ProjectReference>
111    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
112      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
113      <Name>HeuristicLab.Problems.Instances-3.3</Name>
114    </ProjectReference>
115  </ItemGroup>
116  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
117  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
118       Other similar extension points exist, see Microsoft.Common.targets.
119  <Target Name="BeforeBuild">
120  </Target>
121  <Target Name="AfterBuild">
122  </Target>
123  -->
124</Project>
Note: See TracBrowser for help on using the repository browser.