2025-03-27 15:05:14 +08:00

95 lines
4.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{E15C397A-8E7E-4F95-BBE1-A8071CF25C22}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SuperMap.RealEstate.Personnel</RootNamespace>
<AssemblyName>Personnel.Plugins</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</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>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="RealEstate.Core">
<HintPath>..\..\910_RealEstate.Release\RealEstate.CorePlatform\RealEstate.Core.dll</HintPath>
</Reference>
<Reference Include="RealEstate.Enums">
<HintPath>..\..\910_RealEstate.Release\RealEstate.CorePlatform\RealEstate.Enums.dll</HintPath>
</Reference>
<Reference Include="RealEstate.FrameWork">
<HintPath>..\..\910_RealEstate.Release\RealEstate.CorePlatform\RealEstate.FrameWork.dll</HintPath>
</Reference>
<Reference Include="RealEstate.WorkFlow">
<HintPath>..\..\910_RealEstate.Release\RealEstate.CorePlatform\RealEstate.WorkFlow.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Plugins\PersonnelProInst.cs" />
<Compile Include="Plugins\ProInstHelper.cs" />
<Compile Include="Plugins\ProInst_410020_员工补打卡审批.cs" />
<Compile Include="Plugins\ProInst_410030_工资发放审批.cs" />
<Compile Include="Plugins\ProInst_410040_机关工资汇总审批.cs" />
<Compile Include="Plugins\ProInst_410050_招聘审批.cs" />
<Compile Include="Plugins\ProInst_410060_培训审批.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Personnel.Running.Business\Personnel.Running.Business.csproj">
<Project>{bebdd7e4-99e1-42b8-a03d-70789d611b92}</Project>
<Name>Personnel.Running.Business</Name>
</ProjectReference>
<ProjectReference Include="..\Personnel.Running.Model\Personnel.Running.Model.csproj">
<Project>{04645912-e885-4337-bf23-34c17894a783}</Project>
<Name>Personnel.Running.Model</Name>
</ProjectReference>
<ProjectReference Include="..\Personnel.Running.References\Personnel.Running.References.csproj">
<Project>{a1a67c13-71c3-4670-a27c-10e333d597a5}</Project>
<Name>Personnel.Running.References</Name>
</ProjectReference>
<ProjectReference Include="..\Personnel.Storage.Business\Personnel.Storage.Business.csproj">
<Project>{1ae459f6-0473-4412-ae10-2bfa3535694e}</Project>
<Name>Personnel.Storage.Business</Name>
</ProjectReference>
<ProjectReference Include="..\Personnel.Storage.Model\Personnel.Storage.Model.csproj">
<Project>{7d97d80b-6bf1-4174-9980-749beecc21e8}</Project>
<Name>Personnel.Storage.Model</Name>
</ProjectReference>
<ProjectReference Include="..\Personnel.Storage.References\Personnel.Storage.References.csproj">
<Project>{40b477f0-882d-46cb-b389-ad732191481d}</Project>
<Name>Personnel.Storage.References</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>