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 @ 11864

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

#1772: Improved functionality of the SymbolicDataAnalysisGenealogyGraphView in terms of graph navigation and display of useful information. Fixed save of tree image to file in the SymbolicExpressionTreeChart.

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