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.

223 lines
12 KiB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
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. <ProjectGuid>{CB5D89BC-10D1-44D6-857B-A94B5CFCFB11}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Sevomin.Models</RootNamespace>
  11. <AssemblyName>Sevomin.Models</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  34. <SpecificVersion>False</SpecificVersion>
  35. <HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll</HintPath>
  36. </Reference>
  37. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  40. </Reference>
  41. <Reference Include="MailChimp">
  42. <HintPath>..\packages\MailChimp.NET.1.1.0.2\lib\net40\MailChimp.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.EntityFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.0.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
  51. </Reference>
  52. <Reference Include="ServiceStack.Text">
  53. <HintPath>..\packages\ServiceStack.Text.3.9.71\lib\net35\ServiceStack.Text.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.ComponentModel.DataAnnotations" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Web" />
  59. <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Xml" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="Avalin.cs" />
  71. <Compile Include="AvalinViewModel.cs" />
  72. <Compile Include="DovominJob.cs" />
  73. <Compile Include="DovominJobViewModel.cs" />
  74. <Compile Include="DovominParameterViewModel.cs" />
  75. <Compile Include="DovominViewModel.cs" />
  76. <Compile Include="DovominParameter.cs" />
  77. <Compile Include="Dovomin.cs" />
  78. <Compile Include="Enums\MuSCoW.cs" />
  79. <Compile Include="Enums\ResumeTypes.cs" />
  80. <Compile Include="Helpers\DateAssist.cs" />
  81. <Compile Include="Helpers\EmailValidationAttribute.cs" />
  82. <Compile Include="Helpers\Make Use Of Enums %28They are pretty useless without this file!%29.cs" />
  83. <Compile Include="Helpers\SevominUserStore.cs" />
  84. <Compile Include="Helpers\SevominUserValidator.cs" />
  85. <Compile Include="Job.cs" />
  86. <Compile Include="JobApplicationViewModel.cs" />
  87. <Compile Include="JobMiniViewModel.cs" />
  88. <Compile Include="JobParameter.cs" />
  89. <Compile Include="JobParameterViewModel.cs" />
  90. <Compile Include="JobViewModel.cs" />
  91. <Compile Include="LoginViewModel.cs" />
  92. <Compile Include="Migrations\201403261205298_InitialCreate.cs" />
  93. <Compile Include="Migrations\201403261205298_InitialCreate.Designer.cs">
  94. <DependentUpon>201403261205298_InitialCreate.cs</DependentUpon>
  95. </Compile>
  96. <Compile Include="Migrations\201403270612529_Avalin_Dovomin_New_Tables.cs" />
  97. <Compile Include="Migrations\201403270612529_Avalin_Dovomin_New_Tables.Designer.cs">
  98. <DependentUpon>201403270612529_Avalin_Dovomin_New_Tables.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="Migrations\201403270618585_National_Id_Avalin.cs" />
  101. <Compile Include="Migrations\201403270618585_National_Id_Avalin.Designer.cs">
  102. <DependentUpon>201403270618585_National_Id_Avalin.cs</DependentUpon>
  103. </Compile>
  104. <Compile Include="Migrations\201403270733330_Avvalin-update.cs" />
  105. <Compile Include="Migrations\201403270733330_Avvalin-update.Designer.cs">
  106. <DependentUpon>201403270733330_Avvalin-update.cs</DependentUpon>
  107. </Compile>
  108. <Compile Include="Migrations\201403280733264_Param values.cs" />
  109. <Compile Include="Migrations\201403280733264_Param values.Designer.cs">
  110. <DependentUpon>201403280733264_Param values.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="Migrations\201403280938368_Job.cs" />
  113. <Compile Include="Migrations\201403280938368_Job.Designer.cs">
  114. <DependentUpon>201403280938368_Job.cs</DependentUpon>
  115. </Compile>
  116. <Compile Include="Migrations\201403281016428_JobParameter.cs" />
  117. <Compile Include="Migrations\201403281016428_JobParameter.Designer.cs">
  118. <DependentUpon>201403281016428_JobParameter.cs</DependentUpon>
  119. </Compile>
  120. <Compile Include="Migrations\201403290719225_ParameterValue Change.cs" />
  121. <Compile Include="Migrations\201403290719225_ParameterValue Change.Designer.cs">
  122. <DependentUpon>201403290719225_ParameterValue Change.cs</DependentUpon>
  123. </Compile>
  124. <Compile Include="Migrations\201403300806354_DovominParameter.cs" />
  125. <Compile Include="Migrations\201403300806354_DovominParameter.Designer.cs">
  126. <DependentUpon>201403300806354_DovominParameter.cs</DependentUpon>
  127. </Compile>
  128. <Compile Include="Migrations\201403301120307_remove-dovominParameter-moscow.cs" />
  129. <Compile Include="Migrations\201403301120307_remove-dovominParameter-moscow.Designer.cs">
  130. <DependentUpon>201403301120307_remove-dovominParameter-moscow.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="Migrations\201403310557099_Job CreateDate.cs" />
  133. <Compile Include="Migrations\201403310557099_Job CreateDate.Designer.cs">
  134. <DependentUpon>201403310557099_Job CreateDate.cs</DependentUpon>
  135. </Compile>
  136. <Compile Include="Migrations\201403310658336_DispalyFormat.cs" />
  137. <Compile Include="Migrations\201403310658336_DispalyFormat.Designer.cs">
  138. <DependentUpon>201403310658336_DispalyFormat.cs</DependentUpon>
  139. </Compile>
  140. <Compile Include="Migrations\201403310716012_bugfix.cs" />
  141. <Compile Include="Migrations\201403310716012_bugfix.Designer.cs">
  142. <DependentUpon>201403310716012_bugfix.cs</DependentUpon>
  143. </Compile>
  144. <Compile Include="Migrations\201403311237412_DovominJob.cs" />
  145. <Compile Include="Migrations\201403311237412_DovominJob.Designer.cs">
  146. <DependentUpon>201403311237412_DovominJob.cs</DependentUpon>
  147. </Compile>
  148. <Compile Include="Migrations\201404051222069_Dovomin_Birthday_Made_Nullable.cs" />
  149. <Compile Include="Migrations\201404051222069_Dovomin_Birthday_Made_Nullable.Designer.cs">
  150. <DependentUpon>201404051222069_Dovomin_Birthday_Made_Nullable.cs</DependentUpon>
  151. </Compile>
  152. <Compile Include="Migrations\Configuration.cs" />
  153. <Compile Include="Parameter.cs" />
  154. <Compile Include="ParameterValue.cs" />
  155. <Compile Include="PostResultViewModel.cs" />
  156. <Compile Include="Properties\AssemblyInfo.cs" />
  157. <Compile Include="Repositories\IRepository.cs" />
  158. <Compile Include="Repositories\JobRepository.cs" />
  159. <Compile Include="Repositories\ParameterRepository.cs" />
  160. <Compile Include="Helpers\SevominUserManager.cs" />
  161. <Compile Include="SignupViewModel.cs" />
  162. <Compile Include="User.cs" />
  163. <Compile Include="SevominDbContext.cs" />
  164. </ItemGroup>
  165. <ItemGroup>
  166. <None Include="App.config" />
  167. <None Include="packages.config" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <EmbeddedResource Include="Migrations\201403261205298_InitialCreate.resx">
  171. <DependentUpon>201403261205298_InitialCreate.cs</DependentUpon>
  172. </EmbeddedResource>
  173. <EmbeddedResource Include="Migrations\201403270612529_Avalin_Dovomin_New_Tables.resx">
  174. <DependentUpon>201403270612529_Avalin_Dovomin_New_Tables.cs</DependentUpon>
  175. </EmbeddedResource>
  176. <EmbeddedResource Include="Migrations\201403270618585_National_Id_Avalin.resx">
  177. <DependentUpon>201403270618585_National_Id_Avalin.cs</DependentUpon>
  178. </EmbeddedResource>
  179. <EmbeddedResource Include="Migrations\201403270733330_Avvalin-update.resx">
  180. <DependentUpon>201403270733330_Avvalin-update.cs</DependentUpon>
  181. </EmbeddedResource>
  182. <EmbeddedResource Include="Migrations\201403280733264_Param values.resx">
  183. <DependentUpon>201403280733264_Param values.cs</DependentUpon>
  184. </EmbeddedResource>
  185. <EmbeddedResource Include="Migrations\201403280938368_Job.resx">
  186. <DependentUpon>201403280938368_Job.cs</DependentUpon>
  187. </EmbeddedResource>
  188. <EmbeddedResource Include="Migrations\201403281016428_JobParameter.resx">
  189. <DependentUpon>201403281016428_JobParameter.cs</DependentUpon>
  190. </EmbeddedResource>
  191. <EmbeddedResource Include="Migrations\201403290719225_ParameterValue Change.resx">
  192. <DependentUpon>201403290719225_ParameterValue Change.cs</DependentUpon>
  193. </EmbeddedResource>
  194. <EmbeddedResource Include="Migrations\201403300806354_DovominParameter.resx">
  195. <DependentUpon>201403300806354_DovominParameter.cs</DependentUpon>
  196. </EmbeddedResource>
  197. <EmbeddedResource Include="Migrations\201403301120307_remove-dovominParameter-moscow.resx">
  198. <DependentUpon>201403301120307_remove-dovominParameter-moscow.cs</DependentUpon>
  199. </EmbeddedResource>
  200. <EmbeddedResource Include="Migrations\201403310557099_Job CreateDate.resx">
  201. <DependentUpon>201403310557099_Job CreateDate.cs</DependentUpon>
  202. </EmbeddedResource>
  203. <EmbeddedResource Include="Migrations\201403310658336_DispalyFormat.resx">
  204. <DependentUpon>201403310658336_DispalyFormat.cs</DependentUpon>
  205. </EmbeddedResource>
  206. <EmbeddedResource Include="Migrations\201403310716012_bugfix.resx">
  207. <DependentUpon>201403310716012_bugfix.cs</DependentUpon>
  208. </EmbeddedResource>
  209. <EmbeddedResource Include="Migrations\201403311237412_DovominJob.resx">
  210. <DependentUpon>201403311237412_DovominJob.cs</DependentUpon>
  211. </EmbeddedResource>
  212. <EmbeddedResource Include="Migrations\201404051222069_Dovomin_Birthday_Made_Nullable.resx">
  213. <DependentUpon>201404051222069_Dovomin_Birthday_Made_Nullable.cs</DependentUpon>
  214. </EmbeddedResource>
  215. </ItemGroup>
  216. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  217. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  218. Other similar extension points exist, see Microsoft.Common.targets.
  219. <Target Name="BeforeBuild">
  220. </Target>
  221. <Target Name="AfterBuild">
  222. </Target>
  223. -->
  224. </Project>