Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2520_PersistenceReintegration/HeuristicLab.Clients.OKB.Views/3.3/HeuristicLab.Clients.OKB.Views-3.3.csproj @ 16539

Last change on this file since 16539 was 16539, checked in by gkronber, 5 years ago

#2520: use nuget package System.Drawing.Common to allow cross-platform persistence for types from System.Drawing.

File size: 19.6 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{399EBB6E-37A1-4AE4-B8CD-0D461FF286A3}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.OKB</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.OKB.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>$(SolutionDir)\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
26    <Prefer32Bit>false</Prefer32Bit>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>$(SolutionDir)\bin\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <DocumentationFile>
36    </DocumentationFile>
37    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
38    <Prefer32Bit>false</Prefer32Bit>
39  </PropertyGroup>
40  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
41    <DebugSymbols>true</DebugSymbols>
42    <OutputPath>$(SolutionDir)\bin\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x86</PlatformTarget>
46    <ErrorReport>prompt</ErrorReport>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
51    <OutputPath>$(SolutionDir)\bin\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <DocumentationFile>
54    </DocumentationFile>
55    <Optimize>true</Optimize>
56    <DebugType>pdbonly</DebugType>
57    <PlatformTarget>x86</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60    <Prefer32Bit>false</Prefer32Bit>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>$(SolutionDir)\bin\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x64</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70    <Prefer32Bit>false</Prefer32Bit>
71  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
73    <OutputPath>$(SolutionDir)\bin\</OutputPath>
74    <DefineConstants>TRACE</DefineConstants>
75    <DocumentationFile>
76    </DocumentationFile>
77    <Optimize>true</Optimize>
78    <DebugType>pdbonly</DebugType>
79    <PlatformTarget>x64</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82    <Prefer32Bit>false</Prefer32Bit>
83  </PropertyGroup>
84  <PropertyGroup>
85    <SignAssembly>true</SignAssembly>
86  </PropertyGroup>
87  <PropertyGroup>
88    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
89  </PropertyGroup>
90  <ItemGroup>
91    <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
92      <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
93    </Reference>
94    <Reference Include="HEAL.Fossil, Version=1.0.1.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
95      <HintPath>..\..\packages\HEAL.Fossil.1.0.1\lib\netstandard2.0\HEAL.Fossil.dll</HintPath>
96    </Reference>
97    <Reference Include="System" />
98    <Reference Include="System.Core" />
99    <Reference Include="System.Drawing" />
100    <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
101      <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
102    </Reference>
103    <Reference Include="System.Runtime.Serialization" />
104    <Reference Include="System.ServiceModel" />
105    <Reference Include="System.Windows.Forms" />
106    <Reference Include="System.Xml.Linq" />
107    <Reference Include="System.Data.DataSetExtensions" />
108    <Reference Include="System.Data" />
109    <Reference Include="System.Xml" />
110  </ItemGroup>
111  <ItemGroup>
112    <Compile Include="Administration\AdministratorMenuItem.cs" />
113    <Compile Include="Administration\Views\AdministratorView.cs">
114      <SubType>UserControl</SubType>
115    </Compile>
116    <Compile Include="Administration\Views\AdministratorView.Designer.cs">
117      <DependentUpon>AdministratorView.cs</DependentUpon>
118    </Compile>
119    <Compile Include="Administration\Views\AlgorithmClassCollectionView.cs">
120      <SubType>UserControl</SubType>
121    </Compile>
122    <Compile Include="Administration\Views\AlgorithmClassCollectionView.Designer.cs">
123      <DependentUpon>AlgorithmClassCollectionView.cs</DependentUpon>
124    </Compile>
125    <Compile Include="Administration\Views\AlgorithmCollectionView.cs">
126      <SubType>UserControl</SubType>
127    </Compile>
128    <Compile Include="Administration\Views\AlgorithmCollectionView.Designer.cs">
129      <DependentUpon>AlgorithmCollectionView.cs</DependentUpon>
130    </Compile>
131    <Compile Include="Administration\Views\AlgorithmView.cs">
132      <SubType>UserControl</SubType>
133    </Compile>
134    <Compile Include="Administration\Views\AlgorithmView.Designer.cs">
135      <DependentUpon>AlgorithmView.cs</DependentUpon>
136    </Compile>
137    <Compile Include="Administration\Views\OKBItemCollectionView.cs">
138      <SubType>UserControl</SubType>
139    </Compile>
140    <Compile Include="Administration\Views\OKBItemCollectionView.Designer.cs">
141      <DependentUpon>OKBItemCollectionView.cs</DependentUpon>
142    </Compile>
143    <Compile Include="Administration\Views\NamedOKBItemView.cs">
144      <SubType>UserControl</SubType>
145    </Compile>
146    <Compile Include="Administration\Views\NamedOKBItemView.Designer.cs">
147      <DependentUpon>NamedOKBItemView.cs</DependentUpon>
148    </Compile>
149    <Compile Include="Administration\Views\OKBItemView.cs">
150      <SubType>UserControl</SubType>
151    </Compile>
152    <Compile Include="Administration\Views\OKBItemView.Designer.cs">
153      <DependentUpon>OKBItemView.cs</DependentUpon>
154    </Compile>
155    <Compile Include="Administration\Views\PlatformCollectionView.cs">
156      <SubType>UserControl</SubType>
157    </Compile>
158    <Compile Include="Administration\Views\PlatformCollectionView.Designer.cs">
159      <DependentUpon>PlatformCollectionView.cs</DependentUpon>
160    </Compile>
161    <Compile Include="Administration\Views\ProblemClassCollectionView.cs">
162      <SubType>UserControl</SubType>
163    </Compile>
164    <Compile Include="Administration\Views\ProblemClassCollectionView.Designer.cs">
165      <DependentUpon>ProblemClassCollectionView.cs</DependentUpon>
166    </Compile>
167    <Compile Include="Administration\Views\ProblemCollectionView.cs">
168      <SubType>UserControl</SubType>
169    </Compile>
170    <Compile Include="Administration\Views\ProblemCollectionView.Designer.cs">
171      <DependentUpon>ProblemCollectionView.cs</DependentUpon>
172    </Compile>
173    <Compile Include="Administration\Views\ProblemView.cs">
174      <SubType>UserControl</SubType>
175    </Compile>
176    <Compile Include="Administration\Views\ProblemView.Designer.cs">
177      <DependentUpon>ProblemView.cs</DependentUpon>
178    </Compile>
179    <Compile Include="Plugin.cs" />
180    <Compile Include="Query\QueryMenuItem.cs" />
181    <Compile Include="Query\Views\CombinedFilterView.cs">
182      <SubType>UserControl</SubType>
183    </Compile>
184    <Compile Include="Query\Views\CombinedFilterView.Designer.cs">
185      <DependentUpon>CombinedFilterView.cs</DependentUpon>
186    </Compile>
187    <Compile Include="Query\Views\OrdinalComparisonTimeSpanFilterView.cs">
188      <SubType>UserControl</SubType>
189    </Compile>
190    <Compile Include="Query\Views\OrdinalComparisonTimeSpanFilterView.Designer.cs">
191      <DependentUpon>OrdinalComparisonTimeSpanFilterView.cs</DependentUpon>
192    </Compile>
193    <Compile Include="Query\Views\OrdinalComparisonPercentFilterView.cs">
194      <SubType>UserControl</SubType>
195    </Compile>
196    <Compile Include="Query\Views\OrdinalComparisonPercentFilterView.Designer.cs">
197      <DependentUpon>OrdinalComparisonPercentFilterView.cs</DependentUpon>
198    </Compile>
199    <Compile Include="Query\Views\OrdinalComparisonDateTimeFilterView.cs">
200      <SubType>UserControl</SubType>
201    </Compile>
202    <Compile Include="Query\Views\OrdinalComparisonDateTimeFilterView.Designer.cs">
203      <DependentUpon>OrdinalComparisonDateTimeFilterView.cs</DependentUpon>
204    </Compile>
205    <Compile Include="Query\Views\OrdinalComparisonFloatFilterView.cs">
206      <SubType>UserControl</SubType>
207    </Compile>
208    <Compile Include="Query\Views\OrdinalComparisonFloatFilterView.Designer.cs">
209      <DependentUpon>OrdinalComparisonFloatFilterView.cs</DependentUpon>
210    </Compile>
211    <Compile Include="Query\Views\OrdinalComparisonIntFilterView.cs">
212      <SubType>UserControl</SubType>
213    </Compile>
214    <Compile Include="Query\Views\OrdinalComparisonIntFilterView.Designer.cs">
215      <DependentUpon>OrdinalComparisonIntFilterView.cs</DependentUpon>
216    </Compile>
217    <Compile Include="Query\Views\EqualityComparisonBoolFilterView.cs">
218      <SubType>UserControl</SubType>
219    </Compile>
220    <Compile Include="Query\Views\EqualityComparisonBoolFilterView.Designer.cs">
221      <DependentUpon>EqualityComparisonBoolFilterView.cs</DependentUpon>
222    </Compile>
223    <Compile Include="Query\Views\EqualityComparisonFilterView.cs">
224      <SubType>UserControl</SubType>
225    </Compile>
226    <Compile Include="Query\Views\EqualityComparisonFilterView.Designer.cs">
227      <DependentUpon>EqualityComparisonFilterView.cs</DependentUpon>
228    </Compile>
229    <Compile Include="Query\Views\FilterView.cs">
230      <SubType>UserControl</SubType>
231    </Compile>
232    <Compile Include="Query\Views\FilterView.Designer.cs">
233      <DependentUpon>FilterView.cs</DependentUpon>
234    </Compile>
235    <Compile Include="Query\Views\OrdinalComparisonDoubleFilterView.cs">
236      <SubType>UserControl</SubType>
237    </Compile>
238    <Compile Include="Query\Views\OrdinalComparisonDoubleFilterView.Designer.cs">
239      <DependentUpon>OrdinalComparisonDoubleFilterView.cs</DependentUpon>
240    </Compile>
241    <Compile Include="Query\Views\OrdinalComparisonFilterView.cs">
242      <SubType>UserControl</SubType>
243    </Compile>
244    <Compile Include="Query\Views\OrdinalComparisonFilterView.Designer.cs">
245      <DependentUpon>OrdinalComparisonFilterView.cs</DependentUpon>
246    </Compile>
247    <Compile Include="Query\Views\OrdinalComparisonLongFilterView.cs">
248      <SubType>UserControl</SubType>
249    </Compile>
250    <Compile Include="Query\Views\OrdinalComparisonLongFilterView.Designer.cs">
251      <DependentUpon>OrdinalComparisonLongFilterView.cs</DependentUpon>
252    </Compile>
253    <Compile Include="Query\Views\QueryView.cs">
254      <SubType>UserControl</SubType>
255    </Compile>
256    <Compile Include="Query\Views\QueryView.Designer.cs">
257      <DependentUpon>QueryView.cs</DependentUpon>
258    </Compile>
259    <Compile Include="Query\Views\StringComparisonAvailableValuesFilterView.cs">
260      <SubType>UserControl</SubType>
261    </Compile>
262    <Compile Include="Query\Views\StringComparisonAvailableValuesFilterView.Designer.cs">
263      <DependentUpon>StringComparisonAvailableValuesFilterView.cs</DependentUpon>
264    </Compile>
265    <Compile Include="Query\Views\StringComparisonFilterView.cs">
266      <SubType>UserControl</SubType>
267    </Compile>
268    <Compile Include="Query\Views\StringComparisonFilterView.Designer.cs">
269      <DependentUpon>StringComparisonFilterView.cs</DependentUpon>
270    </Compile>
271    <Compile Include="RunCreation\CreateFromExperimentMenuItem.cs" />
272    <Compile Include="Properties\AssemblyInfo.cs" />
273    <Compile Include="RunCreation\Views\OKBAlgorithmView.cs">
274      <SubType>UserControl</SubType>
275    </Compile>
276    <Compile Include="RunCreation\Views\OKBAlgorithmView.Designer.cs">
277      <DependentUpon>OKBAlgorithmView.cs</DependentUpon>
278    </Compile>
279    <Compile Include="RunCreation\Views\OKBExperimentUploadView.cs">
280      <SubType>UserControl</SubType>
281    </Compile>
282    <Compile Include="RunCreation\Views\OKBExperimentUploadView.Designer.cs">
283      <DependentUpon>OKBExperimentUploadView.cs</DependentUpon>
284    </Compile>
285    <Compile Include="RunCreation\Views\OKBProblemView.cs">
286      <SubType>UserControl</SubType>
287    </Compile>
288    <Compile Include="RunCreation\Views\OKBProblemView.Designer.cs">
289      <DependentUpon>OKBProblemView.cs</DependentUpon>
290    </Compile>
291    <Compile Include="RunCreation\Views\OKBRunView.cs">
292      <SubType>UserControl</SubType>
293    </Compile>
294    <Compile Include="RunCreation\Views\OKBRunView.Designer.cs">
295      <DependentUpon>OKBRunView.cs</DependentUpon>
296    </Compile>
297    <Compile Include="RunCreation\Views\SingleObjectiveOKBSolutionView.cs">
298      <SubType>UserControl</SubType>
299    </Compile>
300    <Compile Include="RunCreation\Views\SingleObjectiveOKBSolutionView.Designer.cs">
301      <DependentUpon>SingleObjectiveOKBSolutionView.cs</DependentUpon>
302    </Compile>
303    <None Include="packages.config" />
304    <None Include="Plugin.cs.frame" />
305    <None Include="Properties\AssemblyInfo.cs.frame" />
306  </ItemGroup>
307  <ItemGroup>
308    <None Include="HeuristicLab.snk" />
309  </ItemGroup>
310  <ItemGroup>
311    <ProjectReference Include="..\..\HeuristicLab.Clients.Access.Views\3.3\HeuristicLab.Clients.Access.Views-3.3.csproj">
312      <Project>{FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}</Project>
313      <Name>HeuristicLab.Clients.Access.Views-3.3</Name>
314      <Private>False</Private>
315    </ProjectReference>
316    <ProjectReference Include="..\..\HeuristicLab.Clients.Access\3.3\HeuristicLab.Clients.Access-3.3.csproj">
317      <Project>{494F87F4-0F25-4D33-A382-10CDB2174D48}</Project>
318      <Name>HeuristicLab.Clients.Access-3.3</Name>
319      <Private>False</Private>
320    </ProjectReference>
321    <ProjectReference Include="..\..\HeuristicLab.Clients.OKB\3.3\HeuristicLab.Clients.OKB-3.3.csproj">
322      <Project>{73857A9C-9706-4B72-8D9C-210B5B6A5691}</Project>
323      <Name>HeuristicLab.Clients.OKB-3.3</Name>
324      <Private>False</Private>
325    </ProjectReference>
326    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
327      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
328      <Name>HeuristicLab.Collections-3.3</Name>
329      <Private>False</Private>
330    </ProjectReference>
331    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
332      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
333      <Name>HeuristicLab.Common.Resources-3.3</Name>
334      <Private>False</Private>
335    </ProjectReference>
336    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
337      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
338      <Name>HeuristicLab.Common-3.3</Name>
339      <Private>False</Private>
340    </ProjectReference>
341    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
342      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
343      <Name>HeuristicLab.Core.Views-3.3</Name>
344      <Private>False</Private>
345    </ProjectReference>
346    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
347      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
348      <Name>HeuristicLab.Core-3.3</Name>
349      <Private>False</Private>
350    </ProjectReference>
351    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
352      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
353      <Name>HeuristicLab.Data.Views-3.3</Name>
354    </ProjectReference>
355    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
356      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
357      <Name>HeuristicLab.Data-3.3</Name>
358      <Private>False</Private>
359    </ProjectReference>
360    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
361      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
362      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
363      <Private>False</Private>
364    </ProjectReference>
365    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
366      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
367      <Name>HeuristicLab.MainForm-3.3</Name>
368      <Private>False</Private>
369    </ProjectReference>
370    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
371      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
372      <Name>HeuristicLab.Optimization.Views-3.3</Name>
373      <Private>False</Private>
374    </ProjectReference>
375    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
376      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
377      <Name>HeuristicLab.Optimization-3.3</Name>
378      <Private>False</Private>
379    </ProjectReference>
380    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
381      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
382      <Name>HeuristicLab.Optimizer-3.3</Name>
383      <Private>False</Private>
384    </ProjectReference>
385    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
386      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
387      <Name>HeuristicLab.Persistence-3.3</Name>
388      <Private>False</Private>
389    </ProjectReference>
390    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
391      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
392      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
393      <Private>False</Private>
394    </ProjectReference>
395  </ItemGroup>
396  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
397  <PropertyGroup>
398    <PostBuildEvent>
399    </PostBuildEvent>
400  </PropertyGroup>
401  <PropertyGroup>
402    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
403set ProjectDir=$(ProjectDir)
404set SolutionDir=$(SolutionDir)
405set Outdir=$(Outdir)
406call PreBuildEvent.cmd</PreBuildEvent>
407    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
408export ProjectDir=$(ProjectDir)
409export SolutionDir=$(SolutionDir)
410
411$SolutionDir/PreBuildEvent.sh
412</PreBuildEvent>
413  </PropertyGroup>
414  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
415       Other similar extension points exist, see Microsoft.Common.targets.
416  <Target Name="BeforeBuild">
417  </Target>
418  <Target Name="AfterBuild">
419  </Target>
420  -->
421</Project>
Note: See TracBrowser for help on using the repository browser.