111
yantian yue
2023-12-28 7820f50a29b75e0704e6e1dcfdaf2e85397c66a8
提交 | 用户 | 时间
e46d3b 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.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>{CEDF1E01-62DE-4D20-BAF6-4DB1887152A5}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>YX.BLL</RootNamespace>
11     <AssemblyName>YX.BLL</AssemblyName>
12     <TargetFrameworkVersion>v4.0</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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
34       <SpecificVersion>False</SpecificVersion>
35       <HintPath>..\YX\lib\EntityFramework.dll</HintPath>
36     </Reference>
37     <Reference Include="EntityFramework.SqlServer">
38       <HintPath>..\YX\lib\EntityFramework.SqlServer.dll</HintPath>
39     </Reference>
40     <Reference Include="System" />
41     <Reference Include="System.Core" />
42     <Reference Include="System.Transactions" />
43     <Reference Include="System.Xml.Linq" />
44     <Reference Include="System.Data.DataSetExtensions" />
45     <Reference Include="Microsoft.CSharp" />
46     <Reference Include="System.Data" />
47     <Reference Include="System.Xml" />
48   </ItemGroup>
49   <ItemGroup>
50     <Compile Include="SystemAppendProperty_Bll.cs" />
51     <Compile Include="DataTableToModel.cs" />
52     <Compile Include="ListToDataTable.cs" />
53     <Compile Include="PredicateBuilder.cs" />
54     <Compile Include="SystemMenu_Bll.cs" />
55     <Compile Include="Properties\AssemblyInfo.cs" />
56     <Compile Include="SystemOrganization_Bll.cs" />
57     <Compile Include="SystemRole_Bll.cs" />
58     <Compile Include="SystemUserInfo_Bll.cs" />
59     <Compile Include="System_Bll.cs" />
60   </ItemGroup>
61   <ItemGroup>
62     <ProjectReference Include="..\YX.Common\YX.Common.csproj">
63       <Project>{d1eccaa6-46e4-4478-bcaa-ae3d6bcfebf0}</Project>
64       <Name>YX.Common</Name>
65     </ProjectReference>
66     <ProjectReference Include="..\YX.DAL\YX.DAL.csproj">
67       <Project>{8f70b8fe-cccb-4097-9d67-5352732d1899}</Project>
68       <Name>YX.DAL</Name>
69     </ProjectReference>
70     <ProjectReference Include="..\YX.Entity\YX.Entity.csproj">
71       <Project>{42617719-ec1f-4e0c-b427-78a92c5e7470}</Project>
72       <Name>YX.Entity</Name>
73     </ProjectReference>
74   </ItemGroup>
75   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
77        Other similar extension points exist, see Microsoft.Common.targets.
78   <Target Name="BeforeBuild">
79   </Target>
80   <Target Name="AfterBuild">
81   </Target>
82   -->
83 </Project>