Lottomat.Data.Repository.csproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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>{1751A2DD-0F00-4C76-B180-97E8F72FE078}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Lottomat.Data.Repository</RootNamespace>
  11. <AssemblyName>Lottomat.Data.Repository</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  16. <RestorePackages>true</RestorePackages>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <Prefer32Bit>false</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  39. <HintPath>..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  40. <Private>True</Private>
  41. </Reference>
  42. <Reference Include="Microsoft.Practices.Unity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  43. <HintPath>..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.dll</HintPath>
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="Microsoft.Practices.Unity.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  47. <HintPath>..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.Configuration.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="Microsoft.Practices.Unity.RegistrationByConvention, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  51. <HintPath>..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath>
  52. <Private>True</Private>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.Configuration" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Xml.Linq" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Xml" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="DbFactory.cs" />
  65. <Compile Include="IRepository\IRepository.cs" />
  66. <Compile Include="IRepository\IRepository.T.cs" />
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. <Compile Include="Repository\Repository.cs" />
  69. <Compile Include="Repository\Repository.T.cs" />
  70. <Compile Include="Repository\RepositoryFactory.cs" />
  71. <Compile Include="Repository\RepositoryFactory.T.cs" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <ProjectReference Include="..\..\Lottomat.Application\Lottomat.Application.Code\Lottomat.Application.Code.csproj">
  75. <Project>{9b10db87-130c-41d3-8687-1fac877db74a}</Project>
  76. <Name>Lottomat.Application.Code</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\..\Lottomat.Util\Lottomat.Util.Extension\Lottomat.Util.Extension.csproj">
  79. <Project>{4b7dde80-dfa1-4938-93f8-3721e2c592b9}</Project>
  80. <Name>Lottomat.Util.Extension</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\..\Lottomat.Util\Lottomat.Util.Ioc\Lottomat.Util.Ioc.csproj">
  83. <Project>{2a2611d5-0a19-4ead-a57f-0d361dc92639}</Project>
  84. <Name>Lottomat.Util.Ioc</Name>
  85. </ProjectReference>
  86. <ProjectReference Include="..\..\Lottomat.Util\Lottomat.Util.WebControl\Lottomat.Util.WebControl.csproj">
  87. <Project>{93f81df7-5a0b-4a13-a90e-8cf7c41955c3}</Project>
  88. <Name>Lottomat.Util.WebControl</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. <ItemGroup>
  100. <None Include="packages.config" />
  101. </ItemGroup>
  102. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  103. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  104. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  105. <PropertyGroup>
  106. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  107. </PropertyGroup>
  108. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  109. </Target>
  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>