yantian yue
2023-12-29 4dff0422d36233abbdac5ebf628365b724a906b5
提交 | 用户 | 时间
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>{42617719-EC1F-4E0C-B427-78A92C5E7470}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>YX.Entity</RootNamespace>
11     <AssemblyName>YX.Entity</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">
34       <HintPath>..\YX\lib\EntityFramework.dll</HintPath>
35     </Reference>
36     <Reference Include="EntityFramework.SqlServer">
37       <HintPath>..\YX\lib\EntityFramework.SqlServer.dll</HintPath>
38     </Reference>
39     <Reference Include="System" />
40     <Reference Include="System.ComponentModel.DataAnnotations" />
41     <Reference Include="System.configuration" />
42     <Reference Include="System.Core" />
43     <Reference Include="System.Runtime.Serialization" />
44     <Reference Include="System.Security" />
45     <Reference Include="System.Xml.Linq" />
46     <Reference Include="System.Data.DataSetExtensions" />
47     <Reference Include="Microsoft.CSharp" />
48     <Reference Include="System.Data" />
49     <Reference Include="System.Xml" />
50   </ItemGroup>
51   <ItemGroup>
52     <Compile Include="Base_AppendProperty.cs">
53       <DependentUpon>Model.tt</DependentUpon>
54     </Compile>
55     <Compile Include="Base_AppendPropertyInstance.cs">
56       <DependentUpon>Model.tt</DependentUpon>
57     </Compile>
58     <Compile Include="Base_Log.cs">
59       <DependentUpon>Model.tt</DependentUpon>
60     </Compile>
61     <Compile Include="Base_Organization.cs">
62       <DependentUpon>Model.tt</DependentUpon>
63     </Compile>
64     <Compile Include="Base_RoleRight.cs">
65       <DependentUpon>Model.tt</DependentUpon>
66     </Compile>
67     <Compile Include="Base_Roles.cs">
68       <DependentUpon>Model.tt</DependentUpon>
69     </Compile>
70     <Compile Include="Base_StaffOrganize.cs">
71       <DependentUpon>Model.tt</DependentUpon>
72     </Compile>
73     <Compile Include="Base_SysMenu.cs">
74       <DependentUpon>Model.tt</DependentUpon>
75     </Compile>
76     <Compile Include="Base_UserInfo.cs">
77       <DependentUpon>Model.tt</DependentUpon>
78     </Compile>
79     <Compile Include="Base_UserRight.cs">
80       <DependentUpon>Model.tt</DependentUpon>
81     </Compile>
82     <Compile Include="Base_UserRole.cs">
83       <DependentUpon>Model.tt</DependentUpon>
84     </Compile>
85     <Compile Include="Model.Context.cs">
86       <AutoGen>True</AutoGen>
87       <DesignTime>True</DesignTime>
88       <DependentUpon>Model.Context.tt</DependentUpon>
89     </Compile>
90     <Compile Include="Model.cs">
91       <AutoGen>True</AutoGen>
92       <DesignTime>True</DesignTime>
93       <DependentUpon>Model.tt</DependentUpon>
94     </Compile>
95     <Compile Include="Model.Designer.cs">
96       <AutoGen>True</AutoGen>
97       <DesignTime>True</DesignTime>
98       <DependentUpon>Model.edmx</DependentUpon>
99     </Compile>
100     <Compile Include="Properties\AssemblyInfo.cs" />
101     <Compile Include="sysdiagrams.cs">
102       <DependentUpon>Model.tt</DependentUpon>
103     </Compile>
104   </ItemGroup>
105   <ItemGroup>
106     <EntityDeploy Include="Model.edmx">
107       <Generator>EntityModelCodeGenerator</Generator>
108       <LastGenOutput>Model.Designer.cs</LastGenOutput>
109     </EntityDeploy>
110   </ItemGroup>
111   <ItemGroup>
112     <None Include="App.Config" />
113     <None Include="Model.edmx.diagram">
114       <DependentUpon>Model.edmx</DependentUpon>
115     </None>
116     <None Include="packages.config" />
117   </ItemGroup>
118   <ItemGroup>
119     <Content Include="Model.Context.tt">
120       <Generator>TextTemplatingFileGenerator</Generator>
121       <DependentUpon>Model.edmx</DependentUpon>
122       <LastGenOutput>Model.Context.cs</LastGenOutput>
123     </Content>
124     <Content Include="Model.tt">
125       <Generator>TextTemplatingFileGenerator</Generator>
126       <DependentUpon>Model.edmx</DependentUpon>
127       <LastGenOutput>Model.cs</LastGenOutput>
128     </Content>
129   </ItemGroup>
130   <ItemGroup>
131     <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
132   </ItemGroup>
133   <ItemGroup>
134     <ProjectReference Include="..\YX.Common\YX.Common.csproj">
135       <Project>{D1ECCAA6-46E4-4478-BCAA-AE3D6BCFEBF0}</Project>
136       <Name>YX.Common</Name>
137     </ProjectReference>
138   </ItemGroup>
139   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
140   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
141        Other similar extension points exist, see Microsoft.Common.targets.
142   <Target Name="BeforeBuild">
143   </Target>
144   <Target Name="AfterBuild">
145   </Target>
146   -->
147 </Project>