Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.TimeSeries/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj @ 7805

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

#1081 merged r7462:7609 from trunk into time series branch

File size: 19.9 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>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Views-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>$(SolutionDir)\bin\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
75  </PropertyGroup>
76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
77    <DebugSymbols>true</DebugSymbols>
78    <OutputPath>$(SolutionDir)\bin\</OutputPath>
79    <DefineConstants>DEBUG;TRACE</DefineConstants>
80    <DebugType>full</DebugType>
81    <PlatformTarget>x86</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
84  </PropertyGroup>
85  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
86    <OutputPath>$(SolutionDir)\bin\</OutputPath>
87    <DefineConstants>TRACE</DefineConstants>
88    <Optimize>true</Optimize>
89    <DebugType>pdbonly</DebugType>
90    <PlatformTarget>x86</PlatformTarget>
91    <ErrorReport>prompt</ErrorReport>
92    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
93  </PropertyGroup>
94  <ItemGroup>
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" />
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="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.cs">
113      <SubType>UserControl</SubType>
114    </Compile>
115    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs">
116      <DependentUpon>ClassificationEnsembleSolutionEstimatedClassValuesView.cs</DependentUpon>
117    </Compile>
118    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.cs">
119      <SubType>UserControl</SubType>
120    </Compile>
121    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.Designer.cs">
122      <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
123    </Compile>
124    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.cs">
125      <SubType>UserControl</SubType>
126    </Compile>
127    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.Designer.cs">
128      <DependentUpon>TimeSeriesPrognosisSolutionView.cs</DependentUpon>
129    </Compile>
130    <Compile Include="DataAnalysisSolutionEvaluationView.cs">
131      <SubType>UserControl</SubType>
132    </Compile>
133    <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
134      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
135    </Compile>
136    <Compile Include="Plugin.cs" />
137    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.cs">
138      <SubType>UserControl</SubType>
139    </Compile>
140    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.Designer.cs">
141      <DependentUpon>RegressionSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
142    </Compile>
143    <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs">
144      <SubType>UserControl</SubType>
145    </Compile>
146    <Compile Include="Regression\RegressionEnsembleSolutionModelView.Designer.cs">
147      <DependentUpon>RegressionEnsembleSolutionModelView.cs</DependentUpon>
148    </Compile>
149    <Compile Include="Regression\RegressionSolutionResidualHistogram.cs">
150      <SubType>UserControl</SubType>
151    </Compile>
152    <Compile Include="Regression\RegressionSolutionResidualHistogram.Designer.cs">
153      <DependentUpon>RegressionSolutionResidualHistogram.cs</DependentUpon>
154    </Compile>
155    <Compile Include="Solution Views\ClassificationSolutionView.cs">
156      <SubType>UserControl</SubType>
157    </Compile>
158    <Compile Include="Solution Views\ClassificationSolutionView.Designer.cs">
159      <DependentUpon>ClassificationSolutionView.cs</DependentUpon>
160    </Compile>
161    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.cs">
162      <SubType>UserControl</SubType>
163    </Compile>
164    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.Designer.cs">
165      <DependentUpon>ClassificationSolutionConfusionMatrixView.cs</DependentUpon>
166    </Compile>
167    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.cs">
168      <SubType>UserControl</SubType>
169    </Compile>
170    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.Designer.cs">
171      <DependentUpon>ClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
172    </Compile>
173    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs">
174      <SubType>UserControl</SubType>
175    </Compile>
176    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.Designer.cs">
177      <DependentUpon>DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
178    </Compile>
179    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.cs">
180      <SubType>UserControl</SubType>
181    </Compile>
182    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.Designer.cs">
183      <DependentUpon>DiscriminantFunctionClassificationRocCurvesView.cs</DependentUpon>
184    </Compile>
185    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.cs">
186      <SubType>UserControl</SubType>
187    </Compile>
188    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs">
189      <DependentUpon>DiscriminantFunctionClassificationSolutionThresholdView.cs</DependentUpon>
190    </Compile>
191    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.cs">
192      <SubType>UserControl</SubType>
193    </Compile>
194    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.Designer.cs">
195      <DependentUpon>ClusteringSolutionEstimatedClusterView.cs</DependentUpon>
196    </Compile>
197    <Compile Include="Solution Views\ClusteringSolutionView.cs">
198      <SubType>UserControl</SubType>
199    </Compile>
200    <Compile Include="Solution Views\ClusteringSolutionView.Designer.cs">
201      <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
202    </Compile>
203    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.cs">
204      <SubType>UserControl</SubType>
205    </Compile>
206    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.Designer.cs">
207      <DependentUpon>ClassificationEnsembleSolutionView.cs</DependentUpon>
208    </Compile>
209    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.cs">
210      <SubType>UserControl</SubType>
211    </Compile>
212    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.Designer.cs">
213      <DependentUpon>DiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
214    </Compile>
215    <Compile Include="Solution Views\DataAnalysisSolutionView.cs">
216      <SubType>UserControl</SubType>
217    </Compile>
218    <Compile Include="Solution Views\DataAnalysisSolutionView.Designer.cs">
219      <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
220    </Compile>
221    <Compile Include="DoubleLimitView.cs">
222      <SubType>UserControl</SubType>
223    </Compile>
224    <Compile Include="DoubleLimitView.Designer.cs">
225      <DependentUpon>DoubleLimitView.cs</DependentUpon>
226    </Compile>
227    <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" />
228    <Compile Include="MenuItems\CreateEnsembleMenuItem.cs" />
229    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.cs">
230      <SubType>UserControl</SubType>
231    </Compile>
232    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.Designer.cs">
233      <DependentUpon>NamedDataAnalysisSolutionView.cs</DependentUpon>
234    </Compile>
235    <Compile Include="Solution Views\RegressionEnsembleSolutionView.cs">
236      <SubType>UserControl</SubType>
237    </Compile>
238    <Compile Include="Solution Views\RegressionEnsembleSolutionView.Designer.cs">
239      <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon>
240    </Compile>
241    <Compile Include="Solution Views\RegressionSolutionView.cs">
242      <SubType>UserControl</SubType>
243    </Compile>
244    <Compile Include="Solution Views\RegressionSolutionView.Designer.cs">
245      <DependentUpon>RegressionSolutionView.cs</DependentUpon>
246    </Compile>
247    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
248      <SubType>UserControl</SubType>
249    </Compile>
250    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.Designer.cs">
251      <DependentUpon>RegressionSolutionEstimatedValuesView.cs</DependentUpon>
252    </Compile>
253    <Compile Include="Regression\RegressionSolutionLineChartView.cs">
254      <SubType>UserControl</SubType>
255    </Compile>
256    <Compile Include="Regression\RegressionSolutionLineChartView.Designer.cs">
257      <DependentUpon>RegressionSolutionLineChartView.cs</DependentUpon>
258    </Compile>
259    <Compile Include="Regression\RegressionSolutionScatterPlotView.cs">
260      <SubType>UserControl</SubType>
261    </Compile>
262    <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs">
263      <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
264    </Compile>
265    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionLineChartView.cs">
266      <SubType>UserControl</SubType>
267    </Compile>
268    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionLineChartView.Designer.cs">
269      <DependentUpon>TimeSeriesPrognosisSolutionLineChartView.cs</DependentUpon>
270    </Compile>
271    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionPrognosedValuesView.cs">
272      <SubType>UserControl</SubType>
273    </Compile>
274    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionPrognosedValuesView.Designer.cs">
275      <DependentUpon>TimeSeriesPrognosisSolutionPrognosedValuesView.cs</DependentUpon>
276    </Compile>
277    <None Include="HeuristicLab.snk" />
278    <None Include="Plugin.cs.frame" />
279    <None Include="Properties\AssemblyInfo.cs.frame" />
280    <Compile Include="DataAnalysisProblemView.cs">
281      <SubType>UserControl</SubType>
282    </Compile>
283    <Compile Include="DataAnalysisProblemView.Designer.cs">
284      <DependentUpon>DataAnalysisProblemView.cs</DependentUpon>
285    </Compile>
286    <Compile Include="Properties\AssemblyInfo.cs" />
287  </ItemGroup>
288  <ItemGroup>
289    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
290      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
291      <Name>HeuristicLab.Collections-3.3</Name>
292      <Private>False</Private>
293    </ProjectReference>
294    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
295      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
296      <Name>HeuristicLab.Common.Resources-3.3</Name>
297      <Private>False</Private>
298    </ProjectReference>
299    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
300      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
301      <Name>HeuristicLab.Common-3.3</Name>
302      <Private>False</Private>
303    </ProjectReference>
304    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
305      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
306      <Name>HeuristicLab.Core.Views-3.3</Name>
307      <Private>False</Private>
308    </ProjectReference>
309    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
310      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
311      <Name>HeuristicLab.Core-3.3</Name>
312      <Private>False</Private>
313    </ProjectReference>
314    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
315      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
316      <Name>HeuristicLab.Data.Views-3.3</Name>
317      <Private>False</Private>
318    </ProjectReference>
319    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
320      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
321      <Name>HeuristicLab.Data-3.3</Name>
322      <Private>False</Private>
323    </ProjectReference>
324    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
325      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
326      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
327      <Private>False</Private>
328    </ProjectReference>
329    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
330      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
331      <Name>HeuristicLab.MainForm-3.3</Name>
332      <Private>False</Private>
333    </ProjectReference>
334    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
335      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
336      <Name>HeuristicLab.Optimization.Views-3.3</Name>
337      <Private>False</Private>
338    </ProjectReference>
339    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
340      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
341      <Name>HeuristicLab.Optimization-3.3</Name>
342      <Private>False</Private>
343    </ProjectReference>
344    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
345      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
346      <Name>HeuristicLab.Optimizer-3.3</Name>
347      <Private>False</Private>
348    </ProjectReference>
349    <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
350      <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project>
351      <Name>HeuristicLab.Parameters.Views-3.3</Name>
352      <Private>False</Private>
353    </ProjectReference>
354    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
355      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
356      <Name>HeuristicLab.Persistence-3.3</Name>
357      <Private>False</Private>
358    </ProjectReference>
359    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
360      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
361      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
362      <Private>False</Private>
363    </ProjectReference>
364    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
365      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
366      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
367      <Private>False</Private>
368    </ProjectReference>
369    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
370      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
371      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
372      <Private>False</Private>
373    </ProjectReference>
374  </ItemGroup>
375  <ItemGroup>
376    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
377      <Visible>False</Visible>
378      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
379      <Install>false</Install>
380    </BootstrapperPackage>
381    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
382      <Visible>False</Visible>
383      <ProductName>.NET Framework 3.5 SP1</ProductName>
384      <Install>true</Install>
385    </BootstrapperPackage>
386    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
387      <Visible>False</Visible>
388      <ProductName>Windows Installer 3.1</ProductName>
389      <Install>true</Install>
390    </BootstrapperPackage>
391  </ItemGroup>
392  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
393  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
394       Other similar extension points exist, see Microsoft.Common.targets.
395  <Target Name="BeforeBuild">
396  </Target>
397  <Target Name="AfterBuild">
398  </Target>
399  -->
400  <PropertyGroup>
401    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
402set ProjectDir=$(ProjectDir)
403set SolutionDir=$(SolutionDir)
404set Outdir=$(Outdir)
405
406call PreBuildEvent.cmd
407</PreBuildEvent>
408  </PropertyGroup>
409</Project>
Note: See TracBrowser for help on using the repository browser.