Lottomat.Data.EF.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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>{7C84F157-09B6-42D8-85F2-04AF1F31A046}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Lottomat.Data.EF</RootNamespace>
  11. <AssemblyName>Lottomat.Data.EF</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="EntityFramework">
  36. <HintPath>..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  37. </Reference>
  38. <Reference Include="EntityFramework.SqlServer">
  39. <HintPath>..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  42. <HintPath>..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  43. <Private>True</Private>
  44. </Reference>
  45. <Reference Include="Microsoft.Practices.Unity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  46. <HintPath>..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="Microsoft.Practices.Unity.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  50. <HintPath>..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.Configuration.dll</HintPath>
  51. <Private>True</Private>
  52. </Reference>
  53. <Reference Include="Microsoft.Practices.Unity.RegistrationByConvention, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  54. <HintPath>..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath>
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="MySql.Data, Version=6.9.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  58. <HintPath>..\..\packages\MySql.Data.6.9.8\lib\net45\MySql.Data.dll</HintPath>
  59. <Private>True</Private>
  60. </Reference>
  61. <Reference Include="MySql.Data.Entity.EF6, Version=6.9.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  62. <HintPath>..\..\packages\MySql.Data.Entity.6.9.8\lib\net45\MySql.Data.Entity.EF6.dll</HintPath>
  63. <Private>True</Private>
  64. </Reference>
  65. <Reference Include="System" />
  66. <Reference Include="System.ComponentModel.DataAnnotations" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Xml.Linq" />
  69. <Reference Include="System.Data.DataSetExtensions" />
  70. <Reference Include="Microsoft.CSharp" />
  71. <Reference Include="System.Data" />
  72. <Reference Include="System.Xml" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="Database.cs" />
  76. <Compile Include="DbContext\IDbContext.cs" />
  77. <Compile Include="DbContext\MySqlDbContext.cs" />
  78. <Compile Include="DbContext\SqlServerDbContext.cs" />
  79. <Compile Include="Extension\DbContextExtensions.cs" />
  80. <Compile Include="Properties\AssemblyInfo.cs" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <None Include="packages.config" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <ProjectReference Include="..\..\Lottomat.Util\Lottomat.Util.Ioc\Lottomat.Util.Ioc.csproj">
  87. <Project>{2a2611d5-0a19-4ead-a57f-0d361dc92639}</Project>
  88. <Name>Lottomat.Util.Ioc</Name>
  89. </ProjectReference>
  90. <ProjectReference Include="..\..\Lottomat.Util\Lottomat.Util\Lottomat.Utils.csproj">
  91. <Project>{07aa2566-d0e5-47af-a17d-3b1c6aee598d}</Project>
  92. <Name>Lottomat.Utils</Name>
  93. </ProjectReference>
  94. <ProjectReference Include="..\Lottomat.Data\Lottomat.Data.csproj">
  95. <Project>{528f308b-d2cd-4bd1-a94f-bf94abef08d7}</Project>
  96. <Name>Lottomat.Data</Name>
  97. </ProjectReference>
  98. </ItemGroup>
  99. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  100. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  101. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  102. Other similar extension points exist, see Microsoft.Common.targets.
  103. <Target Name="BeforeBuild">
  104. </Target>
  105. <Target Name="AfterBuild">
  106. </Target>
  107. -->
  108. </Project>