mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
1c88bf257d
plus a little cleanup.
411 lines
24 KiB
XML
411 lines
24 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>
|
|
</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{CDDCF754-ECAA-4A66-ADAA-62957A57A51B}</ProjectGuid>
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>BuildFeed</RootNamespace>
|
|
<AssemblyName>BuildFeed</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<MvcBuildViews>false</MvcBuildViews>
|
|
<UseIISExpress>true</UseIISExpress>
|
|
<IISExpressSSLPort />
|
|
<IISExpressAnonymousAuthentication />
|
|
<IISExpressWindowsAuthentication />
|
|
<IISExpressUseClassicPipelineMode />
|
|
<ApplicationInsightsResourceId>/subscriptions/4af45631-0e5c-4253-9e38-d0c47f9c5b32/resourcegroups/Default-ApplicationInsights-CentralUS/providers/microsoft.insights/components/BuildFeed</ApplicationInsightsResourceId>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
<TypeScriptToolsVersion>1.4</TypeScriptToolsVersion>
|
|
<UseGlobalApplicationHostFile />
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRuleSet>ExtendedCorrectnessRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Humanizer, Version=1.36.0.0, Culture=neutral, PublicKeyToken=979442b78dfc278e, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Humanizer.1.36.0\lib\portable-win+net40+sl50+wp8+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Humanizer.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.ApplicationInsights, Version=0.17.0.576, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.ApplicationInsights.0.17.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.ApplicationInsights.Extensibility.PerfCollector, Version=0.17.0.587, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.ApplicationInsights.PerfCounterCollector.0.17.0\lib\net45\Microsoft.ApplicationInsights.Extensibility.PerfCollector.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.ApplicationInsights.Extensibility.RuntimeTelemetry, Version=0.17.0.582, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.ApplicationInsights.DependencyCollector.0.17.0\lib\net45\Microsoft.ApplicationInsights.Extensibility.RuntimeTelemetry.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.ApplicationInsights.Extensibility.Web, Version=0.17.0.582, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.ApplicationInsights.Web.0.17.0\lib\net45\Microsoft.ApplicationInsights.Extensibility.Web.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.ApplicationInsights.Web.TelemetryChannel, Version=0.17.0.582, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.ApplicationInsights.Web.TelemetryChannel.0.17.0\lib\net45\Microsoft.ApplicationInsights.Web.TelemetryChannel.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="Microsoft.Diagnostics.Instrumentation.Extensions.Intercept, Version=0.17.0.194, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.0.17.0\lib\net45\Microsoft.Diagnostics.Instrumentation.Extensions.Intercept.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Threading.Tasks">
|
|
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Threading.Tasks.Extensions">
|
|
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop">
|
|
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NServiceKit.Common, Version=1.0.35.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\NServiceKit.Common.1.0.35\lib\net35\NServiceKit.Common.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="NServiceKit.Interfaces, Version=1.0.35.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\NServiceKit.Common.1.0.35\lib\net35\NServiceKit.Interfaces.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="NServiceKit.Redis, Version=1.0.16.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\NServiceKit.Redis.1.0.16\lib\net35\NServiceKit.Redis.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="NServiceKit.Text">
|
|
<HintPath>..\packages\NServiceKit.Text.1.0.10\lib\net35\NServiceKit.Text.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="RouteDebugger">
|
|
<HintPath>..\packages\routedebugger.2.1.4.0\lib\net40\RouteDebugger.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net" />
|
|
<Reference Include="System.Net.Http.Formatting">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Web.DynamicData" />
|
|
<Reference Include="System.Web.Entity" />
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Web.Helpers">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.Http">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.Http.WebHost">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.Mvc">
|
|
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.Razor">
|
|
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages.Deployment">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages.Razor">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Abstractions" />
|
|
<Reference Include="System.Web.Routing" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Web.Services" />
|
|
<Reference Include="System.EnterpriseServices" />
|
|
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<Private>True</Private>
|
|
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http">
|
|
</Reference>
|
|
<Reference Include="System.Net.Http.WebRequest">
|
|
</Reference>
|
|
<Reference Include="System.Web.Optimization">
|
|
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="X.Web.RSS">
|
|
<HintPath>..\packages\xwebrss.1.2.1.130\lib\net40-client\X.Web.RSS.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Areas\admin\Controllers\baseController.cs" />
|
|
<Compile Include="Areas\admin\Controllers\metaController.cs" />
|
|
<Compile Include="Areas\admin\Models\ViewModel\MetaListing.cs" />
|
|
<Compile Include="Code\DateTimeModelBinder.cs" />
|
|
<Compile Include="Code\DisplayHelpers.cs" />
|
|
<Compile Include="App_Start\BundleConfig.cs" />
|
|
<Compile Include="App_Start\DatabaseConfig.cs" />
|
|
<Compile Include="App_Start\FilterConfig.cs" />
|
|
<Compile Include="App_Start\RouteConfig.cs" />
|
|
<Compile Include="Areas\admin\adminAreaRegistration.cs" />
|
|
<Compile Include="Areas\admin\Controllers\usersController.cs" />
|
|
<Compile Include="Code\MvcIntrinsics.cs" />
|
|
<Compile Include="Controllers\apiController.cs" />
|
|
<Compile Include="Controllers\frontController.cs" />
|
|
<Compile Include="Controllers\rssController.cs" />
|
|
<Compile Include="Controllers\supportController.cs" />
|
|
<Compile Include="Global.asax.cs">
|
|
<DependentUpon>Global.asax</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Models\ApiModel\NewBuild.cs" />
|
|
<Compile Include="Models\ApiModel\SearchResult.cs" />
|
|
<Compile Include="Models\Build.cs" />
|
|
<Compile Include="Models\MetaItem.cs" />
|
|
<Compile Include="Models\ViewModel\Front\FrontBuildGroup.cs" />
|
|
<Compile Include="Models\ViewModel\LoginUser.cs" />
|
|
<Compile Include="Models\ViewModel\ChangePassword.cs" />
|
|
<Compile Include="Models\ViewModel\RegistrationUser.cs" />
|
|
<Compile Include="Models\ViewModel\SitemapData.cs" />
|
|
<Compile Include="Models\ViewModel\StatsPage.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="BingSiteAuth.xml" />
|
|
<Content Include="browserconfig.xml" />
|
|
<Content Include="content\icons-2x.png" />
|
|
<Content Include="content\icons.png" />
|
|
<Content Include="favicon.ico" />
|
|
<Content Include="Global.asax" />
|
|
<Content Include="content\style.css" />
|
|
<Content Include="Areas\admin\Views\web.config" />
|
|
<Content Include="Areas\admin\Views\users\index.cshtml" />
|
|
<Content Include="Areas\admin\Views\_ViewStart.cshtml" />
|
|
<Content Include="content\tile\wide.png" />
|
|
<Content Include="content\Web.config" />
|
|
<Content Include="Areas\admin\Views\base\index.cshtml" />
|
|
<Content Include="ApplicationInsights.config">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="Areas\admin\Views\users\admins.cshtml" />
|
|
<Content Include="Areas\admin\Views\meta\index.cshtml" />
|
|
<Content Include="Areas\admin\Views\meta\create.cshtml" />
|
|
<Content Include="Scripts\Chart.js" />
|
|
<Content Include="Scripts\Chart.min.js" />
|
|
<Content Include="App_Code\PaginationHelpers.cshtml" />
|
|
<None Include="Scripts\jquery-2.1.4.intellisense.js" />
|
|
<Content Include="Scripts\jquery-2.1.4.js" />
|
|
<Content Include="Scripts\jquery-2.1.4.min.js" />
|
|
<Content Include="Scripts\jquery.validate.unobtrusive.js" />
|
|
<Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\ca.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\cs.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\da.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\de.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\es.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\es_ar.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\fa.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\fi.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\fr.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\he.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\id.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\it.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\ja.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\ko.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\nl.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\pl.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\pt.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\ro.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\rs.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\rs_latin.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\ru.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\sk.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\tr.min.js" />
|
|
<Content Include="Scripts\trumbowyg\langs\zh_cn.min.js" />
|
|
<Content Include="Scripts\trumbowyg\plugins\base64\trumbowyg.base64.js" />
|
|
<Content Include="Scripts\trumbowyg\plugins\base64\trumbowyg.base64.min.js" />
|
|
<Content Include="Scripts\trumbowyg\plugins\colors\trumbowyg.colors.js" />
|
|
<Content Include="Scripts\trumbowyg\plugins\colors\trumbowyg.colors.min.js" />
|
|
<Content Include="Scripts\trumbowyg\plugins\colors\ui\images\icons-black-2x.png" />
|
|
<Content Include="Scripts\trumbowyg\plugins\colors\ui\images\icons-black.png" />
|
|
<Content Include="Scripts\trumbowyg\plugins\colors\ui\images\icons-white-2x.png" />
|
|
<Content Include="Scripts\trumbowyg\plugins\colors\ui\images\icons-white.png" />
|
|
<Content Include="Scripts\trumbowyg\plugins\colors\ui\trumbowyg.colors.css" />
|
|
<Content Include="Scripts\trumbowyg\plugins\colors\ui\trumbowyg.colors.min.css" />
|
|
<Content Include="Scripts\trumbowyg\plugins\upload\trumbowyg.upload.js" />
|
|
<Content Include="Scripts\trumbowyg\plugins\upload\trumbowyg.upload.min.js" />
|
|
<Content Include="Scripts\trumbowyg\trumbowyg.js" />
|
|
<Content Include="Scripts\trumbowyg\trumbowyg.min.js" />
|
|
<Content Include="Scripts\trumbowyg\ui\images\icons-black-2x.png" />
|
|
<Content Include="Scripts\trumbowyg\ui\images\icons-black.png" />
|
|
<Content Include="Scripts\trumbowyg\ui\images\icons-white-2x.png" />
|
|
<Content Include="Scripts\trumbowyg\ui\images\icons-white.png" />
|
|
<Content Include="Scripts\trumbowyg\ui\trumbowyg.css" />
|
|
<Content Include="Scripts\trumbowyg\ui\trumbowyg.min.css" />
|
|
<Content Include="yandex_702baad42b020be7.html" />
|
|
<None Include="Properties\PublishProfiles\Local Folder.pubxml" />
|
|
<None Include="Properties\PublishProfiles\Milestone 1 FTP.pubxml" />
|
|
<Content Include="googleacffc6da14c53e15.html" />
|
|
<Content Include="content\tile\large.png" />
|
|
<Content Include="Scripts\bfs.js" />
|
|
<Content Include="Scripts\excanvas.compiled.js" />
|
|
<Content Include="Scripts\excanvas.js" />
|
|
<Content Include="Scripts\jquery-2.1.4.min.map" />
|
|
<None Include="Scripts\jquery.validate-vsdoc.js" />
|
|
<Content Include="Scripts\jquery.validate.js" />
|
|
<Content Include="Scripts\jquery.validate.min.js" />
|
|
<Content Include="Scripts\jsrender.js" />
|
|
<Content Include="Scripts\jsrender.min.js" />
|
|
<Content Include="Scripts\_references.js" />
|
|
<Content Include="content\tile\square.png" />
|
|
<Content Include="content\tile\tiny.png" />
|
|
<Content Include="Web.config">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="Web.Debug.config">
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
</Content>
|
|
<Content Include="Web.Release.config">
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="Views\Web.config" />
|
|
<Content Include="Views\_ViewStart.cshtml" />
|
|
<Content Include="Views\shared\error.cshtml" />
|
|
<Content Include="Views\shared\_default.cshtml" />
|
|
<Content Include="Views\front\editBuild.cshtml" />
|
|
<Content Include="Views\shared\DisplayTemplates\Enumeration.cshtml" />
|
|
<Content Include="Views\support\register.cshtml" />
|
|
<Content Include="Views\support\login.cshtml" />
|
|
<Content Include="Views\support\password.cshtml" />
|
|
<Content Include="Views\support\thanks_register.cshtml" />
|
|
<Content Include="Views\support\rss.cshtml" />
|
|
<Content Include="Views\support\sitemap.cshtml" />
|
|
<Content Include="Scripts\jsrender.min.js.map" />
|
|
<Content Include="Views\support\stats.cshtml" />
|
|
<Content Include="smtp.config">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="Views\front\index.cshtml" />
|
|
<Content Include="Views\front\viewGroup.cshtml" />
|
|
<Content Include="Views\front\viewBuild.cshtml" />
|
|
<Content Include="Views\front\viewLab.cshtml" />
|
|
<Content Include="Views\front\viewSource.cshtml" />
|
|
<Content Include="Views\front\viewYear.cshtml" />
|
|
<Content Include="Views\front\viewVersion.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="App_Data\" />
|
|
<Folder Include="Areas\admin\Views\Shared\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="packages.config">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<TypeScriptCompile Include="Scripts\typings\jquery\jquery.d.ts" />
|
|
<TypeScriptCompile Include="Scripts\typings\jsrender\jsrender.d.ts" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\RedisAuth\RedisAuth.csproj">
|
|
<Project>{c6a16cf0-41da-4b90-918a-cb84a8c3f1e2}</Project>
|
|
<Name>RedisAuth</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
|
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
|
|
<Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
|
|
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
|
|
</Target>
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
<WebProjectProperties>
|
|
<UseIIS>True</UseIIS>
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
<DevelopmentServerPort>50468</DevelopmentServerPort>
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
<IISUrl>http://localhost:50505/</IISUrl>
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
<UseCustomServer>False</UseCustomServer>
|
|
<CustomServerUrl>
|
|
</CustomServerUrl>
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
|
|
<Error Condition="!Exists('..\packages\Microsoft.Diagnostics.Instrumentation.Extensions.Intercept.0.13.0-build22724\build\Microsoft.Diagnostics.Instrumentation.Extensions.Intercept.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Diagnostics.Instrumentation.Extensions.Intercept.0.13.0-build22724\build\Microsoft.Diagnostics.Instrumentation.Extensions.Intercept.targets'))" />
|
|
<Error Condition="!Exists('..\packages\Microsoft.Diagnostics.Tracing.EventSource.Redist.1.1.20-beta\build\portable-net45+win8+wpa81\Microsoft.Diagnostics.Tracing.EventSource.Redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Diagnostics.Tracing.EventSource.Redist.1.1.20-beta\build\portable-net45+win8+wpa81\Microsoft.Diagnostics.Tracing.EventSource.Redist.targets'))" />
|
|
<Error Condition="!Exists('..\packages\Microsoft.ApplicationInsights.Agent.Intercept.0.17.0\build\Microsoft.ApplicationInsights.Agent.Intercept.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.ApplicationInsights.Agent.Intercept.0.17.0\build\Microsoft.ApplicationInsights.Agent.Intercept.targets'))" />
|
|
</Target>
|
|
<Import Project="..\packages\Microsoft.ApplicationInsights.Agent.Intercept.0.17.0\build\Microsoft.ApplicationInsights.Agent.Intercept.targets" Condition="Exists('..\packages\Microsoft.ApplicationInsights.Agent.Intercept.0.17.0\build\Microsoft.ApplicationInsights.Agent.Intercept.targets')" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target> -->
|
|
</Project> |