You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

329 lines
19 KiB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion>
  8. </ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{95C7D295-0E5E-43EB-AD46-8CED0B9FDB2F}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>Sevomin.WebFrontend</RootNamespace>
  15. <AssemblyName>Sevomin.WebFrontend</AssemblyName>
  16. <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
  17. <UseIISExpress>true</UseIISExpress>
  18. <IISExpressSSLPort />
  19. <IISExpressAnonymousAuthentication />
  20. <IISExpressWindowsAuthentication />
  21. <IISExpressUseClassicPipelineMode />
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Elmah">
  42. <HintPath>..\packages\elmah.corelibrary.1.2.2\lib\Elmah.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.0.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Microsoft.AspNet.Identity.Owin, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\packages\Microsoft.AspNet.Identity.Owin.2.0.0\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="Microsoft.Owin, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Microsoft.Owin.Security, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\packages\Microsoft.Owin.Security.2.1.0\lib\net45\Microsoft.Owin.Security.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Microsoft.Owin.Security.Cookies, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>..\packages\Microsoft.Owin.Security.Cookies.2.1.0\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Microsoft.Owin.Security.OAuth, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\packages\Microsoft.Owin.Security.OAuth.2.1.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\packages\Newtonsoft.Json.6.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Web.DynamicData" />
  78. <Reference Include="System.Web.Entity" />
  79. <Reference Include="System.Web.ApplicationServices" />
  80. <Reference Include="System.ComponentModel.DataAnnotations" />
  81. <Reference Include="System" />
  82. <Reference Include="System.Data" />
  83. <Reference Include="System.Core" />
  84. <Reference Include="System.Data.DataSetExtensions" />
  85. <Reference Include="System.Web.Extensions" />
  86. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  87. <SpecificVersion>False</SpecificVersion>
  88. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.Helpers.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  91. <SpecificVersion>False</SpecificVersion>
  92. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.1.1\lib\net45\System.Web.Mvc.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  95. <SpecificVersion>False</SpecificVersion>
  96. <HintPath>..\packages\Microsoft.AspNet.Razor.3.1.1\lib\net45\System.Web.Razor.dll</HintPath>
  97. </Reference>
  98. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  99. <SpecificVersion>False</SpecificVersion>
  100. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.WebPages.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  103. <SpecificVersion>False</SpecificVersion>
  104. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  107. <SpecificVersion>False</SpecificVersion>
  108. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.Xml.Linq" />
  111. <Reference Include="System.Drawing" />
  112. <Reference Include="System.Web" />
  113. <Reference Include="System.Xml" />
  114. <Reference Include="System.Configuration" />
  115. <Reference Include="System.Web.Services" />
  116. <Reference Include="System.EnterpriseServices" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  120. <Private>True</Private>
  121. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  122. </Reference>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Content Include="Content\bootstrap-theme.css" />
  126. <Content Include="Content\bootstrap-theme.min.css" />
  127. <Content Include="Content\bootstrap.css" />
  128. <Content Include="Content\bootstrap.min.css" />
  129. <Content Include="Content\common.css" />
  130. <Content Include="Content\forms.css" />
  131. <Content Include="Content\images\revert-logo.png" />
  132. <Content Include="Content\images\employer.png" />
  133. <Content Include="Content\images\employee.png" />
  134. <Content Include="Content\images\logo.png" />
  135. <Content Include="Content\images\1-simple.png" />
  136. <Content Include="Content\images\2-simple.png" />
  137. <Content Include="Content\images\3-simple.png" />
  138. <Content Include="Content\images\1-icon.png" />
  139. <Content Include="Content\images\2-icon.png" />
  140. <Content Include="Content\images\3-icon.png" />
  141. <Content Include="Content\intro.css" />
  142. <Content Include="Content\themes\base\images\animated-overlay.gif" />
  143. <Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
  144. <Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" />
  145. <Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" />
  146. <Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" />
  147. <Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" />
  148. <Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" />
  149. <Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" />
  150. <Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
  151. <Content Include="Content\themes\base\images\ui-icons_222222_256x240.png" />
  152. <Content Include="Content\themes\base\images\ui-icons_2e83ff_256x240.png" />
  153. <Content Include="Content\themes\base\images\ui-icons_454545_256x240.png" />
  154. <Content Include="Content\themes\base\images\ui-icons_888888_256x240.png" />
  155. <Content Include="Content\themes\base\images\ui-icons_cd0a0a_256x240.png" />
  156. <Content Include="Content\themes\base\jquery-ui.css" />
  157. <Content Include="Content\themes\base\jquery.ui.accordion.css" />
  158. <Content Include="Content\themes\base\jquery.ui.all.css" />
  159. <Content Include="Content\themes\base\jquery.ui.autocomplete.css" />
  160. <Content Include="Content\themes\base\jquery.ui.base.css" />
  161. <Content Include="Content\themes\base\jquery.ui.button.css" />
  162. <Content Include="Content\themes\base\jquery.ui.core.css" />
  163. <Content Include="Content\themes\base\jquery.ui.datepicker.css" />
  164. <Content Include="Content\themes\base\jquery.ui.dialog.css" />
  165. <Content Include="Content\themes\base\jquery.ui.menu.css" />
  166. <Content Include="Content\themes\base\jquery.ui.progressbar.css" />
  167. <Content Include="Content\themes\base\jquery.ui.resizable.css" />
  168. <Content Include="Content\themes\base\jquery.ui.selectable.css" />
  169. <Content Include="Content\themes\base\jquery.ui.slider.css" />
  170. <Content Include="Content\themes\base\jquery.ui.spinner.css" />
  171. <Content Include="Content\themes\base\jquery.ui.tabs.css" />
  172. <Content Include="Content\themes\base\jquery.ui.theme.css" />
  173. <Content Include="Content\themes\base\jquery.ui.tooltip.css" />
  174. <Content Include="Content\themes\base\minified\images\animated-overlay.gif" />
  175. <Content Include="Content\themes\base\minified\images\ui-bg_flat_0_aaaaaa_40x100.png" />
  176. <Content Include="Content\themes\base\minified\images\ui-bg_flat_75_ffffff_40x100.png" />
  177. <Content Include="Content\themes\base\minified\images\ui-bg_glass_55_fbf9ee_1x400.png" />
  178. <Content Include="Content\themes\base\minified\images\ui-bg_glass_65_ffffff_1x400.png" />
  179. <Content Include="Content\themes\base\minified\images\ui-bg_glass_75_dadada_1x400.png" />
  180. <Content Include="Content\themes\base\minified\images\ui-bg_glass_75_e6e6e6_1x400.png" />
  181. <Content Include="Content\themes\base\minified\images\ui-bg_glass_95_fef1ec_1x400.png" />
  182. <Content Include="Content\themes\base\minified\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
  183. <Content Include="Content\themes\base\minified\images\ui-icons_222222_256x240.png" />
  184. <Content Include="Content\themes\base\minified\images\ui-icons_2e83ff_256x240.png" />
  185. <Content Include="Content\themes\base\minified\images\ui-icons_454545_256x240.png" />
  186. <Content Include="Content\themes\base\minified\images\ui-icons_888888_256x240.png" />
  187. <Content Include="Content\themes\base\minified\images\ui-icons_cd0a0a_256x240.png" />
  188. <Content Include="Content\themes\base\minified\jquery-ui.min.css" />
  189. <Content Include="Content\themes\base\minified\jquery.ui.accordion.min.css" />
  190. <Content Include="Content\themes\base\minified\jquery.ui.autocomplete.min.css" />
  191. <Content Include="Content\themes\base\minified\jquery.ui.button.min.css" />
  192. <Content Include="Content\themes\base\minified\jquery.ui.core.min.css" />
  193. <Content Include="Content\themes\base\minified\jquery.ui.datepicker.min.css" />
  194. <Content Include="Content\themes\base\minified\jquery.ui.dialog.min.css" />
  195. <Content Include="Content\themes\base\minified\jquery.ui.menu.min.css" />
  196. <Content Include="Content\themes\base\minified\jquery.ui.progressbar.min.css" />
  197. <Content Include="Content\themes\base\minified\jquery.ui.resizable.min.css" />
  198. <Content Include="Content\themes\base\minified\jquery.ui.selectable.min.css" />
  199. <Content Include="Content\themes\base\minified\jquery.ui.slider.min.css" />
  200. <Content Include="Content\themes\base\minified\jquery.ui.spinner.min.css" />
  201. <Content Include="Content\themes\base\minified\jquery.ui.tabs.min.css" />
  202. <Content Include="Content\themes\base\minified\jquery.ui.theme.min.css" />
  203. <Content Include="Content\themes\base\minified\jquery.ui.tooltip.min.css" />
  204. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  205. <Content Include="fonts\WebYekan.svg" />
  206. <Content Include="Global.asax" />
  207. <Content Include="fonts\BKoodakBold.eot" />
  208. <Content Include="fonts\BKoodakBold.ttf" />
  209. <Content Include="fonts\BKoodakBold.woff" />
  210. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  211. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  212. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  213. <Content Include="Content\bootstrap-theme.css.map" />
  214. <Content Include="Content\bootstrap.css.map" />
  215. <Content Include="fonts\WebYekan.eot" />
  216. <Content Include="fonts\WebYekan.ttf" />
  217. <Content Include="fonts\WebYekan.woff" />
  218. <None Include="Scripts\jquery-1.10.2.intellisense.js" />
  219. <Content Include="Scripts\bootstrap.js" />
  220. <Content Include="Scripts\bootstrap.min.js" />
  221. <Content Include="Scripts\jalaliCalendar.js" />
  222. <Content Include="Scripts\jquery-2.1.0.js" />
  223. <Content Include="Scripts\jquery-2.1.0.min.js" />
  224. <Content Include="Scripts\jquery-2.1.0.min.map" />
  225. <None Include="Scripts\jquery.validate-vsdoc.js" />
  226. <None Include="Scripts\jquery-2.1.0-vsdoc.js" />
  227. <Content Include="Scripts\jquery-ui-1.10.4.js" />
  228. <Content Include="Scripts\jquery-ui-1.10.4.min.js" />
  229. <Content Include="Scripts\jquery-ui-i18n.js" />
  230. <Content Include="Scripts\jquery-ui-i18n.min.js" />
  231. <Content Include="Scripts\jquery.validate.js" />
  232. <Content Include="Scripts\jquery.validate.min.js" />
  233. <Content Include="Scripts\jquery.validate.unobtrusive.js" />
  234. <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
  235. <Content Include="Scripts\sevomin-ui.js" />
  236. <Content Include="Web.config" />
  237. </ItemGroup>
  238. <ItemGroup>
  239. <Compile Include="App_Start\RouteConfig.cs" />
  240. <Compile Include="App_Start\Startup.cs" />
  241. <Compile Include="Global.asax.cs">
  242. <DependentUpon>Global.asax</DependentUpon>
  243. </Compile>
  244. <Compile Include="Properties\AssemblyInfo.cs" />
  245. </ItemGroup>
  246. <ItemGroup>
  247. <Content Include="Views\web.config" />
  248. <Content Include="packages.config" />
  249. <Content Include="Views\Shared\Intro.cshtml" />
  250. <Content Include="Views\_ViewStart.cshtml" />
  251. <Content Include="Views\Shared\_Layout.cshtml" />
  252. <Content Include="Views\Shared\IntroSignup.cshtml" />
  253. <Content Include="Views\Account\Login.cshtml" />
  254. <Content Include="Views\Job\JobEditor.cshtml" />
  255. <Content Include="Views\Job\NewJob.cshtml" />
  256. <Content Include="Views\Shared\JobParameterViewModel.cshtml" />
  257. <Content Include="Views\Account\ProfileAvalin.cshtml" />
  258. <Content Include="Views\Account\ProfileDovomin.cshtml" />
  259. <Content Include="Views\Shared\Navbar.cshtml" />
  260. <Content Include="Views\Shared\DovominParameterViewModel.cshtml" />
  261. <Content Include="Views\Job\Edit.cshtml" />
  262. <Content Include="Views\Shared\PostResult.cshtml" />
  263. <Content Include="Views\Home\DovominIndex.cshtml" />
  264. <Content Include="Views\Home\AvalinIndex.cshtml" />
  265. <Content Include="Views\Job\JobList.cshtml" />
  266. <Content Include="Views\Job\SingleJob.cshtml" />
  267. <Content Include="Views\Job\Apply.cshtml" />
  268. <Content Include="Views\Job\JobDigest.cshtml" />
  269. <Content Include="Views\Job\RecentJobs.cshtml" />
  270. <Content Include="Views\Account\Dovomin.cshtml" />
  271. <Content Include="Views\Shared\Error.cshtml" />
  272. <Content Include="Views\Shared\Error404.cshtml" />
  273. <Content Include="Views\Job\MiniApplication.cshtml" />
  274. <Content Include="Views\Job\JobRequests.cshtml" />
  275. <Content Include="Views\Shared\GA.cshtml" />
  276. <None Include="Web.Debug.config">
  277. <DependentUpon>Web.config</DependentUpon>
  278. </None>
  279. <None Include="Web.Release.config">
  280. <DependentUpon>Web.config</DependentUpon>
  281. </None>
  282. </ItemGroup>
  283. <ItemGroup>
  284. <ProjectReference Include="..\Sevomin.Models\Sevomin.Models.csproj">
  285. <Project>{cb5d89bc-10d1-44d6-857b-a94b5cfcfb11}</Project>
  286. <Name>Sevomin.Models</Name>
  287. </ProjectReference>
  288. <ProjectReference Include="..\Sevomin.WebFrontend.Controllers\Sevomin.WebFrontend.Controllers.csproj">
  289. <Project>{1e1e197b-9300-4512-98cb-b1b8aab75964}</Project>
  290. <Name>Sevomin.WebFrontend.Controllers</Name>
  291. </ProjectReference>
  292. </ItemGroup>
  293. <ItemGroup>
  294. <Folder Include="App_Data\company-logos\" />
  295. <Folder Include="App_Data\errors\" />
  296. <Folder Include="App_Data\resumes\" />
  297. </ItemGroup>
  298. <PropertyGroup>
  299. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  300. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  301. </PropertyGroup>
  302. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  303. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  304. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  305. <ProjectExtensions>
  306. <VisualStudio>
  307. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  308. <WebProjectProperties>
  309. <UseIIS>True</UseIIS>
  310. <AutoAssignPort>True</AutoAssignPort>
  311. <DevelopmentServerPort>0</DevelopmentServerPort>
  312. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  313. <IISUrl>http://localhost:1531/</IISUrl>
  314. <NTLMAuthentication>False</NTLMAuthentication>
  315. <UseCustomServer>False</UseCustomServer>
  316. <CustomServerUrl>
  317. </CustomServerUrl>
  318. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  319. </WebProjectProperties>
  320. </FlavorProperties>
  321. </VisualStudio>
  322. </ProjectExtensions>
  323. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  324. Other similar extension points exist, see Microsoft.Common.targets.
  325. <Target Name="BeforeBuild">
  326. </Target>
  327. <Target Name="AfterBuild">
  328. </Target>
  329. -->
  330. </Project>