COM.OA.BLL.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>{B2C71E54-4CD6-4C31-BEF4-F7755433C13A}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>COM.OA.BLL</RootNamespace>
- <AssemblyName>COM.OA.BLL</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.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="addresslistBLL.cs" />
- <Compile Include="assetmanageBLL.cs" />
- <Compile Include="attendanceBLL.cs" />
- <Compile Include="bbsBLL.cs" />
- <Compile Include="bbsrevertBLL.cs" />
- <Compile Include="BLLGeneric.cs" />
- <Compile Include="departmentBLL.cs" />
- <Compile Include="documentBLL.cs" />
- <Compile Include="employeeBLL.cs" />
- <Compile Include="examineBLL.cs" />
- <Compile Include="filerevertBLL.cs" />
- <Compile Include="filesBLL.cs" />
- <Compile Include="filetypeBLL.cs" />
- <Compile Include="groupsBLL.cs" />
- <Compile Include="learnBLL.cs" />
- <Compile Include="messageBLL.cs" />
- <Compile Include="nationBLL.cs" />
- <Compile Include="nativeBLL.cs" />
- <Compile Include="newsBLL.cs" />
- <Compile Include="operateBLL.cs" />
- <Compile Include="popedomBLL.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <Compile Include="provinceBLL.cs" />
- <Compile Include="sendwordBLL.cs" />
- <Compile Include="sumuptypeBLL.cs" />
- <Compile Include="timeorderBLL.cs" />
- <Compile Include="usersBLL.cs" />
- <Compile Include="visageBLL.cs" />
- <Compile Include="worklogBLL.cs" />
- <Compile Include="worksumupBLL.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..COM.OA.DBFactoryCOM.OA.DBFactory.csproj">
- <Project>{32D6CC34-2E78-4E0D-A3CD-31D42F99AB1E}</Project>
- <Name>COM.OA.DBFactory</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>