Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj @ 12225

Last change on this file since 12225 was 12225, checked in by bburlacu, 9 years ago

#1772: Work in progress for calculating sampling counts for subtrees in the population: updated TraceCalculator to aggregate tracing statistics, updated SymbolicDataAnalysisGenealogyGraphView, added SymbolicDataAnalysisSubtreeSampleCountAnalyzer.

File size: 19.5 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>{7A2531CE-3F7C-4F13-BCCA-ED6DC27A7086}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Symbolic.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.5</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>..\..\..\..\trunk\sources\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49    <UseVSHostingProcess>false</UseVSHostingProcess>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
54    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59    <Prefer32Bit>false</Prefer32Bit>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69    <Prefer32Bit>false</Prefer32Bit>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
72    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x64</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
79    <Prefer32Bit>false</Prefer32Bit>
80  </PropertyGroup>
81  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
82    <DebugSymbols>true</DebugSymbols>
83    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
84    <DefineConstants>DEBUG;TRACE</DefineConstants>
85    <DebugType>full</DebugType>
86    <PlatformTarget>x86</PlatformTarget>
87    <ErrorReport>prompt</ErrorReport>
88    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
89    <Prefer32Bit>false</Prefer32Bit>
90  </PropertyGroup>
91  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
92    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
93    <DefineConstants>TRACE</DefineConstants>
94    <Optimize>true</Optimize>
95    <DebugType>pdbonly</DebugType>
96    <PlatformTarget>x86</PlatformTarget>
97    <ErrorReport>prompt</ErrorReport>
98    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
99    <Prefer32Bit>false</Prefer32Bit>
100  </PropertyGroup>
101  <ItemGroup>
102    <Reference Include="ALGLIB-3.7.0">
103      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
104      <Private>False</Private>
105    </Reference>
106    <Reference Include="EPPlus-4.0.3, Version=4.0.3.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
107      <SpecificVersion>False</SpecificVersion>
108      <HintPath>..\..\..\..\trunk\sources\bin\EPPlus-4.0.3.dll</HintPath>
109      <Private>False</Private>
110    </Reference>
111    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
112      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
113      <Private>False</Private>
114    </Reference>
115    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
116      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
120      <SpecificVersion>False</SpecificVersion>
121      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
122    </Reference>
123    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
124      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
125      <Private>False</Private>
126    </Reference>
127    <Reference Include="HeuristicLab.Core.Views-3.3">
128      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
129      <Private>False</Private>
130    </Reference>
131    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
132      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
133      <Private>False</Private>
134    </Reference>
135    <Reference Include="HeuristicLab.Data.Views-3.3">
136      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
137      <Private>False</Private>
138    </Reference>
139    <Reference Include="HeuristicLab.MainForm-3.3">
140      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
141      <Private>False</Private>
142    </Reference>
143    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
144      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
145      <Private>False</Private>
146    </Reference>
147    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
148      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
149      <Private>False</Private>
150    </Reference>
151    <Reference Include="HeuristicLab.Optimization.Views-3.3">
152      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
153      <Private>False</Private>
154    </Reference>
155    <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
156      <SpecificVersion>False</SpecificVersion>
157      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
158      <Private>False</Private>
159    </Reference>
160    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
161      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
162      <Private>False</Private>
163    </Reference>
164    <Reference Include="HeuristicLab.Parameters.Views-3.3">
165      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
166      <Private>False</Private>
167    </Reference>
168    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
169      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
170      <Private>False</Private>
171    </Reference>
172    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
173      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
174      <Private>False</Private>
175    </Reference>
176    <Reference Include="HeuristicLab.Visualization-3.3, Version=3.3.0.9491, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
177      <SpecificVersion>False</SpecificVersion>
178      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization-3.3.dll</HintPath>
179    </Reference>
180    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
181      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
182      <Private>False</Private>
183    </Reference>
184    <Reference Include="System" />
185    <Reference Include="System.Core">
186      <RequiredTargetFramework>3.5</RequiredTargetFramework>
187    </Reference>
188    <Reference Include="System.Drawing" />
189    <Reference Include="System.Windows.Forms" />
190    <Reference Include="System.Windows.Forms.DataVisualization" />
191    <Reference Include="System.Xml.Linq">
192      <RequiredTargetFramework>3.5</RequiredTargetFramework>
193    </Reference>
194    <Reference Include="System.Data.DataSetExtensions">
195      <RequiredTargetFramework>3.5</RequiredTargetFramework>
196    </Reference>
197    <Reference Include="System.Data" />
198    <Reference Include="System.Xml" />
199  </ItemGroup>
200  <ItemGroup>
201    <Compile Include="Exporters\SymbolicSolutionExcelExporter.cs" />
202    <Compile Include="InteractiveSymbolicExpressionTreeChart.cs">
203      <SubType>UserControl</SubType>
204    </Compile>
205    <Compile Include="InteractiveSymbolicExpressionTreeChart.Designer.cs">
206      <DependentUpon>InteractiveSymbolicExpressionTreeChart.cs</DependentUpon>
207    </Compile>
208    <Compile Include="LatexSymbolicDataAnalysisModelView.cs">
209      <SubType>UserControl</SubType>
210    </Compile>
211    <Compile Include="LatexSymbolicDataAnalysisModelView.designer.cs">
212      <DependentUpon>LatexSymbolicDataAnalysisModelView.cs</DependentUpon>
213    </Compile>
214    <Compile Include="MathSymbolicDataAnalysisModelView.cs">
215      <SubType>UserControl</SubType>
216    </Compile>
217    <Compile Include="MathSymbolicDataAnalysisModelView.designer.cs">
218      <DependentUpon>MathSymbolicDataAnalysisModelView.cs</DependentUpon>
219    </Compile>
220    <Compile Include="MenuItems\OptimizeDataAnalysisRunsMenuItem.cs" />
221    <Compile Include="Plugin.cs" />
222    <Compile Include="Properties\Resources.Designer.cs">
223      <AutoGen>True</AutoGen>
224      <DesignTime>True</DesignTime>
225      <DependentUpon>Resources.resx</DependentUpon>
226    </Compile>
227    <Compile Include="SlidingWindowDataView.cs">
228      <SubType>UserControl</SubType>
229    </Compile>
230    <Compile Include="SlidingWindowDataView.Designer.cs">
231      <DependentUpon>SlidingWindowDataView.cs</DependentUpon>
232    </Compile>
233    <Compile Include="TextualSymbolicDataAnalysisModelView.cs">
234      <SubType>UserControl</SubType>
235    </Compile>
236    <Compile Include="TextualSymbolicDataAnalysisModelView.designer.cs">
237      <DependentUpon>TextualSymbolicDataAnalysisModelView.cs</DependentUpon>
238    </Compile>
239    <Compile Include="InteractiveSymbolicDataAnalysisSolutionSimplifierView.cs">
240      <SubType>UserControl</SubType>
241    </Compile>
242    <Compile Include="InteractiveSymbolicDataAnalysisSolutionSimplifierView.Designer.cs">
243      <DependentUpon>InteractiveSymbolicDataAnalysisSolutionSimplifierView.cs</DependentUpon>
244    </Compile>
245    <Compile Include="GraphicalSymbolicDataAnalysisModelView.cs">
246      <SubType>UserControl</SubType>
247    </Compile>
248    <Compile Include="GraphicalSymbolicDataAnalysisModelView.designer.cs">
249      <DependentUpon>GraphicalSymbolicDataAnalysisModelView.cs</DependentUpon>
250    </Compile>
251    <Compile Include="Symbols\ConstantView.cs">
252      <SubType>UserControl</SubType>
253    </Compile>
254    <Compile Include="Symbols\ConstantView.Designer.cs">
255      <DependentUpon>ConstantView.cs</DependentUpon>
256    </Compile>
257    <Compile Include="Symbols\LaggedVariableView.cs">
258      <SubType>UserControl</SubType>
259    </Compile>
260    <Compile Include="Symbols\LaggedVariableView.Designer.cs">
261      <DependentUpon>LaggedVariableView.cs</DependentUpon>
262    </Compile>
263    <Compile Include="Symbols\TimeLagView.cs">
264      <SubType>UserControl</SubType>
265    </Compile>
266    <Compile Include="Symbols\TimeLagView.Designer.cs">
267      <DependentUpon>TimeLagView.cs</DependentUpon>
268    </Compile>
269    <Compile Include="Symbols\VariableConditionView.cs">
270      <SubType>UserControl</SubType>
271    </Compile>
272    <Compile Include="Symbols\VariableConditionView.Designer.cs">
273      <DependentUpon>VariableConditionView.cs</DependentUpon>
274    </Compile>
275    <Compile Include="Symbols\VariableView.cs">
276      <SubType>UserControl</SubType>
277    </Compile>
278    <Compile Include="Symbols\VariableView.Designer.cs">
279      <DependentUpon>VariableView.cs</DependentUpon>
280    </Compile>
281    <Compile Include="Tracking\SymbolicDataAnalysisGenealogyGraphView.cs">
282      <SubType>UserControl</SubType>
283    </Compile>
284    <Compile Include="Tracking\SymbolicDataAnalysisGenealogyGraphView.Designer.cs">
285      <DependentUpon>SymbolicDataAnalysisGenealogyGraphView.cs</DependentUpon>
286    </Compile>
287    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeConstantNodeEditDialog.cs">
288      <SubType>Form</SubType>
289    </Compile>
290    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeConstantNodeEditDialog.Designer.cs">
291      <DependentUpon>SymbolicExpressionTreeConstantNodeEditDialog.cs</DependentUpon>
292    </Compile>
293    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeVariableNodeEditDialog.cs">
294      <SubType>Form</SubType>
295    </Compile>
296    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeVariableNodeEditDialog.Designer.cs">
297      <DependentUpon>SymbolicExpressionTreeVariableNodeEditDialog.cs</DependentUpon>
298    </Compile>
299    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeNodeInsertDialog.cs">
300      <SubType>Form</SubType>
301    </Compile>
302    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeNodeInsertDialog.Designer.cs">
303      <DependentUpon>SymbolicExpressionTreeNodeInsertDialog.cs</DependentUpon>
304    </Compile>
305    <None Include="HeuristicLab.snk" />
306    <None Include="Plugin.cs.frame" />
307    <None Include="Properties\AssemblyInfo.cs.frame" />
308    <Compile Include="RunCollectionVariableImpactView.cs">
309      <SubType>UserControl</SubType>
310    </Compile>
311    <Compile Include="RunCollectionVariableImpactView.Designer.cs">
312      <DependentUpon>RunCollectionVariableImpactView.cs</DependentUpon>
313    </Compile>
314    <Compile Include="Properties\AssemblyInfo.cs" />
315  </ItemGroup>
316  <ItemGroup>
317    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj">
318      <Project>{423bd94f-963a-438e-ba45-3bb3d61cd03b}</Project>
319      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4</Name>
320      <Private>False</Private>
321    </ProjectReference>
322    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
323      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
324      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
325    </ProjectReference>
326    <ProjectReference Include="..\..\HeuristicLab.EvolutionTracking.Views\3.4\HeuristicLab.EvolutionTracking.Views-3.4.csproj">
327      <Project>{318dfe8c-ca23-4f1b-a4ac-62b425060241}</Project>
328      <Name>HeuristicLab.EvolutionTracking.Views-3.4</Name>
329    </ProjectReference>
330    <ProjectReference Include="..\..\HeuristicLab.EvolutionTracking\3.4\HeuristicLab.EvolutionTracking-3.4.csproj">
331      <Project>{1f75cea3-464f-4a6f-b2f0-04b9841ebc16}</Project>
332      <Name>HeuristicLab.EvolutionTracking-3.4</Name>
333    </ProjectReference>
334    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
335      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
336      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
337      <Private>False</Private>
338    </ProjectReference>
339  </ItemGroup>
340  <ItemGroup>
341    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
342      <Visible>False</Visible>
343      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
344      <Install>false</Install>
345    </BootstrapperPackage>
346    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
347      <Visible>False</Visible>
348      <ProductName>.NET Framework 3.5 SP1</ProductName>
349      <Install>true</Install>
350    </BootstrapperPackage>
351    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
352      <Visible>False</Visible>
353      <ProductName>Windows Installer 3.1</ProductName>
354      <Install>true</Install>
355    </BootstrapperPackage>
356  </ItemGroup>
357  <ItemGroup>
358    <Content Include="displayModelFrame.html">
359      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
360    </Content>
361    <None Include="Resources\LargeLeftDiagonal_235.png" />
362    <None Include="Resources\LargeRightDiagonal_238.png" />
363  </ItemGroup>
364  <ItemGroup>
365    <EmbeddedResource Include="Properties\Resources.resx">
366      <Generator>ResXFileCodeGenerator</Generator>
367      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
368      <SubType>Designer</SubType>
369    </EmbeddedResource>
370  </ItemGroup>
371  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
372  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
373       Other similar extension points exist, see Microsoft.Common.targets.
374  <Target Name="BeforeBuild">
375  </Target>
376  <Target Name="AfterBuild">
377  </Target>
378  -->
379  <PropertyGroup>
380    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
381set ProjectDir=$(ProjectDir)
382set SolutionDir=$(SolutionDir)
383set Outdir=$(Outdir)
384
385call PreBuildEvent.cmd
386</PreBuildEvent>
387    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
388export ProjectDir=$(ProjectDir)
389export SolutionDir=$(SolutionDir)
390
391$SolutionDir/PreBuildEvent.sh
392</PreBuildEvent>
393  </PropertyGroup>
394  <PropertyGroup>
395    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
396set ProjectDir=$(ProjectDir)
397set SolutionDir=$(SolutionDir)
398set Outdir=$(Outdir)
399
400call PreBuildEvent.cmd
401</PreBuildEvent>
402  </PropertyGroup>
403</Project>
Note: See TracBrowser for help on using the repository browser.