Business.csproj 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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>{1995EF35-2F2A-45D1-B129-370E82DB1277}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Business</RootNamespace>
  11. <AssemblyName>Business</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</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="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  34. <SpecificVersion>False</SpecificVersion>
  35. <HintPath>..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  36. </Reference>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Net.Http" />
  44. <Reference Include="System.Xml" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="KJH\jobServiceBLL.cs" />
  48. <Compile Include="KJH\KJBLL.cs" />
  49. <Compile Include="Properties\AssemblyInfo.cs" />
  50. <Compile Include="SS\SS_SSListBLL.cs" />
  51. <Compile Include="TJ\RecommendBLL.cs" />
  52. <Compile Include="TK\DataItemBLL.cs" />
  53. <Compile Include="TK\Tk_GalleryBLL.cs" />
  54. <Compile Include="TK\Tk_GalleryDetailBLL.cs" />
  55. <Compile Include="TK\TrendChartBLL.cs" />
  56. <Compile Include="TrendChart\TrendChartBLL.cs" />
  57. <Compile Include="Util\LotteryUtils.cs" />
  58. <Compile Include="Util\LottryDataHandle.cs" />
  59. <Compile Include="WF\PlayRuleBLL.cs" />
  60. <Compile Include="ZS\ZSBLL.cs" />
  61. <Compile Include="ZX\NewsBLL.cs" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <ProjectReference Include="..\Common\Common.csproj">
  65. <Project>{d32362dc-ff23-45a5-9ea9-18e3ac26e48b}</Project>
  66. <Name>Common</Name>
  67. </ProjectReference>
  68. <ProjectReference Include="..\Interface\Interface.csproj">
  69. <Project>{1c91b09a-ff04-40c7-bc95-badff1771115}</Project>
  70. <Name>Interface</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\Models\Models.csproj">
  73. <Project>{cb2988d4-4e7f-4f53-9cba-4508b483f3ca}</Project>
  74. <Name>Models</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\Services\Services.csproj">
  77. <Project>{08688be4-fb60-4f1c-a129-87daaa4edd3e}</Project>
  78. <Name>Services</Name>
  79. </ProjectReference>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Folder Include="admin\" />
  83. </ItemGroup>
  84. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  85. </Project>