Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2457_ExpertSystem/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj @ 16956

Last change on this file since 16956 was 16956, checked in by abeham, 5 years ago

#2457: merged trunk into branch

File size: 20.2 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>{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>
13    <TargetFrameworkVersion>v4.6.1</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\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\bin\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <DocumentationFile>
58    </DocumentationFile>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60    <Prefer32Bit>false</Prefer32Bit>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x86</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70    <Prefer32Bit>false</Prefer32Bit>
71  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
73    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
74    <DefineConstants>TRACE</DefineConstants>
75    <DocumentationFile>
76    </DocumentationFile>
77    <Optimize>true</Optimize>
78    <DebugType>pdbonly</DebugType>
79    <PlatformTarget>x86</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82    <Prefer32Bit>false</Prefer32Bit>
83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
85    <DebugSymbols>true</DebugSymbols>
86    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
87    <DefineConstants>DEBUG;TRACE</DefineConstants>
88    <DebugType>full</DebugType>
89    <PlatformTarget>x64</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
92    <Prefer32Bit>false</Prefer32Bit>
93  </PropertyGroup>
94  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
95    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
96    <DefineConstants>TRACE</DefineConstants>
97    <DocumentationFile>
98    </DocumentationFile>
99    <Optimize>true</Optimize>
100    <DebugType>pdbonly</DebugType>
101    <PlatformTarget>x64</PlatformTarget>
102    <ErrorReport>prompt</ErrorReport>
103    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
104    <Prefer32Bit>false</Prefer32Bit>
105  </PropertyGroup>
106  <ItemGroup>
107    <Reference Include="HeuristicLab.Collections-3.3">
108      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
109      <Private>False</Private>
110    </Reference>
111    <Reference Include="HeuristicLab.Common-3.3">
112      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
113      <Private>False</Private>
114    </Reference>
115    <Reference Include="HeuristicLab.Common.Resources-3.3">
116      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="HeuristicLab.Core-3.3">
120      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
121      <Private>False</Private>
122    </Reference>
123    <Reference Include="HeuristicLab.Core.Views-3.3">
124      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
125      <Private>False</Private>
126    </Reference>
127    <Reference Include="HeuristicLab.Data-3.3">
128      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
129      <Private>False</Private>
130    </Reference>
131    <Reference Include="HeuristicLab.Data.Views-3.3">
132      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
133      <Private>False</Private>
134    </Reference>
135    <Reference Include="HeuristicLab.MainForm-3.3">
136      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
137      <Private>False</Private>
138    </Reference>
139    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
140      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
141      <Private>False</Private>
142    </Reference>
143    <Reference Include="HeuristicLab.Operators-3.3">
144      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
145      <Private>False</Private>
146    </Reference>
147    <Reference Include="HeuristicLab.Parameters-3.3">
148      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
149      <Private>False</Private>
150    </Reference>
151    <Reference Include="HeuristicLab.Parameters.Views-3.3">
152      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
153      <Private>False</Private>
154    </Reference>
155    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
156      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
157      <Private>False</Private>
158    </Reference>
159    <Reference Include="HeuristicLab.Problems.Instances-3.3">
160      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
161      <Private>False</Private>
162    </Reference>
163    <Reference Include="HeuristicLab.Problems.Instances.Views-3.3">
164      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
165      <Private>False</Private>
166    </Reference>
167    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
168      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
169      <Private>False</Private>
170    </Reference>
171    <Reference Include="Microsoft.CSharp" />
172    <Reference Include="System" />
173    <Reference Include="System.Core">
174      <RequiredTargetFramework>3.5</RequiredTargetFramework>
175    </Reference>
176    <Reference Include="System.Drawing" />
177    <Reference Include="System.Windows.Forms" />
178    <Reference Include="System.Windows.Forms.DataVisualization" />
179    <Reference Include="System.Xml.Linq">
180      <RequiredTargetFramework>3.5</RequiredTargetFramework>
181    </Reference>
182    <Reference Include="System.Data.DataSetExtensions">
183      <RequiredTargetFramework>3.5</RequiredTargetFramework>
184    </Reference>
185    <Reference Include="System.Data" />
186    <Reference Include="System.Xml" />
187  </ItemGroup>
188  <ItemGroup>
189    <None Include="Plugin.cs.frame" />
190    <Compile Include="AlgorithmView.cs">
191      <SubType>UserControl</SubType>
192    </Compile>
193    <Compile Include="AlgorithmView.Designer.cs">
194      <DependentUpon>AlgorithmView.cs</DependentUpon>
195    </Compile>
196    <Compile Include="BasicAlgorithmView.cs">
197      <SubType>UserControl</SubType>
198    </Compile>
199    <Compile Include="BasicAlgorithmView.Designer.cs">
200      <DependentUpon>BasicAlgorithmView.cs</DependentUpon>
201    </Compile>
202    <Compile Include="BatchRunView.cs">
203      <SubType>UserControl</SubType>
204    </Compile>
205    <Compile Include="BatchRunView.Designer.cs">
206      <DependentUpon>BatchRunView.cs</DependentUpon>
207    </Compile>
208    <Compile Include="CreateNewSingleEncodingDialog.cs">
209      <SubType>Form</SubType>
210    </Compile>
211    <Compile Include="CreateNewSingleEncodingDialog.Designer.cs">
212      <DependentUpon>CreateNewSingleEncodingDialog.cs</DependentUpon>
213    </Compile>
214    <Compile Include="ICharacteristicCalculatorView.cs">
215      <SubType>UserControl</SubType>
216    </Compile>
217    <Compile Include="ICharacteristicCalculatorView.Designer.cs">
218      <DependentUpon>ICharacteristicCalculatorView.cs</DependentUpon>
219    </Compile>
220    <Compile Include="ISolutionSimilarityCalculatorView.cs">
221      <SubType>UserControl</SubType>
222    </Compile>
223    <Compile Include="ISolutionSimilarityCalculatorView.Designer.cs">
224      <DependentUpon>ISolutionSimilarityCalculatorView.cs</DependentUpon>
225    </Compile>
226    <Compile Include="ExperimentListView.cs">
227      <SubType>UserControl</SubType>
228    </Compile>
229    <Compile Include="ExperimentListView.Designer.cs">
230      <DependentUpon>ExperimentListView.cs</DependentUpon>
231    </Compile>
232    <Compile Include="ResultParameterView.cs">
233      <SubType>UserControl</SubType>
234    </Compile>
235    <Compile Include="ResultParameterView.Designer.cs">
236      <DependentUpon>ResultParameterView.cs</DependentUpon>
237    </Compile>
238    <Compile Include="MultiEncodingView.cs">
239      <SubType>UserControl</SubType>
240    </Compile>
241    <Compile Include="MultiEncodingView.Designer.cs">
242      <DependentUpon>MultiEncodingView.cs</DependentUpon>
243    </Compile>
244    <Compile Include="Plugin.cs" />
245    <Compile Include="ProblemView.cs">
246      <SubType>UserControl</SubType>
247    </Compile>
248    <Compile Include="ProblemView.Designer.cs">
249      <DependentUpon>ProblemView.cs</DependentUpon>
250    </Compile>
251    <Compile Include="RunCollectionModifierListView.cs">
252      <SubType>UserControl</SubType>
253    </Compile>
254    <Compile Include="RunCollectionModifierListView.Designer.cs">
255      <DependentUpon>RunCollectionModifierListView.cs</DependentUpon>
256    </Compile>
257    <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.cs">
258      <SubType>UserControl</SubType>
259    </Compile>
260    <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.Designer.cs">
261      <DependentUpon>RunCollectionContentConstraintView.cs</DependentUpon>
262    </Compile>
263    <Compile Include="ExperimentTreeView.cs">
264      <SubType>UserControl</SubType>
265    </Compile>
266    <Compile Include="ExperimentTreeView.Designer.cs">
267      <DependentUpon>ExperimentTreeView.cs</DependentUpon>
268    </Compile>
269    <Compile Include="IOptimizerView.cs">
270      <SubType>UserControl</SubType>
271    </Compile>
272    <Compile Include="IOptimizerView.Designer.cs">
273      <DependentUpon>IOptimizerView.cs</DependentUpon>
274    </Compile>
275    <Compile Include="ResultValueView.cs">
276      <SubType>UserControl</SubType>
277    </Compile>
278    <Compile Include="ResultValueView.Designer.cs">
279      <DependentUpon>ResultValueView.cs</DependentUpon>
280    </Compile>
281    <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.cs">
282      <SubType>UserControl</SubType>
283    </Compile>
284    <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.Designer.cs">
285      <DependentUpon>RunCollectionBoxPlotView.cs</DependentUpon>
286    </Compile>
287    <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.cs">
288      <SubType>UserControl</SubType>
289    </Compile>
290    <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.Designer.cs">
291      <DependentUpon>RunCollectionComparisonConstraintView.cs</DependentUpon>
292    </Compile>
293    <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.cs">
294      <SubType>UserControl</SubType>
295    </Compile>
296    <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.Designer.cs">
297      <DependentUpon>RunCollectionTypeCompatibilityConstraintView.cs</DependentUpon>
298    </Compile>
299    <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.cs">
300      <SubType>UserControl</SubType>
301    </Compile>
302    <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.Designer.cs">
303      <DependentUpon>RunCollectionConstraintCollectionView.cs</DependentUpon>
304    </Compile>
305    <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.cs">
306      <SubType>UserControl</SubType>
307    </Compile>
308    <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.Designer.cs">
309      <DependentUpon>RunCollectionColumnConstraintView.cs</DependentUpon>
310    </Compile>
311    <Compile Include="OptimizerListView.cs">
312      <SubType>UserControl</SubType>
313    </Compile>
314    <Compile Include="OptimizerListView.Designer.cs">
315      <DependentUpon>OptimizerListView.cs</DependentUpon>
316    </Compile>
317    <Compile Include="ExperimentView.cs">
318      <SubType>UserControl</SubType>
319    </Compile>
320    <Compile Include="ExperimentView.Designer.cs">
321      <DependentUpon>ExperimentView.cs</DependentUpon>
322    </Compile>
323    <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.cs">
324      <SubType>UserControl</SubType>
325    </Compile>
326    <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.Designer.cs">
327      <DependentUpon>RunCollectionBubbleChartView.cs</DependentUpon>
328    </Compile>
329    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.cs">
330      <SubType>UserControl</SubType>
331    </Compile>
332    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.Designer.cs">
333      <DependentUpon>RunCollectionEqualityConstraintView.cs</DependentUpon>
334    </Compile>
335    <Compile Include="RunCollectionViews\RunCollectionRLDView.cs">
336      <SubType>UserControl</SubType>
337    </Compile>
338    <Compile Include="RunCollectionViews\RunCollectionRLDView.Designer.cs">
339      <DependentUpon>RunCollectionRLDView.cs</DependentUpon>
340    </Compile>
341    <Compile Include="RunCollectionViews\RunCollectionTableView.cs">
342      <SubType>UserControl</SubType>
343    </Compile>
344    <Compile Include="RunCollectionViews\RunCollectionTableView.Designer.cs">
345      <DependentUpon>RunCollectionTableView.cs</DependentUpon>
346    </Compile>
347    <Compile Include="RunCollectionViews\RunCollectionView.cs">
348      <SubType>UserControl</SubType>
349    </Compile>
350    <Compile Include="RunCollectionViews\RunCollectionView.Designer.cs">
351      <DependentUpon>RunCollectionView.cs</DependentUpon>
352    </Compile>
353    <Compile Include="RunView.cs">
354      <SubType>UserControl</SubType>
355    </Compile>
356    <Compile Include="RunView.Designer.cs">
357      <DependentUpon>RunView.cs</DependentUpon>
358    </Compile>
359    <Compile Include="RunCollectionViews\RunCollectionChartAggregationView.cs">
360      <SubType>UserControl</SubType>
361    </Compile>
362    <Compile Include="RunCollectionViews\RunCollectionChartAggregationView.Designer.cs">
363      <DependentUpon>RunCollectionChartAggregationView.cs</DependentUpon>
364    </Compile>
365    <Compile Include="TimeLimitRunView.cs">
366      <SubType>UserControl</SubType>
367    </Compile>
368    <Compile Include="TimeLimitRunView.Designer.cs">
369      <DependentUpon>TimeLimitRunView.cs</DependentUpon>
370    </Compile>
371    <Compile Include="ThresholdTerminatorView.cs">
372      <SubType>UserControl</SubType>
373    </Compile>
374    <Compile Include="ThresholdTerminatorView.Designer.cs">
375      <DependentUpon>ThresholdTerminatorView.cs</DependentUpon>
376    </Compile>
377    <Compile Include="UserDefinedAlgorithmView.cs">
378      <SubType>UserControl</SubType>
379    </Compile>
380    <Compile Include="UserDefinedAlgorithmView.Designer.cs">
381      <DependentUpon>UserDefinedAlgorithmView.cs</DependentUpon>
382    </Compile>
383    <Compile Include="EngineAlgorithmView.cs">
384      <SubType>UserControl</SubType>
385    </Compile>
386    <Compile Include="EngineAlgorithmView.Designer.cs">
387      <DependentUpon>EngineAlgorithmView.cs</DependentUpon>
388    </Compile>
389    <Compile Include="Properties\AssemblyInfo.cs" />
390    <Compile Include="ResultCollectionView.cs">
391      <SubType>UserControl</SubType>
392    </Compile>
393    <Compile Include="ResultCollectionView.Designer.cs">
394      <DependentUpon>ResultCollectionView.cs</DependentUpon>
395    </Compile>
396    <Compile Include="ResultView.cs">
397      <SubType>UserControl</SubType>
398    </Compile>
399    <Compile Include="ResultView.Designer.cs">
400      <DependentUpon>ResultView.cs</DependentUpon>
401    </Compile>
402  </ItemGroup>
403  <ItemGroup>
404    <None Include="HeuristicLab.snk" />
405    <None Include="Properties\AssemblyInfo.cs.frame" />
406  </ItemGroup>
407  <ItemGroup>
408    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
409      <Visible>False</Visible>
410      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
411      <Install>false</Install>
412    </BootstrapperPackage>
413    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
414      <Visible>False</Visible>
415      <ProductName>.NET Framework 3.5 SP1</ProductName>
416      <Install>true</Install>
417    </BootstrapperPackage>
418    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
419      <Visible>False</Visible>
420      <ProductName>Windows Installer 3.1</ProductName>
421      <Install>true</Install>
422    </BootstrapperPackage>
423  </ItemGroup>
424  <ItemGroup>
425    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
426      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
427      <Name>HeuristicLab.Analysis.Views-3.3</Name>
428      <Private>False</Private>
429    </ProjectReference>
430    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
431      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
432      <Name>HeuristicLab.Optimization-3.3</Name>
433      <Private>False</Private>
434    </ProjectReference>
435    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
436      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
437      <Name>HeuristicLab.Analysis-3.3</Name>
438      <Private>False</Private>
439    </ProjectReference>
440  </ItemGroup>
441  <ItemGroup>
442    <EmbeddedResource Include="CreateNewSingleEncodingDialog.resx">
443      <DependentUpon>CreateNewSingleEncodingDialog.cs</DependentUpon>
444    </EmbeddedResource>
445  </ItemGroup>
446  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
447  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
448       Other similar extension points exist, see Microsoft.Common.targets.
449  <Target Name="BeforeBuild">
450  </Target>
451  <Target Name="AfterBuild">
452  </Target>
453  -->
454  <PropertyGroup>
455    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
456set ProjectDir=$(ProjectDir)
457set SolutionDir=$(SolutionDir)
458set Outdir=$(Outdir)
459
460call PreBuildEvent.cmd
461</PreBuildEvent>
462    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
463export ProjectDir=$(ProjectDir)
464export SolutionDir=$(SolutionDir)
465
466$SolutionDir/PreBuildEvent.sh
467</PreBuildEvent>
468  </PropertyGroup>
469</Project>
Note: See TracBrowser for help on using the repository browser.