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

108 lines
5.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{6728498D-6C43-45E6-B05A-7A1C966A923A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SuperMap.RealEstate</RootNamespace>
<AssemblyName>Personnel.History.Model</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<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>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\910_RealEstate.Release\Personnel\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<Reference Include="RealEstate.Core">
<HintPath>..\..\910_RealEstate.Release\RealEstate.CorePlatform\RealEstate.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System.Runtime.Serialization" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Personnel.History.Interface\IADDITIONAL.cs" />
<Compile Include="Personnel.History.Interface\IAPPLYAPPROVE.cs" />
<Compile Include="Personnel.History.Interface\IAPPROVED.cs" />
<Compile Include="Personnel.History.Interface\IAUTOTYPESALARY.cs" />
<Compile Include="Personnel.History.Interface\IFILESINFO.cs" />
<Compile Include="Personnel.History.Interface\IINOUTRECORD.cs" />
<Compile Include="Personnel.History.Interface\IJOINTLYSIGN.cs" />
<Compile Include="Personnel.History.Interface\IPASSPORT.cs" />
<Compile Include="Personnel.History.Interface\IPERSONNELPROINST.cs" />
<Compile Include="Personnel.History.Interface\IRANK.cs" />
<Compile Include="Personnel.History.Interface\IWAGE.cs" />
<Compile Include="Personnel.History.Interface\IWAGEMARK.cs" />
<Compile Include="Personnel.History.Interface\IWORKTIMERECORD.cs" />
<Compile Include="Personnel.History.Model\ADDITIONAL.cs" />
<Compile Include="Personnel.History.Model\APPLYAPPROVE.cs" />
<Compile Include="Personnel.History.Model\APPROVED.cs" />
<Compile Include="Personnel.History.Model\ASSESSMENT.cs" />
<Compile Include="Personnel.History.Interface\IASSESSMENT.cs" />
<Compile Include="Personnel.History.Model\ATTACHMENT.cs" />
<Compile Include="Personnel.History.Interface\IATTACHMENT.cs" />
<Compile Include="Personnel.History.Model\AUTOTYPESALARY.cs" />
<Compile Include="Personnel.History.Model\DEPARTMENT.cs" />
<Compile Include="Personnel.History.Interface\IDEPARTMENT.cs" />
<Compile Include="Personnel.History.Model\FAMILY.cs" />
<Compile Include="Personnel.History.Interface\IFAMILY.cs" />
<Compile Include="Personnel.History.Model\FILESINFO.cs" />
<Compile Include="Personnel.History.Model\INOUTRECORD.cs" />
<Compile Include="Personnel.History.Model\JOINTLYSIGN.cs" />
<Compile Include="Personnel.History.Model\LEARNINGEXPERIENCE.cs" />
<Compile Include="Personnel.History.Interface\ILEARNINGEXPERIENCE.cs" />
<Compile Include="Personnel.History.Model\PASSPORT.cs" />
<Compile Include="Personnel.History.Model\PERSONNELFILES.cs" />
<Compile Include="Personnel.History.Interface\IPERSONNELFILES.cs" />
<Compile Include="Personnel.History.Model\PERSONNELPROINST.cs" />
<Compile Include="Personnel.History.Model\POSITION.cs" />
<Compile Include="Personnel.History.Interface\IPOSITION.cs" />
<Compile Include="Personnel.History.Model\POSTSALARY.cs" />
<Compile Include="Personnel.History.Interface\IPOSTSALARY.cs" />
<Compile Include="Personnel.History.Model\RANK.cs" />
<Compile Include="Personnel.History.Model\REWARDPUNISHMENT.cs" />
<Compile Include="Personnel.History.Interface\IREWARDPUNISHMENT.cs" />
<Compile Include="Personnel.History.Model\SALARY.cs" />
<Compile Include="Personnel.History.Interface\ISALARY.cs" />
<Compile Include="Personnel.History.Model\SERVICECONTRACT.cs" />
<Compile Include="Personnel.History.Interface\ISERVICECONTRACT.cs" />
<Compile Include="Personnel.History.Model\STAFF.cs" />
<Compile Include="Personnel.History.Interface\ISTAFF.cs" />
<Compile Include="Personnel.History.Model\WAGE.cs" />
<Compile Include="Personnel.History.Model\WAGEMARK.cs" />
<Compile Include="Personnel.History.Model\WORKTIMERECORD.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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>