Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.WebApp/3.3/HeuristicLab.Services.WebApp-3.3.csproj @ 12514

Last change on this file since 12514 was 12428, checked in by ascheibe, 9 years ago

#2394 added web app and status page to trunk

File size: 19.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProductVersion>
8    </ProductVersion>
9    <SchemaVersion>2.0</SchemaVersion>
10    <ProjectGuid>{6564C6AF-3E37-4C29-8947-68D4E22232BE}</ProjectGuid>
11    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12    <OutputType>Library</OutputType>
13    <AppDesignerFolder>Properties</AppDesignerFolder>
14    <RootNamespace>HeuristicLab.Services.WebApp</RootNamespace>
15    <AssemblyName>HeuristicLab.Services.WebApp</AssemblyName>
16    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
17    <MvcBuildViews>false</MvcBuildViews>
18    <UseIISExpress>true</UseIISExpress>
19    <IISExpressSSLPort />
20    <IISExpressAnonymousAuthentication />
21    <IISExpressWindowsAuthentication />
22    <IISExpressUseClassicPipelineMode />
23    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
24    <RestorePackages>true</RestorePackages>
25    <WebGreaseLibPath>..\..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
28    <DebugSymbols>true</DebugSymbols>
29    <DebugType>full</DebugType>
30    <Optimize>false</Optimize>
31    <OutputPath>bin\</OutputPath>
32    <DefineConstants>DEBUG;TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <PublishDatabases>false</PublishDatabases>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
38    <DebugType>pdbonly</DebugType>
39    <Optimize>true</Optimize>
40    <OutputPath>bin\</OutputPath>
41    <DefineConstants>TRACE</DefineConstants>
42    <ErrorReport>prompt</ErrorReport>
43    <WarningLevel>4</WarningLevel>
44  </PropertyGroup>
45  <ItemGroup>
46    <Reference Include="Antlr3.Runtime, Version=3.4.1.9004, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
47      <HintPath>..\..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
48      <Private>True</Private>
49    </Reference>
50    <Reference Include="Microsoft.CSharp" />
51    <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
52      <HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
53      <Private>True</Private>
54    </Reference>
55    <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
56      <HintPath>..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
57      <Private>True</Private>
58    </Reference>
59    <Reference Include="System" />
60    <Reference Include="System.Data" />
61    <Reference Include="System.Drawing" />
62    <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
63      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
64      <Private>True</Private>
65    </Reference>
66    <Reference Include="System.Web.DynamicData" />
67    <Reference Include="System.Web.Entity" />
68    <Reference Include="System.Web.ApplicationServices" />
69    <Reference Include="System.ComponentModel.DataAnnotations" />
70    <Reference Include="System.Core" />
71    <Reference Include="System.Data.DataSetExtensions" />
72    <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
73      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
74      <Private>True</Private>
75    </Reference>
76    <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
77      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
78      <Private>True</Private>
79    </Reference>
80    <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
81      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
82      <Private>True</Private>
83    </Reference>
84    <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
85      <HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
86      <Private>True</Private>
87    </Reference>
88    <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
89      <HintPath>..\..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
90      <Private>True</Private>
91    </Reference>
92    <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
93      <HintPath>..\..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
94      <Private>True</Private>
95    </Reference>
96    <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
97      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
98      <Private>True</Private>
99    </Reference>
100    <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
101      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
102      <Private>True</Private>
103    </Reference>
104    <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
105      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
106      <Private>True</Private>
107    </Reference>
108    <Reference Include="System.Xml.Linq" />
109    <Reference Include="System.Web" />
110    <Reference Include="System.Web.Extensions" />
111    <Reference Include="System.Web.Abstractions" />
112    <Reference Include="System.Web.Routing" />
113    <Reference Include="System.Xml" />
114    <Reference Include="System.Configuration" />
115    <Reference Include="System.Web.Services" />
116    <Reference Include="System.EnterpriseServices" />
117    <Reference Include="System.Net.Http">
118    </Reference>
119    <Reference Include="System.Net.Http.WebRequest">
120    </Reference>
121    <Reference Include="WebGrease, Version=1.5.2.14234, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
122      <HintPath>..\..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
123      <Private>True</Private>
124    </Reference>
125  </ItemGroup>
126  <ItemGroup>
127    <Compile Include="Configs\BundleConfig.cs" />
128    <Compile Include="Configs\FilterConfig.cs" />
129    <Compile Include="Configs\RouteConfig.cs" />
130    <Compile Include="Configs\WebApiConfig.cs" />
131    <Compile Include="Controllers\AppController.cs" />
132    <Compile Include="Controllers\AuthenticationController.cs" />
133    <Compile Include="Controllers\DataTransfer\Plugin.cs" />
134    <Compile Include="Controllers\DataTransfer\User.cs" />
135    <Compile Include="Controllers\PluginController.cs" />
136    <Compile Include="Controllers\WebAppControllerSelector.cs" />
137    <Compile Include="Global.asax.cs">
138      <DependentUpon>Global.asax</DependentUpon>
139    </Compile>
140    <Compile Include="Plugin.cs" />
141    <Compile Include="PluginManager.cs" />
142    <Compile Include="Properties\AssemblyInfo.cs" />
143  </ItemGroup>
144  <ItemGroup>
145    <Content Include="WebApp\app.css" />
146    <Content Include="Global.asax" />
147    <Content Include="WebApp\main.js" />
148    <Content Include="WebApp\helper.js" />
149    <Content Include="WebApp\HeuristicLab.ico" />
150    <Content Include="WebApp\libs\angularjs\angular-animate.min.js" />
151    <Content Include="WebApp\libs\angularjs\angular-aria.min.js" />
152    <Content Include="WebApp\libs\angularjs\angular-cookies.min.js" />
153    <Content Include="WebApp\libs\angularjs\angular-knob\angular-knob.js" />
154    <Content Include="WebApp\libs\angularjs\angular-loader.min.js" />
155    <Content Include="WebApp\libs\angularjs\angular-messages.min.js" />
156    <Content Include="WebApp\libs\angularjs\angular-resource.min.js" />
157    <Content Include="WebApp\libs\angularjs\angular-route.min.js" />
158    <Content Include="WebApp\libs\angularjs\angular-sanitize.min.js" />
159    <Content Include="WebApp\libs\angularjs\angular-touch.min.js" />
160    <Content Include="WebApp\libs\angularjs\angular-ui-router.min.js" />
161    <Content Include="WebApp\libs\angularjs\loading-bar\loading-bar.css" />
162    <Content Include="WebApp\libs\angularjs\loading-bar\loading-bar.js" />
163    <Content Include="WebApp\libs\angularjs\ocLazyLoad\ocLazyLoad.min.js" />
164    <Content Include="WebApp\libs\font-awesome\font-awesome.min.css" />
165    <Content Include="WebApp\libs\jquery\jquery-knob\jquery.knob.min.js" />
166    <Content Include="WebApp\libs\jquery\jquery-ui\jquery-ui-1.11.4.min.js" />
167    <Content Include="WebApp\libs\misc\html5shiv.min.js" />
168    <Content Include="WebApp\libs\misc\respond.min.js" />
169    <Content Include="WebApp\libs\smoothScroll\smoothScroll.js" />
170    <Content Include="WebApp\app.js" />
171    <Content Include="WebApp\plugins\login\login.css">
172      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
173    </Content>
174    <Content Include="WebApp\plugins\login\login.js">
175      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
176    </Content>
177    <Content Include="WebApp\plugins\login\loginCtrl.js">
178      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
179    </Content>
180    <Content Include="WebApp\plugins\plugins\plugins.js">
181      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
182    </Content>
183    <Content Include="WebApp\plugins\plugins\pluginsCtrl.js">
184      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
185    </Content>
186    <Content Include="WebApp\plugins\plugins\pluginsService.js" />
187    <Content Include="WebApp\shared\directives\flot.js" />
188    <Content Include="WebApp\libs\angularjs\angular-ui\ui-bootstrap-tpls-0.13.0.min.js" />
189    <Content Include="WebApp\libs\angularjs\angular.min.js" />
190    <Content Include="WebApp\libs\bootstrap\css\bootstrap-theme.min.css" />
191    <Content Include="WebApp\libs\bootstrap\css\bootstrap.min.css" />
192    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.svg" />
193    <Content Include="WebApp\libs\bootstrap\js\bootstrap.min.js" />
194    <Content Include="WebApp\libs\jquery\jquery-flot\excanvas.js" />
195    <Content Include="WebApp\libs\jquery\jquery-flot\excanvas.min.js" />
196    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.colorhelpers.min.js" />
197    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.canvas.min.js" />
198    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.categories.min.js" />
199    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.crosshair.min.js" />
200    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.errorbars.min.js" />
201    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.fillbetween.min.js" />
202    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.image.min.js" />
203    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.min.js" />
204    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.navigate.min.js" />
205    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.pie.min.js" />
206    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.resize.min.js" />
207    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.selection.min.js" />
208    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.stack.min.js" />
209    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.symbol.min.js" />
210    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.threshold.min.js" />
211    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.time.min.js" />
212    <Content Include="WebApp\libs\jquery\jquery-flot\LICENSE.txt" />
213    <Content Include="WebApp\libs\jquery\jquery-2.1.4.min.js" />
214    <Content Include="HeuristicLab.snk" />
215    <Content Include="Properties\AssemblyInfo.cs.frame" />
216    <Content Include="Web.config" />
217    <Content Include="Web.Debug.config">
218      <DependentUpon>Web.config</DependentUpon>
219    </Content>
220    <Content Include="Web.Release.config">
221      <DependentUpon>Web.config</DependentUpon>
222    </Content>
223    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.eot" />
224    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.ttf" />
225    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.woff" />
226    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.woff2" />
227    <Content Include="WebApp\shared\images\HeuristicLab-Logo.png" />
228    <Content Include="WebApp\shared\layout\layout.cshtml" />
229    <Content Include="WebApp\shared\menu\menuCtrl.js" />
230    <Content Include="WebApp\shared\services\authenticationService.js" />
231    <Content Include="WebApp\Web.config" />
232    <Content Include="WebApp\shared\menu\menu.cshtml" />
233    <Content Include="WebApp\shared\restricted\empty.cshtml" />
234    <Content Include="WebApp\plugins\login\login.cshtml">
235      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
236    </Content>
237    <Content Include="WebApp\plugins\plugins\plugins.cshtml">
238      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
239    </Content>
240    <Content Include="WebApp\plugins\plugins\Web.config">
241      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
242    </Content>
243  </ItemGroup>
244  <ItemGroup>
245    <Content Include="packages.config" />
246  </ItemGroup>
247  <ItemGroup>
248    <ProjectReference Include="..\..\HeuristicLab.Services.Access\3.3\HeuristicLab.Services.Access-3.3.csproj">
249      <Project>{9fac0b23-2730-452a-9ba0-d7ca1746c541}</Project>
250      <Name>HeuristicLab.Services.Access-3.3</Name>
251    </ProjectReference>
252    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
253      <Project>{ec2c8109-6e1e-4c88-9a2b-908cff2ef4ac}</Project>
254      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
255    </ProjectReference>
256    <ProjectReference Include="..\..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
257      <Project>{cf9da321-ac1b-4fd3-9ec3-67bc6b861bde}</Project>
258      <Name>HeuristicLab.Services.Hive-3.3</Name>
259    </ProjectReference>
260  </ItemGroup>
261  <PropertyGroup>
262    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
263    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
264  </PropertyGroup>
265  <PropertyGroup>
266    <SignAssembly>true</SignAssembly>
267  </PropertyGroup>
268  <PropertyGroup>
269    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
270  </PropertyGroup>
271  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
272    <DebugSymbols>true</DebugSymbols>
273    <OutputPath>bin\</OutputPath>
274    <DefineConstants>DEBUG;TRACE</DefineConstants>
275    <DebugType>full</DebugType>
276    <PlatformTarget>x86</PlatformTarget>
277    <ErrorReport>prompt</ErrorReport>
278    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
279  </PropertyGroup>
280  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
281    <OutputPath>bin\</OutputPath>
282    <DefineConstants>TRACE</DefineConstants>
283    <Optimize>true</Optimize>
284    <DebugType>pdbonly</DebugType>
285    <PlatformTarget>x86</PlatformTarget>
286    <ErrorReport>prompt</ErrorReport>
287    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
288  </PropertyGroup>
289  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
290    <DebugSymbols>true</DebugSymbols>
291    <OutputPath>bin\</OutputPath>
292    <DefineConstants>DEBUG;TRACE</DefineConstants>
293    <DebugType>full</DebugType>
294    <PlatformTarget>x64</PlatformTarget>
295    <ErrorReport>prompt</ErrorReport>
296    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
297  </PropertyGroup>
298  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
299    <OutputPath>bin\</OutputPath>
300    <DefineConstants>TRACE</DefineConstants>
301    <Optimize>true</Optimize>
302    <DebugType>pdbonly</DebugType>
303    <PlatformTarget>x64</PlatformTarget>
304    <ErrorReport>prompt</ErrorReport>
305    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
306  </PropertyGroup>
307  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
308  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
309  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
310  <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
311    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
312  </Target>
313  <ProjectExtensions>
314    <VisualStudio>
315      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
316        <WebProjectProperties>
317          <UseIIS>True</UseIIS>
318          <AutoAssignPort>True</AutoAssignPort>
319          <DevelopmentServerPort>62175</DevelopmentServerPort>
320          <DevelopmentServerVPath>/</DevelopmentServerVPath>
321          <IISUrl>http://localhost:62175/</IISUrl>
322          <NTLMAuthentication>False</NTLMAuthentication>
323          <UseCustomServer>False</UseCustomServer>
324          <CustomServerUrl>
325          </CustomServerUrl>
326          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
327        </WebProjectProperties>
328      </FlavorProperties>
329    </VisualStudio>
330  </ProjectExtensions>
331  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
332  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
333    <PropertyGroup>
334      <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
335    </PropertyGroup>
336    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
337  </Target>
338  <PropertyGroup>
339    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
340set ProjectDir=$(ProjectDir)
341set SolutionDir=$(SolutionDir)
342set Outdir=$(Outdir)
343
344call PreBuildEvent.cmd</PreBuildEvent>
345  </PropertyGroup>
346  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
347       Other similar extension points exist, see Microsoft.Common.targets.
348  <Target Name="BeforeBuild">
349  </Target>
350  <Target Name="AfterBuild">
351  </Target> -->
352</Project>
Note: See TracBrowser for help on using the repository browser.