|
|
@@ -43,43 +43,6 @@
|
|
43
|
43
|
<WarningLevel>4</WarningLevel>
|
|
44
|
44
|
</PropertyGroup>
|
|
45
|
45
|
<ItemGroup>
|
|
46
|
|
- <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
47
|
|
- <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
|
|
48
|
|
- </Reference>
|
|
49
|
|
- <Reference Include="Microsoft.CSharp" />
|
|
50
|
|
- <Reference Include="System.Net.Http" />
|
|
51
|
|
- <Reference Include="System.Web.DynamicData" />
|
|
52
|
|
- <Reference Include="System.Web.Entity" />
|
|
53
|
|
- <Reference Include="System.Web.ApplicationServices" />
|
|
54
|
|
- <Reference Include="System.ComponentModel.DataAnnotations" />
|
|
55
|
|
- <Reference Include="System" />
|
|
56
|
|
- <Reference Include="System.Data" />
|
|
57
|
|
- <Reference Include="System.Core" />
|
|
58
|
|
- <Reference Include="System.Data.DataSetExtensions" />
|
|
59
|
|
- <Reference Include="System.Web.Extensions" />
|
|
60
|
|
- <Reference Include="System.Xml.Linq" />
|
|
61
|
|
- <Reference Include="System.Drawing" />
|
|
62
|
|
- <Reference Include="System.Web" />
|
|
63
|
|
- <Reference Include="System.Xml" />
|
|
64
|
|
- <Reference Include="System.Configuration" />
|
|
65
|
|
- <Reference Include="System.Web.Services" />
|
|
66
|
|
- <Reference Include="System.EnterpriseServices" />
|
|
67
|
|
- </ItemGroup>
|
|
68
|
|
- <ItemGroup>
|
|
69
|
|
- <Reference Include="Newtonsoft.Json">
|
|
70
|
|
- <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
71
|
|
- </Reference>
|
|
72
|
|
- <Reference Include="System.Net.Http.Formatting">
|
|
73
|
|
- <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.4\lib\net45\System.Net.Http.Formatting.dll</HintPath>
|
|
74
|
|
- </Reference>
|
|
75
|
|
- <Reference Include="System.Web.Http">
|
|
76
|
|
- <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.4\lib\net45\System.Web.Http.dll</HintPath>
|
|
77
|
|
- </Reference>
|
|
78
|
|
- <Reference Include="System.Web.Http.WebHost">
|
|
79
|
|
- <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.4\lib\net45\System.Web.Http.WebHost.dll</HintPath>
|
|
80
|
|
- </Reference>
|
|
81
|
|
- </ItemGroup>
|
|
82
|
|
- <ItemGroup>
|
|
83
|
46
|
<Content Include="Global.asax" />
|
|
84
|
47
|
<Content Include="Web.config">
|
|
85
|
48
|
<SubType>Designer</SubType>
|
|
|
@@ -91,6 +54,7 @@
|
|
91
|
54
|
<Compile Include="Common\SpecialMethodModule.cs" />
|
|
92
|
55
|
<Compile Include="Controllers\BaseController.cs" />
|
|
93
|
56
|
<Compile Include="Controllers\HomeController.cs" />
|
|
|
57
|
+ <Compile Include="Controllers\MobileDataController.cs" />
|
|
94
|
58
|
<Compile Include="Controllers\TrafficApiController.cs" />
|
|
95
|
59
|
<Compile Include="Filter\ActionFilter.cs" />
|
|
96
|
60
|
<Compile Include="Filter\AuthorizeFilter.cs" />
|
|
|
@@ -100,6 +64,7 @@
|
|
100
|
64
|
<DependentUpon>Global.asax</DependentUpon>
|
|
101
|
65
|
</Compile>
|
|
102
|
66
|
<Compile Include="Models\AjaxResult.cs" />
|
|
|
67
|
+ <Compile Include="Models\Input\MobileDataInput.cs" />
|
|
103
|
68
|
<Compile Include="Models\Input\PageInput.cs" />
|
|
104
|
69
|
<Compile Include="Models\Input\TrafficInput.cs" />
|
|
105
|
70
|
<Compile Include="Models\View\TrafficView.cs" />
|
|
|
@@ -128,6 +93,55 @@
|
|
128
|
93
|
<Name>SQ12345_OutApi.Utility</Name>
|
|
129
|
94
|
</ProjectReference>
|
|
130
|
95
|
</ItemGroup>
|
|
|
96
|
+ <ItemGroup>
|
|
|
97
|
+ <Reference Include="System.Data" />
|
|
|
98
|
+ <Reference Include="System.Data.DataSetExtensions" />
|
|
|
99
|
+ <Reference Include="System.Data.OracleClient" />
|
|
|
100
|
+ <Reference Include="System.Drawing" />
|
|
|
101
|
+ <Reference Include="System.EnterpriseServices" />
|
|
|
102
|
+ <Reference Include="System.Net.Http" />
|
|
|
103
|
+ <Reference Include="System.Web" />
|
|
|
104
|
+ <Reference Include="System.Web.ApplicationServices" />
|
|
|
105
|
+ <Reference Include="System.Web.DynamicData" />
|
|
|
106
|
+ <Reference Include="System.Web.Entity" />
|
|
|
107
|
+ <Reference Include="System.Web.Extensions" />
|
|
|
108
|
+ <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
|
|
109
|
+ <Reference Include="System.Web.Services" />
|
|
|
110
|
+ <Reference Include="System.XML" />
|
|
|
111
|
+ <Reference Include="System.Xml.Linq" />
|
|
|
112
|
+ </ItemGroup>
|
|
|
113
|
+ <ItemGroup>
|
|
|
114
|
+ <COMReference Include="Microsoft.Office.Core">
|
|
|
115
|
+ <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
|
|
|
116
|
+ <VersionMajor>2</VersionMajor>
|
|
|
117
|
+ <VersionMinor>5</VersionMinor>
|
|
|
118
|
+ <Lcid>0</Lcid>
|
|
|
119
|
+ <WrapperTool>primary</WrapperTool>
|
|
|
120
|
+ <Isolated>False</Isolated>
|
|
|
121
|
+ <EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
122
|
+ </COMReference>
|
|
|
123
|
+ <COMReference Include="Microsoft.Office.Interop.Word">
|
|
|
124
|
+ <Guid>{00020905-0000-0000-C000-000000000046}</Guid>
|
|
|
125
|
+ <VersionMajor>8</VersionMajor>
|
|
|
126
|
+ <VersionMinor>5</VersionMinor>
|
|
|
127
|
+ <Lcid>0</Lcid>
|
|
|
128
|
+ <WrapperTool>primary</WrapperTool>
|
|
|
129
|
+ <Isolated>False</Isolated>
|
|
|
130
|
+ <EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
131
|
+ </COMReference>
|
|
|
132
|
+ <COMReference Include="VBIDE">
|
|
|
133
|
+ <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
|
|
|
134
|
+ <VersionMajor>5</VersionMajor>
|
|
|
135
|
+ <VersionMinor>3</VersionMinor>
|
|
|
136
|
+ <Lcid>0</Lcid>
|
|
|
137
|
+ <WrapperTool>primary</WrapperTool>
|
|
|
138
|
+ <Isolated>False</Isolated>
|
|
|
139
|
+ <EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
140
|
+ </COMReference>
|
|
|
141
|
+ </ItemGroup>
|
|
|
142
|
+ <ItemGroup>
|
|
|
143
|
+ <WCFMetadata Include="Connected Services\" />
|
|
|
144
|
+ </ItemGroup>
|
|
131
|
145
|
<PropertyGroup>
|
|
132
|
146
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
133
|
147
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|