EMISOnline.Web.csproj 81 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion>
  8. </ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{67EEA06E-8FCA-42FC-8910-8827F96C7992}</ProjectGuid>
  11. <ProjectTypeGuids>{E3E379DF-F4C6-4180-9B81-6769533ABE47};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>EMISOnline.Web</RootNamespace>
  15. <AssemblyName>EMISOnline.Web</AssemblyName>
  16. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  17. <MvcBuildViews>false</MvcBuildViews>
  18. <UseIISExpress>false</UseIISExpress>
  19. <SccProjectName>Svn</SccProjectName>
  20. <SccLocalPath>Svn</SccLocalPath>
  21. <SccAuxPath>Svn</SccAuxPath>
  22. <SccProvider>SubversionScc</SccProvider>
  23. <IISExpressSSLPort />
  24. <IISExpressAnonymousAuthentication />
  25. <IISExpressWindowsAuthentication />
  26. <IISExpressUseClassicPipelineMode />
  27. <UseGlobalApplicationHostFile />
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <DebugSymbols>true</DebugSymbols>
  31. <DebugType>full</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>bin\</OutputPath>
  34. <DefineConstants>DEBUG;TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  39. <DebugType>pdbonly</DebugType>
  40. <Optimize>true</Optimize>
  41. <OutputPath>bin\</OutputPath>
  42. <DefineConstants>TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="Autofac">
  48. <HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Autofac.Integration.Mvc">
  51. <HintPath>..\packages\Autofac.Mvc4.3.1.0\lib\net40\Autofac.Integration.Mvc.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Bowin.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\..\Lib\Bowin.Common.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Bowin.Common.Mvc, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\..\Lib\Bowin.Common.Mvc.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Bowin.Web.Controls.Mvc, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>..\..\Lib\Bowin.Web.Controls.Mvc.dll</HintPath>
  64. </Reference>
  65. <Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
  68. </Reference>
  69. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Microsoft.CSharp" />
  74. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  75. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  76. <Private>True</Private>
  77. </Reference>
  78. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  79. <HintPath>..\packages\Newtonsoft.Json.4.5.6\lib\net40\Newtonsoft.Json.dll</HintPath>
  80. <Private>True</Private>
  81. </Reference>
  82. <Reference Include="NLog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  83. <SpecificVersion>False</SpecificVersion>
  84. <HintPath>..\Lib\NLog.dll</HintPath>
  85. </Reference>
  86. <Reference Include="RazorGenerator.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL">
  87. <HintPath>..\packages\RazorGenerator.Mvc.2.4.2\lib\net40\RazorGenerator.Mvc.dll</HintPath>
  88. <Private>True</Private>
  89. </Reference>
  90. <Reference Include="System" />
  91. <Reference Include="System.Data" />
  92. <Reference Include="System.Data.Entity" />
  93. <Reference Include="System.Drawing" />
  94. <Reference Include="System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  95. <HintPath>..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.dll</HintPath>
  96. <Private>True</Private>
  97. </Reference>
  98. <Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  99. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.4.0.30506.0\lib\net40\System.Net.Http.Formatting.dll</HintPath>
  100. <Private>True</Private>
  101. </Reference>
  102. <Reference Include="System.Net.Http.WebRequest, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  103. <HintPath>..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.WebRequest.dll</HintPath>
  104. <Private>True</Private>
  105. </Reference>
  106. <Reference Include="System.Web.DynamicData" />
  107. <Reference Include="System.Web.Entity" />
  108. <Reference Include="System.Web.ApplicationServices" />
  109. <Reference Include="System.ComponentModel.DataAnnotations" />
  110. <Reference Include="System.Core" />
  111. <Reference Include="System.Data.DataSetExtensions" />
  112. <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  113. <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.Helpers.dll</HintPath>
  114. <Private>True</Private>
  115. </Reference>
  116. <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  117. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.4.0.30506.0\lib\net40\System.Web.Http.dll</HintPath>
  118. <Private>True</Private>
  119. </Reference>
  120. <Reference Include="System.Web.Http.WebHost, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  121. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.4.0.30506.0\lib\net40\System.Web.Http.WebHost.dll</HintPath>
  122. <Private>True</Private>
  123. </Reference>
  124. <Reference Include="System.Web.Mvc, Version=4.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  125. <HintPath>..\packages\Microsoft.AspNet.Mvc.4.0.40804.0\lib\net40\System.Web.Mvc.dll</HintPath>
  126. <Private>True</Private>
  127. </Reference>
  128. <Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  129. <HintPath>..\packages\Microsoft.AspNet.Razor.2.0.30506.0\lib\net40\System.Web.Razor.dll</HintPath>
  130. <Private>True</Private>
  131. </Reference>
  132. <Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  133. <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.dll</HintPath>
  134. <Private>True</Private>
  135. </Reference>
  136. <Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  137. <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath>
  138. <Private>True</Private>
  139. </Reference>
  140. <Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  141. <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
  142. <Private>True</Private>
  143. </Reference>
  144. <Reference Include="System.Xml.Linq" />
  145. <Reference Include="System.Web" />
  146. <Reference Include="System.Web.Extensions" />
  147. <Reference Include="System.Web.Abstractions" />
  148. <Reference Include="System.Web.Routing" />
  149. <Reference Include="System.Xml" />
  150. <Reference Include="System.Configuration" />
  151. <Reference Include="System.Transactions" />
  152. <Reference Include="System.Web.Services" />
  153. <Reference Include="System.EnterpriseServices" />
  154. <Reference Include="System.Web.Optimization">
  155. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.0.0\lib\net40\System.Web.Optimization.dll</HintPath>
  156. </Reference>
  157. <Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL">
  158. <HintPath>..\packages\WebActivatorEx.2.0.3\lib\net40\WebActivatorEx.dll</HintPath>
  159. <Private>True</Private>
  160. </Reference>
  161. <Reference Include="WebMatrix.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  162. <Private>True</Private>
  163. <HintPath>..\packages\Microsoft.AspNet.WebPages.Data.2.0.20710.0\lib\net40\WebMatrix.Data.dll</HintPath>
  164. </Reference>
  165. <Reference Include="Microsoft.Web.WebPages.OAuth, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  166. <Private>True</Private>
  167. <HintPath>..\packages\Microsoft.AspNet.WebPages.OAuth.2.0.20710.0\lib\net40\Microsoft.Web.WebPages.OAuth.dll</HintPath>
  168. </Reference>
  169. <Reference Include="WebMatrix.WebData, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  170. <Private>True</Private>
  171. <HintPath>..\packages\Microsoft.AspNet.WebPages.WebData.2.0.20710.0\lib\net40\WebMatrix.WebData.dll</HintPath>
  172. </Reference>
  173. <Reference Include="DotNetOpenAuth.AspNet, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL">
  174. <Private>True</Private>
  175. <HintPath>..\packages\DotNetOpenAuth.AspNet.4.0.3.12153\lib\net40-full\DotNetOpenAuth.AspNet.dll</HintPath>
  176. </Reference>
  177. <Reference Include="DotNetOpenAuth.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL">
  178. <Private>True</Private>
  179. <HintPath>..\packages\DotNetOpenAuth.Core.4.0.3.12153\lib\net40-full\DotNetOpenAuth.Core.dll</HintPath>
  180. </Reference>
  181. <Reference Include="DotNetOpenAuth.OAuth.Consumer, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL">
  182. <Private>True</Private>
  183. <HintPath>..\packages\DotNetOpenAuth.OAuth.Consumer.4.0.3.12153\lib\net40-full\DotNetOpenAuth.OAuth.Consumer.dll</HintPath>
  184. </Reference>
  185. <Reference Include="DotNetOpenAuth.OAuth, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL">
  186. <Private>True</Private>
  187. <HintPath>..\packages\DotNetOpenAuth.OAuth.Core.4.0.3.12153\lib\net40-full\DotNetOpenAuth.OAuth.dll</HintPath>
  188. </Reference>
  189. <Reference Include="DotNetOpenAuth.OpenId, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL">
  190. <Private>True</Private>
  191. <HintPath>..\packages\DotNetOpenAuth.OpenId.Core.4.0.3.12153\lib\net40-full\DotNetOpenAuth.OpenId.dll</HintPath>
  192. </Reference>
  193. <Reference Include="DotNetOpenAuth.OpenId.RelyingParty, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL">
  194. <Private>True</Private>
  195. <HintPath>..\packages\DotNetOpenAuth.OpenId.RelyingParty.4.0.3.12153\lib\net40-full\DotNetOpenAuth.OpenId.RelyingParty.dll</HintPath>
  196. </Reference>
  197. <Reference Include="WebGrease">
  198. <Private>True</Private>
  199. <HintPath>..\packages\WebGrease.1.1.0\lib\WebGrease.dll</HintPath>
  200. </Reference>
  201. <Reference Include="Antlr3.Runtime">
  202. <Private>True</Private>
  203. <HintPath>..\packages\WebGrease.1.1.0\lib\Antlr3.Runtime.dll</HintPath>
  204. </Reference>
  205. </ItemGroup>
  206. <ItemGroup>
  207. <Compile Include="App_Start\AuthConfig.cs" />
  208. <Compile Include="App_Start\BundleConfig.cs" />
  209. <Compile Include="App_Start\FilterConfig.cs" />
  210. <Compile Include="App_Start\RazorGeneratorMvcStart.cs" />
  211. <Compile Include="App_Start\RouteConfig.cs" />
  212. <Compile Include="App_Start\WebApiConfig.cs" />
  213. <Compile Include="Controllers\AccountController.cs" />
  214. <Compile Include="Controllers\CommonController.cs" />
  215. <Compile Include="Controllers\FtpFileController.cs" />
  216. <Compile Include="Controllers\HomeController.cs" />
  217. <Compile Include="Controllers\Manage\CollegeController.cs" />
  218. <Compile Include="Controllers\Manage\CourseBuildController.cs" />
  219. <Compile Include="Controllers\Manage\CourseController.cs" />
  220. <Compile Include="Controllers\Manage\CourseWareController.cs" />
  221. <Compile Include="Controllers\Manage\CourseworkController.cs" />
  222. <Compile Include="Controllers\Manage\CourseworkController_wufs.cs" />
  223. <Compile Include="Controllers\Manage\ExamSettingController.cs" />
  224. <Compile Include="Controllers\Manage\GrademajorController.cs" />
  225. <Compile Include="Controllers\Manage\PaperSettingController.cs" />
  226. <Compile Include="Controllers\Manage\ScoreRuleController.cs" />
  227. <Compile Include="Controllers\Manage\StudentsController.cs" />
  228. <Compile Include="Controllers\Manage\SubjectMgrController.cs" />
  229. <Compile Include="Controllers\Manage\TeachingPlanController.cs" />
  230. <Compile Include="Controllers\SelectController.cs" />
  231. <Compile Include="Controllers\StudentController.cs" />
  232. <Compile Include="Controllers\StudentView\MyCourseworkController.cs" />
  233. <Compile Include="Controllers\StudentView\OnlineTestController.cs" />
  234. <Compile Include="Controllers\StudentView\PracticeController.cs" />
  235. <Compile Include="Controls\Authorization.cs" />
  236. <Compile Include="Controls\BaseExtensions.cs" />
  237. <Compile Include="Controls\Filters\CustomExceptionAttribute.cs" />
  238. <Compile Include="Controls\GridColumns\DictionaryDropdownListColumn.cs" />
  239. <Compile Include="Controls\Handler\ImageReader.ashx.cs">
  240. <DependentUpon>ImageReader.ashx</DependentUpon>
  241. </Compile>
  242. <Compile Include="Controls\LabelExtensions.cs" />
  243. <Compile Include="Controls\MenuExtensions.cs" />
  244. <Compile Include="Controls\SelectorExtensions.cs" />
  245. <Compile Include="Controls\UserSelectorExtensions.cs" />
  246. <Compile Include="Filters\InitializeSimpleMembershipAttribute.cs" />
  247. <Compile Include="Filters\StatisticsTrackerAttribute.cs" />
  248. <Compile Include="Global.asax.cs">
  249. <DependentUpon>Global.asax</DependentUpon>
  250. </Compile>
  251. <Compile Include="Models\AccountModels.cs" />
  252. <Compile Include="Properties\AssemblyInfo.cs" />
  253. </ItemGroup>
  254. <ItemGroup>
  255. <Content Include="Content\Bowin.Control.Core\images\cmsXSelectedCondition_delete.png" />
  256. <Content Include="Content\Bowin.Control.Core\images\flow_approval.png" />
  257. <Content Include="Content\Bowin.Control.Core\images\flow_fillApplication.png" />
  258. <Content Include="Content\Bowin.Control.Core\images\flow_handle.png" />
  259. <Content Include="Content\Bowin.Control.Core\images\flow_obligate.png" />
  260. <Content Include="Content\Bowin.Control.Core\images\flow_obligateHandle.png" />
  261. <Content Include="Content\Bowin.Control.Core\images\func_btn.png" />
  262. <Content Include="Content\Bowin.Control.Core\images\func_btn_d.png" />
  263. <Content Include="Content\Bowin.Control.Core\images\func_btn_h.png" />
  264. <Content Include="Content\Bowin.Control.Core\images\h_help.jpg" />
  265. <Content Include="Content\Bowin.Control.Core\images\h_lock.jpg" />
  266. <Content Include="Content\Bowin.Control.Core\images\h_logout.jpg" />
  267. <Content Include="Content\Bowin.Control.Core\images\Index_Permission.jpg" />
  268. <Content Include="Content\Bowin.Control.Core\images\Index_Permission_withoutH.jpg" />
  269. <Content Include="Content\Bowin.Control.Core\images\Index_Roles.jpg" />
  270. <Content Include="Content\Bowin.Control.Core\images\Index_Roles_withoutH.jpg" />
  271. <Content Include="Content\Bowin.Control.Core\images\lct_03.png" />
  272. <Content Include="Content\Bowin.Control.Core\images\lct_06.png" />
  273. <Content Include="Content\Bowin.Control.Core\images\lct_08.png" />
  274. <Content Include="Content\Bowin.Control.Core\images\lct_10.png" />
  275. <Content Include="Content\Bowin.Control.Core\images\lct_12.png" />
  276. <Content Include="Content\Bowin.Control.Core\images\robot.gif" />
  277. <Content Include="Content\Bowin.Control.Core\images\robot_Small.gif" />
  278. <Content Include="Content\Bowin.Control.Core\images\vv_01.png" />
  279. <Content Include="Content\Bowin.Control.Core\images\vv_02.png" />
  280. <Content Include="Content\Bowin.Control.Core\images\vv_03.png" />
  281. <Content Include="Content\Bowin.Control.Core\images\vv_04.png" />
  282. <Content Include="Content\Bowin.Control.Core\images\vv_05.png" />
  283. <Content Include="Content\Bowin.Control.Core\images\xbutton_bg_601.png" />
  284. <Content Include="Content\Bowin.Control.Core\images\xbutton_bg_602.png" />
  285. <Content Include="Content\Bowin.Control.Core\images\xbutton_bg_801.png" />
  286. <Content Include="Content\Bowin.Control.Core\images\xbutton_bg_802.png" />
  287. <Content Include="Content\Bowin.Control.Core\images\xbutton_bg_plus_801.png" />
  288. <Content Include="Content\Bowin.Control.Core\images\xbutton_bg_plus_802.png" />
  289. <Content Include="Content\Bowin.Control.Core\images\xbutton_bg_sub_801.png" />
  290. <Content Include="Content\Bowin.Control.Core\images\xbutton_bg_sub_802.png" />
  291. <Content Include="Content\Bowin.Control.Core\images\xbutton_delete.png" />
  292. <Content Include="Content\Bowin.Control.Core\images\xbutton_more.png" />
  293. <Content Include="Content\Bowin.Control.Core\images\xbutton_more_hide.png" />
  294. <Content Include="Content\Bowin.Control.Core\images\xDataTablePanel_pager_icons.png" />
  295. <Content Include="Content\Bowin.Control.Core\images\xDataTable_th_bg.png" />
  296. <Content Include="Content\Bowin.Control.Core\images\x_spr.png" />
  297. <Content Include="Content\Bowin.Control.Core\Site.css" />
  298. <Content Include="Content\Bowin.Control.Core\themes\base\jquery-ui.css" />
  299. <Content Include="Content\Bowin.Control.Core\themes\BigFont.css" />
  300. <Content Include="Content\Bowin.Control.Core\themes\default\accordion.css" />
  301. <Content Include="Content\Bowin.Control.Core\themes\default\calendar.css" />
  302. <Content Include="Content\Bowin.Control.Core\themes\default\combo.css" />
  303. <Content Include="Content\Bowin.Control.Core\themes\default\combobox.css" />
  304. <Content Include="Content\Bowin.Control.Core\themes\default\datagrid.css" />
  305. <Content Include="Content\Bowin.Control.Core\themes\default\datebox.css" />
  306. <Content Include="Content\Bowin.Control.Core\themes\default\dialog.css" />
  307. <Content Include="Content\Bowin.Control.Core\themes\default\easyui.css" />
  308. <Content Include="Content\Bowin.Control.Core\themes\default\images\accordion_arrows.png" />
  309. <Content Include="Content\Bowin.Control.Core\themes\default\images\blank.gif" />
  310. <Content Include="Content\Bowin.Control.Core\themes\default\images\calendar_arrows.png" />
  311. <Content Include="Content\Bowin.Control.Core\themes\default\images\combo_arrow.png" />
  312. <Content Include="Content\Bowin.Control.Core\themes\default\images\datagrid_icons.png" />
  313. <Content Include="Content\Bowin.Control.Core\themes\default\images\datebox_arrow.png" />
  314. <Content Include="Content\Bowin.Control.Core\themes\default\images\layout_arrows.png" />
  315. <Content Include="Content\Bowin.Control.Core\themes\default\images\linkbutton_bg.png" />
  316. <Content Include="Content\Bowin.Control.Core\themes\default\images\loading.gif" />
  317. <Content Include="Content\Bowin.Control.Core\themes\default\images\menu_arrows.png" />
  318. <Content Include="Content\Bowin.Control.Core\themes\default\images\messager_icons.png" />
  319. <Content Include="Content\Bowin.Control.Core\themes\default\images\pagination_icons.png" />
  320. <Content Include="Content\Bowin.Control.Core\themes\default\images\panel_tools.png" />
  321. <Content Include="Content\Bowin.Control.Core\themes\default\images\searchbox_button.png" />
  322. <Content Include="Content\Bowin.Control.Core\themes\default\images\slider_handle.png" />
  323. <Content Include="Content\Bowin.Control.Core\themes\default\images\spinner_arrows.png" />
  324. <Content Include="Content\Bowin.Control.Core\themes\default\images\tabs_icons.png" />
  325. <Content Include="Content\Bowin.Control.Core\themes\default\images\tree_icons.png" />
  326. <Content Include="Content\Bowin.Control.Core\themes\default\images\validatebox_arrows.png" />
  327. <Content Include="Content\Bowin.Control.Core\themes\default\images\validatebox_warning.png" />
  328. <Content Include="Content\Bowin.Control.Core\themes\default\layout.css" />
  329. <Content Include="Content\Bowin.Control.Core\themes\default\linkbutton.css" />
  330. <Content Include="Content\Bowin.Control.Core\themes\default\menu.css" />
  331. <Content Include="Content\Bowin.Control.Core\themes\default\menubutton.css" />
  332. <Content Include="Content\Bowin.Control.Core\themes\default\messager.css" />
  333. <Content Include="Content\Bowin.Control.Core\themes\default\pagination.css" />
  334. <Content Include="Content\Bowin.Control.Core\themes\default\panel.css" />
  335. <Content Include="Content\Bowin.Control.Core\themes\default\progressbar.css" />
  336. <Content Include="Content\Bowin.Control.Core\themes\default\propertygrid.css" />
  337. <Content Include="Content\Bowin.Control.Core\themes\default\searchbox.css" />
  338. <Content Include="Content\Bowin.Control.Core\themes\default\slider.css" />
  339. <Content Include="Content\Bowin.Control.Core\themes\default\spinner.css" />
  340. <Content Include="Content\Bowin.Control.Core\themes\default\splitbutton.css" />
  341. <Content Include="Content\Bowin.Control.Core\themes\default\tabs.css" />
  342. <Content Include="Content\Bowin.Control.Core\themes\default\tree.css" />
  343. <Content Include="Content\Bowin.Control.Core\themes\default\validatebox.css" />
  344. <Content Include="Content\Bowin.Control.Core\themes\default\window.css" />
  345. <Content Include="Content\Bowin.Control.Core\themes\easyui-validate\default01.css" />
  346. <Content Include="Content\Bowin.Control.Core\themes\easyui-validate\default02.css" />
  347. <Content Include="Content\Bowin.Control.Core\themes\easyui-validate\jb_03.gif" />
  348. <Content Include="Content\Bowin.Control.Core\themes\easyui-validate\LabelPoint.png" />
  349. <Content Include="Content\Bowin.Control.Core\themes\easyui-validate\UserPosition.css" />
  350. <Content Include="Content\Bowin.Control.Core\themes\easyui-validate\validatebox_warning.png" />
  351. <Content Include="Content\Bowin.Control.Core\themes\easyui-validate\validationEngine.jquery.css" />
  352. <Content Include="Content\Bowin.Control.Core\themes\icon.css" />
  353. <Content Include="Content\Bowin.Control.Core\themes\icons\add.png" />
  354. <Content Include="Content\Bowin.Control.Core\themes\icons\application_view_detail.png" />
  355. <Content Include="Content\Bowin.Control.Core\themes\icons\back.png" />
  356. <Content Include="Content\Bowin.Control.Core\themes\icons\blank.gif" />
  357. <Content Include="Content\Bowin.Control.Core\themes\icons\cancel.png" />
  358. <Content Include="Content\Bowin.Control.Core\themes\icons\cut.png" />
  359. <Content Include="Content\Bowin.Control.Core\themes\icons\delete.png" />
  360. <Content Include="Content\Bowin.Control.Core\themes\icons\edit_add.png" />
  361. <Content Include="Content\Bowin.Control.Core\themes\icons\edit_remove.png" />
  362. <Content Include="Content\Bowin.Control.Core\themes\icons\filesave.png" />
  363. <Content Include="Content\Bowin.Control.Core\themes\icons\help.png" />
  364. <Content Include="Content\Bowin.Control.Core\themes\icons\home.png" />
  365. <Content Include="Content\Bowin.Control.Core\themes\icons\mini_add.png" />
  366. <Content Include="Content\Bowin.Control.Core\themes\icons\mini_edit.png" />
  367. <Content Include="Content\Bowin.Control.Core\themes\icons\mini_refresh.png" />
  368. <Content Include="Content\Bowin.Control.Core\themes\icons\no.png" />
  369. <Content Include="Content\Bowin.Control.Core\themes\icons\ok.png" />
  370. <Content Include="Content\Bowin.Control.Core\themes\icons\pencil.png" />
  371. <Content Include="Content\Bowin.Control.Core\themes\icons\print.png" />
  372. <Content Include="Content\Bowin.Control.Core\themes\icons\redo.png" />
  373. <Content Include="Content\Bowin.Control.Core\themes\icons\reload.png" />
  374. <Content Include="Content\Bowin.Control.Core\themes\icons\search.png" />
  375. <Content Include="Content\Bowin.Control.Core\themes\icons\sum.png" />
  376. <Content Include="Content\Bowin.Control.Core\themes\icons\tick.png" />
  377. <Content Include="Content\Bowin.Control.Core\themes\icons\tip.png" />
  378. <Content Include="Content\Bowin.Control.Core\themes\icons\undo.png" />
  379. <Content Include="Content\Bowin.Control.Core\themes\icons\user.png" />
  380. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\accordion.css" />
  381. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\calendar.css" />
  382. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\cms.controls.selectUser.css" />
  383. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\combo.css" />
  384. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\combobox.css" />
  385. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\combogridX.css" />
  386. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\datagrid.css" />
  387. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\datebox.css" />
  388. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\dialog.css" />
  389. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\easyui.css" />
  390. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\accordion_arrows.png" />
  391. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\blank.gif" />
  392. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\calendar_arrows.png" />
  393. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\combo_arrow.png" />
  394. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\datagrid_icons.png" />
  395. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\datebox_arrow.png" />
  396. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\highchartsImg.jpg" />
  397. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\layout_arrows.png" />
  398. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\layout_arrows_white.png" />
  399. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\linkbutton_bg.png" />
  400. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\loading.gif" />
  401. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\menu_arrows.png" />
  402. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\messager_icons.png" />
  403. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\messager_icons_error.png" />
  404. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\messager_icons_ie6.png" />
  405. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\messager_icons_info.png" />
  406. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\messager_icons_question.png" />
  407. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\pagination_icons.png" />
  408. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\panelheader.png" />
  409. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\panel_tools.png" />
  410. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\panel_tools_close.png" />
  411. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\panel_tools_collapse.png" />
  412. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\panel_tools_expand.png" />
  413. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\panel_tools_expand_disabled.png" />
  414. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\panel_tools_max.png" />
  415. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\panel_tools_min.png" />
  416. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\panel_tools_restore.png" />
  417. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\searchbox_button.png" />
  418. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\slider_handle.png" />
  419. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\spinner_arrows.png" />
  420. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\tabs_icons.png" />
  421. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\tab_btnclose.jpg" />
  422. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\tree_icons.png" />
  423. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\triggerbox_delete.gif" />
  424. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\triggerbox_delete.png" />
  425. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\triggerbox_search.gif" />
  426. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\triggerbox_search.png" />
  427. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\validatebox_arrows.png" />
  428. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\images\validatebox_warning.png" />
  429. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\index.css" />
  430. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\layout.css" />
  431. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\linkbutton.css" />
  432. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\login.css" />
  433. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\login_new.css" />
  434. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\menu.css" />
  435. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\menubutton.css" />
  436. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\messager.css" />
  437. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\pagination.css" />
  438. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\panel.css" />
  439. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\progressbar.css" />
  440. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\propertygrid.css" />
  441. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\searchbox.css" />
  442. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\slider.css" />
  443. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\spinner.css" />
  444. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\splitbutton.css" />
  445. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\sysImages\dot.png" />
  446. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\tabs.css" />
  447. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\tree.css" />
  448. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\triggerbox.css" />
  449. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\validatebox.css" />
  450. <Content Include="Content\Bowin.Control.Core\themes\metro-blue\window.css" />
  451. <Content Include="Content\Bowin.Control.Core\V3\DialogStyle_xu.css" />
  452. <Content Include="Content\Bowin.Control.Core\V3\green_twoWord.png" />
  453. <Content Include="Content\Bowin.Control.Core\V3\images\Approval.png" />
  454. <Content Include="Content\Bowin.Control.Core\V3\images\approval_btn_back_b.png" />
  455. <Content Include="Content\Bowin.Control.Core\V3\images\approval_btn_back_b_left.png" />
  456. <Content Include="Content\Bowin.Control.Core\V3\images\approval_btn_back_h.png" />
  457. <Content Include="Content\Bowin.Control.Core\V3\images\approval_btn_back_h_left.png" />
  458. <Content Include="Content\Bowin.Control.Core\V3\images\approval_btn_pass_b.png" />
  459. <Content Include="Content\Bowin.Control.Core\V3\images\approval_btn_pass_b_left.png" />
  460. <Content Include="Content\Bowin.Control.Core\V3\images\approval_btn_pass_h.png" />
  461. <Content Include="Content\Bowin.Control.Core\V3\images\approval_btn_pass_h_left.png" />
  462. <Content Include="Content\Bowin.Control.Core\V3\images\approval_header_v3_bg.jpg" />
  463. <Content Include="Content\Bowin.Control.Core\V3\images\approval_nav_v3_bg.jpg" />
  464. <Content Include="Content\Bowin.Control.Core\V3\images\bg-scrollbar-thumb-y - 副本.png" />
  465. <Content Include="Content\Bowin.Control.Core\V3\images\bg-scrollbar-thumb-y-副本-副本.png" />
  466. <Content Include="Content\Bowin.Control.Core\V3\images\bg-scrollbar-thumb-y.png" />
  467. <Content Include="Content\Bowin.Control.Core\V3\images\bg-scrollbar-track-y - 副本.png" />
  468. <Content Include="Content\Bowin.Control.Core\V3\images\bg-scrollbar-track-y-副本-副本.png" />
  469. <Content Include="Content\Bowin.Control.Core\V3\images\bg-scrollbar-track-y.png" />
  470. <Content Include="Content\Bowin.Control.Core\V3\images\bg-scrollbar-trackend-y.png" />
  471. <Content Include="Content\Bowin.Control.Core\V3\images\bluePanel_btn_bg_green_center.png" />
  472. <Content Include="Content\Bowin.Control.Core\V3\images\bluePanel_btn_bg_green_left.png" />
  473. <Content Include="Content\Bowin.Control.Core\V3\images\bluePanel_btn_bg_green_right.png" />
  474. <Content Include="Content\Bowin.Control.Core\V3\images\bluePanel_option_item_bg_center.png" />
  475. <Content Include="Content\Bowin.Control.Core\V3\images\bluePanel_option_item_bg_left.png" />
  476. <Content Include="Content\Bowin.Control.Core\V3\images\bluePanel_option_item_bg_right.png" />
  477. <Content Include="Content\Bowin.Control.Core\V3\images\bluePanel_option_item_selected_bg_center.png" />
  478. <Content Include="Content\Bowin.Control.Core\V3\images\bluePanel_option_item_selected_bg_left.png" />
  479. <Content Include="Content\Bowin.Control.Core\V3\images\bluePanel_option_item_selected_bg_right.png" />
  480. <Content Include="Content\Bowin.Control.Core\V3\images\bluePanel_option_item_selected_bingo.png" />
  481. <Content Include="Content\Bowin.Control.Core\V3\images\brand_tabOption_bg.png" />
  482. <Content Include="Content\Bowin.Control.Core\V3\images\btn_bg_blue_center.png" />
  483. <Content Include="Content\Bowin.Control.Core\V3\images\btn_bg_blue_left.png" />
  484. <Content Include="Content\Bowin.Control.Core\V3\images\btn_bg_blue_right.png" />
  485. <Content Include="Content\Bowin.Control.Core\V3\images\btn_bg_green_center.png" />
  486. <Content Include="Content\Bowin.Control.Core\V3\images\btn_bg_green_left.png" />
  487. <Content Include="Content\Bowin.Control.Core\V3\images\btn_bg_green_right.png" />
  488. <Content Include="Content\Bowin.Control.Core\V3\images\btn_bg_orange_center.png" />
  489. <Content Include="Content\Bowin.Control.Core\V3\images\btn_bg_orange_left.png" />
  490. <Content Include="Content\Bowin.Control.Core\V3\images\btn_bg_orange_right.png" />
  491. <Content Include="Content\Bowin.Control.Core\V3\images\btn_bule.png" />
  492. <Content Include="Content\Bowin.Control.Core\V3\images\btn_red.png" />
  493. <Content Include="Content\Bowin.Control.Core\V3\images\btn_upload_bg.png" />
  494. <Content Include="Content\Bowin.Control.Core\V3\images\button_blueTool_left.png" />
  495. <Content Include="Content\Bowin.Control.Core\V3\images\button_blueTool_right.png" />
  496. <Content Include="Content\Bowin.Control.Core\V3\images\chinamobile_logo.png" />
  497. <Content Include="Content\Bowin.Control.Core\V3\images\cmsXSelectedCondition_delete.png" />
  498. <Content Include="Content\Bowin.Control.Core\V3\images\content_title_bg.png" />
  499. <Content Include="Content\Bowin.Control.Core\V3\images\down_arrow.png" />
  500. <Content Include="Content\Bowin.Control.Core\V3\images\exit.png" />
  501. <Content Include="Content\Bowin.Control.Core\V3\images\exit_bg.png" />
  502. <Content Include="Content\Bowin.Control.Core\V3\images\flowpicPanel_bg_center.png" />
  503. <Content Include="Content\Bowin.Control.Core\V3\images\flowpicPanel_bg_left.png" />
  504. <Content Include="Content\Bowin.Control.Core\V3\images\flowpicPanel_bg_right.png" />
  505. <Content Include="Content\Bowin.Control.Core\V3\images\flowpicPanel_bottom_bg.png" />
  506. <Content Include="Content\Bowin.Control.Core\V3\images\flowpicPanel_top_bg.png" />
  507. <Content Include="Content\Bowin.Control.Core\V3\images\flow_approval.png" />
  508. <Content Include="Content\Bowin.Control.Core\V3\images\flow_fillApplication.png" />
  509. <Content Include="Content\Bowin.Control.Core\V3\images\flow_handle.png" />
  510. <Content Include="Content\Bowin.Control.Core\V3\images\flow_obligate.png" />
  511. <Content Include="Content\Bowin.Control.Core\V3\images\flow_obligateHandle.png" />
  512. <Content Include="Content\Bowin.Control.Core\V3\images\gray_bg.png" />
  513. <Content Include="Content\Bowin.Control.Core\V3\images\green_twoWord.png" />
  514. <Content Include="Content\Bowin.Control.Core\V3\images\head_top_bg.png" />
  515. <Content Include="Content\Bowin.Control.Core\V3\images\head_top_bg_split.png" />
  516. <Content Include="Content\Bowin.Control.Core\V3\images\head_top_bg_title.png" />
  517. <Content Include="Content\Bowin.Control.Core\V3\images\help.png" />
  518. <Content Include="Content\Bowin.Control.Core\V3\images\home.png" />
  519. <Content Include="Content\Bowin.Control.Core\V3\images\left_arrow.png" />
  520. <Content Include="Content\Bowin.Control.Core\V3\images\left_heng.png" />
  521. <Content Include="Content\Bowin.Control.Core\V3\images\login_new.jpg" />
  522. <Content Include="Content\Bowin.Control.Core\V3\images\login_new.png" />
  523. <Content Include="Content\Bowin.Control.Core\V3\images\login_new_bg.jpg" />
  524. <Content Include="Content\Bowin.Control.Core\V3\images\login_new_btn.jpg" />
  525. <Content Include="Content\Bowin.Control.Core\V3\images\login_title.png" />
  526. <Content Include="Content\Bowin.Control.Core\V3\images\l_btn_left.png" />
  527. <Content Include="Content\Bowin.Control.Core\V3\images\l_btn_right.png" />
  528. <Content Include="Content\Bowin.Control.Core\V3\images\mobile_btn102x26.png" />
  529. <Content Include="Content\Bowin.Control.Core\V3\images\mobile_btn146x26.png" />
  530. <Content Include="Content\Bowin.Control.Core\V3\images\mobile_btn2.png" />
  531. <Content Include="Content\Bowin.Control.Core\V3\images\mobile_btn3.png" />
  532. <Content Include="Content\Bowin.Control.Core\V3\images\mobile_btn41x26.png" />
  533. <Content Include="Content\Bowin.Control.Core\V3\images\mobile_top.png" />
  534. <Content Include="Content\Bowin.Control.Core\V3\images\mycenter.png" />
  535. <Content Include="Content\Bowin.Control.Core\V3\images\mydetail.png" />
  536. <Content Include="Content\Bowin.Control.Core\V3\images\node_add.png" />
  537. <Content Include="Content\Bowin.Control.Core\V3\images\node_minus.png" />
  538. <Content Include="Content\Bowin.Control.Core\V3\images\opreationCol_blue.png" />
  539. <Content Include="Content\Bowin.Control.Core\V3\images\opreationCol_deepBlue.png" />
  540. <Content Include="Content\Bowin.Control.Core\V3\images\opreationCol_deepBlue_left.png" />
  541. <Content Include="Content\Bowin.Control.Core\V3\images\opreationCol_deepBlue_right.png" />
  542. <Content Include="Content\Bowin.Control.Core\V3\images\opreationCol_green.png" />
  543. <Content Include="Content\Bowin.Control.Core\V3\images\opreationCol_Red.png" />
  544. <Content Include="Content\Bowin.Control.Core\V3\images\option_item_bg_center.png" />
  545. <Content Include="Content\Bowin.Control.Core\V3\images\option_item_bg_left.png" />
  546. <Content Include="Content\Bowin.Control.Core\V3\images\option_item_bg_right.png" />
  547. <Content Include="Content\Bowin.Control.Core\V3\images\option_item_selected_bg_center.png" />
  548. <Content Include="Content\Bowin.Control.Core\V3\images\option_item_selected_bg_left.png" />
  549. <Content Include="Content\Bowin.Control.Core\V3\images\option_item_selected_bg_right.png" />
  550. <Content Include="Content\Bowin.Control.Core\V3\images\option_item_selected_bingo.png" />
  551. <Content Include="Content\Bowin.Control.Core\V3\images\panel_left1.png" />
  552. <Content Include="Content\Bowin.Control.Core\V3\images\panel_left2.png" />
  553. <Content Include="Content\Bowin.Control.Core\V3\images\panel_left3.png" />
  554. <Content Include="Content\Bowin.Control.Core\V3\images\panel_left4_bg.png" />
  555. <Content Include="Content\Bowin.Control.Core\V3\images\panel_title_bg.png" />
  556. <Content Include="Content\Bowin.Control.Core\V3\images\Pick.png" />
  557. <Content Include="Content\Bowin.Control.Core\V3\images\pick_selected.png" />
  558. <Content Include="Content\Bowin.Control.Core\V3\images\query_row_title_bg.png" />
  559. <Content Include="Content\Bowin.Control.Core\V3\images\report.png" />
  560. <Content Include="Content\Bowin.Control.Core\V3\images\Reserved.png" />
  561. <Content Include="Content\Bowin.Control.Core\V3\images\review.png" />
  562. <Content Include="Content\Bowin.Control.Core\V3\images\Robot.png" />
  563. <Content Include="Content\Bowin.Control.Core\V3\images\selectionType_tabOption_bg.png" />
  564. <Content Include="Content\Bowin.Control.Core\V3\images\shenhekuai_bg.png" />
  565. <Content Include="Content\Bowin.Control.Core\V3\images\shenhekuai_bg_back.png" />
  566. <Content Include="Content\Bowin.Control.Core\V3\images\special_logo.png" />
  567. <Content Include="Content\Bowin.Control.Core\V3\images\system_workflow.png" />
  568. <Content Include="Content\Bowin.Control.Core\V3\images\tabOption_item_bg_center.png" />
  569. <Content Include="Content\Bowin.Control.Core\V3\images\tabOption_item_bg_left.png" />
  570. <Content Include="Content\Bowin.Control.Core\V3\images\tabOption_item_bg_right.png" />
  571. <Content Include="Content\Bowin.Control.Core\V3\images\tabOption_item_selected_bg_center.png" />
  572. <Content Include="Content\Bowin.Control.Core\V3\images\tabOption_item_selected_bg_left.png" />
  573. <Content Include="Content\Bowin.Control.Core\V3\images\tabOption_item_selected_bg_right.png" />
  574. <Content Include="Content\Bowin.Control.Core\V3\images\tab_item_bg_center.png" />
  575. <Content Include="Content\Bowin.Control.Core\V3\images\tab_item_bg_left.png" />
  576. <Content Include="Content\Bowin.Control.Core\V3\images\tab_item_bg_right.png" />
  577. <Content Include="Content\Bowin.Control.Core\V3\images\tab_item_icon_delete.png" />
  578. <Content Include="Content\Bowin.Control.Core\V3\images\tab_item_selected_bg_center.png" />
  579. <Content Include="Content\Bowin.Control.Core\V3\images\tab_item_selected_bg_left.png" />
  580. <Content Include="Content\Bowin.Control.Core\V3\images\tab_item_selected_bg_right.png" />
  581. <Content Include="Content\Bowin.Control.Core\V3\images\tab_item_selected_icon_delete.png" />
  582. <Content Include="Content\Bowin.Control.Core\V3\images\top_right.png" />
  583. <Content Include="Content\Bowin.Control.Core\V3\images\user_info_bg.png" />
  584. <Content Include="Content\Bowin.Control.Core\V3\images\xbutton.png" />
  585. <Content Include="Content\Bowin.Control.Core\V3\images\xDataTable_th_bg.jpg" />
  586. <Content Include="Content\Bowin.Control.Core\V3\login.css" />
  587. <Content Include="Content\Bowin.Control.Core\V3\main201404.css" />
  588. <Content Include="Content\Bowin.Control.Core\V3\SiteStyle_3.0.css" />
  589. <Content Include="Content\Bowin.Control.Core\V3\SiteStyle_xu.css" />
  590. <Content Include="Content\Bowin.Control.Core\V3\xDataTable_th_bg.jpg" />
  591. <Content Include="Content\examiner\common.css" />
  592. <Content Include="Content\examiner\examStyle.css" />
  593. <Content Include="Content\examiner\Image\01.gif" />
  594. <Content Include="Content\examiner\Image\01.jpg" />
  595. <Content Include="Content\examiner\Image\011.gif" />
  596. <Content Include="Content\examiner\Image\02.gif" />
  597. <Content Include="Content\examiner\Image\02.jpg" />
  598. <Content Include="Content\examiner\Image\1.png" />
  599. <Content Include="Content\examiner\Image\111.gif" />
  600. <Content Include="Content\examiner\Image\1111.gif" />
  601. <Content Include="Content\examiner\Image\1_01.gif" />
  602. <Content Include="Content\examiner\Image\1_02.gif" />
  603. <Content Include="Content\examiner\Image\1_021.gif" />
  604. <Content Include="Content\examiner\Image\1_03.gif" />
  605. <Content Include="Content\examiner\Image\1_031.gif" />
  606. <Content Include="Content\examiner\Image\1_04.gif" />
  607. <Content Include="Content\examiner\Image\1_041.gif" />
  608. <Content Include="Content\examiner\Image\1_05.gif" />
  609. <Content Include="Content\examiner\Image\1_06.gif" />
  610. <Content Include="Content\examiner\Image\1_07.gif" />
  611. <Content Include="Content\examiner\Image\1_08.gif" />
  612. <Content Include="Content\examiner\Image\1_081.gif" />
  613. <Content Include="Content\examiner\Image\1_09.gif" />
  614. <Content Include="Content\examiner\Image\1_10.gif" />
  615. <Content Include="Content\examiner\Image\1_11.gif" />
  616. <Content Include="Content\examiner\Image\1_12.gif" />
  617. <Content Include="Content\examiner\Image\1_13.gif" />
  618. <Content Include="Content\examiner\Image\1_14.gif" />
  619. <Content Include="Content\examiner\Image\1_15.gif" />
  620. <Content Include="Content\examiner\Image\1_16.gif" />
  621. <Content Include="Content\examiner\Image\1_17.gif" />
  622. <Content Include="Content\examiner\Image\1_18.gif" />
  623. <Content Include="Content\examiner\Image\1_19.gif" />
  624. <Content Include="Content\examiner\Image\1_20.gif" />
  625. <Content Include="Content\examiner\Image\1_21.gif" />
  626. <Content Include="Content\examiner\Image\1_22.gif" />
  627. <Content Include="Content\examiner\Image\1_23.gif" />
  628. <Content Include="Content\examiner\Image\1_24.gif" />
  629. <Content Include="Content\examiner\Image\1_25.gif" />
  630. <Content Include="Content\examiner\Image\1_26.gif" />
  631. <Content Include="Content\examiner\Image\1_27.gif" />
  632. <Content Include="Content\examiner\Image\1_28.gif" />
  633. <Content Include="Content\examiner\Image\1_29.gif" />
  634. <Content Include="Content\examiner\Image\1_30.gif" />
  635. <Content Include="Content\examiner\Image\1_31.gif" />
  636. <Content Include="Content\examiner\Image\1_32.gif" />
  637. <Content Include="Content\examiner\Image\1_321.gif" />
  638. <Content Include="Content\examiner\Image\1_33.gif" />
  639. <Content Include="Content\examiner\Image\1_34.gif" />
  640. <Content Include="Content\examiner\Image\1_35.gif" />
  641. <Content Include="Content\examiner\Image\1_36.gif" />
  642. <Content Include="Content\examiner\Image\1_37.gif" />
  643. <Content Include="Content\examiner\Image\1_38.gif" />
  644. <Content Include="Content\examiner\Image\1_39.gif" />
  645. <Content Include="Content\examiner\Image\1_40.gif" />
  646. <Content Include="Content\examiner\Image\1_41.gif" />
  647. <Content Include="Content\examiner\Image\1_42.gif" />
  648. <Content Include="Content\examiner\Image\1_43.gif" />
  649. <Content Include="Content\examiner\Image\1_44.gif" />
  650. <Content Include="Content\examiner\Image\1_45.gif" />
  651. <Content Include="Content\examiner\Image\1_46.gif" />
  652. <Content Include="Content\examiner\Image\1_47.gif" />
  653. <Content Include="Content\examiner\Image\1_48.gif" />
  654. <Content Include="Content\examiner\Image\2.gif" />
  655. <Content Include="Content\examiner\Image\2.png" />
  656. <Content Include="Content\examiner\Image\211.jpg" />
  657. <Content Include="Content\examiner\Image\211bg.jpg" />
  658. <Content Include="Content\examiner\Image\21_01.jpg" />
  659. <Content Include="Content\examiner\Image\21_02.jpg" />
  660. <Content Include="Content\examiner\Image\21_03.jpg" />
  661. <Content Include="Content\examiner\Image\21_04.jpg" />
  662. <Content Include="Content\examiner\Image\21_05.jpg" />
  663. <Content Include="Content\examiner\Image\21_06.jpg" />
  664. <Content Include="Content\examiner\Image\21_07.jpg" />
  665. <Content Include="Content\examiner\Image\22.gif" />
  666. <Content Include="Content\examiner\Image\2_01.gif" />
  667. <Content Include="Content\examiner\Image\2_02.gif" />
  668. <Content Include="Content\examiner\Image\2_03.gif" />
  669. <Content Include="Content\examiner\Image\2_04.gif" />
  670. <Content Include="Content\examiner\Image\2_05.gif" />
  671. <Content Include="Content\examiner\Image\2_06.gif" />
  672. <Content Include="Content\examiner\Image\2_07.gif" />
  673. <Content Include="Content\examiner\Image\2_08.gif" />
  674. <Content Include="Content\examiner\Image\2_09.gif" />
  675. <Content Include="Content\examiner\Image\2_10.gif" />
  676. <Content Include="Content\examiner\Image\2_11.gif" />
  677. <Content Include="Content\examiner\Image\2_12.gif" />
  678. <Content Include="Content\examiner\Image\2_13.gif" />
  679. <Content Include="Content\examiner\Image\2_14.gif" />
  680. <Content Include="Content\examiner\Image\2_15.gif" />
  681. <Content Include="Content\examiner\Image\2_16.gif" />
  682. <Content Include="Content\examiner\Image\2_17.gif" />
  683. <Content Include="Content\examiner\Image\2_18.gif" />
  684. <Content Include="Content\examiner\Image\2_19.gif" />
  685. <Content Include="Content\examiner\Image\2_20.gif" />
  686. <Content Include="Content\examiner\Image\2_21.gif" />
  687. <Content Include="Content\examiner\Image\2_22.gif" />
  688. <Content Include="Content\examiner\Image\2_23.gif" />
  689. <Content Include="Content\examiner\Image\2_24.gif" />
  690. <Content Include="Content\examiner\Image\2_25.gif" />
  691. <Content Include="Content\examiner\Image\2_26.gif" />
  692. <Content Include="Content\examiner\Image\2_27.gif" />
  693. <Content Include="Content\examiner\Image\2_28.gif" />
  694. <Content Include="Content\examiner\Image\2_29.gif" />
  695. <Content Include="Content\examiner\Image\2_30.gif" />
  696. <Content Include="Content\examiner\Image\2_31.gif" />
  697. <Content Include="Content\examiner\Image\2_32.gif" />
  698. <Content Include="Content\examiner\Image\2_33.gif" />
  699. <Content Include="Content\examiner\Image\2_34.gif" />
  700. <Content Include="Content\examiner\Image\2_35.gif" />
  701. <Content Include="Content\examiner\Image\2_36.gif" />
  702. <Content Include="Content\examiner\Image\2_37.gif" />
  703. <Content Include="Content\examiner\Image\2_38.gif" />
  704. <Content Include="Content\examiner\Image\2_39.gif" />
  705. <Content Include="Content\examiner\Image\2_40.gif" />
  706. <Content Include="Content\examiner\Image\2_41.gif" />
  707. <Content Include="Content\examiner\Image\2_42.gif" />
  708. <Content Include="Content\examiner\Image\2_43.gif" />
  709. <Content Include="Content\examiner\Image\33_01.jpg" />
  710. <Content Include="Content\examiner\Image\33_02.jpg" />
  711. <Content Include="Content\examiner\Image\33_03.jpg" />
  712. <Content Include="Content\examiner\Image\33_04.jpg" />
  713. <Content Include="Content\examiner\Image\33_05.jpg" />
  714. <Content Include="Content\examiner\Image\3_01.gif" />
  715. <Content Include="Content\examiner\Image\3_02.gif" />
  716. <Content Include="Content\examiner\Image\3_03.gif" />
  717. <Content Include="Content\examiner\Image\3_04.gif" />
  718. <Content Include="Content\examiner\Image\3_05.gif" />
  719. <Content Include="Content\examiner\Image\3_06.gif" />
  720. <Content Include="Content\examiner\Image\3_07.gif" />
  721. <Content Include="Content\examiner\Image\3_08.gif" />
  722. <Content Include="Content\examiner\Image\3_09.gif" />
  723. <Content Include="Content\examiner\Image\3_10.gif" />
  724. <Content Include="Content\examiner\Image\3_11.gif" />
  725. <Content Include="Content\examiner\Image\3_12.gif" />
  726. <Content Include="Content\examiner\Image\3_13.gif" />
  727. <Content Include="Content\examiner\Image\3_14.gif" />
  728. <Content Include="Content\examiner\Image\3_15.gif" />
  729. <Content Include="Content\examiner\Image\3_16.gif" />
  730. <Content Include="Content\examiner\Image\3_17.gif" />
  731. <Content Include="Content\examiner\Image\3_18.gif" />
  732. <Content Include="Content\examiner\Image\3_19.gif" />
  733. <Content Include="Content\examiner\Image\3_20.gif" />
  734. <Content Include="Content\examiner\Image\3_21.gif" />
  735. <Content Include="Content\examiner\Image\3_22.gif" />
  736. <Content Include="Content\examiner\Image\3_23.gif" />
  737. <Content Include="Content\examiner\Image\3_24.gif" />
  738. <Content Include="Content\examiner\Image\3_25.gif" />
  739. <Content Include="Content\examiner\Image\3_26.gif" />
  740. <Content Include="Content\examiner\Image\3_27.gif" />
  741. <Content Include="Content\examiner\Image\3_28.gif" />
  742. <Content Include="Content\examiner\Image\3_29.gif" />
  743. <Content Include="Content\examiner\Image\3_30.gif" />
  744. <Content Include="Content\examiner\Image\3_31.gif" />
  745. <Content Include="Content\examiner\Image\3_32.gif" />
  746. <Content Include="Content\examiner\Image\3_33.gif" />
  747. <Content Include="Content\examiner\Image\3_34.gif" />
  748. <Content Include="Content\examiner\Image\3_35.gif" />
  749. <Content Include="Content\examiner\Image\3_39.gif" />
  750. <Content Include="Content\examiner\Image\4.gif" />
  751. <Content Include="Content\examiner\Image\5_02_04.gif" />
  752. <Content Include="Content\examiner\Image\99999.gif" />
  753. <Content Include="Content\examiner\Image\a51.gif" />
  754. <Content Include="Content\examiner\Image\aa.gif" />
  755. <Content Include="Content\examiner\Image\a_001.gif" />
  756. <Content Include="Content\examiner\Image\a_01.gif" />
  757. <Content Include="Content\examiner\Image\a_02.gif" />
  758. <Content Include="Content\examiner\Image\a_03.gif" />
  759. <Content Include="Content\examiner\Image\a_22.gif" />
  760. <Content Include="Content\examiner\Image\a_24.gif" />
  761. <Content Include="Content\examiner\Image\a_50.jpg" />
  762. <Content Include="Content\examiner\Image\a_51.bmp" />
  763. <Content Include="Content\examiner\Image\backcolor.gif" />
  764. <Content Include="Content\examiner\Image\bg.jpg" />
  765. <Content Include="Content\examiner\Image\bg_2_1.jpg" />
  766. <Content Include="Content\examiner\Image\bottom_2_1.jpg" />
  767. <Content Include="Content\examiner\Image\btn.bmp" />
  768. <Content Include="Content\examiner\Image\btn2.bmp" />
  769. <Content Include="Content\examiner\Image\btnok.gif" />
  770. <Content Include="Content\examiner\Image\btn_ok.gif" />
  771. <Content Include="Content\examiner\Image\btn_ok2.gif" />
  772. <Content Include="Content\examiner\Image\btn_operation.gif" />
  773. <Content Include="Content\examiner\Image\btn_query.gif" />
  774. <Content Include="Content\examiner\Image\b_1243703356706.gif" />
  775. <Content Include="Content\examiner\Image\b_1243703356706.jpg" />
  776. <Content Include="Content\examiner\Image\cancel.gif" />
  777. <Content Include="Content\examiner\Image\copyright.jpg" />
  778. <Content Include="Content\examiner\Image\czhgreenList.gif" />
  779. <Content Include="Content\examiner\Image\de.jpg" />
  780. <Content Include="Content\examiner\Image\dew.jpg" />
  781. <Content Include="Content\examiner\Image\downbrow.bmp" />
  782. <Content Include="Content\examiner\Image\eColse.gif" />
  783. <Content Include="Content\examiner\Image\EnterExam.gif" />
  784. <Content Include="Content\examiner\Image\examPaper-border.jpg" />
  785. <Content Include="Content\examiner\Image\examPaper-button.jpg" />
  786. <Content Include="Content\examiner\Image\examPaper-top.gif" />
  787. <Content Include="Content\examiner\Image\examPaper-top.jpg" />
  788. <Content Include="Content\examiner\Image\head_2_1.jpg" />
  789. <Content Include="Content\examiner\Image\id_card.jpg" />
  790. <Content Include="Content\examiner\Image\images_address.jpg" />
  791. <Content Include="Content\examiner\Image\keys.gif" />
  792. <Content Include="Content\examiner\Image\keys.png" />
  793. <Content Include="Content\examiner\Image\ks_01.jpg" />
  794. <Content Include="Content\examiner\Image\ks_02.jpg" />
  795. <Content Include="Content\examiner\Image\ks_04.jpg" />
  796. <Content Include="Content\examiner\Image\ks_05.jpg" />
  797. <Content Include="Content\examiner\Image\ks_06.jpg" />
  798. <Content Include="Content\examiner\Image\ks_07.jpg" />
  799. <Content Include="Content\examiner\Image\ks_08.jpg" />
  800. <Content Include="Content\examiner\Image\left.gif" />
  801. <Content Include="Content\examiner\Image\left.jpg" />
  802. <Content Include="Content\examiner\Image\left02.gif" />
  803. <Content Include="Content\examiner\Image\left02.jpg" />
  804. <Content Include="Content\examiner\Image\leftgb.jpg" />
  805. <Content Include="Content\examiner\Image\loading.jpg" />
  806. <Content Include="Content\examiner\Image\loginbg.jpg" />
  807. <Content Include="Content\examiner\Image\longbutton.gif" />
  808. <Content Include="Content\examiner\Image\main_top_BG.gif" />
  809. <Content Include="Content\examiner\Image\middle_2_1.jpg" />
  810. <Content Include="Content\examiner\Image\navigationContent.gif" />
  811. <Content Include="Content\examiner\Image\newbutton.gif" />
  812. <Content Include="Content\examiner\Image\offline.gif" />
  813. <Content Include="Content\examiner\Image\paperloading.gif" />
  814. <Content Include="Content\examiner\Image\pic.jpg" />
  815. <Content Include="Content\examiner\Image\question-container.gif" />
  816. <Content Include="Content\examiner\Image\question_buttom.gif" />
  817. <Content Include="Content\examiner\Image\redbutton.bmp" />
  818. <Content Include="Content\examiner\Image\show_ks_05.jpg" />
  819. <Content Include="Content\examiner\Image\split.gif" />
  820. <Content Include="Content\examiner\Image\sytlebg.jpg" />
  821. <Content Include="Content\examiner\Image\takepage.gif" />
  822. <Content Include="Content\examiner\Image\takepage.png" />
  823. <Content Include="Content\examiner\Image\takepaper.jpg" />
  824. <Content Include="Content\examiner\Image\test.jpg" />
  825. <Content Include="Content\examiner\Image\top.jpg" />
  826. <Content Include="Content\examiner\Image\upbrow.bmp" />
  827. <Content Include="Content\examiner\Image\verify.gif" />
  828. <Content Include="Content\examiner\Image\waitback.gif" />
  829. <Content Include="Content\examiner\Image\waitback.jpg" />
  830. <Content Include="Content\examiner\Image\waitbackBak.gif" />
  831. <Content Include="Content\examiner\Image\waitcontainer.gif" />
  832. <Content Include="Content\examiner\Image\WaitExamTop.jpg" />
  833. <Content Include="Content\examiner\Image\waithead.gif" />
  834. <Content Include="Content\examiner\Image\waitleft.jpg" />
  835. <Content Include="Content\examiner\Image\waitright.jpg" />
  836. <Content Include="Content\examiner\Image\waittop.jpg" />
  837. <Content Include="Content\examiner\Image\warring.jpg" />
  838. <Content Include="Content\examiner\Image\Wexam.jpg" />
  839. <Content Include="Content\examiner\Image\work.jpg" />
  840. <Content Include="Content\examiner\Image\z.jpg" />
  841. <Content Include="Content\examiner\Image\交卷.gif" />
  842. <Content Include="Content\examiner\Image\复件 bg.jpg" />
  843. <Content Include="Content\ie-css3.htc" />
  844. <Content Include="Content\images\homeHeader.png" />
  845. <Content Include="Content\images\homeLeftbg.jpg" />
  846. <Content Include="Content\images\homeLeftbgMgr.jpg" />
  847. <Content Include="Content\images\homeLogo.png" />
  848. <Content Include="Content\images\homeLogo_GDGW.png" />
  849. <Content Include="Content\images\list.png" />
  850. <Content Include="Content\images\liuge.png" />
  851. <Content Include="Content\images\loading.gif" />
  852. <Content Include="Content\images\loginbg.png" />
  853. <Content Include="Content\images\loginlogo.png" />
  854. <Content Include="Content\images\login_02.png" />
  855. <Content Include="Content\images\login_03.png" />
  856. <Content Include="Content\images\login_04.png" />
  857. <Content Include="Content\images\login_05.png" />
  858. <Content Include="Content\images\login_06.png" />
  859. <Content Include="Content\images\login_07.png" />
  860. <Content Include="Content\images\logo.jpg" />
  861. <Content Include="Content\images\logo.png" />
  862. <Content Include="Content\images\optionbg1.png" />
  863. <Content Include="Content\images\password.png" />
  864. <Content Include="Content\images\selectbg1.png" />
  865. <Content Include="Content\images\sige.png" />
  866. <Content Include="Content\images\studenttitle.png" />
  867. <Content Include="Content\images\user.png" />
  868. <Content Include="Content\images\validateCode.png" />
  869. <Content Include="Content\images\bookdefault_11.jpg" />
  870. <Content Include="Content\images\bookdefault.jpg" />
  871. <Content Include="Content\index.html" />
  872. <Content Include="Content\Login.css" />
  873. <Content Include="Content\main.css" />
  874. <Content Include="Content\select.css" />
  875. <Content Include="Content\Site.css" />
  876. <Content Include="Content\student.css" />
  877. <Content Include="Content\StyleForm.css" />
  878. <Content Include="favicon.ico" />
  879. <Content Include="Global.asax" />
  880. <Content Include="Scripts\autoMergeCells.js" />
  881. <Content Include="Scripts\Bowin.Control.Core\autoMergeCells.js" />
  882. <Content Include="Scripts\Bowin.Control.Core\Core\CMS.Core.js" />
  883. <Content Include="Scripts\Bowin.Control.Core\Core\Config\CMS.Config.js" />
  884. <Content Include="Scripts\Bowin.Control.Core\Core\Config\EasyUI.Config.js" />
  885. <Content Include="Scripts\Bowin.Control.Core\Core\Controls\Bowin.Controls.js" />
  886. <Content Include="Scripts\Bowin.Control.Core\Core\Controls\CMS.Controls.js" />
  887. <Content Include="Scripts\Bowin.Control.Core\Core\Controls\MultiSelectsBox.js" />
  888. <Content Include="Scripts\Bowin.Control.Core\Controls\Selector.js" />
  889. <Content Include="Scripts\Bowin.Control.Core\Controls\userSelector.js" />
  890. <Content Include="Scripts\Bowin.Control.Core\Core\Extend\EasyUI.Extend.js" />
  891. <Content Include="Scripts\Bowin.Control.Core\Core\Extend\Highcharts.Extend.js" />
  892. <Content Include="Scripts\Bowin.Control.Core\Core\Extend\JavaScript.Extend.js" />
  893. <Content Include="Scripts\Bowin.Control.Core\Core\Extend\jQuery.Extend.js" />
  894. <Content Include="Scripts\Bowin.Control.Core\Core\Extend\jQuery.Validate.Extend.js" />
  895. <Content Include="Scripts\Bowin.Control.Core\jquery-1.8.0.min.js" />
  896. <Content Include="Scripts\Bowin.Control.Core\jquery.autocomplete.js" />
  897. <Content Include="Scripts\Bowin.Control.Core\Plugins\jquery.placeholder.min.js" />
  898. <Content Include="Scripts\Business\paperBuilder.js" />
  899. <Content Include="Scripts\Business\PaperTemplate.htm" />
  900. <Content Include="Scripts\Business\QuestionTemplate.htm" />
  901. <Content Include="Scripts\Business\student.parctite.js" />
  902. <Content Include="Scripts\Business\ViewPaperTemplate.htm" />
  903. <Content Include="Scripts\Examinee\examinee.js" />
  904. <Content Include="Scripts\Examinee\hashtable.js" />
  905. <Content Include="Scripts\Examinee\iexam.interactively.js" />
  906. <Content Include="Scripts\Examinee\jquery-jtemplates_uncompressed.js" />
  907. <Content Include="Scripts\Examinee\jquery.countdown.js" />
  908. <Content Include="Scripts\Examinee\jquery.timers.js" />
  909. <Content Include="Scripts\Examinee\jquery.xml2json.js" />
  910. <Content Include="Scripts\Examinee\page.question.js" />
  911. <Content Include="Scripts\Examinee\paperBuilder.js" />
  912. <Content Include="Scripts\Examinee\Template\InformationTemplate.htm" />
  913. <Content Include="Scripts\Examinee\Template\NavigationTemplate.htm" />
  914. <Content Include="Scripts\Examinee\Template\PaperTemplate.htm" />
  915. <Content Include="Scripts\Examinee\Template\QuestionTemplate.htm" />
  916. <Content Include="Scripts\flowplayer-6.0.5\embed.min.js" />
  917. <Content Include="Scripts\flowplayer-6.0.5\flowplayer.js" />
  918. <Content Include="Scripts\flowplayer-6.0.5\flowplayer.min.js" />
  919. <Content Include="Scripts\flowplayer-6.0.5\flowplayer.swf" />
  920. <Content Include="Scripts\flowplayer-6.0.5\flowplayerhls.swf" />
  921. <Content Include="Scripts\flowplayer-6.0.5\index.html" />
  922. <Content Include="Scripts\flowplayer-6.0.5\skin\all-skins.css" />
  923. <Content Include="Scripts\flowplayer-6.0.5\skin\fonts\fpicons.svg" />
  924. <Content Include="Scripts\flowplayer-6.0.5\skin\functional.css" />
  925. <Content Include="Scripts\flowplayer-6.0.5\skin\img\black%40x2.png" />
  926. <Content Include="Scripts\flowplayer-6.0.5\skin\img\black.png" />
  927. <Content Include="Scripts\flowplayer-6.0.5\skin\img\black_rtl%40x2.png" />
  928. <Content Include="Scripts\flowplayer-6.0.5\skin\img\black_rtl.png" />
  929. <Content Include="Scripts\flowplayer-6.0.5\skin\img\flowplayer%402x.png" />
  930. <Content Include="Scripts\flowplayer-6.0.5\skin\img\flowplayer.png" />
  931. <Content Include="Scripts\flowplayer-6.0.5\skin\img\playful_black%40x2.png" />
  932. <Content Include="Scripts\flowplayer-6.0.5\skin\img\playful_black.png" />
  933. <Content Include="Scripts\flowplayer-6.0.5\skin\img\playful_black_rtl%40x2.png" />
  934. <Content Include="Scripts\flowplayer-6.0.5\skin\img\playful_black_rtl.png" />
  935. <Content Include="Scripts\flowplayer-6.0.5\skin\img\playful_white%40x2.png" />
  936. <Content Include="Scripts\flowplayer-6.0.5\skin\img\playful_white.png" />
  937. <Content Include="Scripts\flowplayer-6.0.5\skin\img\playful_white_rtl%40x2.png" />
  938. <Content Include="Scripts\flowplayer-6.0.5\skin\img\playful_white_rtl.png" />
  939. <Content Include="Scripts\flowplayer-6.0.5\skin\img\play_black%40x2.png" />
  940. <Content Include="Scripts\flowplayer-6.0.5\skin\img\play_black.png" />
  941. <Content Include="Scripts\flowplayer-6.0.5\skin\img\play_black_rtl%40x2.png" />
  942. <Content Include="Scripts\flowplayer-6.0.5\skin\img\play_black_rtl.png" />
  943. <Content Include="Scripts\flowplayer-6.0.5\skin\img\play_white%40x2.png" />
  944. <Content Include="Scripts\flowplayer-6.0.5\skin\img\play_white.png" />
  945. <Content Include="Scripts\flowplayer-6.0.5\skin\img\play_white_rtl%40x2.png" />
  946. <Content Include="Scripts\flowplayer-6.0.5\skin\img\play_white_rtl.png" />
  947. <Content Include="Scripts\flowplayer-6.0.5\skin\img\white%40x2.png" />
  948. <Content Include="Scripts\flowplayer-6.0.5\skin\img\white.png" />
  949. <Content Include="Scripts\flowplayer-6.0.5\skin\img\white_rtl%40x2.png" />
  950. <Content Include="Scripts\flowplayer-6.0.5\skin\img\white_rtl.png" />
  951. <Content Include="Scripts\flowplayer-6.0.5\skin\minimalist.css" />
  952. <Content Include="Scripts\flowplayer-6.0.5\skin\playful.css" />
  953. <Content Include="Scripts\jquery.Extend.js" />
  954. <Content Include="Scripts\Bowin.Control.Core\jquery.unobtrusive-ajax.js" />
  955. <Content Include="Scripts\Bowin.Control.Core\jquery.unobtrusive-ajax.min.js" />
  956. <Content Include="Scripts\Bowin.Control.Core\jquery.validate-vsdoc.js" />
  957. <Content Include="Scripts\Bowin.Control.Core\jquery.validate.js" />
  958. <Content Include="Scripts\Bowin.Control.Core\jquery.validate.min.js" />
  959. <Content Include="Scripts\Bowin.Control.Core\jquery.validate.unobtrusive.js" />
  960. <Content Include="Scripts\Bowin.Control.Core\jquery.validate.unobtrusive.min.js" />
  961. <Content Include="Scripts\Bowin.Control.Core\Plugins\autocomplete\indicator.gif" />
  962. <Content Include="Scripts\Bowin.Control.Core\Plugins\autocomplete\jquery.autocomplete.css" />
  963. <Content Include="Scripts\Bowin.Control.Core\Plugins\autocomplete\jquery.autocomplete.js" />
  964. <Content Include="Scripts\Bowin.Control.Core\Plugins\EasyUI\easyui-lang-zh_CN.js" />
  965. <Content Include="Scripts\Bowin.Control.Core\Plugins\EasyUI\jquery.easyui.min.js" />
  966. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\gfx\vml-radial-gradient.png" />
  967. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\graphics\skies.jpg" />
  968. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\graphics\snow.png" />
  969. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\graphics\sun.png" />
  970. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\adapters\mootools-adapter.js" />
  971. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\adapters\mootools-adapter.src.js" />
  972. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\adapters\prototype-adapter.js" />
  973. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\adapters\prototype-adapter.src.js" />
  974. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\highcharts-more.js" />
  975. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\highcharts-more.src.js" />
  976. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\highcharts.js" />
  977. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\highcharts.src.js" />
  978. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\modules\annotations.js" />
  979. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\modules\annotations.src.js" />
  980. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\modules\canvas-tools.js" />
  981. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\modules\canvas-tools.src.js" />
  982. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\modules\data.js" />
  983. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\modules\data.src.js" />
  984. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\modules\exporting.js" />
  985. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\modules\exporting.src.js" />
  986. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\modules\funnel.js" />
  987. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\modules\funnel.src.js" />
  988. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\themes\dark-blue.js" />
  989. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\themes\dark-green.js" />
  990. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\themes\gray.js" />
  991. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\themes\grid.js" />
  992. <Content Include="Scripts\Bowin.Control.Core\Plugins\HighChart\js\themes\skies.js" />
  993. <Content Include="Scripts\Bowin.Control.Core\Plugins\My97DatePicker\calendar.js" />
  994. <Content Include="Scripts\Bowin.Control.Core\Plugins\My97DatePicker\lang\en.js" />
  995. <Content Include="Scripts\Bowin.Control.Core\Plugins\My97DatePicker\lang\zh-cn.js" />
  996. <Content Include="Scripts\Bowin.Control.Core\Plugins\My97DatePicker\lang\zh-tw.js" />
  997. <Content Include="Scripts\Bowin.Control.Core\Plugins\My97DatePicker\skin\datePicker.gif" />
  998. <Content Include="Scripts\Bowin.Control.Core\Plugins\My97DatePicker\skin\default\datepicker.css" />
  999. <Content Include="Scripts\Bowin.Control.Core\Plugins\My97DatePicker\skin\default\img.gif" />
  1000. <Content Include="Scripts\Bowin.Control.Core\Plugins\My97DatePicker\skin\WdatePicker.css" />
  1001. <Content Include="Scripts\Bowin.Control.Core\Plugins\My97DatePicker\skin\whyGreen\bg.jpg" />
  1002. <Content Include="Scripts\Bowin.Control.Core\Plugins\My97DatePicker\skin\whyGreen\datepicker.css" />
  1003. <Content Include="Scripts\Bowin.Control.Core\Plugins\My97DatePicker\skin\whyGreen\img.gif" />
  1004. <Content Include="Scripts\Bowin.Control.Core\Plugins\My97DatePicker\WdatePicker.js" />
  1005. <Content Include="Scripts\Bowin.Control.Core\Plugins\ScrollBar\jquery.tinyscrollbar.min.js" />
  1006. <Content Include="Scripts\Bowin.Control.Core\Plugins\uploadifyFile\add.png" />
  1007. <Content Include="Scripts\Bowin.Control.Core\Plugins\uploadifyFile\add_file.png" />
  1008. <Content Include="Scripts\Bowin.Control.Core\Plugins\uploadifyFile\cancel.png" />
  1009. <Content Include="Scripts\Bowin.Control.Core\Plugins\uploadifyFile\Change Log.txt" />
  1010. <Content Include="Scripts\Bowin.Control.Core\Plugins\uploadifyFile\check-exists.php" />
  1011. <Content Include="Scripts\Bowin.Control.Core\Plugins\uploadifyFile\delfile.gif" />
  1012. <Content Include="Scripts\Bowin.Control.Core\Plugins\uploadifyFile\index.php" />
  1013. <Content Include="Scripts\Bowin.Control.Core\Plugins\uploadifyFile\jquery.uploadify.js" />
  1014. <Content Include="Scripts\Bowin.Control.Core\Plugins\uploadifyFile\jquery.uploadify.min.js" />
  1015. <Content Include="Scripts\Bowin.Control.Core\Plugins\uploadifyFile\license.txt" />
  1016. <Content Include="Scripts\Bowin.Control.Core\Plugins\uploadifyFile\OwnUploadify.css" />
  1017. <Content Include="Scripts\Bowin.Control.Core\Plugins\uploadifyFile\uploadify-cancel.png" />
  1018. <Content Include="Scripts\Bowin.Control.Core\Plugins\uploadifyFile\uploadify.css" />
  1019. <Content Include="Scripts\Bowin.Control.Core\Plugins\uploadifyFile\uploadify.php" />
  1020. <Content Include="Scripts\Bowin.Control.Core\Plugins\uploadifyFile\uploadify.swf" />
  1021. <Content Include="Scripts\Bowin.Control.Core\Plugins\Uploadify\jquery.uploadify.js" />
  1022. <Content Include="Scripts\Bowin.Control.Core\Plugins\Uploadify\jquery.uploadify.min.js" />
  1023. <Content Include="Scripts\Bowin.Control.Core\Plugins\Uploadify\uploadify-cancel.png" />
  1024. <Content Include="Scripts\Bowin.Control.Core\Plugins\Uploadify\uploadify.css" />
  1025. <Content Include="Scripts\Bowin.Control.Core\Plugins\Uploadify\uploadify.swf" />
  1026. <Content Include="Scripts\Bowin.Control.Core\Plugins\ZeroClipboard\jquery.zclip.min.js" />
  1027. <Content Include="Scripts\Bowin.Control.Core\Plugins\ZeroClipboard\ZeroClipboard.js" />
  1028. <Content Include="Scripts\Bowin.Control.Core\Plugins\ZeroClipboard\ZeroClipboard.swf" />
  1029. <Content Include="Scripts\DD_belatedPNG_0.0.8a.js" />
  1030. <Content Include="Scripts\iepng.js" />
  1031. <Content Include="Scripts\jquery-1.8.0.min.js" />
  1032. <Content Include="Scripts\jquery-migrate-1.2.1.min.js" />
  1033. <Content Include="Scripts\jquery-ui-1.8.20.js" />
  1034. <Content Include="Scripts\jquery-ui-1.8.20.min.js" />
  1035. <Content Include="Scripts\jquery-ui.js" />
  1036. <Content Include="Scripts\jquery-ui.min.js" />
  1037. <Content Include="Scripts\jquery.autocomplete.js" />
  1038. <Content Include="Scripts\jquery.cookie.js" />
  1039. <Content Include="Scripts\jquery.unobtrusive-ajax.js" />
  1040. <Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
  1041. <Content Include="Scripts\jquery.validate-vsdoc.js" />
  1042. <Content Include="Scripts\jquery.validate.easyui.js" />
  1043. <Content Include="Scripts\jquery.validate.inline.js" />
  1044. <Content Include="Scripts\jquery.validate.js" />
  1045. <Content Include="Scripts\jquery.validate.min.js" />
  1046. <Content Include="Scripts\jquery.validate.unobtrusive.js" />
  1047. <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
  1048. <Content Include="Scripts\jquery.validate.unobtrusive_customer.js" />
  1049. <Content Include="Scripts\jquery_1.9.0.validate.min.js" />
  1050. <Content Include="Scripts\json2.js" />
  1051. <Content Include="Scripts\knockout-2.1.0.debug.js" />
  1052. <Content Include="Scripts\knockout-2.1.0.js" />
  1053. <Content Include="Scripts\MicrosoftAjax.debug.js" />
  1054. <Content Include="Scripts\MicrosoftAjax.js" />
  1055. <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
  1056. <Content Include="Scripts\MicrosoftMvcAjax.js" />
  1057. <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
  1058. <Content Include="Scripts\MicrosoftMvcValidation.js" />
  1059. <Content Include="Scripts\modernizr-1.7.js" />
  1060. <Content Include="Scripts\modernizr-1.7.min.js" />
  1061. <Content Include="Scripts\NewEMIS.Comm.js" />
  1062. <Content Include="Scripts\SystemGeneral.js" />
  1063. <Content Include="Site.xml">
  1064. <SubType>Designer</SubType>
  1065. </Content>
  1066. <Content Include="Web.config">
  1067. <SubType>Designer</SubType>
  1068. </Content>
  1069. <Content Include="Web.Debug.config">
  1070. <DependentUpon>Web.config</DependentUpon>
  1071. </Content>
  1072. <Content Include="Web.Release.config">
  1073. <DependentUpon>Web.config</DependentUpon>
  1074. </Content>
  1075. <Content Include="Views\_ViewStart.cshtml" />
  1076. <Content Include="Views\Account\_ChangePasswordPartial.cshtml" />
  1077. <Content Include="Views\Account\_ExternalLoginsListPartial.cshtml" />
  1078. <Content Include="Views\Account\_RemoveExternalLoginsPartial.cshtml" />
  1079. <Content Include="Views\Account\_SetPasswordPartial.cshtml" />
  1080. <Content Include="Views\Account\Login1.cshtml" />
  1081. <Content Include="Views\Account\Manage.cshtml" />
  1082. <Content Include="Views\Account\Register.cshtml" />
  1083. <Content Include="Views\Account\ExternalLoginFailure.cshtml" />
  1084. <Content Include="Views\Account\ExternalLoginConfirmation.cshtml" />
  1085. <Content Include="Views\Home\About.cshtml" />
  1086. <Content Include="Views\Home\Contact.cshtml" />
  1087. <Content Include="Views\Home\Index1.cshtml" />
  1088. <Content Include="Views\Shared\Error.cshtml" />
  1089. <Content Include="Views\Shared\_LoginPartial.cshtml" />
  1090. <Content Include="Views\Shared\_Layout.cshtml" />
  1091. <Content Include="Views\Web.config" />
  1092. </ItemGroup>
  1093. <ItemGroup>
  1094. <Folder Include="App_Data\" />
  1095. <Folder Include="Content\Business\" />
  1096. <Folder Include="Content\DownFile\" />
  1097. <Folder Include="Content\TemplateFile\" />
  1098. </ItemGroup>
  1099. <ItemGroup>
  1100. <Content Include="packages.config" />
  1101. </ItemGroup>
  1102. <ItemGroup>
  1103. <ProjectReference Include="..\EMISOnline.CommonLogic\EMISOnline.CommonLogic.csproj">
  1104. <Project>{965ABE6C-92A1-4CD0-B911-435A592B744B}</Project>
  1105. <Name>EMISOnline.CommonLogic</Name>
  1106. </ProjectReference>
  1107. <ProjectReference Include="..\EMISOnline.Entities\EMISOnline.Entities.csproj">
  1108. <Project>{DC4CFCCD-5C8A-41D7-9211-21EA79584A90}</Project>
  1109. <Name>EMISOnline.Entities</Name>
  1110. </ProjectReference>
  1111. <ProjectReference Include="..\EMISOnline.ICommonLogic\EMISOnline.ICommonLogic.csproj">
  1112. <Project>{08ACA231-87B6-485E-9E95-2ED2BCB53DFD}</Project>
  1113. <Name>EMISOnline.ICommonLogic</Name>
  1114. </ProjectReference>
  1115. <ProjectReference Include="..\EMISOnline.Utility\EMISOnline.Utility.csproj">
  1116. <Project>{DE57C4C4-BE55-4129-9352-FA319B9509C8}</Project>
  1117. <Name>EMISOnline.Utility</Name>
  1118. </ProjectReference>
  1119. <ProjectReference Include="..\EMISOnline.ViewModel\EMISOnline.ViewModel.csproj">
  1120. <Project>{1DDEEEA1-5267-47E4-B361-7E226AA6483A}</Project>
  1121. <Name>EMISOnline.ViewModel</Name>
  1122. </ProjectReference>
  1123. </ItemGroup>
  1124. <ItemGroup>
  1125. <Content Include="Views\Shared\_FrameLayout.cshtml" />
  1126. </ItemGroup>
  1127. <ItemGroup>
  1128. <Content Include="Views\Home\Main.cshtml" />
  1129. </ItemGroup>
  1130. <ItemGroup>
  1131. <Content Include="Views\Account\ChangePassword.cshtml" />
  1132. </ItemGroup>
  1133. <ItemGroup>
  1134. <Content Include="Views\Account\ForgotPassword.cshtml" />
  1135. </ItemGroup>
  1136. <ItemGroup>
  1137. <Content Include="NLog.config" />
  1138. <None Include="Content\examiner\Image\Thumbs.db" />
  1139. <Content Include="Controls\Handler\ImageReader.ashx" />
  1140. <Content Include="Views\Home\test001.cshtml" />
  1141. <Content Include="Views\Account\Login.cshtml" />
  1142. <Content Include="Views\Home\Index.cshtml" />
  1143. <Content Include="Views\Student\Index.cshtml" />
  1144. <Content Include="Views\Student\CoursematerialInfo.cshtml" />
  1145. <None Include="Properties\PublishProfiles\Emis.Online.pubxml" />
  1146. <None Include="Scripts\flowplayer-6.0.5\1.mp4" />
  1147. <None Include="Scripts\flowplayer-6.0.5\LICENSE.md" />
  1148. <None Include="Scripts\flowplayer-6.0.5\skin\fonts\fpicons.eot" />
  1149. <None Include="Scripts\flowplayer-6.0.5\skin\fonts\fpicons.ttf" />
  1150. <None Include="Scripts\flowplayer-6.0.5\skin\fonts\fpicons.woff" />
  1151. <Content Include="Views\Manage\ExamSetting\ExamList.cshtml" />
  1152. <Content Include="Views\Manage\ExamSetting\ExamAdd.cshtml" />
  1153. <Content Include="Views\Manage\College\List.cshtml" />
  1154. <Content Include="Views\Manage\Grademajor\List.cshtml" />
  1155. <Content Include="Views\Manage\Course\List.cshtml" />
  1156. <Content Include="Views\Manage\ScoreRule\List.cshtml" />
  1157. <Content Include="Views\Manage\Students\List.cshtml" />
  1158. <Content Include="Views\Manage\TeachingPlan\List.cshtml" />
  1159. <Content Include="Views\StudentView\OnlineTest\ExamList.cshtml" />
  1160. <Content Include="Views\StudentView\OnlineTest\WaittingPage.cshtml" />
  1161. <Content Include="Views\Shared\Examinee.cshtml" />
  1162. <Content Include="Views\StudentView\OnlineTest\ExamPaper.cshtml" />
  1163. <Content Include="Views\Manage\CourseWare\List.cshtml" />
  1164. <Content Include="Views\Manage\CourseBuild\List.cshtml" />
  1165. <Content Include="Views\Manage\ScoreRule\Edit.cshtml" />
  1166. <Content Include="Views\Manage\CourseBuild\Edit.cshtml" />
  1167. <Content Include="Views\StudentView\Practice\PracticeSetting.cshtml" />
  1168. <Content Include="Views\StudentView\Practice\PracticeView.cshtml" />
  1169. <Content Include="Views\StudentView\Practice\ShowPaper.cshtml" />
  1170. <Content Include="Views\Manage\CourseBuild\ChapterList.cshtml" />
  1171. <Content Include="Views\Manage\PaperSetting\PaperList.cshtml" />
  1172. <Content Include="Views\Student\studentscorelist.cshtml" />
  1173. <Content Include="Views\Manage\PaperSetting\PageSetupOne.cshtml" />
  1174. <Content Include="Views\Manage\PaperSetting\QuestionLibaryTree.cshtml" />
  1175. <Content Include="Views\Student\ExamIndex.cshtml" />
  1176. <Content Include="Views\Manage\PaperSetting\PageSetupTwo.cshtml" />
  1177. <Content Include="Views\Student\HomeWorkIndex.cshtml" />
  1178. <Content Include="Views\Manage\PaperSetting\ShowPaper.cshtml" />
  1179. <Content Include="Views\Manage\SubjectMgr\TestQuestionList.cshtml" />
  1180. <Content Include="Views\Manage\SubjectMgr\TestQuestionAdd.cshtml" />
  1181. <Content Include="Views\Manage\Coursework\CourseworkAdd.cshtml" />
  1182. <Content Include="Views\Manage\Coursework\CourseworkList.cshtml" />
  1183. <Content Include="Views\StudentView\MyCoursework\CourseworkList.cshtml" />
  1184. <Content Include="Views\StudentView\MyCoursework\CourseworView.cshtml" />
  1185. <Content Include="Views\Manage\Coursework\Review.cshtml" />
  1186. <Content Include="Views\Manage\Coursework\ShowPaper.cshtml" />
  1187. <Content Include="Views\Manage\Coursework\CourseScoreList.cshtml" />
  1188. <Content Include="Views\Student\OuterPlayer.cshtml" />
  1189. <Content Include="Views\Shared\_OutPlayerLayout.cshtml" />
  1190. </ItemGroup>
  1191. <PropertyGroup>
  1192. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  1193. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  1194. </PropertyGroup>
  1195. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  1196. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  1197. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  1198. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  1199. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  1200. </Target>
  1201. <ProjectExtensions>
  1202. <VisualStudio>
  1203. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  1204. <WebProjectProperties>
  1205. <SaveServerSettingsInUserFile>True</SaveServerSettingsInUserFile>
  1206. </WebProjectProperties>
  1207. </FlavorProperties>
  1208. </VisualStudio>
  1209. </ProjectExtensions>
  1210. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1211. Other similar extension points exist, see Microsoft.Common.targets.
  1212. <Target Name="BeforeBuild">
  1213. </Target>
  1214. <Target Name="AfterBuild">
  1215. </Target> -->
  1216. </Project>