2014-05-05 19:34:47 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-08-05 20:54:33 +08:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<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>{56406C67-2B6F-4152-9EC0-E6D80E86B96D}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Web12306</RootNamespace>
|
|
|
|
|
<AssemblyName>Web12306</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
<MvcBuildViews>false</MvcBuildViews>
|
|
|
|
|
<UseIISExpress>true</UseIISExpress>
|
|
|
|
|
<IISExpressSSLPort />
|
|
|
|
|
<IISExpressAnonymousAuthentication />
|
|
|
|
|
<IISExpressWindowsAuthentication />
|
|
|
|
|
<IISExpressUseClassicPipelineMode />
|
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
|
|
<RestorePackages>true</RestorePackages>
|
2014-08-05 20:54:33 +08:00
|
|
|
|
<TypeScriptToolsVersion>1.0</TypeScriptToolsVersion>
|
2014-05-05 19:34:47 +08:00
|
|
|
|
</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>
|
|
|
|
|
</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="Microsoft.CSharp" />
|
2014-08-18 23:12:35 +08:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Data.Entity" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Web.DynamicData" />
|
|
|
|
|
<Reference Include="System.Web.Entity" />
|
|
|
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
2014-08-18 23:12:35 +08:00
|
|
|
|
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.0\lib\net45\System.Web.Helpers.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.Mvc, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.0\lib\net45\System.Web.Mvc.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.0\lib\net45\System.Web.Razor.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.0\lib\net45\System.Web.WebPages.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.0\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.0\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
|
|
|
|
|
</Reference>
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
<Reference Include="System.Web.Extensions" />
|
|
|
|
|
<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.1\lib\net40\System.Web.Optimization.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="WebGrease">
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Antlr3.Runtime">
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System.Net.Http.Formatting">
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.0.0\lib\net45\System.Net.Http.Formatting.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.Http">
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.0.0\lib\net45\System.Web.Http.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.Http.WebHost">
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.0.0\lib\net45\System.Web.Http.WebHost.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="App_Start\BundleConfig.cs" />
|
|
|
|
|
<Compile Include="App_Start\FilterConfig.cs" />
|
|
|
|
|
<Compile Include="App_Start\RouteConfig.cs" />
|
|
|
|
|
<Compile Include="App_Start\WebApiConfig.cs" />
|
2014-08-13 00:14:00 +08:00
|
|
|
|
<Compile Include="ChatServers.cs" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<Compile Include="Global.asax.cs">
|
|
|
|
|
<DependentUpon>Global.asax</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2014-08-18 23:12:35 +08:00
|
|
|
|
<Compile Include="TrainSuggestion.cs" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="css\base.css" />
|
|
|
|
|
<Content Include="css\buttons.css" />
|
|
|
|
|
<Content Include="css\fa\css\font-awesome.css" />
|
|
|
|
|
<Content Include="css\fa\fonts\fontawesome-webfont.svg" />
|
|
|
|
|
<Content Include="css\index.css" />
|
2014-07-25 22:28:51 +08:00
|
|
|
|
<Content Include="css\ui\chat.css" />
|
|
|
|
|
<Content Include="css\ui\chat\chat-container.css" />
|
|
|
|
|
<Content Include="css\ui\chat\chat-float-tip.css" />
|
|
|
|
|
<Content Include="css\ui\chat\chat-frame.css" />
|
|
|
|
|
<Content Include="css\ui\chat\chat-server-select.css" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<Content Include="css\ui\city-selector.css" />
|
|
|
|
|
<Content Include="css\ui\date-popup.css" />
|
|
|
|
|
<Content Include="css\ui\date-selector.css" />
|
2014-08-26 21:29:58 +08:00
|
|
|
|
<Content Include="css\ui\dialogs.css" />
|
2014-06-26 22:24:54 +08:00
|
|
|
|
<Content Include="css\ui\float-passenger-selector.css" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<Content Include="css\ui\index-search-base.css" />
|
|
|
|
|
<Content Include="css\ui\options-param.css" />
|
|
|
|
|
<Content Include="css\ui\passenger-selector.css" />
|
|
|
|
|
<Content Include="css\ui\query-result.css" />
|
|
|
|
|
<Content Include="css\ui\train-stops.css" />
|
|
|
|
|
<Content Include="css\ui\travel-method.css" />
|
2014-07-11 18:34:59 +08:00
|
|
|
|
<Content Include="css\ui\ui-autorefresh.css" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<Content Include="css\ui\widget-login.css" />
|
2014-06-12 21:36:05 +08:00
|
|
|
|
<Content Include="css\ui\widget-message-popup.css" />
|
2014-08-05 20:54:33 +08:00
|
|
|
|
<Content Include="css\ui\widget-selltime-notification.css" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<Content Include="css\ui\widget-ticketsubmit.css" />
|
|
|
|
|
<Content Include="css\ui\widget.css" />
|
|
|
|
|
<Content Include="Global.asax" />
|
2014-07-11 18:34:59 +08:00
|
|
|
|
<Content Include="images\autorefresh.png" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<Content Include="images\code.png" />
|
|
|
|
|
<Content Include="images\css-sprite.mkm" />
|
|
|
|
|
<Content Include="images\loading.gif" />
|
|
|
|
|
<Content Include="images\css-sprite.png" />
|
|
|
|
|
<Content Include="images\icon.png" />
|
|
|
|
|
<Content Include="images\logo.png" />
|
|
|
|
|
<Content Include="images\logo12306.png" />
|
|
|
|
|
<Content Include="images\page-bg.png" />
|
|
|
|
|
<Content Include="images\search-box-bg.png" />
|
2014-07-02 18:43:28 +08:00
|
|
|
|
<Content Include="images\ticket-submit-info-arrow-w.png" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<Content Include="images\ticket-submit-info-arrow.png" />
|
|
|
|
|
<Content Include="images\ticket-submit-qr.png" />
|
|
|
|
|
<Content Include="index.html" />
|
2014-06-12 21:36:05 +08:00
|
|
|
|
<Content Include="js\account\keepalive.js" />
|
2014-05-16 20:10:45 +08:00
|
|
|
|
<Content Include="js\account\sessionMgr.js" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<Content Include="js\boot.js" />
|
|
|
|
|
<Content Include="css\fa\fonts\fontawesome-webfont.eot" />
|
|
|
|
|
<Content Include="css\fa\fonts\fontawesome-webfont.ttf" />
|
|
|
|
|
<Content Include="css\fa\fonts\fontawesome-webfont.woff" />
|
|
|
|
|
<Content Include="css\fa\fonts\FontAwesome.otf" />
|
2014-08-13 00:14:00 +08:00
|
|
|
|
<Content Include="chatservers.json" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<None Include="js\docs\chrome-api-vsdoc.js" />
|
|
|
|
|
<Content Include="js\data.js" />
|
2014-06-20 20:55:14 +08:00
|
|
|
|
<Content Include="js\modules\doT.js" />
|
2014-06-27 22:25:42 +08:00
|
|
|
|
<Content Include="js\otn\orderprocess.js" />
|
2014-08-20 20:58:24 +08:00
|
|
|
|
<Content Include="js\otn\passenger.js" />
|
2014-06-20 20:55:14 +08:00
|
|
|
|
<Content Include="js\otn\queryticket.js" />
|
2014-07-29 21:19:06 +08:00
|
|
|
|
<Content Include="js\otn\trainfilter.js" />
|
2014-07-31 21:30:48 +08:00
|
|
|
|
<Content Include="js\otn\trainstationsuggest.js" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<Content Include="js\platform\EventObject.js" />
|
2014-06-12 21:36:05 +08:00
|
|
|
|
<Content Include="js\platform\extensionPort.js" />
|
2014-07-11 18:34:59 +08:00
|
|
|
|
<Content Include="js\platform\media.js" />
|
|
|
|
|
<Content Include="js\platform\optionBinder.js" />
|
2014-06-12 21:36:05 +08:00
|
|
|
|
<Content Include="js\platform\parser.js" />
|
2014-07-11 18:34:59 +08:00
|
|
|
|
<Content Include="js\platform\profileBinder.js" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<Content Include="js\platform\storage.js" />
|
2014-07-11 18:34:59 +08:00
|
|
|
|
<Content Include="js\platform\track.js" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<Content Include="js\platform\webRequest.js" />
|
|
|
|
|
<Content Include="js\station\station_data.js" />
|
2014-08-08 20:46:37 +08:00
|
|
|
|
<Content Include="js\ui\chat\chatframe.js" />
|
|
|
|
|
<Content Include="js\ui\chat\roomsession.js" />
|
|
|
|
|
<Content Include="js\ui\chat\servernode.js" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<Content Include="js\ui\index.js" />
|
|
|
|
|
<Content Include="js\modules\jquery\jquery.js" />
|
|
|
|
|
<Content Include="js\modules\seajs\sea.js" />
|
|
|
|
|
<Content Include="js\modules\underscore\underscore.js" />
|
2014-07-01 20:07:44 +08:00
|
|
|
|
<Content Include="js\ui\noextension.js" />
|
2014-07-11 18:34:59 +08:00
|
|
|
|
<Content Include="js\ui\ui-autorefresh.js" />
|
2014-07-08 20:11:31 +08:00
|
|
|
|
<Content Include="js\ui\ui-autosubmitform.js" />
|
2014-05-16 20:10:45 +08:00
|
|
|
|
<Content Include="js\ui\ui-login.js" />
|
2014-06-26 22:24:54 +08:00
|
|
|
|
<Content Include="js\ui\ui-order-submit-process.js" />
|
|
|
|
|
<Content Include="js\ui\ui-passenger-selection.js" />
|
|
|
|
|
<Content Include="js\ui\ui-submit-order.js" />
|
2014-08-19 21:33:26 +08:00
|
|
|
|
<Content Include="js\ui\ui-sysnotice.js" />
|
2014-07-04 20:57:57 +08:00
|
|
|
|
<Content Include="js\ui\ui-theme-manager.js" />
|
2014-07-01 20:07:44 +08:00
|
|
|
|
<Content Include="js\ui\ui-train-stop.js" />
|
2014-06-26 22:24:54 +08:00
|
|
|
|
<Content Include="js\ui\ui-trainlist.js" />
|
2014-07-23 17:32:50 +08:00
|
|
|
|
<Content Include="js\ui\ui_sns_share.js" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<Content Include="js\ui\widget.js" />
|
|
|
|
|
<Content Include="js\ui\widget_cityselector.js" />
|
2014-07-02 18:43:28 +08:00
|
|
|
|
<Content Include="js\ui\widget_datebar.js" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<Content Include="js\ui\widget_datedropdown.js" />
|
2014-06-12 21:36:05 +08:00
|
|
|
|
<Content Include="js\ui\widget_message_popup.js" />
|
2014-08-26 21:29:58 +08:00
|
|
|
|
<Content Include="js\ui\widget_modalDialog.js" />
|
2014-08-05 20:54:33 +08:00
|
|
|
|
<Content Include="js\ui\widget_sell_notification.js" />
|
2014-06-12 21:36:05 +08:00
|
|
|
|
<Content Include="js\ui\widget_verifycode.js" />
|
2014-07-23 17:32:50 +08:00
|
|
|
|
<None Include="Scripts\_references.js" />
|
2014-08-06 20:56:47 +08:00
|
|
|
|
<Content Include="js\utility.js" />
|
2014-08-27 23:05:50 +08:00
|
|
|
|
<Content Include="Web.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<Content Include="Web.Debug.config">
|
|
|
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Web.Release.config">
|
|
|
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
|
|
|
</Content>
|
2014-08-19 21:33:26 +08:00
|
|
|
|
<Content Include="systemNotice.json" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="App_Data\" />
|
|
|
|
|
<Folder Include="js\order\" />
|
|
|
|
|
<Folder Include="js\vc\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
2014-08-05 20:54:33 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<TypeScriptCompile Include="Scripts\typings\jquery\jquery.d.ts" />
|
|
|
|
|
<TypeScriptCompile Include="Scripts\typings\underscore.d.ts" />
|
|
|
|
|
</ItemGroup>
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
|
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
2014-08-05 20:54:33 +08:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
|
2014-05-05 19:34:47 +08:00
|
|
|
|
<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>47028</DevelopmentServerPort>
|
|
|
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
|
|
|
<IISUrl>http://localhost:47028/</IISUrl>
|
|
|
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
|
|
|
<UseCustomServer>False</UseCustomServer>
|
|
|
|
|
<CustomServerUrl>
|
|
|
|
|
</CustomServerUrl>
|
|
|
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
|
|
|
</WebProjectProperties>
|
|
|
|
|
</FlavorProperties>
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
|
|
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
|
|
|
|
</Target>
|
|
|
|
|
<!-- 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> -->
|
2014-03-13 15:06:01 +08:00
|
|
|
|
</Project>
|