COM.OA.SqlServerDAL.csproj
资源名称:OASystem.rar [点击查看]
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:4k
源码类别:
OA系统
开发平台:
C#
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{95621A1C-4A63-4EAC-B6E7-B6966B62BCAC}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>COM.OA.SqlServerDAL</RootNamespace>
- <AssemblyName>COM.OA.SqlServerDAL</AssemblyName>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>binDebug</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>binRelease</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="addresslistDAL.cs" />
- <Compile Include="assetmanageDAL.cs" />
- <Compile Include="attendanceDAL.cs" />
- <Compile Include="bbsDAL.cs" />
- <Compile Include="bbsrevertDAL.cs" />
- <Compile Include="DALGeneric.cs" />
- <Compile Include="departmentDAL.cs" />
- <Compile Include="documentDAL.cs" />
- <Compile Include="employeeDAL.cs" />
- <Compile Include="examineDAL.cs" />
- <Compile Include="filerevertDAL.cs" />
- <Compile Include="filesDAL.cs" />
- <Compile Include="filetypeDAL.cs" />
- <Compile Include="groupsDAL.cs" />
- <Compile Include="learnDAL.cs" />
- <Compile Include="messageDAL.cs" />
- <Compile Include="nationDAL.cs" />
- <Compile Include="nativeDAL.cs" />
- <Compile Include="newsDAL.cs" />
- <Compile Include="operateDAL.cs" />
- <Compile Include="popedomDAL.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <Compile Include="provinceDAL.cs" />
- <Compile Include="sendwordDAL.cs" />
- <Compile Include="SqlHelper.cs" />
- <Compile Include="sumuptypeDAL.cs" />
- <Compile Include="timeorderDAL.cs" />
- <Compile Include="usersDAL.cs" />
- <Compile Include="visageDAL.cs" />
- <Compile Include="worklogDAL.cs" />
- <Compile Include="worksumupDAL.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..COM.OA.BLLCOM.OA.BLL.csproj">
- <Project>{B2C71E54-4CD6-4C31-BEF4-F7755433C13A}</Project>
- <Name>COM.OA.BLL</Name>
- </ProjectReference>
- <ProjectReference Include="..COM.OA.EntityCOM.OA.Entity.csproj">
- <Project>{23B91EC3-F3DE-47AF-8880-BA1CC03C1BAD}</Project>
- <Name>COM.OA.Entity</Name>
- </ProjectReference>
- <ProjectReference Include="..COM.OA.IDALCOM.OA.IDAL.csproj">
- <Project>{899B7489-FEF1-4B83-AEA6-16555401423C}</Project>
- <Name>COM.OA.IDAL</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>