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.

116 lines
6.2 KiB

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="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.0.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Microsoft.AspNet.Identity.EntityFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.0.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
  48. </Reference>
  49. <Reference Include="System" />
  50. <Reference Include="System.ComponentModel.DataAnnotations" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Xml" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="Avalin.cs" />
  64. <Compile Include="Dovomin.cs" />
  65. <Compile Include="Helpers\EmailValidationAttribute.cs" />
  66. <Compile Include="Helpers\SevominUserValidator.cs" />
  67. <Compile Include="LoginViewModel.cs" />
  68. <Compile Include="Migrations\201403261205298_InitialCreate.cs" />
  69. <Compile Include="Migrations\201403261205298_InitialCreate.Designer.cs">
  70. <DependentUpon>201403261205298_InitialCreate.cs</DependentUpon>
  71. </Compile>
  72. <Compile Include="Migrations\201403270612529_Avalin_Dovomin_New_Tables.cs" />
  73. <Compile Include="Migrations\201403270612529_Avalin_Dovomin_New_Tables.Designer.cs">
  74. <DependentUpon>201403270612529_Avalin_Dovomin_New_Tables.cs</DependentUpon>
  75. </Compile>
  76. <Compile Include="Migrations\201403270618585_National_Id_Avalin.cs" />
  77. <Compile Include="Migrations\201403270618585_National_Id_Avalin.Designer.cs">
  78. <DependentUpon>201403270618585_National_Id_Avalin.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="Migrations\201403270733330_Avvalin-update.cs" />
  81. <Compile Include="Migrations\201403270733330_Avvalin-update.Designer.cs">
  82. <DependentUpon>201403270733330_Avvalin-update.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="Migrations\Configuration.cs" />
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. <Compile Include="Repositories\IRepository.cs" />
  87. <Compile Include="SignupViewModel.cs" />
  88. <Compile Include="User.cs" />
  89. <Compile Include="UsersDbContext.cs" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <None Include="App.config" />
  93. <None Include="packages.config" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <EmbeddedResource Include="Migrations\201403261205298_InitialCreate.resx">
  97. <DependentUpon>201403261205298_InitialCreate.cs</DependentUpon>
  98. </EmbeddedResource>
  99. <EmbeddedResource Include="Migrations\201403270612529_Avalin_Dovomin_New_Tables.resx">
  100. <DependentUpon>201403270612529_Avalin_Dovomin_New_Tables.cs</DependentUpon>
  101. </EmbeddedResource>
  102. <EmbeddedResource Include="Migrations\201403270618585_National_Id_Avalin.resx">
  103. <DependentUpon>201403270618585_National_Id_Avalin.cs</DependentUpon>
  104. </EmbeddedResource>
  105. <EmbeddedResource Include="Migrations\201403270733330_Avvalin-update.resx">
  106. <DependentUpon>201403270733330_Avvalin-update.cs</DependentUpon>
  107. </EmbeddedResource>
  108. </ItemGroup>
  109. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  110. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  111. Other similar extension points exist, see Microsoft.Common.targets.
  112. <Target Name="BeforeBuild">
  113. </Target>
  114. <Target Name="AfterBuild">
  115. </Target>
  116. -->
  117. </Project>