[645] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
[668] | 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[645] | 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{6084CFB5-733F-449D-9F92-2E40D13F0514}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
[668] | 11 | <RootNamespace>HeuristicLab.GP.StructureIdentification.TimeSeries</RootNamespace>
|
---|
[1290] | 12 | <AssemblyName>HeuristicLab.GP.StructureIdentification.TimeSeries-3.3</AssemblyName>
|
---|
[645] | 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 17 | </PropertyGroup>
|
---|
| 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 19 | <DebugSymbols>true</DebugSymbols>
|
---|
| 20 | <DebugType>full</DebugType>
|
---|
| 21 | <Optimize>false</Optimize>
|
---|
| 22 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 24 | <ErrorReport>prompt</ErrorReport>
|
---|
| 25 | <WarningLevel>4</WarningLevel>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
| 30 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
| 34 | </PropertyGroup>
|
---|
[646] | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 36 | <DebugSymbols>true</DebugSymbols>
|
---|
| 37 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 38 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 39 | <DebugType>full</DebugType>
|
---|
| 40 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 41 | <ErrorReport>prompt</ErrorReport>
|
---|
| 42 | </PropertyGroup>
|
---|
| 43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 44 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 45 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 46 | <Optimize>true</Optimize>
|
---|
| 47 | <DebugType>pdbonly</DebugType>
|
---|
| 48 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 49 | <ErrorReport>prompt</ErrorReport>
|
---|
| 50 | </PropertyGroup>
|
---|
[1474] | 51 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 52 | <DebugSymbols>true</DebugSymbols>
|
---|
| 53 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 54 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 55 | <DebugType>full</DebugType>
|
---|
| 56 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 57 | <ErrorReport>prompt</ErrorReport>
|
---|
| 58 | </PropertyGroup>
|
---|
| 59 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 60 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 61 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 62 | <Optimize>true</Optimize>
|
---|
| 63 | <DebugType>pdbonly</DebugType>
|
---|
| 64 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 65 | <ErrorReport>prompt</ErrorReport>
|
---|
| 66 | </PropertyGroup>
|
---|
[645] | 67 | <ItemGroup>
|
---|
| 68 | <Reference Include="System" />
|
---|
| 69 | <Reference Include="System.Core">
|
---|
| 70 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 71 | </Reference>
|
---|
[1287] | 72 | <Reference Include="System.Drawing" />
|
---|
| 73 | <Reference Include="System.Windows.Forms" />
|
---|
[645] | 74 | <Reference Include="System.Xml.Linq">
|
---|
| 75 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 76 | </Reference>
|
---|
| 77 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 78 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 79 | </Reference>
|
---|
| 80 | <Reference Include="System.Data" />
|
---|
| 81 | <Reference Include="System.Xml" />
|
---|
| 82 | </ItemGroup>
|
---|
| 83 | <ItemGroup>
|
---|
| 84 | <Compile Include="AveragePercentageChangeEvaluator.cs" />
|
---|
| 85 | <Compile Include="HeuristicLabGPTimeSeriesPlugin.cs" />
|
---|
[1287] | 86 | <Compile Include="OffspringSelectionGP.cs" />
|
---|
| 87 | <Compile Include="OffspringSelectionGpEditor.cs">
|
---|
| 88 | <SubType>UserControl</SubType>
|
---|
| 89 | </Compile>
|
---|
| 90 | <Compile Include="OffspringSelectionGpEditor.Designer.cs">
|
---|
| 91 | <DependentUpon>OffspringSelectionGpEditor.cs</DependentUpon>
|
---|
| 92 | </Compile>
|
---|
[645] | 93 | <Compile Include="ProfitEvaluator.cs" />
|
---|
| 94 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[1287] | 95 | <Compile Include="StandardGP.cs" />
|
---|
| 96 | <Compile Include="StandardGpEditor.cs">
|
---|
| 97 | <SubType>UserControl</SubType>
|
---|
| 98 | </Compile>
|
---|
| 99 | <Compile Include="StandardGpEditor.Designer.cs">
|
---|
| 100 | <DependentUpon>StandardGpEditor.cs</DependentUpon>
|
---|
| 101 | </Compile>
|
---|
[645] | 102 | <Compile Include="TheilInequalityCoefficientEvaluator.cs" />
|
---|
| 103 | </ItemGroup>
|
---|
| 104 | <ItemGroup>
|
---|
[1534] | 105 | <ProjectReference Include="..\..\HeuristicLab.Constraints\3.2\HeuristicLab.Constraints-3.2.csproj">
|
---|
[645] | 106 | <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
|
---|
[1534] | 107 | <Name>HeuristicLab.Constraints-3.2</Name>
|
---|
[645] | 108 | </ProjectReference>
|
---|
[1534] | 109 | <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
|
---|
[645] | 110 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
[1534] | 111 | <Name>HeuristicLab.Core-3.2</Name>
|
---|
[645] | 112 | </ProjectReference>
|
---|
[1534] | 113 | <ProjectReference Include="..\..\HeuristicLab.DataAnalysis\3.2\HeuristicLab.DataAnalysis-3.2.csproj">
|
---|
[645] | 114 | <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
|
---|
[1534] | 115 | <Name>HeuristicLab.DataAnalysis-3.2</Name>
|
---|
[645] | 116 | </ProjectReference>
|
---|
[1534] | 117 | <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
|
---|
[645] | 118 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
[1534] | 119 | <Name>HeuristicLab.Data-3.2</Name>
|
---|
[645] | 120 | </ProjectReference>
|
---|
[1534] | 121 | <ProjectReference Include="..\..\HeuristicLab.GP.StructureIdentification\3.3\HeuristicLab.GP.StructureIdentification-3.3.csproj">
|
---|
[645] | 122 | <Project>{74223A32-C726-4978-BE78-37113A18373C}</Project>
|
---|
[1534] | 123 | <Name>HeuristicLab.GP.StructureIdentification-3.3</Name>
|
---|
[645] | 124 | </ProjectReference>
|
---|
[1534] | 125 | <ProjectReference Include="..\..\HeuristicLab.GP\3.3\HeuristicLab.GP-3.3.csproj">
|
---|
[645] | 126 | <Project>{1F1CF3ED-374C-4288-995B-93F6B872F571}</Project>
|
---|
[1534] | 127 | <Name>HeuristicLab.GP-3.3</Name>
|
---|
[645] | 128 | </ProjectReference>
|
---|
[1534] | 129 | <ProjectReference Include="..\..\HeuristicLab.Logging\3.2\HeuristicLab.Logging-3.2.csproj">
|
---|
[1287] | 130 | <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
|
---|
[1534] | 131 | <Name>HeuristicLab.Logging-3.2</Name>
|
---|
[1287] | 132 | </ProjectReference>
|
---|
[1856] | 133 | <ProjectReference Include="..\..\HeuristicLab.Modeling\3.2\HeuristicLab.Modeling-3.2.csproj">
|
---|
| 134 | <Project>{80F7FADA-549D-4151-8856-79B620A50DBA}</Project>
|
---|
| 135 | <Name>HeuristicLab.Modeling-3.2</Name>
|
---|
| 136 | </ProjectReference>
|
---|
[1534] | 137 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
|
---|
[1287] | 138 | <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
|
---|
[1534] | 139 | <Name>HeuristicLab.Operators-3.2</Name>
|
---|
[1287] | 140 | </ProjectReference>
|
---|
[1534] | 141 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
[645] | 142 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 143 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 144 | </ProjectReference>
|
---|
| 145 | </ItemGroup>
|
---|
| 146 | <ItemGroup>
|
---|
| 147 | <None Include="HeuristicLab.snk" />
|
---|
[651] | 148 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[645] | 149 | </ItemGroup>
|
---|
[1287] | 150 | <ItemGroup>
|
---|
| 151 | <EmbeddedResource Include="OffspringSelectionGpEditor.resx">
|
---|
| 152 | <DependentUpon>OffspringSelectionGpEditor.cs</DependentUpon>
|
---|
| 153 | </EmbeddedResource>
|
---|
| 154 | <EmbeddedResource Include="StandardGpEditor.resx">
|
---|
| 155 | <DependentUpon>StandardGpEditor.cs</DependentUpon>
|
---|
| 156 | </EmbeddedResource>
|
---|
| 157 | </ItemGroup>
|
---|
[645] | 158 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 159 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 160 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 161 | <Target Name="BeforeBuild">
|
---|
| 162 | </Target>
|
---|
| 163 | <Target Name="AfterBuild">
|
---|
| 164 | </Target>
|
---|
| 165 | -->
|
---|
[651] | 166 | <PropertyGroup>
|
---|
[852] | 167 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 168 | set ProjectDir=$(ProjectDir)
|
---|
| 169 | set SolutionDir=$(SolutionDir)
|
---|
| 170 | set Outdir=$(Outdir)
|
---|
| 171 |
|
---|
| 172 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[651] | 173 | </PropertyGroup>
|
---|
[645] | 174 | </Project> |
---|