PageRenderTime 57ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/Open Judge System/Web/OJS.Web/OJS.Web.csproj

https://github.com/dbull/OpenJudgeSystem
MSBuild | 1763 lines | 1763 code | 0 blank | 0 comment | 3 complexity | 553a0e6bda5b8a6456b4d6f7dc11aa78 MD5 | raw file

Large files files are truncated, but you can click here to view the full file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{C2EF4F1B-A694-4E52-935C-7872F6CAD37C}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>OJS.Web</RootNamespace>
  15. <AssemblyName>OJS.Web</AssemblyName>
  16. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  17. <MvcBuildViews>true</MvcBuildViews>
  18. <UseIISExpress>true</UseIISExpress>
  19. <IISExpressSSLPort />
  20. <IISExpressAnonymousAuthentication />
  21. <IISExpressWindowsAuthentication />
  22. <IISExpressUseClassicPipelineMode />
  23. <SccProjectName>SAK</SccProjectName>
  24. <SccLocalPath>SAK</SccLocalPath>
  25. <SccAuxPath>SAK</SccAuxPath>
  26. <SccProvider>SAK</SccProvider>
  27. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
  28. <RestorePackages>true</RestorePackages>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <Optimize>false</Optimize>
  34. <OutputPath>bin\</OutputPath>
  35. <DefineConstants>DEBUG;TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40. <DebugType>pdbonly</DebugType>
  41. <Optimize>true</Optimize>
  42. <OutputPath>bin\</OutputPath>
  43. <DefineConstants>TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
  51. </Reference>
  52. <Reference Include="ElFinder.Net">
  53. <HintPath>..\..\External Libraries\ElFinder.Net.dll</HintPath>
  54. </Reference>
  55. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\..\packages\EntityFramework.6.0.2\lib\net45\EntityFramework.dll</HintPath>
  58. </Reference>
  59. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\..\packages\EntityFramework.6.0.2\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Glimpse.Ado, Version=1.7.0.0, Culture=neutral, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\..\packages\Glimpse.Ado.1.7.0\lib\net45\Glimpse.Ado.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Glimpse.AspNet, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\..\packages\Glimpse.AspNet.1.8.0\lib\net45\Glimpse.AspNet.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Glimpse.Core, Version=1.8.2.0, Culture=neutral, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\..\packages\Glimpse.1.8.2\lib\net45\Glimpse.Core.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Glimpse.EF6, Version=1.6.0.0, Culture=neutral, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\..\packages\Glimpse.EF6.1.6.0\lib\net45\Glimpse.EF6.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Glimpse.Mvc4, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>..\..\packages\Glimpse.Mvc4.1.5.3\lib\net40\Glimpse.Mvc4.dll</HintPath>
  82. </Reference>
  83. <Reference Include="HtmlAgilityPack">
  84. <HintPath>..\..\packages\HtmlAgilityPack.1.4.6\lib\Net45\HtmlAgilityPack.dll</HintPath>
  85. </Reference>
  86. <Reference Include="Ionic.Zip, Version=1.9.2.0, Culture=neutral, processorArchitecture=MSIL">
  87. <SpecificVersion>False</SpecificVersion>
  88. <HintPath>..\..\packages\DotNetZip.1.9.2\lib\net20\Ionic.Zip.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Kendo.Mvc, Version=2013.2.1111.340, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL">
  91. <SpecificVersion>False</SpecificVersion>
  92. <HintPath>..\..\External Libraries\Kendo.Mvc.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Microsoft.AspNet.Identity.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  95. <SpecificVersion>False</SpecificVersion>
  96. <HintPath>..\..\packages\Microsoft.AspNet.Identity.Core.1.0.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Microsoft.AspNet.Identity.EntityFramework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  99. <SpecificVersion>False</SpecificVersion>
  100. <HintPath>..\..\packages\Microsoft.AspNet.Identity.EntityFramework.1.0.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
  101. </Reference>
  102. <Reference Include="Microsoft.AspNet.Identity.Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  103. <SpecificVersion>False</SpecificVersion>
  104. <HintPath>..\..\packages\Microsoft.AspNet.Identity.Owin.1.0.0\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Microsoft.CSharp" />
  107. <Reference Include="Microsoft.Owin, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  108. <SpecificVersion>False</SpecificVersion>
  109. <HintPath>..\..\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll</HintPath>
  110. </Reference>
  111. <Reference Include="Microsoft.Owin.Host.SystemWeb, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  112. <SpecificVersion>False</SpecificVersion>
  113. <HintPath>..\..\packages\Microsoft.Owin.Host.SystemWeb.2.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Microsoft.Owin.Security, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  116. <SpecificVersion>False</SpecificVersion>
  117. <HintPath>..\..\packages\Microsoft.Owin.Security.2.1.0\lib\net45\Microsoft.Owin.Security.dll</HintPath>
  118. </Reference>
  119. <Reference Include="Microsoft.Owin.Security.Cookies, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  120. <SpecificVersion>False</SpecificVersion>
  121. <HintPath>..\..\packages\Microsoft.Owin.Security.Cookies.2.1.0\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath>
  122. </Reference>
  123. <Reference Include="Microsoft.Owin.Security.Facebook, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  124. <SpecificVersion>False</SpecificVersion>
  125. <HintPath>..\..\packages\Microsoft.Owin.Security.Facebook.2.1.0\lib\net45\Microsoft.Owin.Security.Facebook.dll</HintPath>
  126. </Reference>
  127. <Reference Include="Microsoft.Owin.Security.Google, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  128. <SpecificVersion>False</SpecificVersion>
  129. <HintPath>..\..\packages\Microsoft.Owin.Security.Google.2.1.0\lib\net45\Microsoft.Owin.Security.Google.dll</HintPath>
  130. </Reference>
  131. <Reference Include="Microsoft.Owin.Security.MicrosoftAccount, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  132. <SpecificVersion>False</SpecificVersion>
  133. <HintPath>..\..\packages\Microsoft.Owin.Security.MicrosoftAccount.2.1.0\lib\net45\Microsoft.Owin.Security.MicrosoftAccount.dll</HintPath>
  134. </Reference>
  135. <Reference Include="Microsoft.Owin.Security.OAuth, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  136. <SpecificVersion>False</SpecificVersion>
  137. <HintPath>..\..\packages\Microsoft.Owin.Security.OAuth.2.1.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
  138. </Reference>
  139. <Reference Include="Microsoft.Owin.Security.Twitter, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  140. <SpecificVersion>False</SpecificVersion>
  141. <HintPath>..\..\packages\Microsoft.Owin.Security.Twitter.2.1.0\lib\net45\Microsoft.Owin.Security.Twitter.dll</HintPath>
  142. </Reference>
  143. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  144. <SpecificVersion>False</SpecificVersion>
  145. <HintPath>..\..\packages\Newtonsoft.Json.6.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  146. </Reference>
  147. <Reference Include="Ninject, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL">
  148. <SpecificVersion>False</SpecificVersion>
  149. <HintPath>..\..\packages\Ninject.3.0.2-unstable-9039\lib\net45-full\Ninject.dll</HintPath>
  150. </Reference>
  151. <Reference Include="Ninject.Web.Common, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL">
  152. <SpecificVersion>False</SpecificVersion>
  153. <HintPath>..\..\packages\Ninject.Web.Common.3.0.2-unstable-9012\lib\net45-full\Ninject.Web.Common.dll</HintPath>
  154. </Reference>
  155. <Reference Include="NPOI, Version=1.2.5.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  156. <SpecificVersion>False</SpecificVersion>
  157. <HintPath>..\..\packages\NPOI.1.2.5\lib\net40\NPOI.dll</HintPath>
  158. </Reference>
  159. <Reference Include="Owin">
  160. <HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  161. </Reference>
  162. <Reference Include="Recaptcha">
  163. <HintPath>..\..\packages\recaptcha.1.0.5.0\lib\.NetFramework 4.0\Recaptcha.dll</HintPath>
  164. </Reference>
  165. <Reference Include="System" />
  166. <Reference Include="System.Data" />
  167. <Reference Include="System.Drawing" />
  168. <Reference Include="System.Web.DynamicData" />
  169. <Reference Include="System.Web.Entity" />
  170. <Reference Include="System.Web.ApplicationServices" />
  171. <Reference Include="System.ComponentModel.DataAnnotations" />
  172. <Reference Include="System.Core" />
  173. <Reference Include="System.Data.DataSetExtensions" />
  174. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  175. <SpecificVersion>False</SpecificVersion>
  176. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.0\lib\net45\System.Web.Helpers.dll</HintPath>
  177. </Reference>
  178. <Reference Include="System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  179. <SpecificVersion>False</SpecificVersion>
  180. <HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.1.0\lib\net45\System.Web.Mvc.dll</HintPath>
  181. </Reference>
  182. <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  183. <SpecificVersion>False</SpecificVersion>
  184. <HintPath>..\..\packages\Microsoft.AspNet.Web.Optimization.1.1.2\lib\net40\System.Web.Optimization.dll</HintPath>
  185. </Reference>
  186. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  187. <SpecificVersion>False</SpecificVersion>
  188. <HintPath>..\..\packages\Microsoft.AspNet.Razor.3.1.0\lib\net45\System.Web.Razor.dll</HintPath>
  189. </Reference>
  190. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  191. <SpecificVersion>False</SpecificVersion>
  192. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.0\lib\net45\System.Web.WebPages.dll</HintPath>
  193. </Reference>
  194. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  195. <SpecificVersion>False</SpecificVersion>
  196. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.0\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  197. </Reference>
  198. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  199. <SpecificVersion>False</SpecificVersion>
  200. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.0\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  201. </Reference>
  202. <Reference Include="System.Xml.Linq" />
  203. <Reference Include="System.Web" />
  204. <Reference Include="System.Web.Extensions" />
  205. <Reference Include="System.Web.Abstractions" />
  206. <Reference Include="System.Web.Routing" />
  207. <Reference Include="System.Xml" />
  208. <Reference Include="System.Configuration" />
  209. <Reference Include="System.Web.Services" />
  210. <Reference Include="System.EnterpriseServices" />
  211. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  212. <Private>True</Private>
  213. <HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  214. </Reference>
  215. <Reference Include="System.Net.Http">
  216. </Reference>
  217. <Reference Include="System.Net.Http.WebRequest">
  218. </Reference>
  219. <Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  220. <SpecificVersion>False</SpecificVersion>
  221. <HintPath>..\..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
  222. </Reference>
  223. </ItemGroup>
  224. <ItemGroup>
  225. <Compile Include="App_GlobalResources\Account\AccountEmails.bg.Designer.cs">
  226. <DependentUpon>AccountEmails.bg.resx</DependentUpon>
  227. <AutoGen>True</AutoGen>
  228. <DesignTime>True</DesignTime>
  229. </Compile>
  230. <Compile Include="App_GlobalResources\Account\AccountEmails.Designer.cs">
  231. <AutoGen>True</AutoGen>
  232. <DesignTime>True</DesignTime>
  233. <DependentUpon>AccountEmails.resx</DependentUpon>
  234. </Compile>
  235. <Compile Include="App_GlobalResources\Account\ViewModels\AccountViewModels.bg.Designer.cs">
  236. <DependentUpon>AccountViewModels.bg.resx</DependentUpon>
  237. <AutoGen>True</AutoGen>
  238. <DesignTime>True</DesignTime>
  239. </Compile>
  240. <Compile Include="App_GlobalResources\Account\ViewModels\AccountViewModels.Designer.cs">
  241. <AutoGen>True</AutoGen>
  242. <DesignTime>True</DesignTime>
  243. <DependentUpon>AccountViewModels.resx</DependentUpon>
  244. </Compile>
  245. <Compile Include="App_GlobalResources\Account\Views\ChangeEmailView.bg.designer.cs">
  246. <DependentUpon>ChangeEmailView.bg.resx</DependentUpon>
  247. <AutoGen>True</AutoGen>
  248. <DesignTime>True</DesignTime>
  249. </Compile>
  250. <Compile Include="App_GlobalResources\Account\Views\ChangeEmailView.Designer.cs">
  251. <AutoGen>True</AutoGen>
  252. <DesignTime>True</DesignTime>
  253. <DependentUpon>ChangeEmailView.resx</DependentUpon>
  254. </Compile>
  255. <Compile Include="App_GlobalResources\Account\Views\ChangeUsernameView.bg.designer.cs">
  256. <DependentUpon>ChangeUsernameView.bg.resx</DependentUpon>
  257. <AutoGen>True</AutoGen>
  258. <DesignTime>True</DesignTime>
  259. </Compile>
  260. <Compile Include="App_GlobalResources\Account\Views\ChangeUsernameView.designer.cs">
  261. <DependentUpon>ChangeUsernameView.resx</DependentUpon>
  262. <AutoGen>True</AutoGen>
  263. <DesignTime>True</DesignTime>
  264. </Compile>
  265. <Compile Include="App_GlobalResources\Account\Views\ChangePasswordView.bg.designer.cs">
  266. <DependentUpon>ChangePasswordView.bg.resx</DependentUpon>
  267. <AutoGen>True</AutoGen>
  268. <DesignTime>True</DesignTime>
  269. </Compile>
  270. <Compile Include="App_GlobalResources\Account\Views\ChangePasswordView.Designer.cs">
  271. <AutoGen>True</AutoGen>
  272. <DesignTime>True</DesignTime>
  273. <DependentUpon>ChangePasswordView.resx</DependentUpon>
  274. </Compile>
  275. <Compile Include="App_GlobalResources\Account\Views\Disassociate.bg.designer.cs">
  276. <DependentUpon>Disassociate.bg.resx</DependentUpon>
  277. <AutoGen>True</AutoGen>
  278. <DesignTime>True</DesignTime>
  279. </Compile>
  280. <Compile Include="App_GlobalResources\Account\Views\ExternalLoginCallback.bg.designer.cs">
  281. <DependentUpon>ExternalLoginCallback.bg.resx</DependentUpon>
  282. <AutoGen>True</AutoGen>
  283. <DesignTime>True</DesignTime>
  284. </Compile>
  285. <Compile Include="App_GlobalResources\Account\Views\ExternalLoginConfirmation.designer.cs">
  286. <DependentUpon>ExternalLoginConfirmation.resx</DependentUpon>
  287. <AutoGen>True</AutoGen>
  288. <DesignTime>True</DesignTime>
  289. </Compile>
  290. <Compile Include="App_GlobalResources\Account\Views\ExternalLoginConfirmation.bg.designer.cs">
  291. <DependentUpon>ExternalLoginConfirmation.bg.resx</DependentUpon>
  292. <AutoGen>True</AutoGen>
  293. <DesignTime>True</DesignTime>
  294. </Compile>
  295. <Compile Include="App_GlobalResources\Account\Views\Disassociate.Designer.cs">
  296. <AutoGen>True</AutoGen>
  297. <DesignTime>True</DesignTime>
  298. <DependentUpon>Disassociate.resx</DependentUpon>
  299. </Compile>
  300. <Compile Include="App_GlobalResources\Account\Views\ExternalLoginCallback.designer.cs">
  301. <DependentUpon>ExternalLoginCallback.resx</DependentUpon>
  302. <AutoGen>True</AutoGen>
  303. <DesignTime>True</DesignTime>
  304. </Compile>
  305. <Compile Include="App_GlobalResources\Account\Views\ExternalLoginFailure.bg.designer.cs">
  306. <DependentUpon>ExternalLoginFailure.bg.resx</DependentUpon>
  307. <AutoGen>True</AutoGen>
  308. <DesignTime>True</DesignTime>
  309. </Compile>
  310. <Compile Include="App_GlobalResources\Account\Views\ExternalLoginFailure.Designer.cs">
  311. <AutoGen>True</AutoGen>
  312. <DesignTime>True</DesignTime>
  313. <DependentUpon>ExternalLoginFailure.resx</DependentUpon>
  314. </Compile>
  315. <Compile Include="App_GlobalResources\Account\Views\ForgottenPassword.bg.designer.cs">
  316. <DependentUpon>ForgottenPassword.bg.resx</DependentUpon>
  317. <AutoGen>True</AutoGen>
  318. <DesignTime>True</DesignTime>
  319. </Compile>
  320. <Compile Include="App_GlobalResources\Account\Views\ForgottenPassword.Designer.cs">
  321. <AutoGen>True</AutoGen>
  322. <DesignTime>True</DesignTime>
  323. <DependentUpon>ForgottenPassword.resx</DependentUpon>
  324. </Compile>
  325. <Compile Include="App_GlobalResources\Account\Views\General.bg.designer.cs">
  326. <DependentUpon>General.bg.resx</DependentUpon>
  327. <AutoGen>True</AutoGen>
  328. <DesignTime>True</DesignTime>
  329. </Compile>
  330. <Compile Include="App_GlobalResources\Account\Views\General.Designer.cs">
  331. <AutoGen>True</AutoGen>
  332. <DesignTime>True</DesignTime>
  333. <DependentUpon>General.resx</DependentUpon>
  334. </Compile>
  335. <Compile Include="App_GlobalResources\Account\Views\Login.bg.designer.cs">
  336. <DependentUpon>Login.bg.resx</DependentUpon>
  337. <AutoGen>True</AutoGen>
  338. <DesignTime>True</DesignTime>
  339. </Compile>
  340. <Compile Include="App_GlobalResources\Account\Views\Login.Designer.cs">
  341. <AutoGen>True</AutoGen>
  342. <DesignTime>True</DesignTime>
  343. <DependentUpon>Login.resx</DependentUpon>
  344. </Compile>
  345. <Compile Include="App_GlobalResources\Account\Views\Manage.bg.designer.cs">
  346. <DependentUpon>Manage.bg.resx</DependentUpon>
  347. <AutoGen>True</AutoGen>
  348. <DesignTime>True</DesignTime>
  349. </Compile>
  350. <Compile Include="App_GlobalResources\Account\Views\Manage.Designer.cs">
  351. <AutoGen>True</AutoGen>
  352. <DesignTime>True</DesignTime>
  353. <DependentUpon>Manage.resx</DependentUpon>
  354. </Compile>
  355. <Compile Include="App_GlobalResources\Account\Views\Partial\ChangePassword.bg.designer.cs">
  356. <DependentUpon>ChangePassword.bg.resx</DependentUpon>
  357. <AutoGen>True</AutoGen>
  358. <DesignTime>True</DesignTime>
  359. </Compile>
  360. <Compile Include="App_GlobalResources\Account\Views\Partial\ChangePassword.Designer.cs">
  361. <AutoGen>True</AutoGen>
  362. <DesignTime>True</DesignTime>
  363. <DependentUpon>ChangePassword.resx</DependentUpon>
  364. </Compile>
  365. <Compile Include="App_GlobalResources\Account\Views\Partial\ExternalLoginsList.bg.designer.cs">
  366. <DependentUpon>ExternalLoginsList.bg.resx</DependentUpon>
  367. <AutoGen>True</AutoGen>
  368. <DesignTime>True</DesignTime>
  369. </Compile>
  370. <Compile Include="App_GlobalResources\Account\Views\Partial\ExternalLoginsList.Designer.cs">
  371. <AutoGen>True</AutoGen>
  372. <DesignTime>True</DesignTime>
  373. <DependentUpon>ExternalLoginsList.resx</DependentUpon>
  374. </Compile>
  375. <Compile Include="App_GlobalResources\Account\Views\Partial\RemoveAccount.bg.designer.cs">
  376. <DependentUpon>RemoveAccount.bg.resx</DependentUpon>
  377. <AutoGen>True</AutoGen>
  378. <DesignTime>True</DesignTime>
  379. </Compile>
  380. <Compile Include="App_GlobalResources\Account\Views\Partial\RemoveAccount.Designer.cs">
  381. <AutoGen>True</AutoGen>
  382. <DesignTime>True</DesignTime>
  383. <DependentUpon>RemoveAccount.resx</DependentUpon>
  384. </Compile>
  385. <Compile Include="App_GlobalResources\Account\Views\Partial\SetPassword.bg.designer.cs">
  386. <DependentUpon>SetPassword.bg.resx</DependentUpon>
  387. <AutoGen>True</AutoGen>
  388. <DesignTime>True</DesignTime>
  389. </Compile>
  390. <Compile Include="App_GlobalResources\Account\Views\Partial\SetPassword.Designer.cs">
  391. <AutoGen>True</AutoGen>
  392. <DesignTime>True</DesignTime>
  393. <DependentUpon>SetPassword.resx</DependentUpon>
  394. </Compile>
  395. <Compile Include="App_GlobalResources\Account\Views\Register.bg.designer.cs">
  396. <DependentUpon>Register.bg.resx</DependentUpon>
  397. <AutoGen>True</AutoGen>
  398. <DesignTime>True</DesignTime>
  399. </Compile>
  400. <Compile Include="App_GlobalResources\Account\Views\Register.Designer.cs">
  401. <AutoGen>True</AutoGen>
  402. <DesignTime>True</DesignTime>
  403. <DependentUpon>Register.resx</DependentUpon>
  404. </Compile>
  405. <Compile Include="App_GlobalResources\Areas\Contests\ContestsGeneral.bg.Designer.cs">
  406. <DependentUpon>ContestsGeneral.bg.resx</DependentUpon>
  407. <AutoGen>True</AutoGen>
  408. <DesignTime>True</DesignTime>
  409. </Compile>
  410. <Compile Include="App_GlobalResources\Areas\Contests\ContestsGeneral.Designer.cs">
  411. <AutoGen>True</AutoGen>
  412. <DesignTime>True</DesignTime>
  413. <DependentUpon>ContestsGeneral.resx</DependentUpon>
  414. </Compile>
  415. <Compile Include="App_GlobalResources\Areas\Contests\Shared\ContestsAllContestSubmissionsByUser.bg.designer.cs">
  416. <DependentUpon>ContestsAllContestSubmissionsByUser.bg.resx</DependentUpon>
  417. <AutoGen>True</AutoGen>
  418. <DesignTime>True</DesignTime>
  419. </Compile>
  420. <Compile Include="App_GlobalResources\Areas\Contests\Shared\ContestsAllContestSubmissionsByUser.Designer.cs">
  421. <AutoGen>True</AutoGen>
  422. <DesignTime>True</DesignTime>
  423. <DependentUpon>ContestsAllContestSubmissionsByUser.resx</DependentUpon>
  424. </Compile>
  425. <Compile Include="App_GlobalResources\Areas\Contests\Shared\ContestsProblemPartial.bg.Designer.cs">
  426. <DependentUpon>ContestsProblemPartial.bg.resx</DependentUpon>
  427. <AutoGen>True</AutoGen>
  428. <DesignTime>True</DesignTime>
  429. </Compile>
  430. <Compile Include="App_GlobalResources\Areas\Contests\Shared\ContestsProblemPartial.Designer.cs">
  431. <AutoGen>True</AutoGen>
  432. <DesignTime>True</DesignTime>
  433. <DependentUpon>ContestsProblemPartial.resx</DependentUpon>
  434. </Compile>
  435. <Compile Include="App_GlobalResources\Areas\Contests\ViewModels\ContestsViewModels.bg.designer.cs">
  436. <DependentUpon>ContestsViewModels.bg.resx</DependentUpon>
  437. <AutoGen>True</AutoGen>
  438. <DesignTime>True</DesignTime>
  439. </Compile>
  440. <Compile Include="App_GlobalResources\Areas\Contests\ViewModels\ContestsViewModels.Designer.cs">
  441. <AutoGen>True</AutoGen>
  442. <DesignTime>True</DesignTime>
  443. <DependentUpon>ContestsViewModels.resx</DependentUpon>
  444. </Compile>
  445. <Compile Include="App_GlobalResources\Areas\Contests\ViewModels\ProblemsViewModels.bg.designer.cs">
  446. <DependentUpon>ProblemsViewModels.bg.resx</DependentUpon>
  447. <AutoGen>True</AutoGen>
  448. <DesignTime>True</DesignTime>
  449. </Compile>
  450. <Compile Include="App_GlobalResources\Areas\Contests\ViewModels\ProblemsViewModels.Designer.cs">
  451. <AutoGen>True</AutoGen>
  452. <DesignTime>True</DesignTime>
  453. <DependentUpon>ProblemsViewModels.resx</DependentUpon>
  454. </Compile>
  455. <Compile Include="App_GlobalResources\Areas\Contests\ViewModels\SubmissionsViewModels.bg.designer.cs">
  456. <DependentUpon>SubmissionsViewModels.bg.resx</DependentUpon>
  457. <AutoGen>True</AutoGen>
  458. <DesignTime>True</DesignTime>
  459. </Compile>
  460. <Compile Include="App_GlobalResources\Areas\Contests\ViewModels\SubmissionsViewModels.Designer.cs">
  461. <AutoGen>True</AutoGen>
  462. <DesignTime>True</DesignTime>
  463. <DependentUpon>SubmissionsViewModels.resx</DependentUpon>
  464. </Compile>
  465. <Compile Include="App_GlobalResources\Areas\Contests\Views\Compete\CompeteIndex.bg.designer.cs">
  466. <DependentUpon>CompeteIndex.bg.resx</DependentUpon>
  467. <AutoGen>True</AutoGen>
  468. <DesignTime>True</DesignTime>
  469. </Compile>
  470. <Compile Include="App_GlobalResources\Areas\Contests\Views\Compete\CompeteIndex.Designer.cs">
  471. <AutoGen>True</AutoGen>
  472. <DesignTime>True</DesignTime>
  473. <DependentUpon>CompeteIndex.resx</DependentUpon>
  474. </Compile>
  475. <Compile Include="App_GlobalResources\Areas\Contests\Views\Compete\CompeteRegister.bg.Designer.cs">
  476. <DependentUpon>CompeteRegister.bg.resx</DependentUpon>
  477. <AutoGen>True</AutoGen>
  478. <DesignTime>True</DesignTime>
  479. </Compile>
  480. <Compile Include="App_GlobalResources\Areas\Contests\Views\Compete\CompeteRegister.Designer.cs">
  481. <AutoGen>True</AutoGen>
  482. <DesignTime>True</DesignTime>
  483. <DependentUpon>CompeteRegister.resx</DependentUpon>
  484. </Compile>
  485. <Compile Include="App_GlobalResources\Areas\Contests\Views\Contests\ContestsDetails.bg.designer.cs">
  486. <DependentUpon>ContestsDetails.bg.resx</DependentUpon>
  487. <AutoGen>True</AutoGen>
  488. <DesignTime>True</DesignTime>
  489. </Compile>
  490. <Compile Include="App_GlobalResources\Areas\Contests\Views\Contests\ContestsDetails.Designer.cs">
  491. <AutoGen>True</AutoGen>
  492. <DesignTime>True</DesignTime>
  493. <DependentUpon>ContestsDetails.resx</DependentUpon>
  494. </Compile>
  495. <Compile Include="App_GlobalResources\Areas\Contests\Views\List\ListIndex.bg.designer.cs">
  496. <DependentUpon>ListIndex.bg.resx</DependentUpon>
  497. <AutoGen>True</AutoGen>
  498. <DesignTime>True</DesignTime>
  499. </Compile>
  500. <Compile Include="App_GlobalResources\Areas\Contests\Views\List\ListIndex.designer.cs">
  501. <DependentUpon>ListIndex.resx</DependentUpon>
  502. <AutoGen>True</AutoGen>
  503. <DesignTime>True</DesignTime>
  504. </Compile>
  505. <Compile Include="App_GlobalResources\Areas\Contests\Views\List\ListByType.bg.designer.cs">
  506. <DependentUpon>ListByType.bg.resx</DependentUpon>
  507. <AutoGen>True</AutoGen>
  508. <DesignTime>True</DesignTime>
  509. </Compile>
  510. <Compile Include="App_GlobalResources\Areas\Contests\Views\List\ListByType.Designer.cs">
  511. <DependentUpon>ListByType.resx</DependentUpon>
  512. <AutoGen>True</AutoGen>
  513. <DesignTime>True</DesignTime>
  514. </Compile>
  515. <Compile Include="App_GlobalResources\Areas\Contests\Views\List\ListByCategory.bg.Designer.cs">
  516. <DependentUpon>ListByCategory.bg.resx</DependentUpon>
  517. <AutoGen>True</AutoGen>
  518. <DesignTime>True</DesignTime>
  519. </Compile>
  520. <Compile Include="App_GlobalResources\Areas\Contests\Views\List\ListByCategory.Designer.cs">
  521. <AutoGen>True</AutoGen>
  522. <DesignTime>True</DesignTime>
  523. <DependentUpon>ListByCategory.resx</DependentUpon>
  524. </Compile>
  525. <Compile Include="App_GlobalResources\Areas\Contests\Views\Results\ResultsFull.bg.Designer.cs">
  526. <DependentUpon>ResultsFull.bg.resx</DependentUpon>
  527. <AutoGen>True</AutoGen>
  528. <DesignTime>True</DesignTime>
  529. </Compile>
  530. <Compile Include="App_GlobalResources\Areas\Contests\Views\Results\ResultsFull.designer.cs">
  531. <DependentUpon>ResultsFull.resx</DependentUpon>
  532. <AutoGen>True</AutoGen>
  533. <DesignTime>True</DesignTime>
  534. </Compile>
  535. <Compile Include="App_GlobalResources\Areas\Contests\Views\Results\ResultsSimple.bg.Designer.cs">
  536. <DependentUpon>ResultsSimple.bg.resx</DependentUpon>
  537. <AutoGen>True</AutoGen>
  538. <DesignTime>True</DesignTime>
  539. </Compile>
  540. <Compile Include="App_GlobalResources\Areas\Contests\Views\Results\ResultsSimple.Designer.cs">
  541. <AutoGen>True</AutoGen>
  542. <DesignTime>True</DesignTime>
  543. <DependentUpon>ResultsSimple.resx</DependentUpon>
  544. </Compile>
  545. <Compile Include="App_GlobalResources\Areas\Contests\Views\Submissions\SubmissionsView.bg.designer.cs">
  546. <DependentUpon>SubmissionsView.bg.resx</DependentUpon>
  547. <AutoGen>True</AutoGen>
  548. <DesignTime>True</DesignTime>
  549. </Compile>
  550. <Compile Include="App_GlobalResources\Areas\Contests\Views\Submissions\SubmissionsView.Designer.cs">
  551. <AutoGen>True</AutoGen>
  552. <DesignTime>True</DesignTime>
  553. <DependentUpon>SubmissionsView.resx</DependentUpon>
  554. </Compile>
  555. <Compile Include="App_GlobalResources\Areas\Users\ViewModels\ProfileViewModels.bg.Designer.cs">
  556. <DependentUpon>ProfileViewModels.bg.resx</DependentUpon>
  557. <AutoGen>True</AutoGen>
  558. <DesignTime>True</DesignTime>
  559. </Compile>
  560. <Compile Include="App_GlobalResources\Areas\Users\ViewModels\ProfileViewModels.Designer.cs">
  561. <AutoGen>True</AutoGen>
  562. <DesignTime>True</DesignTime>
  563. <DependentUpon>ProfileViewModels.resx</DependentUpon>
  564. </Compile>
  565. <Compile Include="App_GlobalResources\Areas\Users\Views\Profile\ProfileIndex.bg.Designer.cs">
  566. <AutoGen>True</AutoGen>
  567. <DesignTime>True</DesignTime>
  568. <DependentUpon>ProfileIndex.bg.resx</DependentUpon>
  569. </Compile>
  570. <Compile Include="App_GlobalResources\Areas\Users\Views\Profile\ProfileIndex.Designer.cs">
  571. <AutoGen>True</AutoGen>
  572. <DesignTime>True</DesignTime>
  573. <DependentUpon>ProfileIndex.resx</DependentUpon>
  574. </Compile>
  575. <Compile Include="App_GlobalResources\Areas\Users\Shared\ProfileProfileInfo.bg.Designer.cs">
  576. <DependentUpon>ProfileProfileInfo.bg.resx</DependentUpon>
  577. <AutoGen>True</AutoGen>
  578. <DesignTime>True</DesignTime>
  579. </Compile>
  580. <Compile Include="App_GlobalResources\Areas\Users\Shared\ProfileProfileInfo.Designer.cs">
  581. <AutoGen>True</AutoGen>
  582. <DesignTime>True</DesignTime>
  583. <DependentUpon>ProfileProfileInfo.resx</DependentUpon>
  584. </Compile>
  585. <Compile Include="App_GlobalResources\Areas\Users\Views\Settings\SettingsIndex.bg.designer.cs">
  586. <DependentUpon>SettingsIndex.bg.resx</DependentUpon>
  587. <AutoGen>True</AutoGen>
  588. <DesignTime>True</DesignTime>
  589. </Compile>
  590. <Compile Include="App_GlobalResources\Areas\Users\Views\Settings\SettingsIndex.Designer.cs">
  591. <AutoGen>True</AutoGen>
  592. <DesignTime>True</DesignTime>
  593. <DependentUpon>SettingsIndex.resx</DependentUpon>
  594. </Compile>
  595. <Compile Include="App_GlobalResources\Feedback\ViewModels\FeedbackViewModels.bg.designer.cs">
  596. <DependentUpon>FeedbackViewModels.bg.resx</DependentUpon>
  597. <AutoGen>True</AutoGen>
  598. <DesignTime>True</DesignTime>
  599. </Compile>
  600. <Compile Include="App_GlobalResources\Feedback\ViewModels\FeedbackViewModels.Designer.cs">
  601. <AutoGen>True</AutoGen>
  602. <DesignTime>True</DesignTime>
  603. <DependentUpon>FeedbackViewModels.resx</DependentUpon>
  604. </Compile>
  605. <Compile Include="App_GlobalResources\Feedback\Views\FeedbackIndex.bg.designer.cs">
  606. <DependentUpon>FeedbackIndex.bg.resx</DependentUpon>
  607. <AutoGen>True</AutoGen>
  608. <DesignTime>True</DesignTime>
  609. </Compile>
  610. <Compile Include="App_GlobalResources\Feedback\Views\FeedbackIndex.Designer.cs">
  611. <AutoGen>True</AutoGen>
  612. <DesignTime>True</DesignTime>
  613. <DependentUpon>FeedbackIndex.resx</DependentUpon>
  614. </Compile>
  615. <Compile Include="App_GlobalResources\Feedback\Views\FeedbackSubmitted.bg.designer.cs">
  616. <DependentUpon>FeedbackSubmitted.bg.resx</DependentUpon>
  617. <AutoGen>True</AutoGen>
  618. <DesignTime>True</DesignTime>
  619. </Compile>
  620. <Compile Include="App_GlobalResources\Feedback\Views\FeedbackSubmitted.Designer.cs">
  621. <AutoGen>True</AutoGen>
  622. <DesignTime>True</DesignTime>
  623. <DependentUpon>FeedbackSubmitted.resx</DependentUpon>
  624. </Compile>
  625. <Compile Include="App_GlobalResources\Models\ContestQuestionTypeResource.designer.cs">
  626. <AutoGen>True</AutoGen>
  627. <DesignTime>True</DesignTime>
  628. <DependentUpon>ContestQuestionTypeResource.resx</DependentUpon>
  629. </Compile>
  630. <Compile Include="App_GlobalResources\Models\ContestQuestionTypeResource.bg.Designer.cs">
  631. <AutoGen>True</AutoGen>
  632. <DesignTime>True</DesignTime>
  633. <DependentUpon>ContestQuestionTypeResource.bg.resx</DependentUpon>
  634. </Compile>
  635. <Compile Include="App_GlobalResources\News\Views\All.bg.designer.cs">
  636. <DependentUpon>All.bg.resx</DependentUpon>
  637. <AutoGen>True</AutoGen>
  638. <DesignTime>True</DesignTime>
  639. </Compile>
  640. <Compile Include="App_GlobalResources\News\Views\All.Designer.cs">
  641. <AutoGen>True</AutoGen>
  642. <DesignTime>True</DesignTime>
  643. <DependentUpon>All.resx</DependentUpon>
  644. </Compile>
  645. <Compile Include="App_GlobalResources\News\Views\LatestNews.bg.designer.cs">
  646. <DependentUpon>LatestNews.bg.resx</DependentUpon>
  647. <AutoGen>True</AutoGen>
  648. <DesignTime>True</DesignTime>
  649. </Compile>
  650. <Compile Include="App_GlobalResources\News\Views\LatestNews.Designer.cs">
  651. <AutoGen>True</AutoGen>
  652. <DesignTime>True</DesignTime>
  653. <DependentUpon>LatestNews.resx</DependentUpon>
  654. </Compile>
  655. <Compile Include="App_GlobalResources\News\Views\Selected.bg.designer.cs">
  656. <DependentUpon>Selected.bg.resx</DependentUpon>
  657. <AutoGen>True</AutoGen>
  658. <DesignTime>True</DesignTime>
  659. </Compile>
  660. <Compile Include="App_GlobalResources\News\Views\Selected.Designer.cs">
  661. <AutoGen>True</AutoGen>
  662. <DesignTime>True</DesignTime>
  663. <DependentUpon>Selected.resx</DependentUpon>
  664. </Compile>
  665. <Compile Include="App_GlobalResources\Search\Views\SearchIndex.bg.Designer.cs">
  666. <DependentUpon>SearchIndex.bg.resx</DependentUpon>
  667. <AutoGen>True</AutoGen>
  668. <DesignTime>True</DesignTime>
  669. </Compile>
  670. <Compile Include="App_GlobalResources\Search\Views\SearchIndex.designer.cs">
  671. <DependentUpon>SearchIndex.resx</DependentUpon>
  672. <AutoGen>True</AutoGen>
  673. <DesignTime>True</DesignTime>
  674. </Compile>
  675. <Compile Include="App_GlobalResources\Search\Views\SearchResults.bg.Designer.cs">
  676. <DependentUpon>SearchResults.bg.resx</DependentUpon>
  677. <AutoGen>True</AutoGen>
  678. <DesignTime>True</DesignTime>
  679. </Compile>
  680. <Compile Include="App_GlobalResources\Search\Views\SearchResults.Designer.cs">
  681. <AutoGen>True</AutoGen>
  682. <DesignTime>True</DesignTime>
  683. <DependentUpon>SearchResults.resx</DependentUpon>
  684. </Compile>
  685. <Compile Include="App_GlobalResources\Views\Shared\LoginPartial.bg.designer.cs">
  686. <DependentUpon>LoginPartial.bg.resx</DependentUpon>
  687. <AutoGen>True</AutoGen>
  688. <DesignTime>True</DesignTime>
  689. </Compile>
  690. <Compile Include="App_GlobalResources\Views\Shared\LoginPartial.designer.cs">
  691. <DependentUpon>LoginPartial.resx</DependentUpon>
  692. <AutoGen>True</AutoGen>
  693. <DesignTime>True</DesignTime>
  694. </Compile>
  695. <Compile Include="App_GlobalResources\Views\Shared\Layout.bg.designer.cs">
  696. <DependentUpon>Layout.bg.resx</DependentUpon>
  697. <AutoGen>True</AutoGen>
  698. <DesignTime>True</DesignTime>
  699. </Compile>
  700. <Compile Include="App_GlobalResources\Views\Shared\Layout.Designer.cs">
  701. <AutoGen>True</AutoGen>
  702. <DesignTime>True</DesignTime>
  703. <DependentUpon>Layout.resx</DependentUpon>
  704. </Compile>
  705. <Compile Include="App_GlobalResources\Base\Main.bg.Designer.cs">
  706. <DependentUpon>Main.bg.resx</DependentUpon>
  707. <AutoGen>True</AutoGen>
  708. <DesignTime>True</DesignTime>
  709. </Compile>
  710. <Compile Include="App_GlobalResources\Base\Main.Designer.cs">
  711. <AutoGen>True</AutoGen>
  712. <DesignTime>True</DesignTime>
  713. <DependentUpon>Main.resx</DependentUpon>
  714. </Compile>
  715. <Compile Include="App_GlobalResources\Global.Designer.cs">
  716. <AutoGen>True</AutoGen>
  717. <DesignTime>True</DesignTime>
  718. <DependentUpon>Global.resx</DependentUpon>
  719. </Compile>
  720. <Compile Include="App_GlobalResources\Home\Views\Index.designer.cs">
  721. <DependentUpon>Index.resx</DependentUpon>
  722. <AutoGen>True</AutoGen>
  723. <DesignTime>True</DesignTime>
  724. </Compile>
  725. <Compile Include="App_GlobalResources\Home\Views\Index.bg.designer.cs">
  726. <AutoGen>True</AutoGen>
  727. <DesignTime>True</DesignTime>
  728. <DependentUpon>Index.bg.resx</DependentUpon>
  729. </Compile>
  730. <Compile Include="App_Start\BundleConfig.cs" />
  731. <Compile Include="App_Start\FilterConfig.cs" />
  732. <Compile Include="App_Start\NinjectControllerFactory.cs" />
  733. <Compile Include="App_Start\RouteConfig.cs" />
  734. <Compile Include="App_Start\Startup.Auth.cs" />
  735. <Compile Include="Areas\Administration\AdministrationAreaRegistration.cs" />
  736. <Compile Include="Areas\Administration\Controllers\CheckersController.cs" />
  737. <Compile Include="Areas\Administration\Controllers\ContestCategoriesController.cs" />
  738. <Compile Include="Areas\Administration\Controllers\ContestQuestionAnswersController.cs" />
  739. <Compile Include="Areas\Administration\Controllers\ContestQuestionsController.cs" />
  740. <Compile Include="Areas\Administration\Controllers\ContestsController.cs" />
  741. <Compile Include="Areas\Administration\Controllers\ContestsExportController.cs" />
  742. <Compile Include="Areas\Administration\Controllers\FeedbackController.cs" />
  743. <Compile Include="Areas\Administration\Controllers\FilesController.cs" />
  744. <Compile Include="Areas\Administration\Controllers\NavigationController.cs" />
  745. <Compile Include="Areas\Administration\Controllers\NewsController.cs" />
  746. <Compile Include="Areas\Administration\Controllers\ParticipantsController.cs" />
  747. <Compile Include="Areas\Administration\Controllers\ProblemsController.cs" />
  748. <Compile Include="Areas\Administration\Controllers\ResourcesController.cs" />
  749. <Compile Include="Areas\Administration\Controllers\RolesController.cs" />
  750. <Compile Include="Areas\Administration\Controllers\SettingsController.cs" />
  751. <Compile Include="Areas\Administration\Controllers\SubmissionsController.cs" />
  752. <Compile Include="Areas\Administration\Controllers\TestsController.cs" />
  753. <Compile Include="Areas\Administration\Controllers\UsersController.cs" />
  754. <Compile Include="Areas\Administration\ViewModels\Common\AdministrationViewModel.cs" />
  755. <Compile Include="Areas\Administration\ViewModels\ContestCategory\ContestCategoryAdministrationViewModel.cs" />
  756. <Compile Include="Areas\Administration\ViewModels\ContestQuestionAnswer\ContestQuestionAnswerViewModel.cs" />
  757. <Compile Include="Areas\Administration\ViewModels\ContestQuestion\ContestQuestionViewModel.cs" />
  758. <Compile Include="Areas\Administration\ViewModels\Contest\ContestAdministrationViewModel.cs" />
  759. <Compile Include="Areas\Administration\ViewModels\Participant\ContestViewModel.cs" />
  760. <Compile Include="Areas\Administration\ViewModels\Participant\ParticipantAdministrationViewModel.cs" />
  761. <Compile Include="Areas\Administration\ViewModels\Participant\ParticipantAnswerViewModel.cs" />
  762. <Compile Include="Areas\Administration\ViewModels\Participant\UserViewModel.cs" />
  763. <Compile Include="Areas\Administration\ViewModels\Problem\DetailedProblemViewModel.cs" />
  764. <Compile Include="Areas\Administration\ViewModels\FeedbackReport\FeedbackReportViewModel.cs" />
  765. <Compile Include="Areas\Administration\ViewModels\News\NewsAdministrationViewModel.cs" />
  766. <Compile Include="Areas\Administration\ViewModels\ProblemResource\ProblemResourceGridViewModel.cs" />
  767. <Compile Include="Areas\Administration\ViewModels\ProblemResource\ProblemResourceViewModel.cs" />
  768. <Compile Include="Areas\Administration\ViewModels\Problem\ProblemViewModel.cs" />
  769. <Compile Include="Areas\Administration\ViewModels\Contest\ShortContestAdministrationViewModel.cs" />
  770. <Compile Include="Areas\Administration\ViewModels\Roles\RoleAdministrationViewModel.cs" />
  771. <Compile Include="Areas\Administration\ViewModels\Roles\UserInRoleAdministrationViewModel.cs" />
  772. <Compile Include="Areas\Administration\ViewModels\Setting\SettingAdministrationViewModel.cs" />
  773. <Compile Include="Areas\Administration\ViewModels\SubmissionType\SubmissionTypeViewModel.cs" />
  774. <Compile Include="Areas\Administration\ViewModels\Submission\SubmissionAdministrationGridViewModel.cs" />
  775. <Compile Include="Areas\Administration\ViewModels\Submission\SubmissionAdministrationViewModel.cs" />
  776. <Compile Include="Areas\Administration\ViewModels\TestRun\TestRunViewModel.cs" />
  777. <Compile Include="Areas\Administration\ViewModels\Test\TestViewModel.cs" />
  778. <Compile Include="Areas\Administration\ViewModels\User\UserProfileAdministrationViewModel.cs" />
  779. <Compile Include="Areas\Api\ApiAreaRegistration.cs" />
  780. <Compile Include="Areas\Api\Controllers\ResultsController.cs" />
  781. <Compile Include="Areas\Api\Models\ErrorMessageViewModel.cs" />
  782. <Compile Include="Areas\Contests\ContestsAreaRegistration.cs" />
  783. <Compile Include="Areas\Contests\Controllers\CompeteController.cs">
  784. <ExcludeFromStyleCop>False</ExcludeFromStyleCop>
  785. </Compile>
  786. <Compile Include="Areas\Contests\Controllers\ContestsController.cs" />
  787. <Compile Include="Areas\Contests\Controllers\ListController.cs" />
  788. <Compile Include="Areas\Contests\Controllers\ResultsController.cs" />
  789. <Compile Include="Areas\Contests\Controllers\SubmissionsController.cs" />
  790. <Compile Include="Areas\Contests\Helpers\ContestExtensions.cs" />
  791. <Compile Include="Areas\Contests\Models\BinarySubmissionModel.cs" />
  792. <Compile Include="Areas\Contests\Models\ContestQuestionAnswerModel.cs" />
  793. <Compile Include="Areas\Contests\Models\ContestRegistrationModel.cs" />
  794. <Compile Include="Areas\Contests\Models\SubmissionModel.cs" />
  795. <Compile Include="Areas\Contests\ViewModels\Contests\ContestCategoryListViewModel.cs" />
  796. <Compile Include="Areas\Contests\ViewModels\Contests\ContestProblemMaterialViewModel.cs" />
  797. <Compile Include="Areas\Contests\ViewModels\Contests\ContestProblemViewModel.cs" />
  798. <Compile Include="Areas\Contests\ViewModels\Contests\ContestRegistrationViewModel.cs" />
  799. <Compile Include="Areas\Contests\ViewModels\Contests\DropDownAnswerViewModel.cs" />
  800. <Compile Include="Areas\Contests\ViewModels\Results\BestSubmissionViewModel.cs" />
  801. <Compile Include="Areas\Contests\ViewModels\Results\ContestFullResultsViewModel.cs" />
  802. <Compile Include="Areas\Contests\ViewModels\Results\ContestResultsViewModel.cs" />
  803. <Compile Include="Areas\Contests\ViewModels\Participants\ParticipantViewModel.cs" />
  804. <Compile Include="Areas\Contests\ViewModels\Problems\ProblemListItemViewModel.cs" />
  805. <Compile Include="Areas\Contests\ViewModels\Results\ParticipantFullResultViewModel.cs" />
  806. <Compile Include="Areas\Contests\ViewModels\Results\ProblemFullResultViewModel.cs" />
  807. <Compile Include="Areas\Contests\ViewModels\Results\ProblemResultPairViewModel.cs" />
  808. <Compile Include="Areas\Contests\ViewModels\Results\ProblemResultViewModel.cs" />
  809. <Compile Include="Areas\Contests\ViewModels\Contests\QuestionViewModel.cs" />
  810. <Compile Include="Areas\Contests\ViewModels\Results\ParticipantResultViewModel.cs" />
  811. <Compile Include="Areas\Contests\ViewModels\Results\SubmissionFullResultsViewModel.cs" />
  812. <Compile Include="Areas\Contests\ViewModels\Results\TestRunFullResultsViewModel.cs" />
  813. <Compile Include="Areas\Contests\ViewModels\Results\SubmissionResultIsCompiledViewModel.cs" />
  814. <Compile Include="Areas\Contests\ViewModels\Submissions\SubmissionResultViewModel.cs" />
  815. <Compile Include="Areas\Contests\ViewModels\Submissions\SubmissionDetailsViewModel.cs" />
  816. <Compile Include="Areas\Contests\ViewModels\Submissions\TestRunDetailsViewModel.cs" />
  817. <Compile Include="Areas\Contests\ViewModels\Submissions\SubmissionTypeViewModel.cs" />
  818. <Compile Include="Areas\Users\Controllers\ProfileController.cs" />
  819. <Compile Include="Areas\Users\Controllers\SettingsController.cs" />
  820. <Compile Include="Areas\Users\Helpers\NullDisplayFormatAttribute.cs" />
  821. <Compile Include="Controllers\RedirectsController.cs" />
  822. <Compile Include="Controllers\SearchController.cs" />
  823. <Compile Include="ViewModels\Account\ChangeUsernameViewModel.cs" />
  824. <Compile Include="Areas\Users\ViewModels\UserParticipationViewModel.cs" />
  825. <Compile Include="Areas\Users\ViewModels\UserSettingsViewModel.cs" />
  826. <Compile Include="Areas\Users\ViewModels\UserProfileViewModel.cs" />
  827. <Compile Include="Areas\Users\UsersAreaRegistration.cs" />
  828. <Compile Include="Controllers\AccountController.cs" />
  829. <Compile Include="Controllers\AdministrationController.cs" />
  830. <Compile Include="Controllers\BaseController.cs" />
  831. <Compile Include="Controllers\FeedbackController.cs" />
  832. <Compile Include="Controllers\HomeController.cs" />
  833. <Compile Include="Controllers\KendoGridAdministrationController.cs" />
  834. <Compile Include="Controllers\NewsController.cs" />
  835. <Compile Include="Controllers\SubmissionsController.cs" />
  836. <Compile Include="App_Start\GlimpseSecurityPolicy.cs" />
  837. <Compile Include="Global.asax.cs">
  838. <DependentUpon>Global.asax</DependentUpon>
  839. </Compile>
  840. <Compile Include="ViewModels\Account\ChangeEmailViewModel.cs" />
  841. <Compile Include="ViewModels\Account\ExternalLoginConfirmationViewModel.cs" />
  842. <Compile Include="Properties\AssemblyInfo.cs" />
  843. <Compile Include="Startup.cs" />
  844. <Compile Include="ViewModels\Account\ForgottenPasswordViewModel.cs" />
  845. <Compile Include="ViewModels\Account\LoginViewModel.cs" />
  846. <Compile Include="ViewModels\Account\ManageUserViewModel.cs" />
  847. <Compile Include="ViewModels\Account\RegisterViewModel.cs" />
  848. <Compile Include="Areas\Contests\ViewModels\Contests\ContestCategoryViewModel.cs" />
  849. <Compile Include="Areas\Contests\ViewModels\Contests\ContestViewModel.cs" />
  850. <Compile Include="ViewModels\CategoryMenuItemViewModel.cs" />
  851. <Compile Include="Areas\Administration\ViewModels\Checker\CheckerAdministrationViewModel.cs" />
  852. <Compile Include="ViewModels\Feedback\FeedbackViewModel.cs" />
  853. <Compile Include="ViewModels\Home\Index\IndexContestViewModel.cs" />
  854. <Compile Include="ViewModels\Home\Index\IndexViewModel.cs" />
  855. <Compile Include="ViewModels\News\AllNewsViewModel.cs" />
  856. <Compile Include="ViewModels\News\NewsViewModel.cs" />
  857. <Compile Include="ViewModels\News\SelectedViewModel.cs" />
  858. <Compile Include="ViewModels\Search\SearchResultGroupViewModel.cs" />
  859. <Compile Include="ViewModels\Search\SearchResultViewModel.cs" />
  860. <Compile Include="ViewModels\Shared\PaginationViewModel.cs" />
  861. <Compile Include="ViewModels\Submission\SubmissionViewModel.cs" />
  862. <Compile Include="ViewModels\TestRun\TestRunViewModel.cs" />
  863. </ItemGroup>
  864. <ItemGroup>
  865. <Content Include="Content\bootstrap\bootstrap-theme-cyborg.css" />
  866. <Content Include="Content\bootstrap\bootstrap-theme-cyborg.min.css" />
  867. <Content Include="Content\bootstrap\bootstrap-theme.css" />
  868. <Content Include="Content\bootstrap\bootstrap-theme.min.css" />
  869. <Content Include="Content\bootstrap\bootstrap.css" />
  870. <Content Include="Content\bootstrap\bootstrap.min.css" />
  871. <Content Include="Content\CodeMirror\codemirror.css" />
  872. <Content Include="Content\CodeMirror\theme\3024-day.css" />
  873. <Content Include="Content\CodeMirror\theme\3024-night.css" />
  874. <Content Include="Content\CodeMirror\theme\ambiance-mobile.css" />
  875. <Content Include="Content\CodeMirror\theme\ambiance.css" />
  876. <Content Include="Content\CodeMirror\theme\base16-dark.css" />
  877. <Content Include="Content\C…

Large files files are truncated, but you can click here to view the full file