Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/HeuristicLab.Services.Hive.Statistics-3.3.csproj @ 9617

Last change on this file since 9617 was 9617, checked in by pfleck, 11 years ago

#2063:
Started integrating Hive statistics into statistics web project.
Added jqPlot library for charting.

File size: 20.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  <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>{070D6549-E33A-4466-9368-70177DF454BD}</ProjectGuid>
11    <ProjectTypeGuids>{E3E379DF-F4C6-4180-9B81-6769533ABE47};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12    <OutputType>Library</OutputType>
13    <AppDesignerFolder>Properties</AppDesignerFolder>
14    <RootNamespace>HeuristicLab.Services.Hive.Statistics</RootNamespace>
15    <AssemblyName>HeuristicLab.Services.Hive.Statistics-3.3</AssemblyName>
16    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
17    <MvcBuildViews>false</MvcBuildViews>
18    <UseIISExpress>true</UseIISExpress>
19    <IISExpressSSLPort />
20    <IISExpressAnonymousAuthentication />
21    <IISExpressWindowsAuthentication />
22    <IISExpressUseClassicPipelineMode />
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
25    <DebugSymbols>true</DebugSymbols>
26    <DebugType>full</DebugType>
27    <Optimize>false</Optimize>
28    <OutputPath>bin\</OutputPath>
29    <DefineConstants>DEBUG;TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34    <DebugType>pdbonly</DebugType>
35    <Optimize>true</Optimize>
36    <OutputPath>bin\</OutputPath>
37    <DefineConstants>TRACE</DefineConstants>
38    <ErrorReport>prompt</ErrorReport>
39    <WarningLevel>4</WarningLevel>
40  </PropertyGroup>
41  <ItemGroup>
42    <Reference Include="Microsoft.CSharp" />
43    <Reference Include="System" />
44    <Reference Include="System.Data" />
45    <Reference Include="System.Data.Linq" />
46    <Reference Include="System.Web.ApplicationServices" />
47    <Reference Include="System.ComponentModel.DataAnnotations" />
48    <Reference Include="System.Core" />
49    <Reference Include="System.Web" />
50    <Reference Include="System.Web.Extensions" />
51    <Reference Include="System.Web.Abstractions" />
52    <Reference Include="System.Web.Routing" />
53    <Reference Include="System.Configuration" />
54    <Reference Include="System.Transactions" />
55    <Reference Include="System.Web.Services" />
56    <Reference Include="System.EnterpriseServices" />
57    <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
58      <Private>True</Private>
59      <HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
60    </Reference>
61    <Reference Include="Microsoft.Web.Mvc.FixedDisplayModes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62      <Private>True</Private>
63      <HintPath>..\..\packages\Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0\lib\net40\Microsoft.Web.Mvc.FixedDisplayModes.dll</HintPath>
64    </Reference>
65    <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
66      <Private>True</Private>
67      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.Helpers.dll</HintPath>
68    </Reference>
69    <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
70      <Private>True</Private>
71      <HintPath>..\..\packages\Microsoft.AspNet.Mvc.4.0.20710.0\lib\net40\System.Web.Mvc.dll</HintPath>
72    </Reference>
73    <Reference Include="System.Web.Optimization">
74      <HintPath>..\..\packages\Microsoft.AspNet.Web.Optimization.1.0.0\lib\net40\System.Web.Optimization.dll</HintPath>
75    </Reference>
76    <Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
77      <Private>True</Private>
78      <HintPath>..\..\packages\Microsoft.AspNet.Razor.2.0.20715.0\lib\net40\System.Web.Razor.dll</HintPath>
79    </Reference>
80    <Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
81      <Private>True</Private>
82      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.dll</HintPath>
83    </Reference>
84    <Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
85      <Private>True</Private>
86      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
87    </Reference>
88    <Reference Include="WebMatrix.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
89      <Private>True</Private>
90      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.Data.2.0.20710.0\lib\net40\WebMatrix.Data.dll</HintPath>
91    </Reference>
92    <Reference Include="WebMatrix.WebData, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
93      <Private>True</Private>
94      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.WebData.2.0.20710.0\lib\net40\WebMatrix.WebData.dll</HintPath>
95    </Reference>
96    <Reference Include="WebGrease">
97      <Private>True</Private>
98      <HintPath>..\..\packages\WebGrease.1.3.0\lib\WebGrease.dll</HintPath>
99    </Reference>
100    <Reference Include="Antlr3.Runtime">
101      <Private>True</Private>
102      <HintPath>..\..\packages\WebGrease.1.3.0\lib\Antlr3.Runtime.dll</HintPath>
103    </Reference>
104  </ItemGroup>
105  <ItemGroup>
106    <Compile Include="App_Start\BundleConfig.cs" />
107    <Compile Include="App_Start\FilterConfig.cs" />
108    <Compile Include="App_Start\RouteConfig.cs" />
109    <Compile Include="Controllers\AccountController.cs" />
110    <Compile Include="Controllers\HomeController.cs" />
111    <Compile Include="Models\OverallStatistics.cs" />
112    <Compile Include="Global.asax.cs">
113      <DependentUpon>Global.asax</DependentUpon>
114    </Compile>
115    <Compile Include="Helper\HtmMenulHelper.cs" />
116    <Compile Include="Models\AccountModels.cs" />
117    <Compile Include="Properties\AssemblyInfo.cs" />
118    <None Include="Properties\AssemblyInfo.cs.frame" />
119  </ItemGroup>
120  <ItemGroup>
121    <Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
122    <Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" />
123    <Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" />
124    <Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" />
125    <Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" />
126    <Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" />
127    <Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" />
128    <Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
129    <Content Include="Content\themes\base\images\ui-icons_222222_256x240.png" />
130    <Content Include="Content\themes\base\images\ui-icons_2e83ff_256x240.png" />
131    <Content Include="Content\themes\base\images\ui-icons_454545_256x240.png" />
132    <Content Include="Content\themes\base\images\ui-icons_888888_256x240.png" />
133    <Content Include="Content\themes\base\images\ui-icons_cd0a0a_256x240.png" />
134    <Content Include="Content\themes\base\jquery-ui.css" />
135    <Content Include="Content\themes\base\jquery.ui.accordion.css" />
136    <Content Include="Content\themes\base\jquery.ui.all.css" />
137    <Content Include="Content\themes\base\jquery.ui.autocomplete.css" />
138    <Content Include="Content\themes\base\jquery.ui.base.css" />
139    <Content Include="Content\themes\base\jquery.ui.button.css" />
140    <Content Include="Content\themes\base\jquery.ui.core.css" />
141    <Content Include="Content\themes\base\jquery.ui.datepicker.css" />
142    <Content Include="Content\themes\base\jquery.ui.dialog.css" />
143    <Content Include="Content\themes\base\jquery.ui.progressbar.css" />
144    <Content Include="Content\themes\base\jquery.ui.resizable.css" />
145    <Content Include="Content\themes\base\jquery.ui.selectable.css" />
146    <Content Include="Content\themes\base\jquery.ui.slider.css" />
147    <Content Include="Content\themes\base\jquery.ui.tabs.css" />
148    <Content Include="Content\themes\base\jquery.ui.theme.css" />
149    <Content Include="Content\themes\base\minified\images\ui-bg_flat_0_aaaaaa_40x100.png" />
150    <Content Include="Content\themes\base\minified\images\ui-bg_flat_75_ffffff_40x100.png" />
151    <Content Include="Content\themes\base\minified\images\ui-bg_glass_55_fbf9ee_1x400.png" />
152    <Content Include="Content\themes\base\minified\images\ui-bg_glass_65_ffffff_1x400.png" />
153    <Content Include="Content\themes\base\minified\images\ui-bg_glass_75_dadada_1x400.png" />
154    <Content Include="Content\themes\base\minified\images\ui-bg_glass_75_e6e6e6_1x400.png" />
155    <Content Include="Content\themes\base\minified\images\ui-bg_glass_95_fef1ec_1x400.png" />
156    <Content Include="Content\themes\base\minified\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
157    <Content Include="Content\themes\base\minified\images\ui-icons_222222_256x240.png" />
158    <Content Include="Content\themes\base\minified\images\ui-icons_2e83ff_256x240.png" />
159    <Content Include="Content\themes\base\minified\images\ui-icons_454545_256x240.png" />
160    <Content Include="Content\themes\base\minified\images\ui-icons_888888_256x240.png" />
161    <Content Include="Content\themes\base\minified\images\ui-icons_cd0a0a_256x240.png" />
162    <Content Include="Content\themes\base\minified\jquery-ui.min.css" />
163    <Content Include="Content\themes\base\minified\jquery.ui.accordion.min.css" />
164    <Content Include="Content\themes\base\minified\jquery.ui.autocomplete.min.css" />
165    <Content Include="Content\themes\base\minified\jquery.ui.button.min.css" />
166    <Content Include="Content\themes\base\minified\jquery.ui.core.min.css" />
167    <Content Include="Content\themes\base\minified\jquery.ui.datepicker.min.css" />
168    <Content Include="Content\themes\base\minified\jquery.ui.dialog.min.css" />
169    <Content Include="Content\themes\base\minified\jquery.ui.progressbar.min.css" />
170    <Content Include="Content\themes\base\minified\jquery.ui.resizable.min.css" />
171    <Content Include="Content\themes\base\minified\jquery.ui.selectable.min.css" />
172    <Content Include="Content\themes\base\minified\jquery.ui.slider.min.css" />
173    <Content Include="Content\themes\base\minified\jquery.ui.tabs.min.css" />
174    <Content Include="Content\themes\base\minified\jquery.ui.theme.min.css" />
175    <Content Include="Content\hl-logo.png" />
176    <Content Include="Global.asax" />
177    <None Include="Scripts\jquery-1.8.2.intellisense.js" />
178    <Content Include="HeuristicLab.ico" />
179    <Content Include="Scripts\jqPlot\changes.txt" />
180    <Content Include="Scripts\jqPlot\copyright.txt" />
181    <Content Include="Scripts\jqPlot\excanvas.js" />
182    <Content Include="Scripts\jqPlot\excanvas.min.js" />
183    <Content Include="Scripts\jqPlot\gpl-2.0.txt" />
184    <Content Include="Scripts\jqPlot\jqPlotCssStyling.txt" />
185    <Content Include="Scripts\jqPlot\jqPlotOptions.txt" />
186    <Content Include="Scripts\jqPlot\jquery.jqplot.css" />
187    <Content Include="Scripts\jqPlot\jquery.jqplot.js" />
188    <Content Include="Scripts\jqPlot\jquery.jqplot.min.css" />
189    <Content Include="Scripts\jqPlot\jquery.jqplot.min.js" />
190    <Content Include="Scripts\jqPlot\jquery.js" />
191    <Content Include="Scripts\jqPlot\jquery.min.js" />
192    <Content Include="Scripts\jqPlot\MIT-LICENSE.txt" />
193    <Content Include="Scripts\jqPlot\optionsTutorial.txt" />
194    <Content Include="Scripts\jqPlot\plugins\jqplot.barRenderer.js" />
195    <Content Include="Scripts\jqPlot\plugins\jqplot.barRenderer.min.js" />
196    <Content Include="Scripts\jqPlot\plugins\jqplot.BezierCurveRenderer.js" />
197    <Content Include="Scripts\jqPlot\plugins\jqplot.BezierCurveRenderer.min.js" />
198    <Content Include="Scripts\jqPlot\plugins\jqplot.blockRenderer.js" />
199    <Content Include="Scripts\jqPlot\plugins\jqplot.blockRenderer.min.js" />
200    <Content Include="Scripts\jqPlot\plugins\jqplot.bubbleRenderer.js" />
201    <Content Include="Scripts\jqPlot\plugins\jqplot.bubbleRenderer.min.js" />
202    <Content Include="Scripts\jqPlot\plugins\jqplot.canvasAxisLabelRenderer.js" />
203    <Content Include="Scripts\jqPlot\plugins\jqplot.canvasAxisLabelRenderer.min.js" />
204    <Content Include="Scripts\jqPlot\plugins\jqplot.canvasAxisTickRenderer.js" />
205    <Content Include="Scripts\jqPlot\plugins\jqplot.canvasAxisTickRenderer.min.js" />
206    <Content Include="Scripts\jqPlot\plugins\jqplot.canvasOverlay.js" />
207    <Content Include="Scripts\jqPlot\plugins\jqplot.canvasOverlay.min.js" />
208    <Content Include="Scripts\jqPlot\plugins\jqplot.canvasTextRenderer.js" />
209    <Content Include="Scripts\jqPlot\plugins\jqplot.canvasTextRenderer.min.js" />
210    <Content Include="Scripts\jqPlot\plugins\jqplot.categoryAxisRenderer.js" />
211    <Content Include="Scripts\jqPlot\plugins\jqplot.categoryAxisRenderer.min.js" />
212    <Content Include="Scripts\jqPlot\plugins\jqplot.ciParser.js" />
213    <Content Include="Scripts\jqPlot\plugins\jqplot.ciParser.min.js" />
214    <Content Include="Scripts\jqPlot\plugins\jqplot.cursor.js" />
215    <Content Include="Scripts\jqPlot\plugins\jqplot.cursor.min.js" />
216    <Content Include="Scripts\jqPlot\plugins\jqplot.dateAxisRenderer.js" />
217    <Content Include="Scripts\jqPlot\plugins\jqplot.dateAxisRenderer.min.js" />
218    <Content Include="Scripts\jqPlot\plugins\jqplot.donutRenderer.js" />
219    <Content Include="Scripts\jqPlot\plugins\jqplot.donutRenderer.min.js" />
220    <Content Include="Scripts\jqPlot\plugins\jqplot.dragable.js" />
221    <Content Include="Scripts\jqPlot\plugins\jqplot.dragable.min.js" />
222    <Content Include="Scripts\jqPlot\plugins\jqplot.enhancedLegendRenderer.js" />
223    <Content Include="Scripts\jqPlot\plugins\jqplot.enhancedLegendRenderer.min.js" />
224    <Content Include="Scripts\jqPlot\plugins\jqplot.funnelRenderer.js" />
225    <Content Include="Scripts\jqPlot\plugins\jqplot.funnelRenderer.min.js" />
226    <Content Include="Scripts\jqPlot\plugins\jqplot.highlighter.js" />
227    <Content Include="Scripts\jqPlot\plugins\jqplot.highlighter.min.js" />
228    <Content Include="Scripts\jqPlot\plugins\jqplot.json2.js" />
229    <Content Include="Scripts\jqPlot\plugins\jqplot.json2.min.js" />
230    <Content Include="Scripts\jqPlot\plugins\jqplot.logAxisRenderer.js" />
231    <Content Include="Scripts\jqPlot\plugins\jqplot.logAxisRenderer.min.js" />
232    <Content Include="Scripts\jqPlot\plugins\jqplot.mekkoAxisRenderer.js" />
233    <Content Include="Scripts\jqPlot\plugins\jqplot.mekkoAxisRenderer.min.js" />
234    <Content Include="Scripts\jqPlot\plugins\jqplot.mekkoRenderer.js" />
235    <Content Include="Scripts\jqPlot\plugins\jqplot.mekkoRenderer.min.js" />
236    <Content Include="Scripts\jqPlot\plugins\jqplot.meterGaugeRenderer.js" />
237    <Content Include="Scripts\jqPlot\plugins\jqplot.meterGaugeRenderer.min.js" />
238    <Content Include="Scripts\jqPlot\plugins\jqplot.ohlcRenderer.js" />
239    <Content Include="Scripts\jqPlot\plugins\jqplot.ohlcRenderer.min.js" />
240    <Content Include="Scripts\jqPlot\plugins\jqplot.pieRenderer.js" />
241    <Content Include="Scripts\jqPlot\plugins\jqplot.pieRenderer.min.js" />
242    <Content Include="Scripts\jqPlot\plugins\jqplot.pointLabels.js" />
243    <Content Include="Scripts\jqPlot\plugins\jqplot.pointLabels.min.js" />
244    <Content Include="Scripts\jqPlot\plugins\jqplot.pyramidAxisRenderer.js" />
245    <Content Include="Scripts\jqPlot\plugins\jqplot.pyramidAxisRenderer.min.js" />
246    <Content Include="Scripts\jqPlot\plugins\jqplot.pyramidGridRenderer.js" />
247    <Content Include="Scripts\jqPlot\plugins\jqplot.pyramidGridRenderer.min.js" />
248    <Content Include="Scripts\jqPlot\plugins\jqplot.pyramidRenderer.js" />
249    <Content Include="Scripts\jqPlot\plugins\jqplot.pyramidRenderer.min.js" />
250    <Content Include="Scripts\jqPlot\plugins\jqplot.trendline.js" />
251    <Content Include="Scripts\jqPlot\plugins\jqplot.trendline.min.js" />
252    <Content Include="Scripts\jqPlot\README.txt" />
253    <Content Include="Scripts\jqPlot\usage.txt" />
254    <Content Include="Scripts\jquery-1.8.2.js" />
255    <Content Include="Scripts\jquery-1.8.2.min.js" />
256    <None Include="Scripts\jquery.validate-vsdoc.js" />
257    <Content Include="Scripts\jquery-ui-1.8.24.js" />
258    <Content Include="Scripts\jquery-ui-1.8.24.min.js" />
259    <Content Include="Scripts\jquery.unobtrusive-ajax.js" />
260    <Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
261    <Content Include="Scripts\jquery.validate.js" />
262    <Content Include="Scripts\jquery.validate.min.js" />
263    <Content Include="Scripts\jquery.validate.unobtrusive.js" />
264    <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
265    <Content Include="Scripts\modernizr-2.6.2.js" />
266    <Content Include="Web.config" />
267    <Content Include="Web.Debug.config">
268      <DependentUpon>Web.config</DependentUpon>
269    </Content>
270    <Content Include="Web.Release.config">
271      <DependentUpon>Web.config</DependentUpon>
272    </Content>
273    <Content Include="Content\Site.css" />
274    <Content Include="Scripts\_references.js" />
275    <Content Include="Views\_ViewStart.cshtml" />
276    <Content Include="Views\Account\Login.cshtml" />
277    <Content Include="Views\Home\About.cshtml" />
278    <Content Include="Views\Home\Contact.cshtml" />
279    <Content Include="Views\Home\Index.cshtml" />
280    <Content Include="Views\Shared\Error.cshtml" />
281    <Content Include="Views\Shared\_LoginPartial.cshtml" />
282    <Content Include="Views\Shared\_Layout.cshtml" />
283    <Content Include="Views\Web.config" />
284  </ItemGroup>
285  <ItemGroup>
286    <Folder Include="App_Data\" />
287    <Folder Include="Filters\" />
288  </ItemGroup>
289  <ItemGroup>
290    <Content Include="packages.config" />
291  </ItemGroup>
292  <ItemGroup>
293    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
294      <Project>{ec2c8109-6e1e-4c88-9a2b-908cff2ef4ac}</Project>
295      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
296    </ProjectReference>
297    <ProjectReference Include="..\..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
298      <Project>{cf9da321-ac1b-4fd3-9ec3-67bc6b861bde}</Project>
299      <Name>HeuristicLab.Services.Hive-3.3</Name>
300    </ProjectReference>
301  </ItemGroup>
302  <PropertyGroup>
303    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
304    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
305  </PropertyGroup>
306  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
307  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
308  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
309  <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
310    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
311  </Target>
312  <ProjectExtensions>
313    <VisualStudio>
314      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
315        <WebProjectProperties>
316          <UseIIS>True</UseIIS>
317          <AutoAssignPort>True</AutoAssignPort>
318          <DevelopmentServerPort>0</DevelopmentServerPort>
319          <DevelopmentServerVPath>/</DevelopmentServerVPath>
320          <IISUrl>http://localhost:2088/</IISUrl>
321          <NTLMAuthentication>False</NTLMAuthentication>
322          <UseCustomServer>False</UseCustomServer>
323          <CustomServerUrl>
324          </CustomServerUrl>
325          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
326        </WebProjectProperties>
327      </FlavorProperties>
328    </VisualStudio>
329  </ProjectExtensions>
330  <PropertyGroup>
331    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
332set ProjectDir=$(ProjectDir)
333set SolutionDir=$(SolutionDir)
334set Outdir=$(Outdir)
335
336call PreBuildEvent.cmd</PreBuildEvent>
337  </PropertyGroup>
338  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
339       Other similar extension points exist, see Microsoft.Common.targets.
340  <Target Name="BeforeBuild">
341  </Target>
342  <Target Name="AfterBuild">
343  </Target> -->
344</Project>
Note: See TracBrowser for help on using the repository browser.