Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 11963 was 11963, checked in by abeham, 9 years ago

#2174: Moved MultiEncodingView

File size: 19.8 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.5</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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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="Microsoft.CSharp" />
108    <Reference Include="System" />
109    <Reference Include="System.Core">
110      <RequiredTargetFramework>3.5</RequiredTargetFramework>
111    </Reference>
112    <Reference Include="System.Drawing" />
113    <Reference Include="System.Windows.Forms" />
114    <Reference Include="System.Windows.Forms.DataVisualization" />
115    <Reference Include="System.Xml.Linq">
116      <RequiredTargetFramework>3.5</RequiredTargetFramework>
117    </Reference>
118    <Reference Include="System.Data.DataSetExtensions">
119      <RequiredTargetFramework>3.5</RequiredTargetFramework>
120    </Reference>
121    <Reference Include="System.Data" />
122    <Reference Include="System.Xml" />
123  </ItemGroup>
124  <ItemGroup>
125    <None Include="Plugin.cs.frame" />
126    <Compile Include="AlgorithmView.cs">
127      <SubType>UserControl</SubType>
128    </Compile>
129    <Compile Include="AlgorithmView.Designer.cs">
130      <DependentUpon>AlgorithmView.cs</DependentUpon>
131    </Compile>
132    <Compile Include="BasicAlgorithmView.cs">
133      <SubType>UserControl</SubType>
134    </Compile>
135    <Compile Include="BasicAlgorithmView.Designer.cs">
136      <DependentUpon>BasicAlgorithmView.cs</DependentUpon>
137    </Compile>
138    <Compile Include="BatchRunView.cs">
139      <SubType>UserControl</SubType>
140    </Compile>
141    <Compile Include="BatchRunView.Designer.cs">
142      <DependentUpon>BatchRunView.cs</DependentUpon>
143    </Compile>
144    <Compile Include="CreateNewSingleEncodingDialog.cs">
145      <SubType>Form</SubType>
146    </Compile>
147    <Compile Include="CreateNewSingleEncodingDialog.Designer.cs">
148      <DependentUpon>CreateNewSingleEncodingDialog.cs</DependentUpon>
149    </Compile>
150    <Compile Include="ISingleObjectiveSolutionSimilarityCalculatorView.cs">
151      <SubType>UserControl</SubType>
152    </Compile>
153    <Compile Include="ISingleObjectiveSolutionSimilarityCalculatorView.Designer.cs">
154      <DependentUpon>ISingleObjectiveSolutionSimilarityCalculatorView.cs</DependentUpon>
155    </Compile>
156    <Compile Include="ExperimentListView.cs">
157      <SubType>UserControl</SubType>
158    </Compile>
159    <Compile Include="ExperimentListView.Designer.cs">
160      <DependentUpon>ExperimentListView.cs</DependentUpon>
161    </Compile>
162    <Compile Include="ISimilarityCalculatorView.cs">
163      <SubType>UserControl</SubType>
164    </Compile>
165    <Compile Include="ISimilarityCalculatorView.Designer.cs">
166      <DependentUpon>ISimilarityCalculatorView.cs</DependentUpon>
167    </Compile>
168    <Compile Include="MultiEncodingView.cs">
169      <SubType>UserControl</SubType>
170    </Compile>
171    <Compile Include="MultiEncodingView.Designer.cs">
172      <DependentUpon>MultiEncodingView.cs</DependentUpon>
173    </Compile>
174    <Compile Include="Plugin.cs" />
175    <Compile Include="ProblemView.cs">
176      <SubType>UserControl</SubType>
177    </Compile>
178    <Compile Include="ProblemView.Designer.cs">
179      <DependentUpon>ProblemView.cs</DependentUpon>
180    </Compile>
181    <Compile Include="RunCollectionModifierListView.cs">
182      <SubType>UserControl</SubType>
183    </Compile>
184    <Compile Include="RunCollectionModifierListView.Designer.cs">
185      <DependentUpon>RunCollectionModifierListView.cs</DependentUpon>
186    </Compile>
187    <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.cs">
188      <SubType>UserControl</SubType>
189    </Compile>
190    <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.Designer.cs">
191      <DependentUpon>RunCollectionContentConstraintView.cs</DependentUpon>
192    </Compile>
193    <Compile Include="ExperimentTreeView.cs">
194      <SubType>UserControl</SubType>
195    </Compile>
196    <Compile Include="ExperimentTreeView.Designer.cs">
197      <DependentUpon>ExperimentTreeView.cs</DependentUpon>
198    </Compile>
199    <Compile Include="IOptimizerView.cs">
200      <SubType>UserControl</SubType>
201    </Compile>
202    <Compile Include="IOptimizerView.Designer.cs">
203      <DependentUpon>IOptimizerView.cs</DependentUpon>
204    </Compile>
205    <Compile Include="ResultValueView.cs">
206      <SubType>UserControl</SubType>
207    </Compile>
208    <Compile Include="ResultValueView.Designer.cs">
209      <DependentUpon>ResultValueView.cs</DependentUpon>
210    </Compile>
211    <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.cs">
212      <SubType>UserControl</SubType>
213    </Compile>
214    <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.Designer.cs">
215      <DependentUpon>RunCollectionBoxPlotView.cs</DependentUpon>
216    </Compile>
217    <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.cs">
218      <SubType>UserControl</SubType>
219    </Compile>
220    <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.Designer.cs">
221      <DependentUpon>RunCollectionComparisonConstraintView.cs</DependentUpon>
222    </Compile>
223    <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.cs">
224      <SubType>UserControl</SubType>
225    </Compile>
226    <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.Designer.cs">
227      <DependentUpon>RunCollectionTypeCompatibilityConstraintView.cs</DependentUpon>
228    </Compile>
229    <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.cs">
230      <SubType>UserControl</SubType>
231    </Compile>
232    <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.Designer.cs">
233      <DependentUpon>RunCollectionConstraintCollectionView.cs</DependentUpon>
234    </Compile>
235    <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.cs">
236      <SubType>UserControl</SubType>
237    </Compile>
238    <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.Designer.cs">
239      <DependentUpon>RunCollectionColumnConstraintView.cs</DependentUpon>
240    </Compile>
241    <Compile Include="OptimizerListView.cs">
242      <SubType>UserControl</SubType>
243    </Compile>
244    <Compile Include="OptimizerListView.Designer.cs">
245      <DependentUpon>OptimizerListView.cs</DependentUpon>
246    </Compile>
247    <Compile Include="ExperimentView.cs">
248      <SubType>UserControl</SubType>
249    </Compile>
250    <Compile Include="ExperimentView.Designer.cs">
251      <DependentUpon>ExperimentView.cs</DependentUpon>
252    </Compile>
253    <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.cs">
254      <SubType>UserControl</SubType>
255    </Compile>
256    <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.Designer.cs">
257      <DependentUpon>RunCollectionBubbleChartView.cs</DependentUpon>
258    </Compile>
259    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.cs">
260      <SubType>UserControl</SubType>
261    </Compile>
262    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.Designer.cs">
263      <DependentUpon>RunCollectionEqualityConstraintView.cs</DependentUpon>
264    </Compile>
265    <Compile Include="RunCollectionViews\RunCollectionTableView.cs">
266      <SubType>UserControl</SubType>
267    </Compile>
268    <Compile Include="RunCollectionViews\RunCollectionTableView.Designer.cs">
269      <DependentUpon>RunCollectionTableView.cs</DependentUpon>
270    </Compile>
271    <Compile Include="RunCollectionViews\RunCollectionView.cs">
272      <SubType>UserControl</SubType>
273    </Compile>
274    <Compile Include="RunCollectionViews\RunCollectionView.Designer.cs">
275      <DependentUpon>RunCollectionView.cs</DependentUpon>
276    </Compile>
277    <Compile Include="RunView.cs">
278      <SubType>UserControl</SubType>
279    </Compile>
280    <Compile Include="RunView.Designer.cs">
281      <DependentUpon>RunView.cs</DependentUpon>
282    </Compile>
283    <Compile Include="RunCollectionViews\RunCollectionChartAggregationView.cs">
284      <SubType>UserControl</SubType>
285    </Compile>
286    <Compile Include="RunCollectionViews\RunCollectionChartAggregationView.Designer.cs">
287      <DependentUpon>RunCollectionChartAggregationView.cs</DependentUpon>
288    </Compile>
289    <Compile Include="UserDefinedAlgorithmView.cs">
290      <SubType>UserControl</SubType>
291    </Compile>
292    <Compile Include="UserDefinedAlgorithmView.Designer.cs">
293      <DependentUpon>UserDefinedAlgorithmView.cs</DependentUpon>
294    </Compile>
295    <Compile Include="EngineAlgorithmView.cs">
296      <SubType>UserControl</SubType>
297    </Compile>
298    <Compile Include="EngineAlgorithmView.Designer.cs">
299      <DependentUpon>EngineAlgorithmView.cs</DependentUpon>
300    </Compile>
301    <Compile Include="Properties\AssemblyInfo.cs" />
302    <Compile Include="ResultCollectionView.cs">
303      <SubType>UserControl</SubType>
304    </Compile>
305    <Compile Include="ResultCollectionView.Designer.cs">
306      <DependentUpon>ResultCollectionView.cs</DependentUpon>
307    </Compile>
308    <Compile Include="ResultView.cs">
309      <SubType>UserControl</SubType>
310    </Compile>
311    <Compile Include="ResultView.Designer.cs">
312      <DependentUpon>ResultView.cs</DependentUpon>
313    </Compile>
314  </ItemGroup>
315  <ItemGroup>
316    <None Include="HeuristicLab.snk" />
317    <None Include="Properties\AssemblyInfo.cs.frame" />
318  </ItemGroup>
319  <ItemGroup>
320    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
321      <Visible>False</Visible>
322      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
323      <Install>false</Install>
324    </BootstrapperPackage>
325    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
326      <Visible>False</Visible>
327      <ProductName>.NET Framework 3.5 SP1</ProductName>
328      <Install>true</Install>
329    </BootstrapperPackage>
330    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
331      <Visible>False</Visible>
332      <ProductName>Windows Installer 3.1</ProductName>
333      <Install>true</Install>
334    </BootstrapperPackage>
335  </ItemGroup>
336  <ItemGroup>
337    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
338      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
339      <Name>HeuristicLab.Analysis.Views-3.3</Name>
340      <Private>False</Private>
341    </ProjectReference>
342    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
343      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
344      <Name>HeuristicLab.Collections-3.3</Name>
345      <Private>False</Private>
346    </ProjectReference>
347    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
348      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
349      <Name>HeuristicLab.Common.Resources-3.3</Name>
350      <Private>False</Private>
351    </ProjectReference>
352    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
353      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
354      <Name>HeuristicLab.Common-3.3</Name>
355      <Private>False</Private>
356    </ProjectReference>
357    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
358      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
359      <Name>HeuristicLab.Core.Views-3.3</Name>
360      <Private>False</Private>
361    </ProjectReference>
362    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
363      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
364      <Name>HeuristicLab.Core-3.3</Name>
365      <Private>False</Private>
366    </ProjectReference>
367    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
368      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
369      <Name>HeuristicLab.Data.Views-3.3</Name>
370      <Private>False</Private>
371    </ProjectReference>
372    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
373      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
374      <Name>HeuristicLab.Data-3.3</Name>
375      <Private>False</Private>
376    </ProjectReference>
377    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
378      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
379      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
380      <Private>False</Private>
381    </ProjectReference>
382    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
383      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
384      <Name>HeuristicLab.MainForm-3.3</Name>
385      <Private>False</Private>
386    </ProjectReference>
387    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
388      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
389      <Name>HeuristicLab.Optimization-3.3</Name>
390      <Private>False</Private>
391    </ProjectReference>
392    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
393      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
394      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
395      <Private>False</Private>
396    </ProjectReference>
397    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Views\3.3\HeuristicLab.Problems.Instances.Views-3.3.csproj">
398      <Project>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</Project>
399      <Name>HeuristicLab.Problems.Instances.Views-3.3</Name>
400      <Private>False</Private>
401    </ProjectReference>
402    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
403      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
404      <Name>HeuristicLab.Problems.Instances-3.3</Name>
405      <Private>False</Private>
406    </ProjectReference>
407    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
408      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
409      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
410      <Private>False</Private>
411    </ProjectReference>
412    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
413      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
414      <Name>HeuristicLab.Analysis-3.3</Name>
415      <Private>False</Private>
416    </ProjectReference>
417  </ItemGroup>
418  <ItemGroup>
419    <EmbeddedResource Include="CreateNewSingleEncodingDialog.resx">
420      <DependentUpon>CreateNewSingleEncodingDialog.cs</DependentUpon>
421    </EmbeddedResource>
422  </ItemGroup>
423  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
424  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
425       Other similar extension points exist, see Microsoft.Common.targets.
426  <Target Name="BeforeBuild">
427  </Target>
428  <Target Name="AfterBuild">
429  </Target>
430  -->
431  <PropertyGroup>
432    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
433set ProjectDir=$(ProjectDir)
434set SolutionDir=$(SolutionDir)
435set Outdir=$(Outdir)
436
437call PreBuildEvent.cmd
438</PreBuildEvent>
439    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
440export ProjectDir=$(ProjectDir)
441export SolutionDir=$(SolutionDir)
442
443$SolutionDir/PreBuildEvent.sh
444</PreBuildEvent>
445  </PropertyGroup>
446</Project>
Note: See TracBrowser for help on using the repository browser.