Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ImprovingStringConvertibleMatrix/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj @ 9306

Last change on this file since 9306 was 9286, checked in by sforsten, 11 years ago

#2018:

  • added new methods to the interface IStringConvertibleMatrix as well as two structs. Also the event ItemChanged has been changed to ItemsChanged
  • class ValueTypeMatrix now implements IStringConvertibleMatrix instead of the classes which inherit from it
  • small changes have been applied to a lot of classes to correctly implement the changed interface IStringConvertibleMatrix
  • solution file, Build.cmd and PreBuildEvent.cmd have been added
File size: 18.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
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>{6410BDA6-3641-42B2-BABA-AA626E2F6F71}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.VehicleRouting</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.VehicleRouting-3.3</AssemblyName>
13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <OldToolsVersion>3.5</OldToolsVersion>
18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
20    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
21    <TargetFrameworkProfile>
22    </TargetFrameworkProfile>
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    <DocumentationFile>
48    </DocumentationFile>
49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
54    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
58    <DocumentationFile>
59    </DocumentationFile>
60    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
61    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
64    <DebugSymbols>true</DebugSymbols>
65    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
66    <DefineConstants>DEBUG;TRACE</DefineConstants>
67    <DebugType>full</DebugType>
68    <PlatformTarget>x86</PlatformTarget>
69    <ErrorReport>prompt</ErrorReport>
70    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
71  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
73    <OutputPath>..\..\..\..\trunk\sources\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  </PropertyGroup>
83  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
84    <DebugSymbols>true</DebugSymbols>
85    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
86    <DefineConstants>DEBUG;TRACE</DefineConstants>
87    <DebugType>full</DebugType>
88    <PlatformTarget>x64</PlatformTarget>
89    <ErrorReport>prompt</ErrorReport>
90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
91  </PropertyGroup>
92  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
93    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
94    <DefineConstants>TRACE</DefineConstants>
95    <DocumentationFile>
96    </DocumentationFile>
97    <Optimize>true</Optimize>
98    <DebugType>pdbonly</DebugType>
99    <PlatformTarget>x64</PlatformTarget>
100    <ErrorReport>prompt</ErrorReport>
101    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
102  </PropertyGroup>
103  <ItemGroup>
104    <Reference Include="HeuristicLab.Collections-3.3">
105      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
106      <Private>False</Private>
107    </Reference>
108    <Reference Include="HeuristicLab.Common-3.3">
109      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
110      <Private>False</Private>
111    </Reference>
112    <Reference Include="HeuristicLab.Common.Resources-3.3">
113      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
114      <Private>False</Private>
115    </Reference>
116    <Reference Include="HeuristicLab.Core-3.3">
117      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
118      <Private>False</Private>
119    </Reference>
120    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
121      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
122      <Private>False</Private>
123    </Reference>
124    <Reference Include="HeuristicLab.Operators-3.3">
125      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
126      <Private>False</Private>
127    </Reference>
128    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
129      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
130      <Private>False</Private>
131    </Reference>
132    <Reference Include="HeuristicLab.Parameters-3.3">
133      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
134      <Private>False</Private>
135    </Reference>
136    <Reference Include="HeuristicLab.Persistence-3.3">
137      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
138      <Private>False</Private>
139    </Reference>
140    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
141      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
142      <Private>False</Private>
143    </Reference>
144    <Reference Include="System">
145      <Private>False</Private>
146    </Reference>
147    <Reference Include="System.Core">
148      <RequiredTargetFramework>3.5</RequiredTargetFramework>
149      <Private>False</Private>
150    </Reference>
151    <Reference Include="System.Data">
152      <Private>False</Private>
153    </Reference>
154    <Reference Include="System.Drawing">
155      <Private>False</Private>
156    </Reference>
157    <Reference Include="System.Xml">
158      <Private>False</Private>
159    </Reference>
160  </ItemGroup>
161  <ItemGroup>
162    <Compile Include="Analyzers\BestAverageWorstVRPToursAnalyzer.cs" />
163    <Compile Include="Analyzers\BestAverageWorstVRPToursCalculator.cs" />
164    <Compile Include="Analyzers\BestVRPToursMemorizer.cs" />
165    <Compile Include="Analyzers\BestVRPSolutionAnalyzer.cs" />
166    <Compile Include="Encodings\Alba\LocalImprovement\AlbaLambdaInterchangeLocalImprovementOperator.cs" />
167    <Compile Include="Encodings\General\Creators\IterativeInsertionCreator.cs" />
168    <Compile Include="Encodings\Potvin\Crossovers\PotvinInsertionBasedCrossover.cs" />
169    <Compile Include="Encodings\Potvin\Manipulators\PotvinLocalSearchManipulator.cs" />
170    <Compile Include="Interfaces\IVRPMultiNeighborhoodShakingOperator.cs" />
171    <Compile Include="Plugin.cs" />
172    <Compile Include="ShakingOperators\VehicleRoutingShakingOperator.cs" />
173    <Compile Include="SolutionParser.cs" />
174    <Compile Include="Encodings\Alba\Crossovers\AlbaPermutationCrossover.cs" />
175    <Compile Include="Encodings\Alba\Manipulators\AlbaIntraRouteInversionManipulator.cs" />
176    <Compile Include="Encodings\Alba\Manipulators\AlbaLambdaInterchangeManipulator.cs" />
177    <Compile Include="Encodings\Alba\Moves\Interfaces\IAlbaLambdaInterchangeMoveOperator.cs" />
178    <Compile Include="Encodings\Alba\Moves\Interfaces\IAlbaIntraRouteInversionMoveOperator.cs" />
179    <Compile Include="Encodings\Alba\Manipulators\AlbaCustomerInversionManipulator.cs" />
180    <Compile Include="Encodings\Alba\Manipulators\AlbaCustomerSwapManipulator.cs" />
181    <Compile Include="Encodings\Alba\Manipulators\AlbaCustomerInsertionManipulator.cs" />
182    <Compile Include="Encodings\Alba\Manipulators\AlbaPermutationManipulator.cs" />
183    <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaExhaustiveLambdaInterchangeMoveGenerator.cs" />
184    <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMove.cs" />
185    <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMoveGenerator.cs" />
186    <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMoveEvaluator.cs" />
187    <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMoveMaker.cs" />
188    <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaStochasticLambdaInterchangeSingleMoveGenerator.cs" />
189    <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaStochasticLambdaInterchangeMutliMoveGenerator.cs" />
190    <Compile Include="Encodings\Alba\Moves\AlbaPermutationMoveOperator.cs" />
191    <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaStochasticIntraRouteInversionMutliMoveGenerator.cs" />
192    <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaStochasticIntraRouteInversionSingleMoveGenerator.cs" />
193    <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionMoveGenerator.cs" />
194    <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionEvaluator.cs" />
195    <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaExhaustiveIntraRouteInversionMoveGenerator.cs" />
196    <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionMoveMaker.cs" />
197    <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionMove.cs" />
198    <Compile Include="Encodings\General\Crossovers\RandomParentCloneCrossover.cs" />
199    <Compile Include="Encodings\General\PermutationEncoding.cs" />
200    <Compile Include="Encodings\General\Creators\MultiVRPSolutionCreator.cs" />
201    <Compile Include="Encodings\General\Manipulators\MultiVRPSolutionManipulator.cs" />
202    <Compile Include="Encodings\General\Crossovers\MultiVRPSolutionCrossover.cs" />
203    <Compile Include="Encodings\General\Creators\RandomCreator.cs" />
204    <Compile Include="Encodings\General\Moves\Interfaces\IMultiVRPMoveGenerator.cs" />
205    <Compile Include="Encodings\General\Moves\Interfaces\IVRPMove.cs" />
206    <Compile Include="Encodings\General\Moves\Interfaces\IMultiVRPMoveOperator.cs" />
207    <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveEvaluator.cs" />
208    <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveMaker.cs" />
209    <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveGenerator.cs" />
210    <Compile Include="Encodings\General\TourEncoding.cs" />
211    <Compile Include="Encodings\GVR\Crossovers\GVRCrossover.cs" />
212    <Compile Include="Encodings\GVR\GVREncoding.cs" />
213    <Compile Include="Encodings\GVR\Manipulators\GVRDisplacementManipulator.cs" />
214    <Compile Include="Encodings\GVR\Manipulators\GVRInsertionManipulator.cs" />
215    <Compile Include="Encodings\GVR\Manipulators\GVRInversionManipulator.cs" />
216    <Compile Include="Encodings\GVR\Manipulators\GVRSwapManipulator.cs" />
217    <Compile Include="Encodings\GVR\Manipulators\GVRManipulator.cs" />
218    <Compile Include="Encodings\Potvin\Crossovers\PotvinRouteBasedCrossover.cs" />
219    <Compile Include="Encodings\Potvin\Crossovers\PotvinSequenceBasedCrossover.cs" />
220    <Compile Include="Encodings\Potvin\Crossovers\PotvinCrossover.cs" />
221    <Compile Include="Encodings\Potvin\Manipulators\PotvinTwoLevelExchangeManipulator.cs" />
222    <Compile Include="Encodings\Potvin\Manipulators\PotvinOneLevelExchangeManipulator.cs" />
223    <Compile Include="Encodings\Potvin\Manipulators\PotvinManipulator.cs" />
224    <Compile Include="Encodings\Prins\Crossovers\PrinsCrossover.cs" />
225    <Compile Include="Encodings\Prins\Crossovers\PrinsPermutationCrossover.cs" />
226    <Compile Include="Encodings\Prins\Interfaces\IPrinsOperator.cs" />
227    <Compile Include="Encodings\Prins\Manipulators\PrinsStochasticLSManipulator.cs" />
228    <Compile Include="Encodings\Prins\Manipulators\PrinsExhaustiveLSManipulator.cs" />
229    <Compile Include="Encodings\Prins\Manipulators\PrinsLSManipulator.cs" />
230    <Compile Include="Encodings\Prins\Manipulators\PrinsManipulator.cs" />
231    <Compile Include="Encodings\Prins\Manipulators\PrinsPermutationManipulator.cs" />
232    <Compile Include="Encodings\Prins\PrinsEncoding.cs" />
233    <Compile Include="Encodings\Zhu\Crossovers\ZhuMergeCrossover2.cs" />
234    <Compile Include="Encodings\Zhu\Crossovers\ZhuMergeCrossover1.cs" />
235    <Compile Include="Encodings\Zhu\Crossovers\ZhuHeuristicCrossover2.cs" />
236    <Compile Include="Encodings\Zhu\Crossovers\ZhuHeuristicCrossover1.cs" />
237    <Compile Include="Encodings\Zhu\Crossovers\ZhuCrossover.cs" />
238    <Compile Include="Encodings\Zhu\Crossovers\ZhuPermutationCrossover.cs" />
239    <Compile Include="Encodings\Zhu\Manipulators\ZhuPermutationManipulator.cs" />
240    <Compile Include="Encodings\Zhu\Manipulators\ZhuManipulator.cs" />
241    <Compile Include="Encodings\Zhu\ZhuEncoding.cs" />
242    <Compile Include="Interfaces\IVRPMoveMaker.cs" />
243    <Compile Include="ORLIBParser.cs" />
244    <Compile Include="TSPLIBParser.cs" />
245    <Compile Include="VRPUtilities.cs" />
246    <Compile Include="VRPOperator.cs" />
247    <Compile Include="Encodings\General\Creators\PushForwardInsertionCreator.cs" />
248    <Compile Include="Encodings\General\Creators\DefaultRepresentationCreator.cs" />
249    <Compile Include="Encodings\Alba\Crossovers\AlbaCrossover.cs" />
250    <Compile Include="Encodings\Alba\Moves\Interfaces\IAlbaTranslocationMoveOperator.cs" />
251    <Compile Include="Encodings\Alba\Manipulators\AlbaManipulator.cs" />
252    <Compile Include="Encodings\Alba\Moves\AlbaMoveOperator.cs" />
253    <Compile Include="Encodings\Alba\Moves\AlbaMoveMaker.cs" />
254    <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveGenerator.cs" />
255    <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveMaker.cs" />
256    <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveTabuMaker.cs" />
257    <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveSoftTabuCriterion.cs" />
258    <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveHardTabuCriterion.cs" />
259    <Compile Include="Encodings\Potvin\PotvinEncoding.cs" />
260    <Compile Include="Encodings\VRPMoveOperator.cs" />
261    <Compile Include="Encodings\VRPCrossover.cs" />
262    <Compile Include="Encodings\VRPCreator.cs" />
263    <Compile Include="Encodings\Alba\AlbaEncoding.cs" />
264    <Compile Include="Encodings\Tour.cs" />
265    <Compile Include="Encodings\VRPManipulator.cs" />
266    <Compile Include="Evaluators\VRPEvaluator.cs" />
267    <Compile Include="Interfaces\IVRPCrossover.cs" />
268    <Compile Include="Interfaces\IVRPEncoding.cs" />
269    <Compile Include="Interfaces\IVRPEvaluator.cs" />
270    <Compile Include="Interfaces\IVRPManipulator.cs" />
271    <Compile Include="Interfaces\IVRPMoveEvaluator.cs" />
272    <Compile Include="Interfaces\IVRPMoveOperator.cs" />
273    <Compile Include="Interfaces\IVRPCreator.cs" />
274    <Compile Include="Interfaces\IVRPOperator.cs" />
275    <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveEvaluator.cs" />
276    <Compile Include="MoveEvaluators\VRPMoveEvaluator.cs" />
277    <Compile Include="VRPSolution.cs" />
278    <Compile Include="Properties\AssemblyInfo.cs" />
279    <Compile Include="SolomonParser.cs" />
280    <Compile Include="VehicleRoutingProblem.cs" />
281  </ItemGroup>
282  <ItemGroup>
283    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
284      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
285      <Name>HeuristicLab.Analysis-3.3</Name>
286      <Private>False</Private>
287    </ProjectReference>
288    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
289      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
290      <Name>HeuristicLab.Data-3.3</Name>
291      <Private>False</Private>
292    </ProjectReference>
293    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
294      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
295      <Name>HeuristicLab.Optimization-3.3</Name>
296      <Private>False</Private>
297    </ProjectReference>
298  </ItemGroup>
299  <ItemGroup>
300    <None Include="HeuristicLab.snk" />
301    <None Include="Plugin.cs.frame" />
302    <None Include="Properties\AssemblyInfo.cs.frame" />
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>
321  <ItemGroup />
322  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
323  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
324       Other similar extension points exist, see Microsoft.Common.targets.
325  <Target Name="BeforeBuild">
326  </Target>
327  <Target Name="AfterBuild">
328  </Target>
329  -->
330  <PropertyGroup>
331    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
332set ProjectDir=$(ProjectDir)
333set SolutionDir=$(SolutionDir)
334set Outdir=$(Outdir)
335
336call PreBuildEvent.cmd
337</PreBuildEvent>
338    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
339export ProjectDir=$(ProjectDir)
340export SolutionDir=$(SolutionDir)
341
342$SolutionDir/PreBuildEvent.sh
343</PreBuildEvent>
344  </PropertyGroup>
345</Project>
Note: See TracBrowser for help on using the repository browser.