Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/CedmaDatabaseMerger/CedmaDatabaseMerger.csproj @ 2602

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

Worked on #722 (IModel should provide a Predict() method to get predicted values for an input vector).
At the same time removed parameter PunishmentFactor from GP algorithms (this parameter is internal to TreeEvaluators now).

File size: 8.2 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>{D1D66C9C-5B65-4348-B8B5-528A513695E4}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>CedmaDatabaseMerger</RootNamespace>
12    <AssemblyName>CedmaDatabaseMerger</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</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 Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
34    <DebugSymbols>true</DebugSymbols>
35    <OutputPath>bin\x86\Debug\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <DebugType>full</DebugType>
38    <PlatformTarget>x86</PlatformTarget>
39    <ErrorReport>prompt</ErrorReport>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
42    <OutputPath>bin\x86\Release\</OutputPath>
43    <DefineConstants>TRACE</DefineConstants>
44    <Optimize>true</Optimize>
45    <DebugType>pdbonly</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48  </PropertyGroup>
49  <ItemGroup>
50    <Reference Include="HeuristicLab.CEDMA.Server-3.3, Version=3.3.0.2270, Culture=neutral, processorArchitecture=x86">
51      <SpecificVersion>False</SpecificVersion>
52      <HintPath>..\..\sources\HeuristicLab\bin\x86\Release\plugins\HeuristicLab.CEDMA.Server-3.3.dll</HintPath>
53    </Reference>
54    <Reference Include="HeuristicLab.Core-3.2, Version=3.2.0.2143, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
55      <SpecificVersion>False</SpecificVersion>
56      <HintPath>..\..\sources\HeuristicLab\bin\x86\Release\plugins\HeuristicLab.Core-3.2.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.DataAnalysis-3.2, Version=3.2.0.2223, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
59      <SpecificVersion>False</SpecificVersion>
60      <HintPath>..\..\sources\HeuristicLab\bin\x86\Release\plugins\HeuristicLab.DataAnalysis-3.2.dll</HintPath>
61    </Reference>
62    <Reference Include="HeuristicLab.GP-3.3, Version=3.3.0.2237, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
63      <SpecificVersion>False</SpecificVersion>
64      <HintPath>..\..\sources\HeuristicLab\bin\x86\Release\plugins\HeuristicLab.GP-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.GP.Interfaces-3.3, Version=3.3.0.2235, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
67      <SpecificVersion>False</SpecificVersion>
68      <HintPath>..\..\sources\HeuristicLab\bin\x86\Release\plugins\HeuristicLab.GP.Interfaces-3.3.dll</HintPath>
69    </Reference>
70    <Reference Include="HeuristicLab.GP.StructureIdentification-3.3, Version=3.3.0.2270, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
71      <SpecificVersion>False</SpecificVersion>
72      <HintPath>..\..\sources\HeuristicLab\bin\x86\Release\plugins\HeuristicLab.GP.StructureIdentification-3.3.dll</HintPath>
73    </Reference>
74    <Reference Include="HeuristicLab.Modeling-3.2, Version=3.2.0.2270, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
75      <SpecificVersion>False</SpecificVersion>
76      <HintPath>..\..\sources\HeuristicLab\bin\x86\Release\plugins\HeuristicLab.Modeling-3.2.dll</HintPath>
77    </Reference>
78    <Reference Include="HeuristicLab.Modeling.Database-3.2, Version=3.2.0.2271, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
79      <SpecificVersion>False</SpecificVersion>
80      <HintPath>..\..\sources\HeuristicLab\bin\x86\Release\plugins\HeuristicLab.Modeling.Database-3.2.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.Modeling.Database.SQLServerCompact-3.2, Version=3.2.0.2271, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
83      <SpecificVersion>False</SpecificVersion>
84      <HintPath>..\..\sources\HeuristicLab\bin\x86\Release\plugins\HeuristicLab.Modeling.Database.SQLServerCompact-3.2.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.PluginInfrastructure, Version=3.2.0.2234, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
87      <SpecificVersion>False</SpecificVersion>
88      <HintPath>..\..\sources\HeuristicLab\bin\x86\Release\HeuristicLab.PluginInfrastructure.dll</HintPath>
89    </Reference>
90    <Reference Include="HeuristicLab.SupportVectorMachines-3.2, Version=3.2.0.2270, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
91      <SpecificVersion>False</SpecificVersion>
92      <HintPath>..\..\sources\HeuristicLab\bin\x86\Release\plugins\HeuristicLab.SupportVectorMachines-3.2.dll</HintPath>
93    </Reference>
94    <Reference Include="LibSVM, Version=2.84.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
95      <SpecificVersion>False</SpecificVersion>
96      <HintPath>..\..\sources\HeuristicLab\bin\x86\Release\plugins\LibSVM.dll</HintPath>
97    </Reference>
98    <Reference Include="System" />
99    <Reference Include="System.Core">
100      <RequiredTargetFramework>3.5</RequiredTargetFramework>
101    </Reference>
102    <Reference Include="System.Xml.Linq">
103      <RequiredTargetFramework>3.5</RequiredTargetFramework>
104    </Reference>
105    <Reference Include="System.Data.DataSetExtensions">
106      <RequiredTargetFramework>3.5</RequiredTargetFramework>
107    </Reference>
108    <Reference Include="System.Data" />
109    <Reference Include="System.Deployment" />
110    <Reference Include="System.Drawing" />
111    <Reference Include="System.Windows.Forms" />
112    <Reference Include="System.Xml" />
113  </ItemGroup>
114  <ItemGroup>
115    <Compile Include="MergerForm.cs">
116      <SubType>Form</SubType>
117    </Compile>
118    <Compile Include="MergerForm.Designer.cs">
119      <DependentUpon>MergerForm.cs</DependentUpon>
120    </Compile>
121    <Compile Include="Program.cs" />
122    <Compile Include="Properties\AssemblyInfo.cs" />
123    <EmbeddedResource Include="MergerForm.resx">
124      <DependentUpon>MergerForm.cs</DependentUpon>
125    </EmbeddedResource>
126    <EmbeddedResource Include="Properties\Resources.resx">
127      <Generator>ResXFileCodeGenerator</Generator>
128      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
129      <SubType>Designer</SubType>
130    </EmbeddedResource>
131    <Compile Include="Properties\Resources.Designer.cs">
132      <AutoGen>True</AutoGen>
133      <DependentUpon>Resources.resx</DependentUpon>
134    </Compile>
135    <None Include="Properties\Settings.settings">
136      <Generator>SettingsSingleFileGenerator</Generator>
137      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
138    </None>
139    <Compile Include="Properties\Settings.Designer.cs">
140      <AutoGen>True</AutoGen>
141      <DependentUpon>Settings.settings</DependentUpon>
142      <DesignTimeSharedInput>True</DesignTimeSharedInput>
143    </Compile>
144  </ItemGroup>
145  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
146  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
147       Other similar extension points exist, see Microsoft.Common.targets.
148  <Target Name="BeforeBuild">
149  </Target>
150  <Target Name="AfterBuild">
151  </Target>
152  -->
153</Project>
Note: See TracBrowser for help on using the repository browser.