Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Persistence Test/HeuristicLab.SupportVectorMachines/3.2/HeuristicLab.SupportVectorMachines-3.2.csproj @ 4498

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

Fixed bugs related to time series prognosis with SVMs. And fixed an exception when trying to save time-series models to the database. #776 (Error when trying to save time-series prognosis predictors to the database)

File size: 8.6 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>{7E18E25A-BCEB-467A-BACC-ABCA73F9D655}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.SupportVectorMachines</RootNamespace>
12    <AssemblyName>HeuristicLab.SupportVectorMachines-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    <PlatformTarget>AnyCPU</PlatformTarget>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>bin\Release\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
37    <DebugSymbols>true</DebugSymbols>
38    <OutputPath>bin\x64\Debug\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <DebugType>full</DebugType>
41    <PlatformTarget>x64</PlatformTarget>
42    <ErrorReport>prompt</ErrorReport>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
45    <OutputPath>bin\x64\Release\</OutputPath>
46    <DefineConstants>TRACE</DefineConstants>
47    <Optimize>true</Optimize>
48    <DebugType>pdbonly</DebugType>
49    <PlatformTarget>x64</PlatformTarget>
50    <ErrorReport>prompt</ErrorReport>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
53    <DebugSymbols>true</DebugSymbols>
54    <OutputPath>bin\x86\Debug\</OutputPath>
55    <DefineConstants>DEBUG;TRACE</DefineConstants>
56    <DebugType>full</DebugType>
57    <PlatformTarget>x86</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
61    <OutputPath>bin\x86\Release\</OutputPath>
62    <DefineConstants>TRACE</DefineConstants>
63    <Optimize>true</Optimize>
64    <DebugType>pdbonly</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67  </PropertyGroup>
68  <ItemGroup>
69    <Reference Include="System" />
70    <Reference Include="System.Core">
71      <RequiredTargetFramework>3.5</RequiredTargetFramework>
72    </Reference>
73    <Reference Include="System.Drawing" />
74    <Reference Include="System.Windows.Forms" />
75    <Reference Include="System.Xml.Linq">
76      <RequiredTargetFramework>3.5</RequiredTargetFramework>
77    </Reference>
78    <Reference Include="System.Data.DataSetExtensions">
79      <RequiredTargetFramework>3.5</RequiredTargetFramework>
80    </Reference>
81    <Reference Include="System.Data" />
82    <Reference Include="System.Xml" />
83  </ItemGroup>
84  <ItemGroup>
85    <Compile Include="SupportVectorClassification.cs" />
86    <Compile Include="SupportVectorTimeSeriesPrognosis.cs" />
87    <Compile Include="PredictorView.cs">
88      <SubType>UserControl</SubType>
89    </Compile>
90    <Compile Include="PredictorView.Designer.cs">
91      <DependentUpon>PredictorView.cs</DependentUpon>
92    </Compile>
93    <Compile Include="Predictor.cs" />
94    <Compile Include="PredictorBuilder.cs" />
95    <Compile Include="SupportVectorRegression.cs" />
96    <Compile Include="SVMModel.cs" />
97    <Compile Include="HeuristicLabSupportVectorMachinesPlugin.cs" />
98    <Compile Include="Properties\AssemblyInfo.cs" />
99    <Compile Include="SupportVectorCreator.cs" />
100    <Compile Include="SupportVectorEvaluator.cs" />
101    <Compile Include="SVMHelper.cs" />
102    <Compile Include="SVMModelView.cs">
103      <SubType>UserControl</SubType>
104    </Compile>
105    <Compile Include="SVMModelView.Designer.cs">
106      <DependentUpon>SVMModelView.cs</DependentUpon>
107    </Compile>
108  </ItemGroup>
109  <ItemGroup>
110    <None Include="HeuristicLab.snk" />
111    <None Include="Properties\AssemblyInfo.frame" />
112  </ItemGroup>
113  <ItemGroup>
114    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
115      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
116      <Name>HeuristicLab.Common-3.2</Name>
117    </ProjectReference>
118    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
119      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
120      <Name>HeuristicLab.Core-3.2</Name>
121    </ProjectReference>
122    <ProjectReference Include="..\..\HeuristicLab.DataAnalysis\3.2\HeuristicLab.DataAnalysis-3.2.csproj">
123      <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
124      <Name>HeuristicLab.DataAnalysis-3.2</Name>
125    </ProjectReference>
126    <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
127      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
128      <Name>HeuristicLab.Data-3.2</Name>
129    </ProjectReference>
130    <ProjectReference Include="..\..\HeuristicLab.Logging\3.2\HeuristicLab.Logging-3.2.csproj">
131      <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
132      <Name>HeuristicLab.Logging-3.2</Name>
133    </ProjectReference>
134    <ProjectReference Include="..\..\HeuristicLab.Modeling\3.2\HeuristicLab.Modeling-3.2.csproj">
135      <Project>{80F7FADA-549D-4151-8856-79B620A50DBA}</Project>
136      <Name>HeuristicLab.Modeling-3.2</Name>
137    </ProjectReference>
138    <ProjectReference Include="..\..\HeuristicLab.Operators.Programmable\3.2\HeuristicLab.Operators.Programmable-3.2.csproj">
139      <Project>{E3CCBFC6-900C-41B6-AFB8-6646DB097435}</Project>
140      <Name>HeuristicLab.Operators.Programmable-3.2</Name>
141    </ProjectReference>
142    <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
143      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
144      <Name>HeuristicLab.Operators-3.2</Name>
145    </ProjectReference>
146    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
147      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
148      <Name>HeuristicLab.PluginInfrastructure</Name>
149    </ProjectReference>
150    <ProjectReference Include="..\..\HeuristicLab.Random\3.2\HeuristicLab.Random-3.2.csproj">
151      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
152      <Name>HeuristicLab.Random-3.2</Name>
153    </ProjectReference>
154    <ProjectReference Include="..\..\HeuristicLab.Selection\3.2\HeuristicLab.Selection-3.2.csproj">
155      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
156      <Name>HeuristicLab.Selection-3.2</Name>
157    </ProjectReference>
158    <ProjectReference Include="..\..\HeuristicLab.SequentialEngine\3.2\HeuristicLab.SequentialEngine-3.2.csproj">
159      <Project>{B4BE8E53-BA06-4237-9A01-24255F880201}</Project>
160      <Name>HeuristicLab.SequentialEngine-3.2</Name>
161    </ProjectReference>
162    <ProjectReference Include="..\..\LibSVM\LibSVM.csproj">
163      <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project>
164      <Name>LibSVM</Name>
165    </ProjectReference>
166  </ItemGroup>
167  <ItemGroup>
168    <EmbeddedResource Include="PredictorView.resx">
169      <DependentUpon>PredictorView.cs</DependentUpon>
170    </EmbeddedResource>
171    <EmbeddedResource Include="SVMModelView.resx">
172      <DependentUpon>SVMModelView.cs</DependentUpon>
173    </EmbeddedResource>
174  </ItemGroup>
175  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
176  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
177       Other similar extension points exist, see Microsoft.Common.targets.
178  <Target Name="BeforeBuild">
179  </Target>
180  <Target Name="AfterBuild">
181  </Target>
182  -->
183  <PropertyGroup>
184    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
185set ProjectDir=$(ProjectDir)
186set SolutionDir=$(SolutionDir)
187set Outdir=$(Outdir)
188
189call PreBuildEvent.cmd</PreBuildEvent>
190  </PropertyGroup>
191</Project>
Note: See TracBrowser for help on using the repository browser.