PageRenderTime 38ms 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
  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\CodeMirror\theme\base16-light.css" />
  878. <Content Include="Content\CodeMirror\theme\blackboard.css" />
  879. <Content Include="Content\CodeMirror\theme\cobalt.css" />
  880. <Content Include="Content\CodeMirror\theme\eclipse.css" />
  881. <Content Include="Content\CodeMirror\theme\elegant.css" />
  882. <Content Include="Content\CodeMirror\theme\erlang-dark.css" />
  883. <Content Include="Content\CodeMirror\theme\lesser-dark.css" />
  884. <Content Include="Content\CodeMirror\theme\mbo.css" />
  885. <Content Include="Content\CodeMirror\theme\mdn-like.css" />
  886. <Content Include="Content\CodeMirror\theme\midnight.css" />
  887. <Content Include="Content\CodeMirror\theme\monokai.css" />
  888. <Content Include="Content\CodeMirror\theme\neat.css" />
  889. <Content Include="Content\CodeMirror\theme\night.css" />
  890. <Content Include="Content\CodeMirror\theme\paraiso-dark.css" />
  891. <Content Include="Content\CodeMirror\theme\paraiso-light.css" />
  892. <Content Include="Content\CodeMirror\theme\pastel-on-dark.css" />
  893. <Content Include="Content\CodeMirror\theme\rubyblue.css" />
  894. <Content Include="Content\CodeMirror\theme\solarized.css" />
  895. <Content Include="Content\CodeMirror\theme\the-matrix.css" />
  896. <Content Include="Content\CodeMirror\theme\tomorrow-night-eighties.css" />
  897. <Content Include="Content\CodeMirror\theme\twilight.css" />
  898. <Content Include="Content\CodeMirror\theme\vibrant-ink.css" />
  899. <Content Include="Content\CodeMirror\theme\xq-dark.css" />
  900. <Content Include="Content\CodeMirror\theme\xq-light.css" />
  901. <Content Include="Content\Contests\results-page.css" />
  902. <Content Include="Content\Contests\submission-page.css" />
  903. <Content Include="Content\docs.css" />
  904. <Content Include="Content\fonts\glyphicons-halflings-regular.svg" />
  905. <Content Include="Content\KendoUI\Black\editor.png" />
  906. <Content Include="Content\KendoUI\Black\imagebrowser.png" />
  907. <Content Include="Content\KendoUI\Black\indeterminate.gif" />
  908. <Content Include="Content\KendoUI\Black\loading-image.gif" />
  909. <Content Include="Content\KendoUI\Black\loading.gif" />
  910. <Content Include="Content\KendoUI\Black\loading_2x.gif" />
  911. <Content Include="Content\KendoUI\Black\markers.png" />
  912. <Content Include="Content\KendoUI\Black\markers_2x.png" />
  913. <Content Include="Content\KendoUI\Black\slider-h.gif" />
  914. <Content Include="Content\KendoUI\Black\slider-v.gif" />
  915. <Content Include="Content\KendoUI\Black\sprite.png" />
  916. <Content Include="Content\KendoUI\Black\sprite_2x.png" />
  917. <Content Include="Content\KendoUI\kendo.black.css" />
  918. <Content Include="Content\KendoUI\kendo.common.css" />
  919. <Content Include="Content\KendoUI\textures\brushed-metal.png" />
  920. <Content Include="Content\KendoUI\textures\dots1.png" />
  921. <Content Include="Content\KendoUI\textures\dots10.png" />
  922. <Content Include="Content\KendoUI\textures\dots11.png" />
  923. <Content Include="Content\KendoUI\textures\dots12.png" />
  924. <Content Include="Content\KendoUI\textures\dots13.png" />
  925. <Content Include="Content\KendoUI\textures\dots2.png" />
  926. <Content Include="Content\KendoUI\textures\dots3.png" />
  927. <Content Include="Content\KendoUI\textures\dots4.png" />
  928. <Content Include="Content\KendoUI\textures\dots5.png" />
  929. <Content Include="Content\KendoUI\textures\dots6.png" />
  930. <Content Include="Content\KendoUI\textures\dots7.png" />
  931. <Content Include="Content\KendoUI\textures\dots8.png" />
  932. <Content Include="Content\KendoUI\textures\dots9.png" />
  933. <Content Include="Content\KendoUI\textures\glass-lighter.png" />
  934. <Content Include="Content\KendoUI\textures\glass.png" />
  935. <Content Include="Content\KendoUI\textures\highlight.png" />
  936. <Content Include="Content\KendoUI\textures\hsv-gradient.png" />
  937. <Content Include="Content\KendoUI\textures\hue.png" />
  938. <Content Include="Content\KendoUI\textures\leather1.png" />
  939. <Content Include="Content\KendoUI\textures\leather2.png" />
  940. <Content Include="Content\KendoUI\textures\noise.png" />
  941. <Content Include="Content\KendoUI\textures\stripe1.png" />
  942. <Content Include="Content\KendoUI\textures\stripe2.png" />
  943. <Content Include="Content\KendoUI\textures\stripe3.png" />
  944. <Content Include="Content\KendoUI\textures\stripe4.png" />
  945. <Content Include="Content\KendoUI\textures\stripe5.png" />
  946. <Content Include="Content\KendoUI\textures\stripe6.png" />
  947. <Content Include="Content\KendoUI\textures\transparency.png" />
  948. <Content Include="Content\KendoUI\textures\transtexture.png" />
  949. <Content Include="favicon.ico" />
  950. <Content Include="Global.asax" />
  951. <Content Include="Content\Site.css" />
  952. <Content Include="Areas\Administration\Views\Web.Config" />
  953. <Content Include="Areas\Administration\Views\News\Index.cshtml" />
  954. <Content Include="Areas\Administration\Views\Navigation\Index.cshtml" />
  955. <Content Include="Areas\Administration\Views\Contests\Index.cshtml" />
  956. <Content Include="google95e631afa25e7960.html" />
  957. <Content Include="robots.txt" />
  958. <Content Include="Scripts\Administration\administration-global.js" />
  959. <Content Include="Scripts\Administration\Contests\contests-index.js" />
  960. <Content Include="Scripts\Administration\Problems\problems-create.js" />
  961. <Content Include="Scripts\Administration\Problems\problems-edit.js" />
  962. <Content Include="Scripts\Administration\Problems\problems-index.js" />
  963. <Content Include="Scripts\Administration\Resources\resources-create.js" />
  964. <Content Include="Scripts\Administration\Resources\resources-edit.js" />
  965. <Content Include="Scripts\Administration\Tests\tests-details.js" />
  966. <Content Include="Scripts\Administration\Tests\tests-index.js" />
  967. <Content Include="Scripts\bootstrap.js" />
  968. <Content Include="Scripts\bootstrap.min.js" />
  969. <Content Include="Scripts\CodeMirror\codemirror.js" />
  970. <Content Include="Scripts\CodeMirror\mode\clike.js" />
  971. <Content Include="Scripts\CodeMirror\mode\javascript.js" />
  972. <Content Include="Scripts\Contests\list-categories-page.js" />
  973. <Content Include="Scripts\Contests\submission-page.js" />
  974. <Content Include="Scripts\Countdown\countdown.min.js" />
  975. <Content Include="Content\elfinder\css\elfinder-custom.css" />
  976. <Content Include="Content\elfinder\css\elfinder.min.css" />
  977. <Content Include="Content\elfinder\css\smoothness-1.8.23\images\ui-bg_flat_0_aaaaaa_40x100.png" />
  978. <Content Include="Content\elfinder\css\smoothness-1.8.23\images\ui-bg_flat_75_ffffff_40x100.png" />
  979. <Content Include="Content\elfinder\css\smoothness-1.8.23\images\ui-bg_glass_55_fbf9ee_1x400.png" />
  980. <Content Include="Content\elfinder\css\smoothness-1.8.23\images\ui-bg_glass_65_ffffff_1x400.png" />
  981. <Content Include="Content\elfinder\css\smoothness-1.8.23\images\ui-bg_glass_75_dadada_1x400.png" />
  982. <Content Include="Content\elfinder\css\smoothness-1.8.23\images\ui-bg_glass_75_e6e6e6_1x400.png" />
  983. <Content Include="Content\elfinder\css\smoothness-1.8.23\images\ui-bg_glass_95_fef1ec_1x400.png" />
  984. <Content Include="Content\elfinder\css\smoothness-1.8.23\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
  985. <Content Include="Content\elfinder\css\smoothness-1.8.23\images\ui-icons_222222_256x240.png" />
  986. <Content Include="Content\elfinder\css\smoothness-1.8.23\images\ui-icons_2e83ff_256x240.png" />
  987. <Content Include="Content\elfinder\css\smoothness-1.8.23\images\ui-icons_454545_256x240.png" />
  988. <Content Include="Content\elfinder\css\smoothness-1.8.23\images\ui-icons_888888_256x240.png" />
  989. <Content Include="Content\elfinder\css\smoothness-1.8.23\images\ui-icons_cd0a0a_256x240.png" />
  990. <Content Include="Content\elfinder\css\smoothness-1.8.23\jquery-ui-1.8.23.custom.css" />
  991. <Content Include="Content\elfinder\img\arrows-active.png" />
  992. <Content Include="Content\elfinder\img\arrows-normal.png" />
  993. <Content Include="Content\elfinder\img\crop.gif" />
  994. <Content Include="Content\elfinder\img\dialogs.png" />
  995. <Content Include="Content\elfinder\img\icons-big.png" />
  996. <Content Include="Content\elfinder\img\icons-small.png" />
  997. <Content Include="Content\elfinder\img\logo.png" />
  998. <Content Include="Content\elfinder\img\progress.gif" />
  999. <Content Include="Content\elfinder\img\quicklook-bg.png" />
  1000. <Content Include="Content\elfinder\img\quicklook-icons.png" />
  1001. <Content Include="Content\elfinder\img\resize.png" />
  1002. <Content Include="Content\elfinder\img\spinner-mini.gif" />
  1003. <Content Include="Content\elfinder\img\toolbar.png" />
  1004. <Content Include="Content\elfinder\sounds\rm.wav" />
  1005. <Content Include="Scripts\elfinder\elfinder.min.js" />
  1006. <Content Include="Scripts\elfinder\i18n\elfinder.ar.js" />
  1007. <Content Include="Scripts\elfinder\i18n\elfinder.bg.js" />
  1008. <Content Include="Scripts\elfinder\i18n\elfinder.ca.js" />
  1009. <Content Include="Scripts\elfinder\i18n\elfinder.cs.js" />
  1010. <Content Include="Scripts\elfinder\i18n\elfinder.de.js" />
  1011. <Content Include="Scripts\elfinder\i18n\elfinder.en.js" />
  1012. <Content Include="Scripts\elfinder\i18n\elfinder.es.js" />
  1013. <Content Include="Scripts\elfinder\i18n\elfinder.fa.js" />
  1014. <Content Include="Scripts\elfinder\i18n\elfinder.fr.js" />
  1015. <Content Include="Scripts\elfinder\i18n\elfinder.hu.js" />
  1016. <Content Include="Scripts\elfinder\i18n\elfinder.it.js" />
  1017. <Content Include="Scripts\elfinder\i18n\elfinder.jp.js" />
  1018. <Content Include="Scripts\elfinder\i18n\elfinder.ko.js" />
  1019. <Content Include="Scripts\elfinder\i18n\elfinder.LANG.js" />
  1020. <Content Include="Scripts\elfinder\i18n\elfinder.nl.js" />
  1021. <Content Include="Scripts\elfinder\i18n\elfinder.no.js" />
  1022. <Content Include="Scripts\elfinder\i18n\elfinder.pl.js" />
  1023. <Content Include="Scripts\elfinder\i18n\elfinder.pt_BR.js" />
  1024. <Content Include="Scripts\elfinder\i18n\elfinder.ru.js" />
  1025. <Content Include="Scripts\elfinder\i18n\elfinder.tr.js" />
  1026. <Content Include="Scripts\elfinder\i18n\elfinder.zh_CN.js" />
  1027. <Content Include="Scripts\elfinder\initialize.js" />
  1028. <Content Include="Scripts\global.js" />
  1029. <Content Include="Areas\Administration\Views\ContestCategories\Index.cshtml" />
  1030. <Content Include="Areas\Administration\Views\ContestCategories\Hierarchy.cshtml" />
  1031. <Content Include="App_Code\ContestsHelper.cshtml" />
  1032. <Content Include="Areas\Administration\Views\Feedback\Index.cshtml" />
  1033. <Content Include="Areas\Users\Views\Web.Config" />
  1034. <Content Include="Areas\Users\Views\Profile\Index.cshtml" />
  1035. <Content Include="Areas\Users\Views\Shared\_ProfileInfo.cshtml" />
  1036. <Content Include="Areas\Users\Views\Settings\Index.cshtml" />
  1037. <Content Include="Areas\Contests\Views\Web.Config" />
  1038. <Content Include="Areas\Contests\Views\List\Index.cshtml" />
  1039. <Content Include="Areas\Contests\Views\List\ByCategory.cshtml" />
  1040. <Content Include="Areas\Contests\Views\Contests\Details.cshtml" />
  1041. <Content Include="Areas\Contests\Views\Compete\Index.cshtml" />
  1042. <Content Include="Areas\Contests\Views\Results\Simple.cshtml" />
  1043. <Content Include="Areas\Contests\Views\Compete\Register.cshtml" />
  1044. <Content Include="Areas\Administration\Views\Tests\Index.cshtml" />
  1045. <Content Include="Content\fonts\glyphicons-halflings-regular.woff" />
  1046. <Content Include="Content\fonts\glyphicons-halflings-regular.ttf" />
  1047. <Content Include="Content\fonts\glyphicons-halflings-regular.eot" />
  1048. <Content Include="Areas\Administration\Views\Tests\Create.cshtml" />
  1049. <Content Include="Areas\Administration\Views\Tests\Edit.cshtml" />
  1050. <Content Include="Areas\Administration\Views\Tests\Delete.cshtml" />
  1051. <Content Include="Areas\Administration\Views\Tests\DeleteAll.cshtml" />
  1052. <Content Include="Areas\Administration\Views\Tests\Details.cshtml" />
  1053. <Content Include="Areas\Administration\Views\Problems\Index.cshtml" />
  1054. <Content Include="Areas\Administration\Views\Problems\Create.cshtml" />
  1055. <Content Include="Areas\Administration\Views\Problems\DeleteAll.cshtml" />
  1056. <Content Include="Areas\Administration\Views\Problems\Edit.cshtml" />
  1057. <Content Include="Areas\Administration\Views\Problems\Delete.cshtml" />
  1058. <Content Include="Areas\Contests\Views\Shared\_ProblemPartial.cshtml" />
  1059. <Content Include="Areas\Administration\Views\Shared\_QuickContestsGrid.cshtml" />
  1060. <Content Include="Areas\Administration\Views\Shared\_ProblemResourceForm.cshtml" />
  1061. <Content Include="Content\Demos\DemoTests.zip" />
  1062. <Content Include="Areas\Administration\Views\Resources\Create.cshtml" />
  1063. <Content Include="Areas\Administration\Views\Resources\Edit.cshtml" />
  1064. <Content Include="Areas\Contests\Views\List\BySubmissionType.cshtml" />
  1065. <Content Include="JSLintNet.json" />
  1066. <Content Include="Areas\Administration\Views\Shared\EditorTemplates\NonEditable.cshtml" />
  1067. <Content Include="Areas\Administration\Views\Shared\EditorTemplates\MultiLineText.cshtml" />
  1068. <Content Include="Areas\Administration\Views\Shared\EditorTemplates\SingleLineText.cshtml" />
  1069. <Content Include="Areas\Administration\Views\Shared\EditorTemplates\PositiveInteger.cshtml" />
  1070. <Content Include="Areas\Administration\Views\Shared\EditorTemplates\DateAndTime.cshtml" />
  1071. <Content Include="Areas\Administration\Views\Shared\EditorTemplates\DropDownList.cshtml" />
  1072. <Content Include="Areas\Contests\Views\Submissions\View.cshtml" />
  1073. <Content Include="Areas\Administration\Views\Settings\Index.cshtml" />
  1074. <Content Include="Areas\Administration\Views\Shared\EditorTemplates\DisabledCheckbox.cshtml" />
  1075. <Content Include="Areas\Administration\Views\Users\Index.cshtml" />
  1076. <Content Include="Areas\Administration\Views\Shared\EditorTemplates\Date.cshtml" />
  1077. <Content Include="Areas\Administration\Views\Submissions\Index.cshtml" />
  1078. <Content Include="Areas\Contests\Views\Shared\_AllContestSubmissionsByUser.cshtml" />
  1079. <Content Include="Areas\Administration\Views\Submissions\EditorTemplates\ParticipantDropDownList.cshtml" />
  1080. <Content Include="Areas\Administration\Views\Submissions\EditorTemplates\SubmissionTypesDropDownList.cshtml" />
  1081. <Content Include="Areas\Administration\Views\Submissions\Create.cshtml" />
  1082. <Content Include="Areas\Administration\Views\Submissions\_SubmissionForm.cshtml" />
  1083. <Content Include="Areas\Administration\Views\Submissions\Update.cshtml" />
  1084. <Content Include="Areas\Administration\Views\Submissions\EditorTemplates\ProblemComboBox.cshtml" />
  1085. <Content Include="Areas\Administration\Views\Submissions\Delete.cshtml" />
  1086. <Content Include="Areas\Administration\Views\Roles\Index.cshtml" />
  1087. <Content Include="Areas\Administration\Views\Roles\EditorTemplates\AddUserToRole.cshtml" />
  1088. <Content Include="Areas\Administration\Views\Submissions\_SubmissionsGrid.cshtml" />
  1089. <Content Include="Areas\Administration\Views\Shared\_AdministrationLayout.cshtml" />
  1090. <Content Include="Areas\Administration\Views\_ViewStart.cshtml" />
  1091. <Content Include="Areas\Administration\Views\Files\Index.cshtml" />
  1092. <Content Include="Areas\Administration\Views\Submissions\EditorTemplates\SubmissionAdministrationViewModel.cshtml" />
  1093. <Content Include="Areas\Administration\Views\Shared\_CopyQuestionsFromContest.cshtml" />
  1094. <None Include="Properties\PublishProfiles\File System.pubxml" />
  1095. <None Include="Scripts\jquery-2.1.0.intellisense.js" />
  1096. <Content Include="Scripts\jquery-2.1.0.js" />
  1097. <Content Include="Scripts\jquery-2.1.0.min.js" />
  1098. <Content Include="Scripts\jquery.unobtrusive-ajax.js" />
  1099. <Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
  1100. <Content Include="Scripts\jquery.validate.unobtrusive.js" />
  1101. <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
  1102. <Content Include="Scripts\modernizr-2.7.1.js" />
  1103. <Content Include="Views\Account\ChangeUsername.cshtml" />
  1104. <Content Include="Areas\Contests\Views\Results\Full.cshtml" />
  1105. <Content Include="Areas\Administration\Views\Contests\EditorTemplates\SubmissionTypeCheckBoxes.cshtml" />
  1106. <Content Include="Areas\Administration\Views\Contests\Create.cshtml" />
  1107. <Content Include="Areas\Administration\Views\Contests\EditorTemplates\CategoryDropDown.cshtml" />
  1108. <Content Include="Areas\Administration\Views\Contests\_ContestEditor.cshtml" />
  1109. <Content Include="Areas\Administration\Views\Contests\Edit.cshtml" />
  1110. <Content Include="Areas\Administration\Views\Shared\EditorTemplates\HtmlContent.cshtml" />
  1111. <Content Include="Areas\Administration\Views\Shared\EditorTemplates\Integer.cshtml" />
  1112. <Content Include="Areas\Administration\Views\Checkers\Index.cshtml" />
  1113. <Content Include="Areas\Administration\Views\Participants\Index.cshtml" />
  1114. <Content Include="Areas\Administration\Views\Participants\_Participants.cshtml" />
  1115. <Content Include="Areas\Administration\Views\Participants\Contest.cshtml" />
  1116. <Content Include="Areas\Administration\Views\Participants\EditorTemplates\ContestsComboBox.cshtml" />
  1117. <Content Include="Areas\Administration\Views\Participants\EditorTemplates\UsersComboBox.cshtml" />
  1118. <Content Include="Areas\Administration\Views\Problems\Details.cshtml" />
  1119. <Content Include="Areas\Administration\Views\Problems\_SubmissionsGrid.cshtml" />
  1120. <Content Include="Areas\Administration\Views\Problems\_ResourcesGrid.cshtml" />
  1121. <Content Include="Areas\Administration\Views\Contests\EditorTemplates\ContestQuestionType.cshtml" />
  1122. <EmbeddedResource Include="App_GlobalResources\Models\ContestQuestionTypeResource.bg.resx">
  1123. <Generator>ResXFileCodeGenerator</Generator>
  1124. <LastGenOutput>ContestQuestionTypeResource.bg.Designer.cs</LastGenOutput>
  1125. <SubType>Designer</SubType>
  1126. </EmbeddedResource>
  1127. <Content Include="Scripts\Helpers\test-results.js" />
  1128. <Content Include="Scripts\jquery-2.1.0.min.map" />
  1129. <None Include="Scripts\jquery.validate-vsdoc.js" />
  1130. <Content Include="Scripts\jquery.validate.js" />
  1131. <Content Include="Scripts\jquery.validate.min.js" />
  1132. <Content Include="Scripts\KendoUI\2013.3.1119\cultures\kendo.culture.bg.js" />
  1133. <Content Include="Scripts\KendoUI\2013.3.1119\cultures\kendo.culture.en-GB.js" />
  1134. <Content Include="Scripts\KendoUI\2013.3.1119\kendo.all.js" />
  1135. <Content Include="Scripts\KendoUI\2013.3.1119\kendo.aspnetmvc.js" />
  1136. <Content Include="Scripts\_jquery-1.9.1.js" />
  1137. <Content Include="Scripts\_references.js" />
  1138. <Content Include="Web.config">
  1139. <SubType>Designer</SubType>
  1140. </Content>
  1141. <Content Include="Web.Debug.config">
  1142. <DependentUpon>Web.config</DependentUpon>
  1143. </Content>
  1144. <Content Include="Web.Release.config">
  1145. <DependentUpon>Web.config</DependentUpon>
  1146. </Content>
  1147. <Content Include="Views\Web.config" />
  1148. <Content Include="Views\Shared\Error.cshtml" />
  1149. <Content Include="Views\Shared\_Layout.cshtml" />
  1150. <Content Include="Views\Home\Index.cshtml" />
  1151. <Content Include="Views\Account\_ChangePasswordPartial.cshtml" />
  1152. <Content Include="Views\Account\_ExternalLoginsListPartial.cshtml" />
  1153. <Content Include="Views\Account\_RemoveAccountPartial.cshtml" />
  1154. <Content Include="Views\Account\_SetPasswordPartial.cshtml" />
  1155. <Content Include="Views\Account\ExternalLoginConfirmation.cshtml" />
  1156. <Content Include="Views\Account\ExternalLoginFailure.cshtml" />
  1157. <Content Include="Views\Account\Login.cshtml" />
  1158. <Content Include="Views\Account\Manage.cshtml" />
  1159. <Content Include="Views\Account\Register.cshtml" />
  1160. <Content Include="Views\Shared\_LoginPartial.cshtml" />
  1161. <Content Include="Views\Shared\EditorTemplates\Currency.cshtml" />
  1162. <Content Include="Views\Shared\EditorTemplates\Date.cshtml" />
  1163. <Content Include="Views\Shared\EditorTemplates\DateTime.cshtml" />
  1164. <Content Include="Views\Shared\EditorTemplates\GridForeignKey.cshtml" />
  1165. <Content Include="Views\Shared\EditorTemplates\Integer.cshtml" />
  1166. <Content Include="Views\Shared\EditorTemplates\Number.cshtml" />
  1167. <Content Include="Views\Shared\EditorTemplates\String.cshtml" />
  1168. <Content Include="Views\Shared\EditorTemplates\Time.cshtml" />
  1169. <Content Include="Views\News\Selected.cshtml" />
  1170. <Content Include="Views\Shared\_LatestNews.cshtml" />
  1171. <Content Include="_ViewStart.cshtml" />
  1172. <None Include="Settings.StyleCop" />
  1173. <Content Include="Views\Feedback\Index.cshtml" />
  1174. <Content Include="Views\Feedback\Submitted.cshtml" />
  1175. <Content Include="Views\News\All.cshtml" />
  1176. <Content Include="Views\Submissions\BasicSubmissions.cshtml" />
  1177. <Content Include="Views\Submissions\AdvancedSubmissions.cshtml" />
  1178. <Content Include="Views\Shared\EditorTemplates\QuestionViewModel.cshtml" />
  1179. <Content Include="Views\Shared\EditorTemplates\EmailAddress.cshtml" />
  1180. <Content Include="Views\_ViewStart.cshtml" />
  1181. <Content Include="Views\Account\ForgottenPassword.cshtml" />
  1182. <Content Include="Views\Account\ChangePassword.cshtml" />
  1183. <Content Include="Views\Account\ChangeEmail.cshtml" />
  1184. <Content Include="Views\Shared\EditorTemplates\Password.cshtml" />
  1185. <Content Include="Views\Shared\EditorTemplates\MultilineText.cshtml" />
  1186. <Content Include="Views\Search\Results.cshtml" />
  1187. <Content Include="Views\Search\Index.cshtml" />
  1188. <Content Include="Views\Shared\_Pagination.cshtml" />
  1189. </ItemGroup>
  1190. <ItemGroup>
  1191. <Folder Include="App_Data\" />
  1192. <Folder Include="App_GlobalResources\Home\ViewModels\" />
  1193. <Folder Include="Areas\Users\Models\" />
  1194. <Folder Include="Files\" />
  1195. <Folder Include="Scripts\CodeMirror\addon\" />
  1196. </ItemGroup>
  1197. <ItemGroup>
  1198. <Content Include="packages.config" />
  1199. </ItemGroup>
  1200. <ItemGroup>
  1201. <Content Include="App_GlobalResources\Global.resx">
  1202. <Generator>GlobalResourceProxyGenerator</Generator>
  1203. <LastGenOutput>Global.Designer.cs</LastGenOutput>
  1204. </Content>
  1205. </ItemGroup>
  1206. <ItemGroup>
  1207. <EmbeddedResource Include="App_GlobalResources\Account\AccountEmails.bg.resx">
  1208. <Generator>PublicResXFileCodeGenerator</Generator>
  1209. <LastGenOutput>AccountEmails.bg.Designer.cs</LastGenOutput>
  1210. <CustomToolNamespace>Resources.Account</CustomToolNamespace>
  1211. </EmbeddedResource>
  1212. <EmbeddedResource Include="App_GlobalResources\Account\AccountEmails.resx">
  1213. <Generator>PublicResXFileCodeGenerator</Generator>
  1214. <LastGenOutput>AccountEmails.Designer.cs</LastGenOutput>
  1215. <CustomToolNamespace>Resources.Account</CustomToolNamespace>
  1216. </EmbeddedResource>
  1217. <EmbeddedResource Include="App_GlobalResources\Account\ViewModels\AccountViewModels.bg.resx">
  1218. <Generator>PublicResXFileCodeGenerator</Generator>
  1219. <LastGenOutput>AccountViewModels.bg.Designer.cs</LastGenOutput>
  1220. <CustomToolNamespace>Resources.Account</CustomToolNamespace>
  1221. </EmbeddedResource>
  1222. <EmbeddedResource Include="App_GlobalResources\Account\ViewModels\AccountViewModels.resx">
  1223. <Generator>PublicResXFileCodeGenerator</Generator>
  1224. <LastGenOutput>AccountViewModels.Designer.cs</LastGenOutput>
  1225. <CustomToolNamespace>Resources.Account</CustomToolNamespace>
  1226. </EmbeddedResource>
  1227. <EmbeddedResource Include="App_GlobalResources\Account\Views\ChangeEmailView.bg.resx">
  1228. <Generator>PublicResXFileCodeGenerator</Generator>
  1229. <LastGenOutput>ChangeEmailView.bg.designer.cs</LastGenOutput>
  1230. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1231. </EmbeddedResource>
  1232. <EmbeddedResource Include="App_GlobalResources\Account\Views\ChangeEmailView.resx">
  1233. <Generator>PublicResXFileCodeGenerator</Generator>
  1234. <LastGenOutput>ChangeEmailView.Designer.cs</LastGenOutput>
  1235. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1236. </EmbeddedResource>
  1237. <EmbeddedResource Include="App_GlobalResources\Account\Views\ChangeUsernameView.bg.resx">
  1238. <Generator>PublicResXFileCodeGenerator</Generator>
  1239. <LastGenOutput>ChangeUsernameView.bg.designer.cs</LastGenOutput>
  1240. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1241. </EmbeddedResource>
  1242. <EmbeddedResource Include="App_GlobalResources\Account\Views\ChangeUsernameView.resx">
  1243. <Generator>PublicResXFileCodeGenerator</Generator>
  1244. <LastGenOutput>ChangeUsernameView.designer.cs</LastGenOutput>
  1245. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1246. </EmbeddedResource>
  1247. <EmbeddedResource Include="App_GlobalResources\Account\Views\ChangePasswordView.bg.resx">
  1248. <Generator>PublicResXFileCodeGenerator</Generator>
  1249. <LastGenOutput>ChangePasswordView.bg.designer.cs</LastGenOutput>
  1250. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1251. </EmbeddedResource>
  1252. <EmbeddedResource Include="App_GlobalResources\Account\Views\ChangePasswordView.resx">
  1253. <Generator>PublicResXFileCodeGenerator</Generator>
  1254. <LastGenOutput>ChangePasswordView.Designer.cs</LastGenOutput>
  1255. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1256. </EmbeddedResource>
  1257. <EmbeddedResource Include="App_GlobalResources\Account\Views\ExternalLoginCallback.bg.resx">
  1258. <Generator>PublicResXFileCodeGenerator</Generator>
  1259. <LastGenOutput>ExternalLoginCallback.bg.designer.cs</LastGenOutput>
  1260. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1261. </EmbeddedResource>
  1262. <EmbeddedResource Include="App_GlobalResources\Account\Views\ExternalLoginConfirmation.resx">
  1263. <Generator>PublicResXFileCodeGenerator</Generator>
  1264. <LastGenOutput>ExternalLoginConfirmation.designer.cs</LastGenOutput>
  1265. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1266. </EmbeddedResource>
  1267. <EmbeddedResource Include="App_GlobalResources\Account\Views\Disassociate.bg.resx">
  1268. <Generator>PublicResXFileCodeGenerator</Generator>
  1269. <LastGenOutput>Disassociate.bg.designer.cs</LastGenOutput>
  1270. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1271. </EmbeddedResource>
  1272. <EmbeddedResource Include="App_GlobalResources\Account\Views\ExternalLoginConfirmation.bg.resx">
  1273. <Generator>PublicResXFileCodeGenerator</Generator>
  1274. <LastGenOutput>ExternalLoginConfirmation.bg.designer.cs</LastGenOutput>
  1275. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1276. </EmbeddedResource>
  1277. <EmbeddedResource Include="App_GlobalResources\Account\Views\Disassociate.resx">
  1278. <Generator>PublicResXFileCodeGenerator</Generator>
  1279. <LastGenOutput>Disassociate.Designer.cs</LastGenOutput>
  1280. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1281. </EmbeddedResource>
  1282. <EmbeddedResource Include="App_GlobalResources\Account\Views\ExternalLoginCallback.resx">
  1283. <Generator>PublicResXFileCodeGenerator</Generator>
  1284. <LastGenOutput>ExternalLoginCallback.designer.cs</LastGenOutput>
  1285. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1286. </EmbeddedResource>
  1287. <EmbeddedResource Include="App_GlobalResources\Account\Views\ExternalLoginFailure.bg.resx">
  1288. <Generator>PublicResXFileCodeGenerator</Generator>
  1289. <LastGenOutput>ExternalLoginFailure.bg.designer.cs</LastGenOutput>
  1290. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1291. </EmbeddedResource>
  1292. <EmbeddedResource Include="App_GlobalResources\Account\Views\ExternalLoginFailure.resx">
  1293. <Generator>PublicResXFileCodeGenerator</Generator>
  1294. <LastGenOutput>ExternalLoginFailure.Designer.cs</LastGenOutput>
  1295. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1296. </EmbeddedResource>
  1297. <EmbeddedResource Include="App_GlobalResources\Account\Views\ForgottenPassword.bg.resx">
  1298. <Generator>PublicResXFileCodeGenerator</Generator>
  1299. <LastGenOutput>ForgottenPassword.bg.designer.cs</LastGenOutput>
  1300. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1301. </EmbeddedResource>
  1302. <EmbeddedResource Include="App_GlobalResources\Account\Views\ForgottenPassword.resx">
  1303. <Generator>PublicResXFileCodeGenerator</Generator>
  1304. <LastGenOutput>ForgottenPassword.Designer.cs</LastGenOutput>
  1305. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1306. </EmbeddedResource>
  1307. <EmbeddedResource Include="App_GlobalResources\Account\Views\General.bg.resx">
  1308. <Generator>PublicResXFileCodeGenerator</Generator>
  1309. <LastGenOutput>General.bg.designer.cs</LastGenOutput>
  1310. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1311. </EmbeddedResource>
  1312. <EmbeddedResource Include="App_GlobalResources\Account\Views\General.resx">
  1313. <Generator>PublicResXFileCodeGenerator</Generator>
  1314. <LastGenOutput>General.Designer.cs</LastGenOutput>
  1315. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1316. </EmbeddedResource>
  1317. <EmbeddedResource Include="App_GlobalResources\Account\Views\Login.bg.resx">
  1318. <Generator>PublicResXFileCodeGenerator</Generator>
  1319. <LastGenOutput>Login.bg.designer.cs</LastGenOutput>
  1320. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1321. </EmbeddedResource>
  1322. <EmbeddedResource Include="App_GlobalResources\Account\Views\Login.resx">
  1323. <Generator>PublicResXFileCodeGenerator</Generator>
  1324. <LastGenOutput>Login.Designer.cs</LastGenOutput>
  1325. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1326. </EmbeddedResource>
  1327. <EmbeddedResource Include="App_GlobalResources\Account\Views\Manage.bg.resx">
  1328. <Generator>PublicResXFileCodeGenerator</Generator>
  1329. <LastGenOutput>Manage.bg.designer.cs</LastGenOutput>
  1330. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1331. </EmbeddedResource>
  1332. <EmbeddedResource Include="App_GlobalResources\Account\Views\Manage.resx">
  1333. <Generator>PublicResXFileCodeGenerator</Generator>
  1334. <LastGenOutput>Manage.Designer.cs</LastGenOutput>
  1335. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1336. </EmbeddedResource>
  1337. <EmbeddedResource Include="App_GlobalResources\Account\Views\Partial\ChangePassword.bg.resx">
  1338. <Generator>PublicResXFileCodeGenerator</Generator>
  1339. <LastGenOutput>ChangePassword.bg.designer.cs</LastGenOutput>
  1340. <CustomToolNamespace>Resources.Account.Views.Partial</CustomToolNamespace>
  1341. </EmbeddedResource>
  1342. <EmbeddedResource Include="App_GlobalResources\Account\Views\Partial\ChangePassword.resx">
  1343. <Generator>PublicResXFileCodeGenerator</Generator>
  1344. <LastGenOutput>ChangePassword.Designer.cs</LastGenOutput>
  1345. <CustomToolNamespace>Resources.Account.Views.Partial</CustomToolNamespace>
  1346. </EmbeddedResource>
  1347. <EmbeddedResource Include="App_GlobalResources\Account\Views\Partial\ExternalLoginsList.bg.resx">
  1348. <Generator>PublicResXFileCodeGenerator</Generator>
  1349. <LastGenOutput>ExternalLoginsList.bg.designer.cs</LastGenOutput>
  1350. <CustomToolNamespace>Resources.Account.Views.Partial</CustomToolNamespace>
  1351. </EmbeddedResource>
  1352. <EmbeddedResource Include="App_GlobalResources\Account\Views\Partial\ExternalLoginsList.resx">
  1353. <Generator>PublicResXFileCodeGenerator</Generator>
  1354. <LastGenOutput>ExternalLoginsList.Designer.cs</LastGenOutput>
  1355. <CustomToolNamespace>Resources.Account.Views.Partial</CustomToolNamespace>
  1356. </EmbeddedResource>
  1357. <EmbeddedResource Include="App_GlobalResources\Account\Views\Partial\RemoveAccount.bg.resx">
  1358. <Generator>PublicResXFileCodeGenerator</Generator>
  1359. <LastGenOutput>RemoveAccount.bg.designer.cs</LastGenOutput>
  1360. <CustomToolNamespace>Resources.Account.Views.Partial</CustomToolNamespace>
  1361. </EmbeddedResource>
  1362. <EmbeddedResource Include="App_GlobalResources\Account\Views\Partial\RemoveAccount.resx">
  1363. <Generator>PublicResXFileCodeGenerator</Generator>
  1364. <LastGenOutput>RemoveAccount.Designer.cs</LastGenOutput>
  1365. <CustomToolNamespace>Resources.Account.Views.Partial</CustomToolNamespace>
  1366. </EmbeddedResource>
  1367. <EmbeddedResource Include="App_GlobalResources\Account\Views\Partial\SetPassword.bg.resx">
  1368. <Generator>PublicResXFileCodeGenerator</Generator>
  1369. <LastGenOutput>SetPassword.bg.designer.cs</LastGenOutput>
  1370. <CustomToolNamespace>Resources.Account.Views.Partial</CustomToolNamespace>
  1371. </EmbeddedResource>
  1372. <EmbeddedResource Include="App_GlobalResources\Account\Views\Partial\SetPassword.resx">
  1373. <Generator>PublicResXFileCodeGenerator</Generator>
  1374. <LastGenOutput>SetPassword.Designer.cs</LastGenOutput>
  1375. <CustomToolNamespace>Resources.Account.Views.Partial</CustomToolNamespace>
  1376. </EmbeddedResource>
  1377. <EmbeddedResource Include="App_GlobalResources\Account\Views\Register.bg.resx">
  1378. <Generator>PublicResXFileCodeGenerator</Generator>
  1379. <LastGenOutput>Register.bg.designer.cs</LastGenOutput>
  1380. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1381. </EmbeddedResource>
  1382. <EmbeddedResource Include="App_GlobalResources\Account\Views\Register.resx">
  1383. <Generator>PublicResXFileCodeGenerator</Generator>
  1384. <LastGenOutput>Register.Designer.cs</LastGenOutput>
  1385. <CustomToolNamespace>Resources.Account.Views</CustomToolNamespace>
  1386. </EmbeddedResource>
  1387. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\ContestsGeneral.bg.resx">
  1388. <Generator>PublicResXFileCodeGenerator</Generator>
  1389. <LastGenOutput>ContestsGeneral.bg.Designer.cs</LastGenOutput>
  1390. <CustomToolNamespace>Resources.Areas.Contests</CustomToolNamespace>
  1391. </EmbeddedResource>
  1392. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\ContestsGeneral.resx">
  1393. <Generator>PublicResXFileCodeGenerator</Generator>
  1394. <LastGenOutput>ContestsGeneral.Designer.cs</LastGenOutput>
  1395. <CustomToolNamespace>Resources.Areas.Contests</CustomToolNamespace>
  1396. </EmbeddedResource>
  1397. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Shared\ContestsAllContestSubmissionsByUser.bg.resx">
  1398. <Generator>PublicResXFileCodeGenerator</Generator>
  1399. <LastGenOutput>ContestsAllContestSubmissionsByUser.bg.designer.cs</LastGenOutput>
  1400. <CustomToolNamespace>Resources.Areas.Contests.Shared</CustomToolNamespace>
  1401. </EmbeddedResource>
  1402. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Shared\ContestsAllContestSubmissionsByUser.resx">
  1403. <Generator>PublicResXFileCodeGenerator</Generator>
  1404. <LastGenOutput>ContestsAllContestSubmissionsByUser.Designer.cs</LastGenOutput>
  1405. <CustomToolNamespace>Resources.Areas.Contests.Shared</CustomToolNamespace>
  1406. </EmbeddedResource>
  1407. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Shared\ContestsProblemPartial.bg.resx">
  1408. <Generator>PublicResXFileCodeGenerator</Generator>
  1409. <LastGenOutput>ContestsProblemPartial.bg.Designer.cs</LastGenOutput>
  1410. <CustomToolNamespace>Resources.Areas.Contests.Shared</CustomToolNamespace>
  1411. </EmbeddedResource>
  1412. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Shared\ContestsProblemPartial.resx">
  1413. <Generator>PublicResXFileCodeGenerator</Generator>
  1414. <LastGenOutput>ContestsProblemPartial.Designer.cs</LastGenOutput>
  1415. <CustomToolNamespace>Resources.Areas.Contests.Shared</CustomToolNamespace>
  1416. </EmbeddedResource>
  1417. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\ViewModels\ContestsViewModels.bg.resx">
  1418. <Generator>PublicResXFileCodeGenerator</Generator>
  1419. <LastGenOutput>ContestsViewModels.bg.designer.cs</LastGenOutput>
  1420. <CustomToolNamespace>Resources.Areas.Contests.ViewModels</CustomToolNamespace>
  1421. </EmbeddedResource>
  1422. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\ViewModels\ContestsViewModels.resx">
  1423. <Generator>PublicResXFileCodeGenerator</Generator>
  1424. <LastGenOutput>ContestsViewModels.Designer.cs</LastGenOutput>
  1425. <CustomToolNamespace>Resources.Areas.Contests.ViewModels</CustomToolNamespace>
  1426. </EmbeddedResource>
  1427. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\ViewModels\ProblemsViewModels.bg.resx">
  1428. <Generator>PublicResXFileCodeGenerator</Generator>
  1429. <LastGenOutput>ProblemsViewModels.bg.designer.cs</LastGenOutput>
  1430. <CustomToolNamespace>Resources.Areas.Contests.ViewModels</CustomToolNamespace>
  1431. </EmbeddedResource>
  1432. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\ViewModels\ProblemsViewModels.resx">
  1433. <Generator>PublicResXFileCodeGenerator</Generator>
  1434. <LastGenOutput>ProblemsViewModels.Designer.cs</LastGenOutput>
  1435. <CustomToolNamespace>Resources.Areas.Contests.ViewModels</CustomToolNamespace>
  1436. </EmbeddedResource>
  1437. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\ViewModels\SubmissionsViewModels.bg.resx">
  1438. <Generator>PublicResXFileCodeGenerator</Generator>
  1439. <LastGenOutput>SubmissionsViewModels.bg.designer.cs</LastGenOutput>
  1440. <CustomToolNamespace>Resources.Areas.Contests.ViewModels</CustomToolNamespace>
  1441. </EmbeddedResource>
  1442. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\ViewModels\SubmissionsViewModels.resx">
  1443. <Generator>PublicResXFileCodeGenerator</Generator>
  1444. <LastGenOutput>SubmissionsViewModels.Designer.cs</LastGenOutput>
  1445. <CustomToolNamespace>Resources.Areas.Contests.ViewModels</CustomToolNamespace>
  1446. </EmbeddedResource>
  1447. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Views\Compete\CompeteIndex.bg.resx">
  1448. <Generator>PublicResXFileCodeGenerator</Generator>
  1449. <LastGenOutput>CompeteIndex.bg.designer.cs</LastGenOutput>
  1450. <CustomToolNamespace>Resources.Areas.Contests.Views</CustomToolNamespace>
  1451. </EmbeddedResource>
  1452. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Views\Compete\CompeteIndex.resx">
  1453. <Generator>PublicResXFileCodeGenerator</Generator>
  1454. <LastGenOutput>CompeteIndex.Designer.cs</LastGenOutput>
  1455. <CustomToolNamespace>Resources.Areas.Contests.Views</CustomToolNamespace>
  1456. </EmbeddedResource>
  1457. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Views\Compete\CompeteRegister.bg.resx">
  1458. <Generator>PublicResXFileCodeGenerator</Generator>
  1459. <LastGenOutput>CompeteRegister.bg.Designer.cs</LastGenOutput>
  1460. <CustomToolNamespace>Resources.Areas.Contests.Views</CustomToolNamespace>
  1461. </EmbeddedResource>
  1462. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Views\Compete\CompeteRegister.resx">
  1463. <Generator>PublicResXFileCodeGenerator</Generator>
  1464. <LastGenOutput>CompeteRegister.Designer.cs</LastGenOutput>
  1465. <CustomToolNamespace>Resources.Areas.Contests.Views</CustomToolNamespace>
  1466. </EmbeddedResource>
  1467. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Views\Contests\ContestsDetails.bg.resx">
  1468. <Generator>PublicResXFileCodeGenerator</Generator>
  1469. <LastGenOutput>ContestsDetails.bg.designer.cs</LastGenOutput>
  1470. <CustomToolNamespace>Resources.Areas.Contests.Views</CustomToolNamespace>
  1471. </EmbeddedResource>
  1472. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Views\Contests\ContestsDetails.resx">
  1473. <Generator>PublicResXFileCodeGenerator</Generator>
  1474. <LastGenOutput>ContestsDetails.Designer.cs</LastGenOutput>
  1475. <CustomToolNamespace>Resources.Areas.Contests.Views</CustomToolNamespace>
  1476. </EmbeddedResource>
  1477. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Views\List\ListIndex.bg.resx">
  1478. <Generator>PublicResXFileCodeGenerator</Generator>
  1479. <LastGenOutput>ListIndex.bg.designer.cs</LastGenOutput>
  1480. <CustomToolNamespace>Resources.Areas.Contests.Views</CustomToolNamespace>
  1481. </EmbeddedResource>
  1482. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Views\List\ListIndex.resx">
  1483. <Generator>PublicResXFileCodeGenerator</Generator>
  1484. <LastGenOutput>ListIndex.designer.cs</LastGenOutput>
  1485. <CustomToolNamespace>Resources.Areas.Contests.Views</CustomToolNamespace>
  1486. </EmbeddedResource>
  1487. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Views\List\ListByType.bg.resx">
  1488. <Generator>PublicResXFileCodeGenerator</Generator>
  1489. <LastGenOutput>ListByType.bg.designer.cs</LastGenOutput>
  1490. <CustomToolNamespace>Resources.Areas.Contests.Views</CustomToolNamespace>
  1491. </EmbeddedResource>
  1492. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Views\List\ListByType.resx">
  1493. <Generator>PublicResXFileCodeGenerator</Generator>
  1494. <LastGenOutput>ListByType.Designer.cs</LastGenOutput>
  1495. <CustomToolNamespace>Resources.Areas.Contests.Views</CustomToolNamespace>
  1496. </EmbeddedResource>
  1497. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Views\List\ListByCategory.bg.resx">
  1498. <Generator>PublicResXFileCodeGenerator</Generator>
  1499. <LastGenOutput>ListByCategory.bg.Designer.cs</LastGenOutput>
  1500. <CustomToolNamespace>Resources.Areas.Contests.Views</CustomToolNamespace>
  1501. </EmbeddedResource>
  1502. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Views\List\ListByCategory.resx">
  1503. <Generator>PublicResXFileCodeGenerator</Generator>
  1504. <LastGenOutput>ListByCategory.Designer.cs</LastGenOutput>
  1505. <CustomToolNamespace>Resources.Areas.Contests.Views</CustomToolNamespace>
  1506. </EmbeddedResource>
  1507. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Views\Results\ResultsFull.bg.resx">
  1508. <Generator>PublicResXFileCodeGenerator</Generator>
  1509. <LastGenOutput>ResultsFull.bg.Designer.cs</LastGenOutput>
  1510. <CustomToolNamespace>Resources.Areas.Contests.Views</CustomToolNamespace>
  1511. </EmbeddedResource>
  1512. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Views\Results\ResultsFull.resx">
  1513. <Generator>PublicResXFileCodeGenerator</Generator>
  1514. <LastGenOutput>ResultsFull.designer.cs</LastGenOutput>
  1515. <CustomToolNamespace>Resources.Areas.Contests.Views</CustomToolNamespace>
  1516. </EmbeddedResource>
  1517. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Views\Results\ResultsSimple.bg.resx">
  1518. <Generator>PublicResXFileCodeGenerator</Generator>
  1519. <LastGenOutput>ResultsSimple.bg.Designer.cs</LastGenOutput>
  1520. <CustomToolNamespace>Resources.Areas.Contests.Views</CustomToolNamespace>
  1521. </EmbeddedResource>
  1522. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Views\Results\ResultsSimple.resx">
  1523. <Generator>PublicResXFileCodeGenerator</Generator>
  1524. <LastGenOutput>ResultsSimple.Designer.cs</LastGenOutput>
  1525. <CustomToolNamespace>Resources.Areas.Contests.Views</CustomToolNamespace>
  1526. </EmbeddedResource>
  1527. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Views\Submissions\SubmissionsView.bg.resx">
  1528. <Generator>PublicResXFileCodeGenerator</Generator>
  1529. <LastGenOutput>SubmissionsView.bg.designer.cs</LastGenOutput>
  1530. <CustomToolNamespace>Resources.Areas.Contests.Views</CustomToolNamespace>
  1531. </EmbeddedResource>
  1532. <EmbeddedResource Include="App_GlobalResources\Areas\Contests\Views\Submissions\SubmissionsView.resx">
  1533. <Generator>PublicResXFileCodeGenerator</Generator>
  1534. <LastGenOutput>SubmissionsView.Designer.cs</LastGenOutput>
  1535. <CustomToolNamespace>Resources.Areas.Contests.Views</CustomToolNamespace>
  1536. </EmbeddedResource>
  1537. <EmbeddedResource Include="App_GlobalResources\Areas\Users\ViewModels\ProfileViewModels.bg.resx">
  1538. <Generator>PublicResXFileCodeGenerator</Generator>
  1539. <LastGenOutput>ProfileViewModels.bg.Designer.cs</LastGenOutput>
  1540. <CustomToolNamespace>Resources.Areas.Users.ViewModels</CustomToolNamespace>
  1541. </EmbeddedResource>
  1542. <EmbeddedResource Include="App_GlobalResources\Areas\Users\ViewModels\ProfileViewModels.resx">
  1543. <Generator>PublicResXFileCodeGenerator</Generator>
  1544. <LastGenOutput>ProfileViewModels.Designer.cs</LastGenOutput>
  1545. <CustomToolNamespace>Resources.Areas.Users.ViewModels</CustomToolNamespace>
  1546. </EmbeddedResource>
  1547. <EmbeddedResource Include="App_GlobalResources\Areas\Users\Views\Profile\ProfileIndex.bg.resx">
  1548. <Generator>PublicResXFileCodeGenerator</Generator>
  1549. <LastGenOutput>ProfileIndex.bg.Designer.cs</LastGenOutput>
  1550. <CustomToolNamespace>Resources.Areas.Users.Views.Profile</CustomToolNamespace>
  1551. </EmbeddedResource>
  1552. <EmbeddedResource Include="App_GlobalResources\Areas\Users\Views\Profile\ProfileIndex.resx">
  1553. <Generator>PublicResXFileCodeGenerator</Generator>
  1554. <LastGenOutput>ProfileIndex.Designer.cs</LastGenOutput>
  1555. <CustomToolNamespace>Resources.Areas.Users.Views.Profile</CustomToolNamespace>
  1556. </EmbeddedResource>
  1557. <EmbeddedResource Include="App_GlobalResources\Areas\Users\Shared\ProfileProfileInfo.bg.resx">
  1558. <Generator>PublicResXFileCodeGenerator</Generator>
  1559. <LastGenOutput>ProfileProfileInfo.bg.Designer.cs</LastGenOutput>
  1560. <CustomToolNamespace>Resources.Areas.Users.Shared</CustomToolNamespace>
  1561. </EmbeddedResource>
  1562. <EmbeddedResource Include="App_GlobalResources\Areas\Users\Shared\ProfileProfileInfo.resx">
  1563. <Generator>PublicResXFileCodeGenerator</Generator>
  1564. <LastGenOutput>ProfileProfileInfo.Designer.cs</LastGenOutput>
  1565. <CustomToolNamespace>Resources.Areas.Users.Shared</CustomToolNamespace>
  1566. </EmbeddedResource>
  1567. <EmbeddedResource Include="App_GlobalResources\Areas\Users\Views\Settings\SettingsIndex.resx">
  1568. <Generator>PublicResXFileCodeGenerator</Generator>
  1569. <LastGenOutput>SettingsIndex.Designer.cs</LastGenOutput>
  1570. <CustomToolNamespace>Resources.Areas.Users.Views.Settings</CustomToolNamespace>
  1571. </EmbeddedResource>
  1572. <EmbeddedResource Include="App_GlobalResources\Areas\Users\Views\Settings\SettingsIndex.bg.resx">
  1573. <Generator>PublicResXFileCodeGenerator</Generator>
  1574. <LastGenOutput>SettingsIndex.bg.designer.cs</LastGenOutput>
  1575. <CustomToolNamespace>Resources.Areas.Users.Views.Settings</CustomToolNamespace>
  1576. </EmbeddedResource>
  1577. <EmbeddedResource Include="App_GlobalResources\Feedback\ViewModels\FeedbackViewModels.bg.resx">
  1578. <Generator>PublicResXFileCodeGenerator</Generator>
  1579. <LastGenOutput>FeedbackViewModels.bg.designer.cs</LastGenOutput>
  1580. <CustomToolNamespace>Resources.Feedback.ViewModels</CustomToolNamespace>
  1581. </EmbeddedResource>
  1582. <EmbeddedResource Include="App_GlobalResources\Feedback\ViewModels\FeedbackViewModels.resx">
  1583. <Generator>PublicResXFileCodeGenerator</Generator>
  1584. <LastGenOutput>FeedbackViewModels.Designer.cs</LastGenOutput>
  1585. <CustomToolNamespace>Resources.Feedback.ViewModels</CustomToolNamespace>
  1586. </EmbeddedResource>
  1587. <EmbeddedResource Include="App_GlobalResources\Feedback\Views\FeedbackIndex.bg.resx">
  1588. <Generator>PublicResXFileCodeGenerator</Generator>
  1589. <LastGenOutput>FeedbackIndex.bg.designer.cs</LastGenOutput>
  1590. <CustomToolNamespace>Resources.Feedback.Views</CustomToolNamespace>
  1591. </EmbeddedResource>
  1592. <EmbeddedResource Include="App_GlobalResources\Feedback\Views\FeedbackIndex.resx">
  1593. <Generator>PublicResXFileCodeGenerator</Generator>
  1594. <LastGenOutput>FeedbackIndex.Designer.cs</LastGenOutput>
  1595. <CustomToolNamespace>Resources.Feedback.Views</CustomToolNamespace>
  1596. </EmbeddedResource>
  1597. <EmbeddedResource Include="App_GlobalResources\Feedback\Views\FeedbackSubmitted.bg.resx">
  1598. <Generator>PublicResXFileCodeGenerator</Generator>
  1599. <LastGenOutput>FeedbackSubmitted.bg.designer.cs</LastGenOutput>
  1600. <CustomToolNamespace>Resources.Feedback.Views</CustomToolNamespace>
  1601. </EmbeddedResource>
  1602. <EmbeddedResource Include="App_GlobalResources\Feedback\Views\FeedbackSubmitted.resx">
  1603. <Generator>PublicResXFileCodeGenerator</Generator>
  1604. <LastGenOutput>FeedbackSubmitted.Designer.cs</LastGenOutput>
  1605. <CustomToolNamespace>Resources.Feedback.Views</CustomToolNamespace>
  1606. </EmbeddedResource>
  1607. <Content Include="App_GlobalResources\Models\ContestQuestionTypeResource.resx">
  1608. <Generator>GlobalResourceProxyGenerator</Generator>
  1609. <LastGenOutput>ContestQuestionTypeResource.designer.cs</LastGenOutput>
  1610. </Content>
  1611. <EmbeddedResource Include="App_GlobalResources\News\Views\All.resx">
  1612. <Generator>PublicResXFileCodeGenerator</Generator>
  1613. <LastGenOutput>All.Designer.cs</LastGenOutput>
  1614. <CustomToolNamespace>Resources.News.Views</CustomToolNamespace>
  1615. </EmbeddedResource>
  1616. <EmbeddedResource Include="App_GlobalResources\News\Views\LatestNews.resx">
  1617. <Generator>PublicResXFileCodeGenerator</Generator>
  1618. <LastGenOutput>LatestNews.Designer.cs</LastGenOutput>
  1619. <CustomToolNamespace>Resources.News.Views</CustomToolNamespace>
  1620. </EmbeddedResource>
  1621. <EmbeddedResource Include="App_GlobalResources\News\Views\LatestNews.bg.resx">
  1622. <Generator>PublicResXFileCodeGenerator</Generator>
  1623. <LastGenOutput>LatestNews.bg.designer.cs</LastGenOutput>
  1624. <CustomToolNamespace>Resources.News.Views</CustomToolNamespace>
  1625. </EmbeddedResource>
  1626. <EmbeddedResource Include="App_GlobalResources\News\Views\Selected.bg.resx">
  1627. <Generator>PublicResXFileCodeGenerator</Generator>
  1628. <LastGenOutput>Selected.bg.designer.cs</LastGenOutput>
  1629. <CustomToolNamespace>Resources.News.Views</CustomToolNamespace>
  1630. </EmbeddedResource>
  1631. <EmbeddedResource Include="App_GlobalResources\News\Views\All.bg.resx">
  1632. <Generator>PublicResXFileCodeGenerator</Generator>
  1633. <LastGenOutput>All.bg.designer.cs</LastGenOutput>
  1634. <CustomToolNamespace>Resources.News.Views</CustomToolNamespace>
  1635. </EmbeddedResource>
  1636. <EmbeddedResource Include="App_GlobalResources\News\Views\Selected.resx">
  1637. <Generator>PublicResXFileCodeGenerator</Generator>
  1638. <LastGenOutput>Selected.Designer.cs</LastGenOutput>
  1639. <CustomToolNamespace>Resources.News.Views</CustomToolNamespace>
  1640. </EmbeddedResource>
  1641. <EmbeddedResource Include="App_GlobalResources\Search\Views\SearchIndex.bg.resx">
  1642. <Generator>PublicResXFileCodeGenerator</Generator>
  1643. <LastGenOutput>SearchIndex.bg.Designer.cs</LastGenOutput>
  1644. <CustomToolNamespace>Resources.Search.Views</CustomToolNamespace>
  1645. </EmbeddedResource>
  1646. <EmbeddedResource Include="App_GlobalResources\Search\Views\SearchIndex.resx">
  1647. <Generator>PublicResXFileCodeGenerator</Generator>
  1648. <LastGenOutput>SearchIndex.designer.cs</LastGenOutput>
  1649. <CustomToolNamespace>Resources.Search.Views</CustomToolNamespace>
  1650. </EmbeddedResource>
  1651. <EmbeddedResource Include="App_GlobalResources\Search\Views\SearchResults.bg.resx">
  1652. <Generator>PublicResXFileCodeGenerator</Generator>
  1653. <LastGenOutput>SearchResults.bg.Designer.cs</LastGenOutput>
  1654. <CustomToolNamespace>Resources.Search.Views</CustomToolNamespace>
  1655. </EmbeddedResource>
  1656. <EmbeddedResource Include="App_GlobalResources\Search\Views\SearchResults.resx">
  1657. <Generator>PublicResXFileCodeGenerator</Generator>
  1658. <LastGenOutput>SearchResults.Designer.cs</LastGenOutput>
  1659. <CustomToolNamespace>Resources.Search.Views</CustomToolNamespace>
  1660. </EmbeddedResource>
  1661. <EmbeddedResource Include="App_GlobalResources\Views\Shared\LoginPartial.bg.resx">
  1662. <Generator>PublicResXFileCodeGenerator</Generator>
  1663. <LastGenOutput>LoginPartial.bg.designer.cs</LastGenOutput>
  1664. <CustomToolNamespace>Resources.Base.Views.Shared</CustomToolNamespace>
  1665. </EmbeddedResource>
  1666. <EmbeddedResource Include="App_GlobalResources\Views\Shared\LoginPartial.resx">
  1667. <Generator>PublicResXFileCodeGenerator</Generator>
  1668. <LastGenOutput>LoginPartial.designer.cs</LastGenOutput>
  1669. <CustomToolNamespace>Resources.Views.Shared</CustomToolNamespace>
  1670. </EmbeddedResource>
  1671. <EmbeddedResource Include="App_GlobalResources\Views\Shared\Layout.resx">
  1672. <Generator>PublicResXFileCodeGenerator</Generator>
  1673. <LastGenOutput>Layout.Designer.cs</LastGenOutput>
  1674. <CustomToolNamespace>Resources.Views.Shared</CustomToolNamespace>
  1675. </EmbeddedResource>
  1676. <EmbeddedResource Include="App_GlobalResources\Views\Shared\Layout.bg.resx">
  1677. <Generator>PublicResXFileCodeGenerator</Generator>
  1678. <LastGenOutput>Layout.bg.designer.cs</LastGenOutput>
  1679. <CustomToolNamespace>Resources.Views.Shared</CustomToolNamespace>
  1680. </EmbeddedResource>
  1681. <EmbeddedResource Include="App_GlobalResources\Base\Main.resx">
  1682. <Generator>PublicResXFileCodeGenerator</Generator>
  1683. <LastGenOutput>Main.Designer.cs</LastGenOutput>
  1684. <CustomToolNamespace>Resources.Base</CustomToolNamespace>
  1685. </EmbeddedResource>
  1686. <EmbeddedResource Include="App_GlobalResources\Base\Main.bg.resx">
  1687. <Generator>PublicResXFileCodeGenerator</Generator>
  1688. <LastGenOutput>Main.bg.Designer.cs</LastGenOutput>
  1689. <CustomToolNamespace>Resources.Base</CustomToolNamespace>
  1690. </EmbeddedResource>
  1691. <EmbeddedResource Include="App_GlobalResources\Home\Views\Index.resx">
  1692. <Generator>PublicResXFileCodeGenerator</Generator>
  1693. <LastGenOutput>Index.designer.cs</LastGenOutput>
  1694. <CustomToolNamespace>Resources.Home.Views</CustomToolNamespace>
  1695. </EmbeddedResource>
  1696. <EmbeddedResource Include="App_GlobalResources\Home\Views\Index.bg.resx">
  1697. <Generator>PublicResXFileCodeGenerator</Generator>
  1698. <LastGenOutput>Index.bg.designer.cs</LastGenOutput>
  1699. <CustomToolNamespace>Resources.Home.Views</CustomToolNamespace>
  1700. </EmbeddedResource>
  1701. </ItemGroup>
  1702. <ItemGroup>
  1703. <ProjectReference Include="..\..\Data\OJS.Data.Contracts\OJS.Data.Contracts.csproj">
  1704. <Project>{8c4bf453-24ef-46f3-b947-31505fb905de}</Project>
  1705. <Name>OJS.Data.Contracts</Name>
  1706. </ProjectReference>
  1707. <ProjectReference Include="..\..\Data\OJS.Data.Models\OJS.Data.Models.csproj">
  1708. <Project>{341ca732-d483-4487-923e-27ed2a6e9a4f}</Project>
  1709. <Name>OJS.Data.Models</Name>
  1710. </ProjectReference>
  1711. <ProjectReference Include="..\..\Data\OJS.Data\OJS.Data.csproj">
  1712. <Project>{1807194c-9e25-4365-b3be-fe1df627612b}</Project>
  1713. <Name>OJS.Data</Name>
  1714. </ProjectReference>
  1715. <ProjectReference Include="..\..\OJS.Common\OJS.Common.csproj">
  1716. <Project>{69b10b02-22cf-47d6-b5f3-8a5ffb7dc771}</Project>
  1717. <Name>OJS.Common</Name>
  1718. </ProjectReference>
  1719. <ProjectReference Include="..\..\Tools\OJS.Tools.OldDatabaseMigration\OJS.Tools.OldDatabaseMigration.csproj">
  1720. <Project>{c4144383-c1e4-4849-ba35-f063967314da}</Project>
  1721. <Name>OJS.Tools.OldDatabaseMigration</Name>
  1722. </ProjectReference>
  1723. <ProjectReference Include="..\OJS.Web.Common\OJS.Web.Common.csproj">
  1724. <Project>{2e08e0af-0e51-47ca-947b-4c66086fa030}</Project>
  1725. <Name>OJS.Web.Common</Name>
  1726. </ProjectReference>
  1727. </ItemGroup>
  1728. <PropertyGroup>
  1729. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  1730. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  1731. </PropertyGroup>
  1732. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  1733. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  1734. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  1735. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  1736. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  1737. </Target>
  1738. <ProjectExtensions>
  1739. <VisualStudio>
  1740. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  1741. <WebProjectProperties>
  1742. <UseIIS>True</UseIIS>
  1743. <AutoAssignPort>True</AutoAssignPort>
  1744. <DevelopmentServerPort>1721</DevelopmentServerPort>
  1745. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  1746. <IISUrl>http://localhost:5414/</IISUrl>
  1747. <NTLMAuthentication>False</NTLMAuthentication>
  1748. <UseCustomServer>False</UseCustomServer>
  1749. <CustomServerUrl>
  1750. </CustomServerUrl>
  1751. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  1752. </WebProjectProperties>
  1753. </FlavorProperties>
  1754. </VisualStudio>
  1755. </ProjectExtensions>
  1756. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  1757. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1758. Other similar extension points exist, see Microsoft.Common.targets.
  1759. <Target Name="BeforeBuild">
  1760. </Target>
  1761. <Target Name="AfterBuild">
  1762. </Target> -->
  1763. </Project>