Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3/HeuristicLab.Services.WebApp-3.3.csproj @ 12467

Last change on this file since 12467 was 12467, checked in by dglaser, 9 years ago

#2388: Merged trunk into HiveStatistics branch

File size: 19.7 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      <SubType>Designer</SubType>
218    </Content>
219    <Content Include="Web.Debug.config">
220      <DependentUpon>Web.config</DependentUpon>
221    </Content>
222    <Content Include="Web.Release.config">
223      <DependentUpon>Web.config</DependentUpon>
224    </Content>
225    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.eot" />
226    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.ttf" />
227    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.woff" />
228    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.woff2" />
229    <Content Include="WebApp\shared\images\HeuristicLab-Logo.png" />
230    <Content Include="WebApp\shared\layout\layout.cshtml" />
231    <Content Include="WebApp\shared\menu\menuCtrl.js" />
232    <Content Include="WebApp\shared\services\authenticationService.js" />
233    <Content Include="WebApp\Web.config" />
234    <Content Include="WebApp\shared\menu\menu.cshtml" />
235    <Content Include="WebApp\shared\restricted\empty.cshtml" />
236    <Content Include="WebApp\plugins\login\login.cshtml">
237      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
238    </Content>
239    <Content Include="WebApp\plugins\plugins\plugins.cshtml">
240      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
241    </Content>
242    <Content Include="WebApp\plugins\plugins\Web.config">
243      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
244    </Content>
245  </ItemGroup>
246  <ItemGroup>
247    <Content Include="packages.config" />
248  </ItemGroup>
249  <ItemGroup>
250    <ProjectReference Include="..\..\HeuristicLab.Services.Access\3.3\HeuristicLab.Services.Access-3.3.csproj">
251      <Project>{9fac0b23-2730-452a-9ba0-d7ca1746c541}</Project>
252      <Name>HeuristicLab.Services.Access-3.3</Name>
253    </ProjectReference>
254    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
255      <Project>{ec2c8109-6e1e-4c88-9a2b-908cff2ef4ac}</Project>
256      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
257    </ProjectReference>
258    <ProjectReference Include="..\..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
259      <Project>{cf9da321-ac1b-4fd3-9ec3-67bc6b861bde}</Project>
260      <Name>HeuristicLab.Services.Hive-3.3</Name>
261    </ProjectReference>
262  </ItemGroup>
263  <PropertyGroup>
264    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
265    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
266  </PropertyGroup>
267  <PropertyGroup>
268    <SignAssembly>true</SignAssembly>
269  </PropertyGroup>
270  <PropertyGroup>
271    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
272  </PropertyGroup>
273  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
274    <DebugSymbols>true</DebugSymbols>
275    <OutputPath>bin\</OutputPath>
276    <DefineConstants>DEBUG;TRACE</DefineConstants>
277    <DebugType>full</DebugType>
278    <PlatformTarget>x86</PlatformTarget>
279    <ErrorReport>prompt</ErrorReport>
280    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
281  </PropertyGroup>
282  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
283    <OutputPath>bin\</OutputPath>
284    <DefineConstants>TRACE</DefineConstants>
285    <Optimize>true</Optimize>
286    <DebugType>pdbonly</DebugType>
287    <PlatformTarget>x86</PlatformTarget>
288    <ErrorReport>prompt</ErrorReport>
289    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
290  </PropertyGroup>
291  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
292    <DebugSymbols>true</DebugSymbols>
293    <OutputPath>bin\</OutputPath>
294    <DefineConstants>DEBUG;TRACE</DefineConstants>
295    <DebugType>full</DebugType>
296    <PlatformTarget>x64</PlatformTarget>
297    <ErrorReport>prompt</ErrorReport>
298    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
299  </PropertyGroup>
300  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
301    <OutputPath>bin\</OutputPath>
302    <DefineConstants>TRACE</DefineConstants>
303    <Optimize>true</Optimize>
304    <DebugType>pdbonly</DebugType>
305    <PlatformTarget>x64</PlatformTarget>
306    <ErrorReport>prompt</ErrorReport>
307    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
308  </PropertyGroup>
309  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
310  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
311  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
312  <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
313    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
314  </Target>
315  <ProjectExtensions>
316    <VisualStudio>
317      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
318        <WebProjectProperties>
319          <UseIIS>True</UseIIS>
320          <AutoAssignPort>True</AutoAssignPort>
321          <DevelopmentServerPort>62175</DevelopmentServerPort>
322          <DevelopmentServerVPath>/</DevelopmentServerVPath>
323          <IISUrl>http://localhost:62175/</IISUrl>
324          <NTLMAuthentication>False</NTLMAuthentication>
325          <UseCustomServer>False</UseCustomServer>
326          <CustomServerUrl>
327          </CustomServerUrl>
328          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
329        </WebProjectProperties>
330      </FlavorProperties>
331    </VisualStudio>
332  </ProjectExtensions>
333  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
334  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
335    <PropertyGroup>
336      <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>
337    </PropertyGroup>
338    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
339  </Target>
340  <PropertyGroup>
341    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
342set ProjectDir=$(ProjectDir)
343set SolutionDir=$(SolutionDir)
344set Outdir=$(Outdir)
345
346call PreBuildEvent.cmd</PreBuildEvent>
347  </PropertyGroup>
348  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
349       Other similar extension points exist, see Microsoft.Common.targets.
350  <Target Name="BeforeBuild">
351  </Target>
352  <Target Name="AfterBuild">
353  </Target> -->
354</Project>
Note: See TracBrowser for help on using the repository browser.