Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj @ 9421

Last change on this file since 9421 was 9421, checked in by bburlacu, 11 years ago

#1772: Merged trunk changes for HeuristicLab.Optimization.Views.

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