Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1837_Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj @ 17717

Last change on this file since 17717 was 17687, checked in by fbaching, 4 years ago

#1837: merged changes from trunk

  • apply changes from Attic release to all SlidingWindow specific code files (replace StorableClass with StorableType)
File size: 18.2 KB
RevLine 
[5693]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>
[17687]13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
[5693]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>
[17687]43    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[5693]44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[17687]48    <Prefer32Bit>false</Prefer32Bit>
[5693]49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
[17687]53    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5693]54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[17687]58    <Prefer32Bit>false</Prefer32Bit>
[5693]59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
61    <DebugSymbols>true</DebugSymbols>
[6866]62    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5693]63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[17687]68    <Prefer32Bit>false</Prefer32Bit>
[5693]69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]71    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5693]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>
[17687]78    <Prefer32Bit>false</Prefer32Bit>
[5693]79  </PropertyGroup>
80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
81    <DebugSymbols>true</DebugSymbols>
[6866]82    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5693]83    <DefineConstants>DEBUG;TRACE</DefineConstants>
84    <DebugType>full</DebugType>
85    <PlatformTarget>x86</PlatformTarget>
86    <ErrorReport>prompt</ErrorReport>
87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[17687]88    <Prefer32Bit>false</Prefer32Bit>
[5693]89  </PropertyGroup>
90  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]91    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5693]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>
[17687]98    <Prefer32Bit>false</Prefer32Bit>
[5693]99  </PropertyGroup>
100  <ItemGroup>
[17687]101    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
102      <HintPath>..\..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
[9126]103      <Private>False</Private>
[6866]104    </Reference>
[17687]105    <Reference Include="EPPlus-4.0.3, Version=4.0.3.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
[9708]106      <Private>False</Private>
107    </Reference>
[17687]108    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
109      <SpecificVersion>False</SpecificVersion>
110      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
[10396]111    </Reference>
[17687]112    <Reference Include="HeuristicLab.Analysis.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
113      <SpecificVersion>False</SpecificVersion>
114      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
[10396]115    </Reference>
[7845]116    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[17687]117      <SpecificVersion>False</SpecificVersion>
118      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
[7845]119    </Reference>
120    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[17687]121      <SpecificVersion>False</SpecificVersion>
122      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
[7845]123    </Reference>
[10681]124    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
125      <SpecificVersion>False</SpecificVersion>
[17687]126      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
[10681]127    </Reference>
[7845]128    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[17687]129      <SpecificVersion>False</SpecificVersion>
130      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
[7845]131    </Reference>
[17687]132    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
133      <SpecificVersion>False</SpecificVersion>
134      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
[7845]135    </Reference>
136    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[17687]137      <SpecificVersion>False</SpecificVersion>
138      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
[7845]139    </Reference>
[17687]140    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
141      <SpecificVersion>False</SpecificVersion>
142      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
[7845]143    </Reference>
144    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[17687]145      <SpecificVersion>False</SpecificVersion>
146      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
[7845]147    </Reference>
[17687]148    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
149      <SpecificVersion>False</SpecificVersion>
150      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
[7845]151    </Reference>
[17687]152    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
153      <SpecificVersion>False</SpecificVersion>
154      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
[7845]155    </Reference>
[17687]156    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
157      <SpecificVersion>False</SpecificVersion>
158      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
[7845]159    </Reference>
160    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[17687]161      <SpecificVersion>False</SpecificVersion>
162      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
[7845]163    </Reference>
[17687]164    <Reference Include="HeuristicLab.Optimization.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[9708]165      <SpecificVersion>False</SpecificVersion>
[17687]166      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
[9708]167    </Reference>
[7845]168    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[17687]169      <SpecificVersion>False</SpecificVersion>
170      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
[7845]171    </Reference>
172    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[17687]173      <SpecificVersion>False</SpecificVersion>
174      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
[7845]175    </Reference>
176    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[17687]177      <SpecificVersion>False</SpecificVersion>
178      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
[7845]179    </Reference>
[5693]180    <Reference Include="System" />
181    <Reference Include="System.Core">
182      <RequiredTargetFramework>3.5</RequiredTargetFramework>
183    </Reference>
184    <Reference Include="System.Drawing" />
185    <Reference Include="System.Windows.Forms" />
186    <Reference Include="System.Windows.Forms.DataVisualization" />
187  </ItemGroup>
188  <ItemGroup>
[17687]189    <Compile Include="Exporters\SymbolicSolutionExcelExporter.cs" />
[9126]190    <Compile Include="InteractiveSymbolicExpressionTreeChart.cs">
191      <SubType>UserControl</SubType>
192    </Compile>
193    <Compile Include="InteractiveSymbolicExpressionTreeChart.Designer.cs">
194      <DependentUpon>InteractiveSymbolicExpressionTreeChart.cs</DependentUpon>
195    </Compile>
[10724]196    <Compile Include="SlidingWindow\SlidingWindowBestSolutionsCollectionHeatMapControl.cs">
[10723]197      <SubType>UserControl</SubType>
198    </Compile>
[10724]199    <Compile Include="SlidingWindow\SlidingWindowBestSolutionsCollectionHeatMapControl.Designer.cs">
200      <DependentUpon>SlidingWindowBestSolutionsCollectionHeatMapControl.cs</DependentUpon>
[10723]201    </Compile>
[10724]202    <Compile Include="SlidingWindow\SlidingWindowBestSolutionsCollectionHeatMapView.cs">
[10722]203      <SubType>UserControl</SubType>
204    </Compile>
[10724]205    <Compile Include="SlidingWindow\SlidingWindowBestSolutionsCollectionHeatMapView.Designer.cs">
206      <DependentUpon>SlidingWindowBestSolutionsCollectionHeatMapView.cs</DependentUpon>
[10722]207    </Compile>
[10724]208    <Compile Include="SlidingWindow\SlidingWindowBestSolutionsCollectionView.cs">
[10396]209      <SubType>UserControl</SubType>
210    </Compile>
[10724]211    <Compile Include="SlidingWindow\SlidingWindowBestSolutionsCollectionView.Designer.cs">
[10396]212      <DependentUpon>SlidingWindowBestSolutionsCollectionView.cs</DependentUpon>
213    </Compile>
[10724]214    <Compile Include="SlidingWindow\SlidingWindowDataView.cs">
[7845]215      <SubType>UserControl</SubType>
216    </Compile>
[10724]217    <Compile Include="SlidingWindow\SlidingWindowDataView.Designer.cs">
[7845]218      <DependentUpon>SlidingWindowDataView.cs</DependentUpon>
219    </Compile>
[17687]220    <Compile Include="SymbolicDataAnalysisModelMathView.cs">
221      <SubType>UserControl</SubType>
222    </Compile>
223    <Compile Include="SymbolicDataAnalysisModelMathView.designer.cs">
224      <DependentUpon>SymbolicDataAnalysisModelMathView.cs</DependentUpon>
225    </Compile>
226    <Compile Include="Plugin.cs" />
[5829]227    <Compile Include="TextualSymbolicDataAnalysisModelView.cs">
228      <SubType>UserControl</SubType>
229    </Compile>
230    <Compile Include="TextualSymbolicDataAnalysisModelView.designer.cs">
231      <DependentUpon>TextualSymbolicDataAnalysisModelView.cs</DependentUpon>
232    </Compile>
[5699]233    <Compile Include="InteractiveSymbolicDataAnalysisSolutionSimplifierView.cs">
234      <SubType>UserControl</SubType>
235    </Compile>
236    <Compile Include="InteractiveSymbolicDataAnalysisSolutionSimplifierView.Designer.cs">
237      <DependentUpon>InteractiveSymbolicDataAnalysisSolutionSimplifierView.cs</DependentUpon>
238    </Compile>
[5829]239    <Compile Include="GraphicalSymbolicDataAnalysisModelView.cs">
[5693]240      <SubType>UserControl</SubType>
241    </Compile>
[5829]242    <Compile Include="GraphicalSymbolicDataAnalysisModelView.designer.cs">
243      <DependentUpon>GraphicalSymbolicDataAnalysisModelView.cs</DependentUpon>
[5693]244    </Compile>
245    <Compile Include="Symbols\ConstantView.cs">
246      <SubType>UserControl</SubType>
247    </Compile>
248    <Compile Include="Symbols\ConstantView.Designer.cs">
249      <DependentUpon>ConstantView.cs</DependentUpon>
250    </Compile>
251    <Compile Include="Symbols\LaggedVariableView.cs">
252      <SubType>UserControl</SubType>
253    </Compile>
254    <Compile Include="Symbols\LaggedVariableView.Designer.cs">
255      <DependentUpon>LaggedVariableView.cs</DependentUpon>
256    </Compile>
257    <Compile Include="Symbols\TimeLagView.cs">
258      <SubType>UserControl</SubType>
259    </Compile>
260    <Compile Include="Symbols\TimeLagView.Designer.cs">
261      <DependentUpon>TimeLagView.cs</DependentUpon>
262    </Compile>
263    <Compile Include="Symbols\VariableConditionView.cs">
264      <SubType>UserControl</SubType>
265    </Compile>
266    <Compile Include="Symbols\VariableConditionView.Designer.cs">
267      <DependentUpon>VariableConditionView.cs</DependentUpon>
268    </Compile>
269    <Compile Include="Symbols\VariableView.cs">
270      <SubType>UserControl</SubType>
271    </Compile>
272    <Compile Include="Symbols\VariableView.Designer.cs">
273      <DependentUpon>VariableView.cs</DependentUpon>
274    </Compile>
[9126]275    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeConstantNodeEditDialog.cs">
276      <SubType>Form</SubType>
277    </Compile>
278    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeConstantNodeEditDialog.Designer.cs">
279      <DependentUpon>SymbolicExpressionTreeConstantNodeEditDialog.cs</DependentUpon>
280    </Compile>
281    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeVariableNodeEditDialog.cs">
282      <SubType>Form</SubType>
283    </Compile>
284    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeVariableNodeEditDialog.Designer.cs">
285      <DependentUpon>SymbolicExpressionTreeVariableNodeEditDialog.cs</DependentUpon>
286    </Compile>
287    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeNodeInsertDialog.cs">
288      <SubType>Form</SubType>
289    </Compile>
290    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeNodeInsertDialog.Designer.cs">
291      <DependentUpon>SymbolicExpressionTreeNodeInsertDialog.cs</DependentUpon>
292    </Compile>
[5693]293    <None Include="HeuristicLab.snk" />
[6866]294    <None Include="Plugin.cs.frame" />
295    <None Include="Properties\AssemblyInfo.cs.frame" />
[5693]296    <Compile Include="RunCollectionVariableImpactView.cs">
297      <SubType>UserControl</SubType>
298    </Compile>
299    <Compile Include="RunCollectionVariableImpactView.Designer.cs">
300      <DependentUpon>RunCollectionVariableImpactView.cs</DependentUpon>
301    </Compile>
302    <Compile Include="Properties\AssemblyInfo.cs" />
303  </ItemGroup>
304  <ItemGroup>
305    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
306      <Visible>False</Visible>
307      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
308      <Install>false</Install>
309    </BootstrapperPackage>
310    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
311      <Visible>False</Visible>
312      <ProductName>.NET Framework 3.5 SP1</ProductName>
313      <Install>true</Install>
314    </BootstrapperPackage>
315    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
316      <Visible>False</Visible>
317      <ProductName>Windows Installer 3.1</ProductName>
318      <Install>true</Install>
319    </BootstrapperPackage>
320  </ItemGroup>
[7446]321  <ItemGroup>
322    <Content Include="displayModelFrame.html">
323      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
324    </Content>
325  </ItemGroup>
[7845]326  <ItemGroup>
[17687]327    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
328      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
329      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
330    </ProjectReference>
[10396]331  </ItemGroup>
[5693]332  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
333  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
334       Other similar extension points exist, see Microsoft.Common.targets.
335  <Target Name="BeforeBuild">
336  </Target>
337  <Target Name="AfterBuild">
338  </Target>
339  -->
340  <PropertyGroup>
[9126]341    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[5693]342set ProjectDir=$(ProjectDir)
343set SolutionDir=$(SolutionDir)
344set Outdir=$(Outdir)
345
346call PreBuildEvent.cmd
[6866]347</PreBuildEvent>
[9126]348    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
349export ProjectDir=$(ProjectDir)
350export SolutionDir=$(SolutionDir)
351
352$SolutionDir/PreBuildEvent.sh
353</PreBuildEvent>
[5693]354  </PropertyGroup>
[17687]355  <PropertyGroup>
356    <PreBuildEvent />
357  </PropertyGroup>
[5693]358</Project>
Note: See TracBrowser for help on using the repository browser.