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.

151 lines
7.8 KiB

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="Avalin.cs" />
  87. <Compile Include="AvalinViewModel.cs" />
  88. <Compile Include="ChangePasswordViewModel.cs" />
  89. <Compile Include="Enums\ParameterType.cs" />
  90. <Compile Include="Helpers\ScheduledTasks\ExpiringJob.cs" />
  91. <Compile Include="Helpers\ScheduledTasks\NewJob.cs" />
  92. <Compile Include="Helpers\ScheduledTasks\NewApplication.cs" />
  93. <Compile Include="JobMiniExternalViewModel.cs" />
  94. <Compile Include="Migrations\201503091139500_Init.cs" />
  95. <Compile Include="Migrations\201503091139500_Init.Designer.cs">
  96. <DependentUpon>201503091139500_Init.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="Migrations\Configuration.cs" />
  99. <Compile Include="ResetPasswordViewModel.cs" />
  100. <Compile Include="ForgotPasswordViewModel.cs" />
  101. <Compile Include="DovominJob.cs" />
  102. <Compile Include="DovominJobViewModel.cs" />
  103. <Compile Include="DovominParameterViewModel.cs" />
  104. <Compile Include="DovominViewModel.cs" />
  105. <Compile Include="DovominParameter.cs" />
  106. <Compile Include="Dovomin.cs" />
  107. <Compile Include="Enums\MuSCoW.cs" />
  108. <Compile Include="Enums\ResumeTypes.cs" />
  109. <Compile Include="Helpers\DateAssist.cs" />
  110. <Compile Include="Helpers\EmailValidationAttribute.cs" />
  111. <Compile Include="Helpers\Make Use Of Enums %28They are pretty useless without this file!%29.cs" />
  112. <Compile Include="Helpers\SevominEmailer.cs" />
  113. <Compile Include="Helpers\SevominUserStore.cs" />
  114. <Compile Include="Helpers\SevominUserValidator.cs" />
  115. <Compile Include="Job.cs" />
  116. <Compile Include="JobApplicationViewModel.cs" />
  117. <Compile Include="JobMiniViewModel.cs" />
  118. <Compile Include="JobParameter.cs" />
  119. <Compile Include="JobParameterViewModel.cs" />
  120. <Compile Include="JobViewModel.cs" />
  121. <Compile Include="LoginViewModel.cs" />
  122. <Compile Include="Parameter.cs" />
  123. <Compile Include="ParameterValue.cs" />
  124. <Compile Include="PostResultViewModel.cs" />
  125. <Compile Include="Properties\AssemblyInfo.cs" />
  126. <Compile Include="Repositories\IRepository.cs" />
  127. <Compile Include="Repositories\JobRepository.cs" />
  128. <Compile Include="Repositories\ParameterRepository.cs" />
  129. <Compile Include="Helpers\SevominUserManager.cs" />
  130. <Compile Include="Repositories\UserRepository.cs" />
  131. <Compile Include="SignupViewModel.cs" />
  132. <Compile Include="User.cs" />
  133. <Compile Include="SevominDbContext.cs" />
  134. </ItemGroup>
  135. <ItemGroup>
  136. <None Include="App.config" />
  137. <None Include="packages.config" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <EmbeddedResource Include="Migrations\201503091139500_Init.resx">
  141. <DependentUpon>201503091139500_Init.cs</DependentUpon>
  142. </EmbeddedResource>
  143. </ItemGroup>
  144. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  145. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  146. Other similar extension points exist, see Microsoft.Common.targets.
  147. <Target Name="BeforeBuild">
  148. </Target>
  149. <Target Name="AfterBuild">
  150. </Target>
  151. -->
  152. </Project>