Free cookie consent management tool by TermsFeed Policy Generator

source: branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.TimeSeries/HeuristicLab.GP.StructureIdentification.TimeSeries.csproj @ 1252

Last change on this file since 1252 was 1252, checked in by gkronber, 15 years ago

Renamed StructIdProblemInjector classes to ProblemInjector. #224 (Simple frontend for GP for non-expert users (similar to HeurisicLab.SGA))

File size: 6.1 KB
Line 
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>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{6084CFB5-733F-449D-9F92-2E40D13F0514}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.GP.StructureIdentification.TimeSeries</RootNamespace>
12    <AssemblyName>HeuristicLab.GP.StructureIdentification.TimeSeries-3.2</AssemblyName>
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>
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>
51  <ItemGroup>
52    <Reference Include="System" />
53    <Reference Include="System.Core">
54      <RequiredTargetFramework>3.5</RequiredTargetFramework>
55    </Reference>
56    <Reference Include="System.Xml.Linq">
57      <RequiredTargetFramework>3.5</RequiredTargetFramework>
58    </Reference>
59    <Reference Include="System.Data.DataSetExtensions">
60      <RequiredTargetFramework>3.5</RequiredTargetFramework>
61    </Reference>
62    <Reference Include="System.Data" />
63    <Reference Include="System.Xml" />
64  </ItemGroup>
65  <ItemGroup>
66    <Compile Include="AveragePercentageChangeEvaluator.cs" />
67    <Compile Include="FunctionLibraryInjector.cs">
68      <SubType>Code</SubType>
69    </Compile>
70    <Compile Include="HeuristicLabGPTimeSeriesPlugin.cs" />
71    <Compile Include="OffspringSelectionGP.cs" />
72    <Compile Include="ProblemInjector.cs" />
73    <Compile Include="ProfitEvaluator.cs" />
74    <Compile Include="Properties\AssemblyInfo.cs" />
75    <Compile Include="StandardGP.cs" />
76    <Compile Include="TheilInequalityCoefficientEvaluator.cs" />
77  </ItemGroup>
78  <ItemGroup>
79    <ProjectReference Include="..\HeuristicLab.Constraints\HeuristicLab.Constraints.csproj">
80      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
81      <Name>HeuristicLab.Constraints</Name>
82    </ProjectReference>
83    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
84      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
85      <Name>HeuristicLab.Core</Name>
86    </ProjectReference>
87    <ProjectReference Include="..\HeuristicLab.DataAnalysis\HeuristicLab.DataAnalysis.csproj">
88      <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
89      <Name>HeuristicLab.DataAnalysis</Name>
90    </ProjectReference>
91    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
92      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
93      <Name>HeuristicLab.Data</Name>
94    </ProjectReference>
95    <ProjectReference Include="..\HeuristicLab.GP.StructureIdentification\HeuristicLab.GP.StructureIdentification.csproj">
96      <Project>{74223A32-C726-4978-BE78-37113A18373C}</Project>
97      <Name>HeuristicLab.GP.StructureIdentification</Name>
98    </ProjectReference>
99    <ProjectReference Include="..\HeuristicLab.GP\HeuristicLab.GP.csproj">
100      <Project>{1F1CF3ED-374C-4288-995B-93F6B872F571}</Project>
101      <Name>HeuristicLab.GP</Name>
102    </ProjectReference>
103    <ProjectReference Include="..\HeuristicLab.Logging\HeuristicLab.Logging.csproj">
104      <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
105      <Name>HeuristicLab.Logging</Name>
106    </ProjectReference>
107    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
108      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
109      <Name>HeuristicLab.Operators</Name>
110    </ProjectReference>
111    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
112      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
113      <Name>HeuristicLab.PluginInfrastructure</Name>
114    </ProjectReference>
115  </ItemGroup>
116  <ItemGroup>
117    <None Include="HeuristicLab.snk" />
118    <None Include="Properties\AssemblyInfo.frame" />
119  </ItemGroup>
120  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
121  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
122       Other similar extension points exist, see Microsoft.Common.targets.
123  <Target Name="BeforeBuild">
124  </Target>
125  <Target Name="AfterBuild">
126  </Target>
127  -->
128  <PropertyGroup>
129    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
130set ProjectDir=$(ProjectDir)
131set SolutionDir=$(SolutionDir)
132set Outdir=$(Outdir)
133
134call PreBuildEvent.cmd</PreBuildEvent>
135  </PropertyGroup>
136</Project>
Note: See TracBrowser for help on using the repository browser.