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.

154 lines
7.9 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 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="FluentScheduler">
  42. <HintPath>..\packages\FluentScheduler.3.1.42\lib\net40\FluentScheduler.dll</HintPath>
  43. </Reference>
  44. <Reference Include="MailChimp">
  45. <HintPath>..\packages\MailChimp.NET.1.1.0.2\lib\net40\MailChimp.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  48. <SpecificVersion>False</SpecificVersion>
  49. <HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.0.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.AspNet.Identity.EntityFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.0.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Microsoft.Owin">
  56. <HintPath>..\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Microsoft.Owin.Host.SystemWeb">
  59. <HintPath>..\packages\Microsoft.Owin.Host.SystemWeb.2.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Owin">
  62. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  63. </Reference>
  64. <Reference Include="ServiceStack.Text">
  65. <HintPath>..\packages\ServiceStack.Text.3.9.71\lib\net35\ServiceStack.Text.dll</HintPath>
  66. </Reference>
  67. <Reference Include="ShortGuid">
  68. <HintPath>..\packages\ShortGuid.1.0.0\lib\net45\ShortGuid.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System" />
  71. <Reference Include="System.ComponentModel.DataAnnotations" />
  72. <Reference Include="System.Configuration" />
  73. <Reference Include="System.Core" />
  74. <Reference Include="System.Web" />
  75. <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.Xml.Linq" />
  80. <Reference Include="System.Data.DataSetExtensions" />
  81. <Reference Include="Microsoft.CSharp" />
  82. <Reference Include="System.Data" />
  83. <Reference Include="System.Xml" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="Ad.cs" />
  87. <Compile Include="AdViewModel.cs" />
  88. <Compile Include="Avalin.cs" />
  89. <Compile Include="AvalinViewModel.cs" />
  90. <Compile Include="ChangePasswordViewModel.cs" />
  91. <Compile Include="Enums\ParameterType.cs" />
  92. <Compile Include="Helpers\ScheduledTasks\ExpiringJob.cs" />
  93. <Compile Include="Helpers\ScheduledTasks\NewJob.cs" />
  94. <Compile Include="Helpers\ScheduledTasks\NewApplication.cs" />
  95. <Compile Include="JobMiniExternalViewModel.cs" />
  96. <Compile Include="Migrations\201503101336488_Init.cs" />
  97. <Compile Include="Migrations\201503101336488_Init.Designer.cs">
  98. <DependentUpon>201503101336488_Init.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="Migrations\Configuration.cs" />
  101. <Compile Include="Repositories\AdRepository.cs" />
  102. <Compile Include="ResetPasswordViewModel.cs" />
  103. <Compile Include="ForgotPasswordViewModel.cs" />
  104. <Compile Include="DovominJob.cs" />
  105. <Compile Include="DovominJobViewModel.cs" />
  106. <Compile Include="DovominParameterViewModel.cs" />
  107. <Compile Include="DovominViewModel.cs" />
  108. <Compile Include="DovominParameter.cs" />
  109. <Compile Include="Dovomin.cs" />
  110. <Compile Include="Enums\MuSCoW.cs" />
  111. <Compile Include="Enums\ResumeTypes.cs" />
  112. <Compile Include="Helpers\DateAssist.cs" />
  113. <Compile Include="Helpers\EmailValidationAttribute.cs" />
  114. <Compile Include="Helpers\Make Use Of Enums %28They are pretty useless without this file!%29.cs" />
  115. <Compile Include="Helpers\SevominEmailer.cs" />
  116. <Compile Include="Helpers\SevominUserStore.cs" />
  117. <Compile Include="Helpers\SevominUserValidator.cs" />
  118. <Compile Include="Job.cs" />
  119. <Compile Include="JobApplicationViewModel.cs" />
  120. <Compile Include="JobMiniViewModel.cs" />
  121. <Compile Include="JobParameter.cs" />
  122. <Compile Include="JobParameterViewModel.cs" />
  123. <Compile Include="JobViewModel.cs" />
  124. <Compile Include="LoginViewModel.cs" />
  125. <Compile Include="Parameter.cs" />
  126. <Compile Include="ParameterValue.cs" />
  127. <Compile Include="PostResultViewModel.cs" />
  128. <Compile Include="Properties\AssemblyInfo.cs" />
  129. <Compile Include="Repositories\IRepository.cs" />
  130. <Compile Include="Repositories\JobRepository.cs" />
  131. <Compile Include="Repositories\ParameterRepository.cs" />
  132. <Compile Include="Helpers\SevominUserManager.cs" />
  133. <Compile Include="Repositories\UserRepository.cs" />
  134. <Compile Include="SignupViewModel.cs" />
  135. <Compile Include="User.cs" />
  136. <Compile Include="SevominDbContext.cs" />
  137. </ItemGroup>
  138. <ItemGroup>
  139. <None Include="App.config" />
  140. <None Include="packages.config" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <EmbeddedResource Include="Migrations\201503101336488_Init.resx">
  144. <DependentUpon>201503101336488_Init.cs</DependentUpon>
  145. </EmbeddedResource>
  146. </ItemGroup>
  147. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  148. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  149. Other similar extension points exist, see Microsoft.Common.targets.
  150. <Target Name="BeforeBuild">
  151. </Target>
  152. <Target Name="AfterBuild">
  153. </Target>
  154. -->
  155. </Project>