Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj @ 8435

Last change on this file since 8435 was 8435, checked in by abeham, 12 years ago

#1481: Added clustering solution evaluation view that performs PCA on the data to reduce it to two dimensions

File size: 19.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>{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="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
96      <HintPath>..\..\bin\ALGLIB-3.6.0.dll</HintPath>
97      <Private>False</Private>
98    </Reference>
99    <Reference Include="System" />
100    <Reference Include="System.Core">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Drawing" />
104    <Reference Include="System.Windows.Forms" />
105    <Reference Include="System.Windows.Forms.DataVisualization" />
106    <Reference Include="System.Xml.Linq">
107      <RequiredTargetFramework>3.5</RequiredTargetFramework>
108    </Reference>
109    <Reference Include="System.Data.DataSetExtensions">
110      <RequiredTargetFramework>3.5</RequiredTargetFramework>
111    </Reference>
112    <Reference Include="System.Data" />
113    <Reference Include="System.Xml" />
114  </ItemGroup>
115  <ItemGroup>
116    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.cs">
117      <SubType>UserControl</SubType>
118    </Compile>
119    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs">
120      <DependentUpon>ClassificationEnsembleSolutionEstimatedClassValuesView.cs</DependentUpon>
121    </Compile>
122    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.cs">
123      <SubType>UserControl</SubType>
124    </Compile>
125    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.Designer.cs">
126      <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
127    </Compile>
128    <Compile Include="Clustering\ClusteringSolutionVisualizationView.cs">
129      <SubType>UserControl</SubType>
130    </Compile>
131    <Compile Include="Clustering\ClusteringSolutionVisualizationView.Designer.cs">
132      <DependentUpon>ClusteringSolutionVisualizationView.cs</DependentUpon>
133    </Compile>
134    <Compile Include="DataAnalysisSolutionEvaluationView.cs">
135      <SubType>UserControl</SubType>
136    </Compile>
137    <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
138      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
139    </Compile>
140    <Compile Include="Plugin.cs" />
141    <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs">
142      <SubType>UserControl</SubType>
143    </Compile>
144    <Compile Include="Regression\RegressionEnsembleSolutionModelView.Designer.cs">
145      <DependentUpon>RegressionEnsembleSolutionModelView.cs</DependentUpon>
146    </Compile>
147    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.cs">
148      <SubType>UserControl</SubType>
149    </Compile>
150    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.Designer.cs">
151      <DependentUpon>RegressionSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
152    </Compile>
153    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
154      <SubType>UserControl</SubType>
155    </Compile>
156    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.Designer.cs">
157      <DependentUpon>RegressionSolutionEstimatedValuesView.cs</DependentUpon>
158    </Compile>
159    <Compile Include="Regression\RegressionSolutionLineChartView.cs">
160      <SubType>UserControl</SubType>
161    </Compile>
162    <Compile Include="Regression\RegressionSolutionLineChartView.Designer.cs">
163      <DependentUpon>RegressionSolutionLineChartView.cs</DependentUpon>
164    </Compile>
165    <Compile Include="Regression\RegressionSolutionResidualHistogram.cs">
166      <SubType>UserControl</SubType>
167    </Compile>
168    <Compile Include="Regression\RegressionSolutionResidualHistogram.Designer.cs">
169      <DependentUpon>RegressionSolutionResidualHistogram.cs</DependentUpon>
170    </Compile>
171    <Compile Include="Regression\RegressionSolutionScatterPlotView.cs">
172      <SubType>UserControl</SubType>
173    </Compile>
174    <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs">
175      <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
176    </Compile>
177    <Compile Include="Solution Views\ClassificationSolutionView.cs">
178      <SubType>UserControl</SubType>
179    </Compile>
180    <Compile Include="Solution Views\ClassificationSolutionView.Designer.cs">
181      <DependentUpon>ClassificationSolutionView.cs</DependentUpon>
182    </Compile>
183    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.cs">
184      <SubType>UserControl</SubType>
185    </Compile>
186    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.Designer.cs">
187      <DependentUpon>ClassificationSolutionConfusionMatrixView.cs</DependentUpon>
188    </Compile>
189    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.cs">
190      <SubType>UserControl</SubType>
191    </Compile>
192    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.Designer.cs">
193      <DependentUpon>ClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
194    </Compile>
195    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs">
196      <SubType>UserControl</SubType>
197    </Compile>
198    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.Designer.cs">
199      <DependentUpon>DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
200    </Compile>
201    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.cs">
202      <SubType>UserControl</SubType>
203    </Compile>
204    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.Designer.cs">
205      <DependentUpon>DiscriminantFunctionClassificationRocCurvesView.cs</DependentUpon>
206    </Compile>
207    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.cs">
208      <SubType>UserControl</SubType>
209    </Compile>
210    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs">
211      <DependentUpon>DiscriminantFunctionClassificationSolutionThresholdView.cs</DependentUpon>
212    </Compile>
213    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.cs">
214      <SubType>UserControl</SubType>
215    </Compile>
216    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.Designer.cs">
217      <DependentUpon>ClusteringSolutionEstimatedClusterView.cs</DependentUpon>
218    </Compile>
219    <Compile Include="Solution Views\ClusteringSolutionView.cs">
220      <SubType>UserControl</SubType>
221    </Compile>
222    <Compile Include="Solution Views\ClusteringSolutionView.Designer.cs">
223      <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
224    </Compile>
225    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.cs">
226      <SubType>UserControl</SubType>
227    </Compile>
228    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.Designer.cs">
229      <DependentUpon>ClassificationEnsembleSolutionView.cs</DependentUpon>
230    </Compile>
231    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.cs">
232      <SubType>UserControl</SubType>
233    </Compile>
234    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.Designer.cs">
235      <DependentUpon>DiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
236    </Compile>
237    <Compile Include="Solution Views\DataAnalysisSolutionView.cs">
238      <SubType>UserControl</SubType>
239    </Compile>
240    <Compile Include="Solution Views\DataAnalysisSolutionView.Designer.cs">
241      <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
242    </Compile>
243    <Compile Include="DoubleLimitView.cs">
244      <SubType>UserControl</SubType>
245    </Compile>
246    <Compile Include="DoubleLimitView.Designer.cs">
247      <DependentUpon>DoubleLimitView.cs</DependentUpon>
248    </Compile>
249    <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" />
250    <Compile Include="MenuItems\CreateEnsembleMenuItem.cs" />
251    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.cs">
252      <SubType>UserControl</SubType>
253    </Compile>
254    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.Designer.cs">
255      <DependentUpon>NamedDataAnalysisSolutionView.cs</DependentUpon>
256    </Compile>
257    <Compile Include="Solution Views\RegressionEnsembleSolutionView.cs">
258      <SubType>UserControl</SubType>
259    </Compile>
260    <Compile Include="Solution Views\RegressionEnsembleSolutionView.Designer.cs">
261      <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon>
262    </Compile>
263    <Compile Include="Solution Views\RegressionSolutionView.cs">
264      <SubType>UserControl</SubType>
265    </Compile>
266    <Compile Include="Solution Views\RegressionSolutionView.Designer.cs">
267      <DependentUpon>RegressionSolutionView.cs</DependentUpon>
268    </Compile>
269    <None Include="HeuristicLab.snk" />
270    <None Include="Plugin.cs.frame" />
271    <None Include="Properties\AssemblyInfo.cs.frame" />
272    <Compile Include="Properties\AssemblyInfo.cs" />
273  </ItemGroup>
274  <ItemGroup>
275    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
276      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
277      <Name>HeuristicLab.Analysis.Views-3.3</Name>
278      <Private>False</Private>
279    </ProjectReference>
280    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
281      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
282      <Name>HeuristicLab.Analysis-3.3</Name>
283      <Private>False</Private>
284    </ProjectReference>
285    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
286      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
287      <Name>HeuristicLab.Collections-3.3</Name>
288      <Private>False</Private>
289    </ProjectReference>
290    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
291      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
292      <Name>HeuristicLab.Common.Resources-3.3</Name>
293      <Private>False</Private>
294    </ProjectReference>
295    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
296      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
297      <Name>HeuristicLab.Common-3.3</Name>
298      <Private>False</Private>
299    </ProjectReference>
300    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
301      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
302      <Name>HeuristicLab.Core.Views-3.3</Name>
303      <Private>False</Private>
304    </ProjectReference>
305    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
306      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
307      <Name>HeuristicLab.Core-3.3</Name>
308      <Private>False</Private>
309    </ProjectReference>
310    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
311      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
312      <Name>HeuristicLab.Data.Views-3.3</Name>
313      <Private>False</Private>
314    </ProjectReference>
315    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
316      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
317      <Name>HeuristicLab.Data-3.3</Name>
318      <Private>False</Private>
319    </ProjectReference>
320    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
321      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
322      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
323      <Private>False</Private>
324    </ProjectReference>
325    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
326      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
327      <Name>HeuristicLab.MainForm-3.3</Name>
328      <Private>False</Private>
329    </ProjectReference>
330    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
331      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
332      <Name>HeuristicLab.Optimization.Views-3.3</Name>
333      <Private>False</Private>
334    </ProjectReference>
335    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
336      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
337      <Name>HeuristicLab.Optimization-3.3</Name>
338      <Private>False</Private>
339    </ProjectReference>
340    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
341      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
342      <Name>HeuristicLab.Optimizer-3.3</Name>
343      <Private>False</Private>
344    </ProjectReference>
345    <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
346      <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project>
347      <Name>HeuristicLab.Parameters.Views-3.3</Name>
348      <Private>False</Private>
349    </ProjectReference>
350    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
351      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
352      <Name>HeuristicLab.Persistence-3.3</Name>
353      <Private>False</Private>
354    </ProjectReference>
355    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
356      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
357      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
358      <Private>False</Private>
359    </ProjectReference>
360    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
361      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
362      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
363      <Private>False</Private>
364    </ProjectReference>
365    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
366      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
367      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
368      <Private>False</Private>
369    </ProjectReference>
370  </ItemGroup>
371  <ItemGroup>
372    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
373      <Visible>False</Visible>
374      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
375      <Install>false</Install>
376    </BootstrapperPackage>
377    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
378      <Visible>False</Visible>
379      <ProductName>.NET Framework 3.5 SP1</ProductName>
380      <Install>true</Install>
381    </BootstrapperPackage>
382    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
383      <Visible>False</Visible>
384      <ProductName>Windows Installer 3.1</ProductName>
385      <Install>true</Install>
386    </BootstrapperPackage>
387  </ItemGroup>
388  <ItemGroup>
389    <Folder Include="obj\" />
390  </ItemGroup>
391  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
392  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
393       Other similar extension points exist, see Microsoft.Common.targets.
394  <Target Name="BeforeBuild">
395  </Target>
396  <Target Name="AfterBuild">
397  </Target>
398  -->
399  <PropertyGroup>
400    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
401set ProjectDir=$(ProjectDir)
402set SolutionDir=$(SolutionDir)
403set Outdir=$(Outdir)
404
405call PreBuildEvent.cmd
406</PreBuildEvent>
407  </PropertyGroup>
408</Project>
Note: See TracBrowser for help on using the repository browser.