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.

132 lines
6.7 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
  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="ServiceStack.Text">
  56. <HintPath>..\packages\ServiceStack.Text.3.9.71\lib\net35\ServiceStack.Text.dll</HintPath>
  57. </Reference>
  58. <Reference Include="ShortGuid">
  59. <HintPath>..\packages\ShortGuid.1.0.0\lib\net45\ShortGuid.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System" />
  62. <Reference Include="System.ComponentModel.DataAnnotations" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Web" />
  65. <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Xml.Linq" />
  70. <Reference Include="System.Data.DataSetExtensions" />
  71. <Reference Include="Microsoft.CSharp" />
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Xml" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="Avalin.cs" />
  77. <Compile Include="AvalinViewModel.cs" />
  78. <Compile Include="ChangePasswordViewModel.cs" />
  79. <Compile Include="Helpers\ScheduledTasks\TestJob.cs" />
  80. <Compile Include="Helpers\ScheduledTasks\ExpiringJob.cs" />
  81. <Compile Include="Helpers\ScheduledTasks\NewJob.cs" />
  82. <Compile Include="Helpers\ScheduledTasks\NewApplication.cs" />
  83. <Compile Include="Helpers\SevominRegistry.cs" />
  84. <Compile Include="ResetPasswordViewModel.cs" />
  85. <Compile Include="ForgotPasswordViewModel.cs" />
  86. <Compile Include="DovominJob.cs" />
  87. <Compile Include="DovominJobViewModel.cs" />
  88. <Compile Include="DovominParameterViewModel.cs" />
  89. <Compile Include="DovominViewModel.cs" />
  90. <Compile Include="DovominParameter.cs" />
  91. <Compile Include="Dovomin.cs" />
  92. <Compile Include="Enums\MuSCoW.cs" />
  93. <Compile Include="Enums\ResumeTypes.cs" />
  94. <Compile Include="Helpers\DateAssist.cs" />
  95. <Compile Include="Helpers\EmailValidationAttribute.cs" />
  96. <Compile Include="Helpers\Make Use Of Enums %28They are pretty useless without this file!%29.cs" />
  97. <Compile Include="Helpers\SevominEmailer.cs" />
  98. <Compile Include="Helpers\SevominUserStore.cs" />
  99. <Compile Include="Helpers\SevominUserValidator.cs" />
  100. <Compile Include="Job.cs" />
  101. <Compile Include="JobApplicationViewModel.cs" />
  102. <Compile Include="JobMiniViewModel.cs" />
  103. <Compile Include="JobParameter.cs" />
  104. <Compile Include="JobParameterViewModel.cs" />
  105. <Compile Include="JobViewModel.cs" />
  106. <Compile Include="LoginViewModel.cs" />
  107. <Compile Include="Migrations\Configuration.cs" />
  108. <Compile Include="Parameter.cs" />
  109. <Compile Include="ParameterValue.cs" />
  110. <Compile Include="PostResultViewModel.cs" />
  111. <Compile Include="Properties\AssemblyInfo.cs" />
  112. <Compile Include="Repositories\IRepository.cs" />
  113. <Compile Include="Repositories\JobRepository.cs" />
  114. <Compile Include="Repositories\ParameterRepository.cs" />
  115. <Compile Include="Helpers\SevominUserManager.cs" />
  116. <Compile Include="Repositories\UserRepository.cs" />
  117. <Compile Include="SignupViewModel.cs" />
  118. <Compile Include="User.cs" />
  119. <Compile Include="SevominDbContext.cs" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <None Include="App.config" />
  123. <None Include="packages.config" />
  124. </ItemGroup>
  125. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  126. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  127. Other similar extension points exist, see Microsoft.Common.targets.
  128. <Target Name="BeforeBuild">
  129. </Target>
  130. <Target Name="AfterBuild">
  131. </Target>
  132. -->
  133. </Project>