COM.OA.IDAL.csproj
资源名称:OASystem.rar [点击查看]
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:3k
源码类别:
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>{899B7489-FEF1-4B83-AEA6-16555401423C}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>COM.OA.IDAL</RootNamespace>
- <AssemblyName>COM.OA.IDAL</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="IaddresslistDAL.cs" />
- <Compile Include="IassetmanageDAL.cs" />
- <Compile Include="IattendanceDAL.cs" />
- <Compile Include="IbbsDAL.cs" />
- <Compile Include="IbbsrevertDAL.cs" />
- <Compile Include="IDALGeneric.cs" />
- <Compile Include="IdepartmentDAL.cs" />
- <Compile Include="IdocumentDAL.cs" />
- <Compile Include="IemployeeDAL.cs" />
- <Compile Include="IexamineDAL.cs" />
- <Compile Include="IfilerevertDAL.cs" />
- <Compile Include="IfilesDAL.cs" />
- <Compile Include="IfiletypeDAL.cs" />
- <Compile Include="IgroupsDAL.cs" />
- <Compile Include="IlearnDAL.cs" />
- <Compile Include="ImessageDAL.cs" />
- <Compile Include="InationDAL.cs" />
- <Compile Include="InativeDAL.cs" />
- <Compile Include="InewsDAL.cs" />
- <Compile Include="IoperateDAL.cs" />
- <Compile Include="IpopedomDAL.cs" />
- <Compile Include="IprovinceDAL.cs" />
- <Compile Include="IsendwordDAL.cs" />
- <Compile Include="IsumuptypeDAL.cs" />
- <Compile Include="ItimeorderDAL.cs" />
- <Compile Include="IusersDAL.cs" />
- <Compile Include="IvisageDAL.cs" />
- <Compile Include="IworklogDAL.cs" />
- <Compile Include="IworksumupDAL.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..COM.OA.EntityCOM.OA.Entity.csproj">
- <Project>{23B91EC3-F3DE-47AF-8880-BA1CC03C1BAD}</Project>
- <Name>COM.OA.Entity</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>