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>
2014-12-11 22:15:32 +08:00
<UseIISExpress > false</UseIISExpress>
2014-05-05 19:34:47 +08:00
<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-12-14 23:17:15 +08:00
<NuGetPackageImportStamp > 16ae31ba</NuGetPackageImportStamp>
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 >
2014-12-08 01:06:01 +08:00
<Reference Include= "Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
2014-12-08 22:24:07 +08:00
<HintPath > ..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
2014-12-08 01:06:01 +08:00
</Reference>
2015-03-13 19:25:08 +08:00
<Reference Include= "Dapper" >
<HintPath > ..\packages\Dapper.1.38\lib\net45\Dapper.dll</HintPath>
</Reference>
<Reference Include= "EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
</Reference>
<Reference Include= "EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
2014-05-05 19:34:47 +08:00
<Reference Include= "Microsoft.CSharp" />
2014-12-08 22:24:07 +08:00
<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>
2015-03-13 19:25:08 +08:00
<Reference Include= "MySql.Data, Version=6.9.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\MySql.Data.6.9.6\lib\net45\MySql.Data.dll</HintPath>
</Reference>
<Reference Include= "MySql.Data.Entity.EF6, Version=6.9.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" >
2014-12-08 01:06:01 +08:00
<SpecificVersion > False</SpecificVersion>
2015-03-13 19:25:08 +08:00
<HintPath > ..\packages\MySql.Data.Entity.6.9.6\lib\net45\MySql.Data.Entity.EF6.dll</HintPath>
</Reference>
<Reference Include= "Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Newtonsoft.Json.7.0.1-beta1\lib\net45\Newtonsoft.Json.dll</HintPath>
2014-08-18 23:12:35 +08:00
</Reference>
2014-05-05 19:34:47 +08:00
<Reference Include= "System" />
<Reference Include= "System.Data" />
<Reference Include= "System.Drawing" />
2015-03-13 19:25:08 +08:00
<Reference Include= "System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath>
2014-12-08 22:24:07 +08:00
</Reference>
2015-03-13 19:25:08 +08:00
<Reference Include= "System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2014-12-08 01:06:01 +08:00
<SpecificVersion > False</SpecificVersion>
2015-03-13 19:25:08 +08:00
<HintPath > ..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
2014-12-08 22:24:07 +08:00
</Reference>
2015-03-13 19:25:08 +08:00
<Reference Include= "System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
2014-12-08 01:06:01 +08:00
</Reference>
2014-05-05 19:34:47 +08:00
<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-12-14 23:17:15 +08:00
<Reference Include= "System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
2015-03-13 19:25:08 +08:00
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
2014-08-18 23:12:35 +08:00
</Reference>
2015-03-13 19:25:08 +08:00
<Reference Include= "System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2014-12-08 01:06:01 +08:00
<SpecificVersion > False</SpecificVersion>
2015-03-13 19:25:08 +08:00
<HintPath > ..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
2014-12-08 01:06:01 +08:00
</Reference>
2015-03-13 19:25:08 +08:00
<Reference Include= "System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2014-12-08 01:06:01 +08:00
<SpecificVersion > False</SpecificVersion>
2015-03-13 19:25:08 +08:00
<HintPath > ..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
2014-12-08 22:24:07 +08:00
</Reference>
2015-03-13 19:25:08 +08:00
<Reference Include= "System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2014-12-14 23:17:15 +08:00
<SpecificVersion > False</SpecificVersion>
2015-03-13 19:25:08 +08:00
<HintPath > ..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
2014-12-08 01:06:01 +08:00
</Reference>
2014-12-08 22:24:07 +08:00
<Reference Include= "System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2014-08-18 23:12:35 +08:00
<SpecificVersion > False</SpecificVersion>
2014-12-08 22:24:07 +08:00
<HintPath > ..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
2014-08-18 23:12:35 +08:00
</Reference>
<Reference Include= "System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
2015-03-13 19:25:08 +08:00
<HintPath > ..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
2014-08-18 23:12:35 +08:00
</Reference>
2014-12-14 23:17:15 +08:00
<Reference Include= "System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
2015-03-13 19:25:08 +08:00
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
2014-08-18 23:12:35 +08:00
</Reference>
2015-03-13 19:25:08 +08:00
<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>
2014-08-18 23:12:35 +08:00
</Reference>
2014-12-14 23:17:15 +08:00
<Reference Include= "System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
2015-03-13 19:25:08 +08:00
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
2014-08-18 23:12:35 +08:00
</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= "System.Net.Http" >
</Reference>
<Reference Include= "System.Net.Http.WebRequest" >
</Reference>
2014-12-08 01:06:01 +08:00
<Reference Include= "WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
2014-12-08 22:24:07 +08:00
<HintPath > ..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
2014-05-05 19:34:47 +08:00
</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" />
2015-03-13 19:25:08 +08:00
<Compile Include= "Controllers\CrmController.cs" />
<Compile Include= "Models\ChatRoomDb.cs" />
<Compile Include= "Models\Entity\AbuseReport.cs" />
2015-02-08 23:31:05 +08:00
<Compile Include= "CrxHandler.cs" />
2014-05-05 19:34:47 +08:00
<Compile Include= "Global.asax.cs" >
<DependentUpon > Global.asax</DependentUpon>
</Compile>
2015-03-13 19:25:08 +08:00
<Compile Include= "Models\Entity\ChatRoom\ChatRoomMessageItem.cs" />
<Compile Include= "Models\Entity\ForbiddenUser.cs" />
2014-05-05 19:34:47 +08:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2015-03-13 19:25:08 +08:00
<Compile Include= "Servers\TrainSuggestion\AlternativeLine.cs" />
<Compile Include= "Servers\TrainSuggestion\AlternativeLineGroup.cs" />
<Compile Include= "Servers\TrainSuggestion\AlternativeStation.cs" />
<Compile Include= "Servers\TrainSuggestion\AlternativeStationComparer.cs" />
<Compile Include= "Servers\TrainSuggestion\Cn12306SuggestionUtility.cs" />
<Compile Include= "Servers\TrainSuggestion\DetailStationInfo.cs" />
<Compile Include= "Servers\TrainSuggestion\RequestInfo.cs" />
<Compile Include= "Servers\TrainSuggestion\SeatTicketInfo.cs" />
<Compile Include= "Servers\TrainSuggestion\SimpleStationInfo.cs" />
<Compile Include= "Servers\TrainSuggestion\StopInfo.cs" />
<Compile Include= "Servers\TrainSuggestion\SuggestionResponse.cs" />
<Compile Include= "Servers\TrainSuggestion\SuggestItem.cs" />
<Compile Include= "Servers\TrainSuggestion\SuggestItemComparer.cs" />
<Compile Include= "Servers\TrainSuggestion\TrainInfo.cs" />
<Compile Include= "Servers\TrainSuggestion\TrainInfoItem.cs" />
<Compile Include= "Servers\TrainSuggestion\Elapsedtime.cs" />
<Compile Include= "Servers\TrainSuggestion\TrainSuggestionCommonData.cs" />
<Compile Include= "Servers\TrainSuggestion\TrainSuggestionHandler.cs" />
2014-05-05 19:34:47 +08:00
</ItemGroup>
<ItemGroup >
<Content Include= "css\base.css" />
<Content Include= "css\buttons.css" />
2014-09-16 21:40:29 +08:00
<Content Include= "css\colorbox\colorbox.css" />
<Content Include= "css\colorbox\images\border.png" />
<Content Include= "css\colorbox\images\controls.png" />
<Content Include= "css\colorbox\images\loading.gif" />
<Content Include= "css\colorbox\images\loading_background.png" />
<Content Include= "css\colorbox\images\overlay.png" />
2014-05-05 19:34:47 +08:00
<Content Include= "css\fa\css\font-awesome.css" />
<Content Include= "css\fa\fonts\fontawesome-webfont.svg" />
<Content Include= "css\index.css" />
2014-12-11 22:15:32 +08:00
<Content Include= "css\ui\bd.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-12-10 21:01:34 +08:00
<Content Include= "images\bd\bx.png" />
2014-12-18 23:03:04 +08:00
<Content Include= "images\bd\dd.jpg" />
2014-12-10 21:01:34 +08:00
<Content Include= "images\bd\ddqr.png" />
2014-12-11 22:15:32 +08:00
<Content Include= "images\bd\ydyc_40_notxt.png" />
2014-08-30 01:32:27 +08:00
<Content Include= "images\cat.png" />
2014-09-03 23:20:12 +08:00
<Content Include= "images\hand.png" />
2014-05-05 19:34:47 +08:00
<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" />
2014-09-03 23:20:12 +08:00
<Content Include= "images\wxqr.png" />
2014-05-05 19:34:47 +08:00
<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-12-10 21:01:34 +08:00
<Content Include= "js\bd\orderfailbd.js" />
<Content Include= "js\bd\ydcoupon.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
<Content Include= "js\data.js" />
2014-12-05 23:32:41 +08:00
<Content Include= "js\otn\dynamicjs.js" />
2014-09-16 21:40:29 +08:00
<Content Include= "js\modules\colorbox\jquery.colorbox.js" />
2014-06-20 20:55:14 +08:00
<Content Include= "js\modules\doT.js" />
2014-12-05 23:32:41 +08:00
<Content Include= "js\otn\encode.js" />
2014-12-19 21:39:34 +08:00
<Content Include= "js\platform\lunarCalendar.js" />
2014-12-04 23:31:06 +08:00
<Content Include= "js\ui\ui-oncetrainsitquery.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-08-30 01:32:27 +08:00
<Content Include= "js\otn\vc.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-09-09 18:18:00 +08:00
<Content Include= "js\ui\extesniondisabled.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-09-01 20:24:57 +08:00
<Content Include= "js\ui\ui-dnsspeeding.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-12-10 21:02:28 +08:00
<Content Include= "js\vc\touchvc.js" />
2014-12-08 22:24:07 +08:00
<Content Include= "packages.config" />
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-30 23:22:48 +08:00
<Content Include= "Scripts\secret.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" />
2015-03-13 19:25:08 +08:00
<Content Include= "Views\Crm\Index.cshtml" />
2014-05-05 19:34:47 +08:00
</ItemGroup>
<ItemGroup >
<Folder Include= "App_Data\" />
<Folder Include= "js\order\" />
</ItemGroup>
2014-08-05 20:54:33 +08:00
<ItemGroup >
2014-09-01 01:51:08 +08:00
<TypeScriptCompile Include= "Scripts\typings\chrome.d.ts" />
2014-08-05 20:54:33 +08:00
<TypeScriptCompile Include= "Scripts\typings\underscore.d.ts" />
</ItemGroup>
2014-12-01 21:50:08 +08:00
<ItemGroup >
2014-12-14 23:17:15 +08:00
<ProjectReference Include= "..\..\..\Private\iFishOs\FSLib.Extension\src\FSLib.Extension.csproj" >
<Project > {6d4588aa-a0fd-4364-972c-22b0ab7938f9}</Project>
<Name > FSLib.Extension</Name>
</ProjectReference>
2015-03-13 19:25:08 +08:00
<ProjectReference Include= "..\..\..\Private\iFish\FSLib.Network\FSLib.Network.NET4.csproj" >
<Project > {3d34b2d8-36f9-4e16-bf0f-a8905f8fe8ba}</Project>
<Name > FSLib.Network.NET4</Name>
</ProjectReference>
2014-12-01 21:50:08 +08:00
<ProjectReference Include= "..\TrainInfomationProviderService\TrainInfomationProviderService.csproj" >
<Project > {c385d043-316a-4f05-a6b9-e70bf0ed8db6}</Project>
<Name > TrainInfomationProviderService</Name>
</ProjectReference>
</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>
2014-12-11 22:15:32 +08:00
<IISUrl > http://test.fishlee.net/</IISUrl>
2014-05-05 19:34:47 +08:00
<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'))" />
2014-12-14 23:17:15 +08:00
<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'))" />
2014-05-05 19:34:47 +08:00
</Target>
2014-12-08 22:24:07 +08:00
<Import Project= "..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition= "Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
<Target Name= "EnsureBclBuildImported" BeforeTargets= "BeforeBuild" Condition= "'$(BclBuildImported)' == ''" >
<Error Condition= "!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text= "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=317567." HelpKeyword= "BCLBUILD2001" />
<Error Condition= "Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text= "The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword= "BCLBUILD2002" />
</Target>
2014-12-14 23:17:15 +08:00
<Import Project= "..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition= "Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
2014-05-05 19:34:47 +08:00
<!-- 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>