12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{1995EF35-2F2A-45D1-B129-370E82DB1277}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Business</RootNamespace>
- <AssemblyName>Business</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="KJH\jobServiceBLL.cs" />
- <Compile Include="KJH\KJBLL.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SS\SS_SSListBLL.cs" />
- <Compile Include="TJ\RecommendBLL.cs" />
- <Compile Include="TK\DataItemBLL.cs" />
- <Compile Include="TK\Tk_GalleryBLL.cs" />
- <Compile Include="TK\Tk_GalleryDetailBLL.cs" />
- <Compile Include="TK\TrendChartBLL.cs" />
- <Compile Include="TrendChart\TrendChartBLL.cs" />
- <Compile Include="Util\LotteryUtils.cs" />
- <Compile Include="Util\LottryDataHandle.cs" />
- <Compile Include="WF\PlayRuleBLL.cs" />
- <Compile Include="ZS\ZSBLL.cs" />
- <Compile Include="ZX\NewsBLL.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Common\Common.csproj">
- <Project>{d32362dc-ff23-45a5-9ea9-18e3ac26e48b}</Project>
- <Name>Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\Interface\Interface.csproj">
- <Project>{1c91b09a-ff04-40c7-bc95-badff1771115}</Project>
- <Name>Interface</Name>
- </ProjectReference>
- <ProjectReference Include="..\Models\Models.csproj">
- <Project>{cb2988d4-4e7f-4f53-9cba-4508b483f3ca}</Project>
- <Name>Models</Name>
- </ProjectReference>
- <ProjectReference Include="..\Services\Services.csproj">
- <Project>{08688be4-fb60-4f1c-a129-87daaa4edd3e}</Project>
- <Name>Services</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="admin\" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|