1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?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>{9A3E1074-EF2B-4291-94C3-C8AD7ACF0357}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>UC.BLL</RootNamespace>
- <AssemblyName>UC.BLL</AssemblyName>
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- </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="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="Base\BaseBLL1.cs" />
- <Compile Include="Base\BaseBLL.cs" />
- <Compile Include="CommonBLL.cs" />
- <Compile Include="IBLL\ICommonBLL.cs" />
- <Compile Include="IBLL\IUsers_LoginBLL.cs" />
- <Compile Include="IBLL\IUsers_RecordBLL.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Users_LoginBLL.cs" />
- <Compile Include="Users_RecordBLL.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Common\Common.csproj">
- <Project>{4A12A2C0-30C0-4D6A-A6CE-685824C333AC}</Project>
- <Name>Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\Data.Cache\Data.Cache.csproj">
- <Project>{E4E0F940-5184-4A67-8623-681A9B5D6718}</Project>
- <Name>Data.Cache</Name>
- </ProjectReference>
- <ProjectReference Include="..\Data.Repository\Data.Repository.csproj">
- <Project>{39029A2E-E643-4799-8DF7-51972C57FDD7}</Project>
- <Name>Data.Repository</Name>
- </ProjectReference>
- <ProjectReference Include="..\UC.DAL\UC.DAL.csproj">
- <Project>{900087EE-3094-4CB2-8584-F27C808D4A22}</Project>
- <Name>UC.DAL</Name>
- </ProjectReference>
- <ProjectReference Include="..\UC.Models\UC.Models.csproj">
- <Project>{1A0E6711-2E97-4F24-AC1D-4426E03415A3}</Project>
- <Name>UC.Models</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|