Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj @ 8600

Last change on this file since 8600 was 8600, checked in by ascheibe, 12 years ago

#1937 added pre- and postbuild events for mono

File size: 18.5 KB
RevLine 
[2834]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[2834]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>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Optimization.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Optimization.Views-3.3</AssemblyName>
[5163]13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
[2834]16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]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>
[2834]38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
[6866]43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2834]44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
[4065]47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2834]48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
[6866]52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2834]53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
[6866]56    <DocumentationFile>
57    </DocumentationFile>
[4065]58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2834]59  </PropertyGroup>
[2900]60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
61    <DebugSymbols>true</DebugSymbols>
[6866]62    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2900]63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
[4065]67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]68  </PropertyGroup>
69  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]70    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2900]71    <DefineConstants>TRACE</DefineConstants>
[6425]72    <DocumentationFile>
73    </DocumentationFile>
[2900]74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x86</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
[4065]78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]79  </PropertyGroup>
80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
81    <DebugSymbols>true</DebugSymbols>
[6866]82    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2900]83    <DefineConstants>DEBUG;TRACE</DefineConstants>
84    <DebugType>full</DebugType>
85    <PlatformTarget>x64</PlatformTarget>
86    <ErrorReport>prompt</ErrorReport>
[4065]87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]88  </PropertyGroup>
89  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]90    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2900]91    <DefineConstants>TRACE</DefineConstants>
[6866]92    <DocumentationFile>
93    </DocumentationFile>
[2900]94    <Optimize>true</Optimize>
95    <DebugType>pdbonly</DebugType>
96    <PlatformTarget>x64</PlatformTarget>
97    <ErrorReport>prompt</ErrorReport>
[4065]98    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]99  </PropertyGroup>
[2834]100  <ItemGroup>
[7558]101    <Reference Include="Microsoft.CSharp" />
[2834]102    <Reference Include="System" />
103    <Reference Include="System.Core">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Drawing" />
107    <Reference Include="System.Windows.Forms" />
[5163]108    <Reference Include="System.Windows.Forms.DataVisualization" />
[2834]109    <Reference Include="System.Xml.Linq">
110      <RequiredTargetFramework>3.5</RequiredTargetFramework>
111    </Reference>
112    <Reference Include="System.Data.DataSetExtensions">
113      <RequiredTargetFramework>3.5</RequiredTargetFramework>
114    </Reference>
115    <Reference Include="System.Data" />
116    <Reference Include="System.Xml" />
[7823]117    <Reference Include="WeifenLuo.WinFormsUI.Docking-2.3.1, Version=2.3.1.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
118      <Private>False</Private>
119    </Reference>
[2834]120  </ItemGroup>
121  <ItemGroup>
[6866]122    <None Include="Plugin.cs.frame" />
[2851]123    <Compile Include="AlgorithmView.cs">
124      <SubType>UserControl</SubType>
125    </Compile>
126    <Compile Include="AlgorithmView.Designer.cs">
127      <DependentUpon>AlgorithmView.cs</DependentUpon>
128    </Compile>
[3265]129    <Compile Include="BatchRunView.cs">
130      <SubType>UserControl</SubType>
131    </Compile>
132    <Compile Include="BatchRunView.Designer.cs">
133      <DependentUpon>BatchRunView.cs</DependentUpon>
134    </Compile>
[7042]135    <Compile Include="ExperimentListView.cs">
136      <SubType>UserControl</SubType>
137    </Compile>
138    <Compile Include="ExperimentListView.Designer.cs">
139      <DependentUpon>ExperimentListView.cs</DependentUpon>
140    </Compile>
[8334]141    <Compile Include="ISimilarityCalculatorView.cs">
142      <SubType>UserControl</SubType>
143    </Compile>
144    <Compile Include="ISimilarityCalculatorView.Designer.cs">
145      <DependentUpon>ISimilarityCalculatorView.cs</DependentUpon>
146    </Compile>
[6866]147    <Compile Include="Plugin.cs" />
[7558]148    <Compile Include="ProblemView.cs">
149      <SubType>UserControl</SubType>
150    </Compile>
[8587]151    <Compile Include="ProblemView.Designer.cs">
[7558]152      <DependentUpon>ProblemView.cs</DependentUpon>
153    </Compile>
[6693]154    <Compile Include="RunCollectionModifierListView.cs">
155      <SubType>UserControl</SubType>
156    </Compile>
157    <Compile Include="RunCollectionModifierListView.Designer.cs">
158      <DependentUpon>RunCollectionModifierListView.cs</DependentUpon>
159    </Compile>
[7469]160    <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.cs">
[6673]161      <SubType>UserControl</SubType>
162    </Compile>
[7469]163    <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.Designer.cs">
[6673]164      <DependentUpon>RunCollectionContentConstraintView.cs</DependentUpon>
165    </Compile>
[6471]166    <Compile Include="ExperimentTreeView.cs">
167      <SubType>UserControl</SubType>
168    </Compile>
169    <Compile Include="ExperimentTreeView.Designer.cs">
170      <DependentUpon>ExperimentTreeView.cs</DependentUpon>
171    </Compile>
[6425]172    <Compile Include="IOptimizerView.cs">
173      <SubType>UserControl</SubType>
174    </Compile>
175    <Compile Include="IOptimizerView.Designer.cs">
176      <DependentUpon>IOptimizerView.cs</DependentUpon>
177    </Compile>
[5875]178    <Compile Include="ResultValueView.cs">
179      <SubType>UserControl</SubType>
180    </Compile>
181    <Compile Include="ResultValueView.Designer.cs">
182      <DependentUpon>ResultValueView.cs</DependentUpon>
183    </Compile>
[7469]184    <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.cs">
[4094]185      <SubType>UserControl</SubType>
186    </Compile>
[7469]187    <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.Designer.cs">
[4094]188      <DependentUpon>RunCollectionBoxPlotView.cs</DependentUpon>
189    </Compile>
[7469]190    <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.cs">
[3614]191      <SubType>UserControl</SubType>
192    </Compile>
[7469]193    <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.Designer.cs">
[3718]194      <DependentUpon>RunCollectionComparisonConstraintView.cs</DependentUpon>
[3614]195    </Compile>
[7469]196    <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.cs">
[3614]197      <SubType>UserControl</SubType>
198    </Compile>
[7469]199    <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.Designer.cs">
[3614]200      <DependentUpon>RunCollectionTypeCompatibilityConstraintView.cs</DependentUpon>
201    </Compile>
[7469]202    <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.cs">
[3614]203      <SubType>UserControl</SubType>
204    </Compile>
[7469]205    <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.Designer.cs">
[3614]206      <DependentUpon>RunCollectionConstraintCollectionView.cs</DependentUpon>
207    </Compile>
[7469]208    <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.cs">
[3614]209      <SubType>UserControl</SubType>
210    </Compile>
[7469]211    <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.Designer.cs">
[6673]212      <DependentUpon>RunCollectionColumnConstraintView.cs</DependentUpon>
[3614]213    </Compile>
[3274]214    <Compile Include="OptimizerListView.cs">
[3267]215      <SubType>UserControl</SubType>
216    </Compile>
[3274]217    <Compile Include="OptimizerListView.Designer.cs">
218      <DependentUpon>OptimizerListView.cs</DependentUpon>
[3267]219    </Compile>
220    <Compile Include="ExperimentView.cs">
221      <SubType>UserControl</SubType>
222    </Compile>
223    <Compile Include="ExperimentView.Designer.cs">
224      <DependentUpon>ExperimentView.cs</DependentUpon>
225    </Compile>
[7469]226    <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.cs">
[3349]227      <SubType>UserControl</SubType>
228    </Compile>
[7469]229    <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.Designer.cs">
[3349]230      <DependentUpon>RunCollectionBubbleChartView.cs</DependentUpon>
231    </Compile>
[7469]232    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.cs">
[3614]233      <SubType>UserControl</SubType>
234    </Compile>
[7469]235    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.Designer.cs">
[3614]236      <DependentUpon>RunCollectionEqualityConstraintView.cs</DependentUpon>
237    </Compile>
[7469]238    <Compile Include="RunCollectionViews\RunCollectionTabularView.cs">
[3332]239      <SubType>UserControl</SubType>
240    </Compile>
[7469]241    <Compile Include="RunCollectionViews\RunCollectionTabularView.Designer.cs">
[3332]242      <DependentUpon>RunCollectionTabularView.cs</DependentUpon>
243    </Compile>
[7469]244    <Compile Include="RunCollectionViews\RunCollectionView.cs">
[3260]245      <SubType>UserControl</SubType>
246    </Compile>
[7469]247    <Compile Include="RunCollectionViews\RunCollectionView.Designer.cs">
[3260]248      <DependentUpon>RunCollectionView.cs</DependentUpon>
249    </Compile>
250    <Compile Include="RunView.cs">
251      <SubType>UserControl</SubType>
252    </Compile>
253    <Compile Include="RunView.Designer.cs">
254      <DependentUpon>RunView.cs</DependentUpon>
255    </Compile>
[7980]256    <Compile Include="RunCollectionViews\RunCollectionDataTableView.cs">
257      <SubType>UserControl</SubType>
258    </Compile>
259    <Compile Include="RunCollectionViews\RunCollectionDataTableView.Designer.cs">
260      <DependentUpon>RunCollectionDataTableView.cs</DependentUpon>
261    </Compile>
[2851]262    <Compile Include="UserDefinedAlgorithmView.cs">
263      <SubType>UserControl</SubType>
264    </Compile>
265    <Compile Include="UserDefinedAlgorithmView.Designer.cs">
266      <DependentUpon>UserDefinedAlgorithmView.cs</DependentUpon>
267    </Compile>
268    <Compile Include="EngineAlgorithmView.cs">
269      <SubType>UserControl</SubType>
270    </Compile>
271    <Compile Include="EngineAlgorithmView.Designer.cs">
272      <DependentUpon>EngineAlgorithmView.cs</DependentUpon>
273    </Compile>
[2834]274    <Compile Include="Properties\AssemblyInfo.cs" />
[3226]275    <Compile Include="ResultCollectionView.cs">
276      <SubType>UserControl</SubType>
277    </Compile>
278    <Compile Include="ResultCollectionView.Designer.cs">
279      <DependentUpon>ResultCollectionView.cs</DependentUpon>
280    </Compile>
281    <Compile Include="ResultView.cs">
282      <SubType>UserControl</SubType>
283    </Compile>
284    <Compile Include="ResultView.Designer.cs">
285      <DependentUpon>ResultView.cs</DependentUpon>
286    </Compile>
[2834]287  </ItemGroup>
288  <ItemGroup>
289    <None Include="HeuristicLab.snk" />
[6866]290    <None Include="Properties\AssemblyInfo.cs.frame" />
[2834]291  </ItemGroup>
292  <ItemGroup>
[7825]293    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
294      <Visible>False</Visible>
295      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
296      <Install>false</Install>
297    </BootstrapperPackage>
298    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
299      <Visible>False</Visible>
300      <ProductName>.NET Framework 3.5 SP1</ProductName>
301      <Install>true</Install>
302    </BootstrapperPackage>
303    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
304      <Visible>False</Visible>
305      <ProductName>Windows Installer 3.1</ProductName>
306      <Install>true</Install>
307    </BootstrapperPackage>
308  </ItemGroup>
309  <ItemGroup>
[7980]310    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
311      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
312      <Name>HeuristicLab.Analysis.Views-3.3</Name>
313      <Private>False</Private>
314    </ProjectReference>
[2834]315    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
316      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
317      <Name>HeuristicLab.Collections-3.3</Name>
[6866]318      <Private>False</Private>
[2834]319    </ProjectReference>
[3702]320    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
[2851]321      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
[3702]322      <Name>HeuristicLab.Common.Resources-3.3</Name>
[6866]323      <Private>False</Private>
[2851]324    </ProjectReference>
[3384]325    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
326      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
327      <Name>HeuristicLab.Common-3.3</Name>
[6866]328      <Private>False</Private>
[2851]329    </ProjectReference>
[2834]330    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
331      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
332      <Name>HeuristicLab.Core.Views-3.3</Name>
[6866]333      <Private>False</Private>
[2834]334    </ProjectReference>
335    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
336      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
337      <Name>HeuristicLab.Core-3.3</Name>
[6866]338      <Private>False</Private>
[2834]339    </ProjectReference>
[3332]340    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
341      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
342      <Name>HeuristicLab.Data.Views-3.3</Name>
[6866]343      <Private>False</Private>
[3332]344    </ProjectReference>
[3329]345    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
346      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
347      <Name>HeuristicLab.Data-3.3</Name>
[6866]348      <Private>False</Private>
[3329]349    </ProjectReference>
[3437]350    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
[2834]351      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
[3437]352      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
[6866]353      <Private>False</Private>
[2834]354    </ProjectReference>
[3437]355    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
[2834]356      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
[3437]357      <Name>HeuristicLab.MainForm-3.3</Name>
[6866]358      <Private>False</Private>
[2834]359    </ProjectReference>
360    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
361      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
362      <Name>HeuristicLab.Optimization-3.3</Name>
[6866]363      <Private>False</Private>
[2834]364    </ProjectReference>
[3832]365    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[2834]366      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]367      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[6866]368      <Private>False</Private>
[2834]369    </ProjectReference>
[7830]370    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Views\3.3\HeuristicLab.Problems.Instances.Views-3.3.csproj">
[7823]371      <Project>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</Project>
[7830]372      <Name>HeuristicLab.Problems.Instances.Views-3.3</Name>
[7960]373      <Private>False</Private>
[7823]374    </ProjectReference>
[7558]375    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
376      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
377      <Name>HeuristicLab.Problems.Instances-3.3</Name>
[7646]378      <Private>False</Private>
[7558]379    </ProjectReference>
[4635]380    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
381      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
382      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
[6866]383      <Private>False</Private>
[4635]384    </ProjectReference>
[8587]385    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
386      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
387      <Name>HeuristicLab.Analysis-3.3</Name>
388      <Private>False</Private>
389    </ProjectReference>
[2834]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>
[8600]400   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[2834]401set ProjectDir=$(ProjectDir)
402set SolutionDir=$(SolutionDir)
403set Outdir=$(Outdir)
404
405call PreBuildEvent.cmd
[6866]406</PreBuildEvent>
[8600]407<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
408export ProjectDir=$(ProjectDir)
409export SolutionDir=$(SolutionDir)
410
411$SolutionDir/PreBuildEvent.sh
412</PreBuildEvent>
[2834]413  </PropertyGroup>
[8587]414</Project>
Note: See TracBrowser for help on using the repository browser.