UC.BLL.csproj 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{9A3E1074-EF2B-4291-94C3-C8AD7ACF0357}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UC.BLL</RootNamespace>
  11. <AssemblyName>UC.BLL</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="System.Xml.Linq" />
  37. <Reference Include="System.Data.DataSetExtensions" />
  38. <Reference Include="Microsoft.CSharp" />
  39. <Reference Include="System.Data" />
  40. <Reference Include="System.Net.Http" />
  41. <Reference Include="System.Xml" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="Base\BaseBLL1.cs" />
  45. <Compile Include="Base\BaseBLL.cs" />
  46. <Compile Include="CommonBLL.cs" />
  47. <Compile Include="IBLL\ICommonBLL.cs" />
  48. <Compile Include="IBLL\IUsers_LoginBLL.cs" />
  49. <Compile Include="IBLL\IUsers_RecordBLL.cs" />
  50. <Compile Include="Properties\AssemblyInfo.cs" />
  51. <Compile Include="Users_LoginBLL.cs" />
  52. <Compile Include="Users_RecordBLL.cs" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <ProjectReference Include="..\Common\Common.csproj">
  56. <Project>{4A12A2C0-30C0-4D6A-A6CE-685824C333AC}</Project>
  57. <Name>Common</Name>
  58. </ProjectReference>
  59. <ProjectReference Include="..\Data.Cache\Data.Cache.csproj">
  60. <Project>{E4E0F940-5184-4A67-8623-681A9B5D6718}</Project>
  61. <Name>Data.Cache</Name>
  62. </ProjectReference>
  63. <ProjectReference Include="..\Data.Repository\Data.Repository.csproj">
  64. <Project>{39029A2E-E643-4799-8DF7-51972C57FDD7}</Project>
  65. <Name>Data.Repository</Name>
  66. </ProjectReference>
  67. <ProjectReference Include="..\UC.DAL\UC.DAL.csproj">
  68. <Project>{900087EE-3094-4CB2-8584-F27C808D4A22}</Project>
  69. <Name>UC.DAL</Name>
  70. </ProjectReference>
  71. <ProjectReference Include="..\UC.Models\UC.Models.csproj">
  72. <Project>{1A0E6711-2E97-4F24-AC1D-4426E03415A3}</Project>
  73. <Name>UC.Models</Name>
  74. </ProjectReference>
  75. </ItemGroup>
  76. <ItemGroup>
  77. <None Include="app.config" />
  78. </ItemGroup>
  79. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  80. </Project>