Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2394:

HeuristicLab.Services.WebApp-3.3:

  • added exception property
  • added an icon and exception message in the plugin app
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\pluginsExceptionCtrl.js" />
181    <Content Include="WebApp\plugins\plugins\plugins.js">
182      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
183    </Content>
184    <Content Include="WebApp\plugins\plugins\pluginsCtrl.js">
185      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
186    </Content>
187    <Content Include="WebApp\plugins\plugins\pluginsService.js" />
188    <Content Include="WebApp\shared\directives\flot.js" />
189    <Content Include="WebApp\libs\angularjs\angular-ui\ui-bootstrap-tpls-0.13.0.min.js" />
190    <Content Include="WebApp\libs\angularjs\angular.min.js" />
191    <Content Include="WebApp\libs\bootstrap\css\bootstrap-theme.min.css" />
192    <Content Include="WebApp\libs\bootstrap\css\bootstrap.min.css" />
193    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.svg" />
194    <Content Include="WebApp\libs\bootstrap\js\bootstrap.min.js" />
195    <Content Include="WebApp\libs\jquery\jquery-flot\excanvas.js" />
196    <Content Include="WebApp\libs\jquery\jquery-flot\excanvas.min.js" />
197    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.colorhelpers.min.js" />
198    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.canvas.min.js" />
199    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.categories.min.js" />
200    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.crosshair.min.js" />
201    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.errorbars.min.js" />
202    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.fillbetween.min.js" />
203    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.image.min.js" />
204    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.min.js" />
205    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.navigate.min.js" />
206    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.pie.min.js" />
207    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.resize.min.js" />
208    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.selection.min.js" />
209    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.stack.min.js" />
210    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.symbol.min.js" />
211    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.threshold.min.js" />
212    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.time.min.js" />
213    <Content Include="WebApp\libs\jquery\jquery-flot\LICENSE.txt" />
214    <Content Include="WebApp\libs\jquery\jquery-2.1.4.min.js" />
215    <Content Include="HeuristicLab.snk" />
216    <Content Include="Properties\AssemblyInfo.cs.frame" />
217    <Content Include="Web.config" />
218    <Content Include="Web.Debug.config">
219      <DependentUpon>Web.config</DependentUpon>
220    </Content>
221    <Content Include="Web.Release.config">
222      <DependentUpon>Web.config</DependentUpon>
223    </Content>
224    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.eot" />
225    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.ttf" />
226    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.woff" />
227    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.woff2" />
228    <Content Include="WebApp\shared\images\HeuristicLab-Logo.png" />
229    <Content Include="WebApp\shared\layout\layout.cshtml" />
230    <Content Include="WebApp\shared\menu\menuCtrl.js" />
231    <Content Include="WebApp\shared\services\authenticationService.js" />
232    <Content Include="WebApp\Web.config" />
233    <Content Include="WebApp\shared\menu\menu.cshtml" />
234    <Content Include="WebApp\shared\restricted\empty.cshtml" />
235    <Content Include="WebApp\plugins\login\login.cshtml">
236      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
237    </Content>
238    <Content Include="WebApp\plugins\plugins\plugins.cshtml">
239      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
240    </Content>
241    <Content Include="WebApp\plugins\plugins\Web.config">
242      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
243    </Content>
244  </ItemGroup>
245  <ItemGroup>
246    <Content Include="packages.config" />
247  </ItemGroup>
248  <ItemGroup>
249    <ProjectReference Include="..\..\HeuristicLab.Services.Access\3.3\HeuristicLab.Services.Access-3.3.csproj">
250      <Project>{9fac0b23-2730-452a-9ba0-d7ca1746c541}</Project>
251      <Name>HeuristicLab.Services.Access-3.3</Name>
252    </ProjectReference>
253    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
254      <Project>{ec2c8109-6e1e-4c88-9a2b-908cff2ef4ac}</Project>
255      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
256    </ProjectReference>
257    <ProjectReference Include="..\..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
258      <Project>{cf9da321-ac1b-4fd3-9ec3-67bc6b861bde}</Project>
259      <Name>HeuristicLab.Services.Hive-3.3</Name>
260    </ProjectReference>
261  </ItemGroup>
262  <PropertyGroup>
263    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
264    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
265  </PropertyGroup>
266  <PropertyGroup>
267    <SignAssembly>true</SignAssembly>
268  </PropertyGroup>
269  <PropertyGroup>
270    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
271  </PropertyGroup>
272  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
273    <DebugSymbols>true</DebugSymbols>
274    <OutputPath>bin\</OutputPath>
275    <DefineConstants>DEBUG;TRACE</DefineConstants>
276    <DebugType>full</DebugType>
277    <PlatformTarget>x86</PlatformTarget>
278    <ErrorReport>prompt</ErrorReport>
279    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
280  </PropertyGroup>
281  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
282    <OutputPath>bin\</OutputPath>
283    <DefineConstants>TRACE</DefineConstants>
284    <Optimize>true</Optimize>
285    <DebugType>pdbonly</DebugType>
286    <PlatformTarget>x86</PlatformTarget>
287    <ErrorReport>prompt</ErrorReport>
288    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
289  </PropertyGroup>
290  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
291    <DebugSymbols>true</DebugSymbols>
292    <OutputPath>bin\</OutputPath>
293    <DefineConstants>DEBUG;TRACE</DefineConstants>
294    <DebugType>full</DebugType>
295    <PlatformTarget>x64</PlatformTarget>
296    <ErrorReport>prompt</ErrorReport>
297    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
298  </PropertyGroup>
299  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
300    <OutputPath>bin\</OutputPath>
301    <DefineConstants>TRACE</DefineConstants>
302    <Optimize>true</Optimize>
303    <DebugType>pdbonly</DebugType>
304    <PlatformTarget>x64</PlatformTarget>
305    <ErrorReport>prompt</ErrorReport>
306    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
307  </PropertyGroup>
308  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
309  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
310  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
311  <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
312    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
313  </Target>
314  <ProjectExtensions>
315    <VisualStudio>
316      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
317        <WebProjectProperties>
318          <UseIIS>True</UseIIS>
319          <AutoAssignPort>True</AutoAssignPort>
320          <DevelopmentServerPort>62175</DevelopmentServerPort>
321          <DevelopmentServerVPath>/</DevelopmentServerVPath>
322          <IISUrl>http://localhost:62175/</IISUrl>
323          <NTLMAuthentication>False</NTLMAuthentication>
324          <UseCustomServer>False</UseCustomServer>
325          <CustomServerUrl>
326          </CustomServerUrl>
327          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
328        </WebProjectProperties>
329      </FlavorProperties>
330    </VisualStudio>
331  </ProjectExtensions>
332  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
333  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
334    <PropertyGroup>
335      <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>
336    </PropertyGroup>
337    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
338  </Target>
339  <PropertyGroup>
340    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
341set ProjectDir=$(ProjectDir)
342set SolutionDir=$(SolutionDir)
343set Outdir=$(Outdir)
344
345call PreBuildEvent.cmd</PreBuildEvent>
346  </PropertyGroup>
347  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
348       Other similar extension points exist, see Microsoft.Common.targets.
349  <Target Name="BeforeBuild">
350  </Target>
351  <Target Name="AfterBuild">
352  </Target> -->
353</Project>
Note: See TracBrowser for help on using the repository browser.