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