Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis.MultiVariate.TimeSeriesPrognosis.Views/3.3/HeuristicLab.Problems.DataAnalysis.MultiVariate.TimeSeriesPrognosis.Views-3.3.csproj @ 5265

Last change on this file since 5265 was 5265, checked in by gkronber, 13 years ago

changed project files and solution file to make the branch compatible with current trunk version. #1142

File size: 10.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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>{C60DF094-ABC1-4313-AD82-E2EAD3FC8DF7}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.MultiVariate.TimeSeriesPrognosis.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.MultiVariate.TimeSeriesPrognosis.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36    <TargetFrameworkProfile />
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\x64\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>bin\x64\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x64</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
76    <DebugSymbols>true</DebugSymbols>
77    <OutputPath>bin\x86\Debug\</OutputPath>
78    <DefineConstants>DEBUG;TRACE</DefineConstants>
79    <DebugType>full</DebugType>
80    <PlatformTarget>x86</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
82    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
85    <OutputPath>bin\x86\Release\</OutputPath>
86    <DefineConstants>TRACE</DefineConstants>
87    <Optimize>true</Optimize>
88    <DebugType>pdbonly</DebugType>
89    <PlatformTarget>x86</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
92  </PropertyGroup>
93  <ItemGroup>
94    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
95    <Reference Include="System" />
96    <Reference Include="System.Core">
97      <RequiredTargetFramework>3.5</RequiredTargetFramework>
98    </Reference>
99    <Reference Include="System.Drawing" />
100    <Reference Include="System.Windows.Forms" />
101    <Reference Include="System.Windows.Forms.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
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.Xml" />
110  </ItemGroup>
111  <ItemGroup>
112    <Compile Include="PrognosisView.cs" />
113    <Compile Include="PrognosisView.Designer.cs">
114      <DependentUpon>PrognosisView.cs</DependentUpon>
115    </Compile>
116    <Compile Include="HeuristicLabProblemsDataAnalysisMultiVariateTimeSeriesPrognosisViewsPlugin.cs" />
117    <Compile Include="InteractiveSymbolicTimeSeriesPrognosisSolutionSimplifierView.cs" />
118    <Compile Include="InteractiveSymbolicTimeSeriesPrognosisSolutionSimplifierView.Designer.cs">
119      <DependentUpon>InteractiveSymbolicTimeSeriesPrognosisSolutionSimplifierView.cs</DependentUpon>
120    </Compile>
121    <Compile Include="TimeSeriesPrognosisLineChartView.cs" />
122    <Compile Include="TimeSeriesPrognosisLineChartView.Designer.cs">
123      <DependentUpon>TimeSeriesPrognosisLineChartView.cs</DependentUpon>
124    </Compile>
125    <Compile Include="ResultsView.cs" />
126    <Compile Include="ResultsView.Designer.cs">
127      <DependentUpon>ResultsView.cs</DependentUpon>
128    </Compile>
129    <Compile Include="SimplifiedSymbolicTimeSeriesPrognosisModelView.cs" />
130    <Compile Include="SimplifiedSymbolicTimeSeriesPrognosisModelView.designer.cs">
131      <DependentUpon>SimplifiedSymbolicTimeSeriesPrognosisModelView.cs</DependentUpon>
132    </Compile>
133    <Compile Include="SymbolicTimeSeriesPrognosisSolutionView.cs" />
134    <Compile Include="SymbolicTimeSeriesPrognosisSolutionView.Designer.cs">
135      <DependentUpon>SymbolicTimeSeriesPrognosisSolutionView.cs</DependentUpon>
136    </Compile>
137    <Compile Include="SymbolicTimeSeriesPrognosisModelView.cs" />
138    <Compile Include="SymbolicTimeSeriesPrognosisModelView.designer.cs">
139      <DependentUpon>SymbolicTimeSeriesPrognosisModelView.cs</DependentUpon>
140    </Compile>
141    <Compile Include="Symbols\DerivativeVariableView.cs" />
142    <Compile Include="Symbols\DerivativeVariableView.Designer.cs">
143      <DependentUpon>DerivativeVariableView.cs</DependentUpon>
144    </Compile>
145    <Compile Include="Symbols\IntegratedVariableView.cs" />
146    <Compile Include="Symbols\IntegratedVariableView.Designer.cs">
147      <DependentUpon>IntegratedVariableView.cs</DependentUpon>
148    </Compile>
149    <Compile Include="Symbols\MovingAverageView.cs" />
150    <Compile Include="Symbols\MovingAverageView.Designer.cs">
151      <DependentUpon>MovingAverageView.cs</DependentUpon>
152    </Compile>
153    <None Include="HeuristicLab.snk" />
154    <None Include="HeuristicLabProblemsDataAnalysisMultiVariateTimeSeriesPrognosisViewsPlugin.cs.frame" />
155    <None Include="Properties\AssemblyInfo.frame" />
156    <Compile Include="Properties\AssemblyInfo.cs" />
157  </ItemGroup>
158  <ItemGroup>
159    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.MultiVariate.TimeSeriesPrognosis\3.3\HeuristicLab.Problems.DataAnalysis.MultiVariate.TimeSeriesPrognosis-3.3.csproj">
160      <Project>{B3310CE1-0C05-410F-BA77-8DAD6CE3F803}</Project>
161      <Name>HeuristicLab.Problems.DataAnalysis.MultiVariate.TimeSeriesPrognosis-3.3</Name>
162    </ProjectReference>
163    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.MultiVariate.Views\3.3\HeuristicLab.Problems.DataAnalysis.MultiVariate.Views-3.3.csproj">
164      <Project>{9B6EA19A-F894-4E00-B5A3-970514284772}</Project>
165      <Name>HeuristicLab.Problems.DataAnalysis.MultiVariate.Views-3.3</Name>
166    </ProjectReference>
167    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.MultiVariate\3.3\HeuristicLab.Problems.DataAnalysis.MultiVariate-3.3.csproj">
168      <Project>{2B88DCD0-EE28-4DCA-90A8-2F4ECACFC515}</Project>
169      <Name>HeuristicLab.Problems.DataAnalysis.MultiVariate-3.3</Name>
170    </ProjectReference>
171    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.3\HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj">
172      <Project>{799B0B38-E384-4A17-A73C-F211EB854592}</Project>
173      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.3</Name>
174    </ProjectReference>
175    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
176      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
177      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
178    </ProjectReference>
179  </ItemGroup>
180  <ItemGroup>
181    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
182      <Visible>False</Visible>
183      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
184      <Install>false</Install>
185    </BootstrapperPackage>
186    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
187      <Visible>False</Visible>
188      <ProductName>.NET Framework 3.5 SP1</ProductName>
189      <Install>true</Install>
190    </BootstrapperPackage>
191    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
192      <Visible>False</Visible>
193      <ProductName>Windows Installer 3.1</ProductName>
194      <Install>true</Install>
195    </BootstrapperPackage>
196  </ItemGroup>
197  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
198  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
199       Other similar extension points exist, see Microsoft.Common.targets.
200  <Target Name="BeforeBuild">
201  </Target>
202  <Target Name="AfterBuild">
203  </Target>
204  -->
205  <PropertyGroup>
206    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
207set ProjectDir=$(ProjectDir)
208set SolutionDir=$(SolutionDir)
209set Outdir=$(Outdir)
210
211call PreBuildEvent.cmd
212SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisMultiVariateTimeSeriesPrognosisViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisMultiVariateTimeSeriesPrognosisViewsPlugin.cs"</PreBuildEvent>
213  </PropertyGroup>
214</Project>
Note: See TracBrowser for help on using the repository browser.