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

92 lines
4.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>{7D15B29B-AE6C-427A-B5AD-4877EF06C811}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SuperMap.RealEstate</RootNamespace>
<AssemblyName>Finance.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\Finance\</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="Finance.History.Interface\IAPPLYAPPROVE.cs" />
<Compile Include="Finance.History.Interface\IEXPENDBILL.cs" />
<Compile Include="Finance.History.Interface\IFUNDAPPLY.cs" />
<Compile Include="Finance.History.Interface\IJOINTLYSIGN.cs" />
<Compile Include="Finance.History.Interface\IPROINSTCOMPACT.cs" />
<Compile Include="Finance.History.Interface\ISUBSCRIBEFEE.cs" />
<Compile Include="Finance.History.Model\APPLYAPPROVE.cs" />
<Compile Include="Finance.History.Model\APPROVED.cs" />
<Compile Include="Finance.History.Interface\IAPPROVED.cs" />
<Compile Include="Finance.History.Model\ASSIGNMENTAPPLY.cs" />
<Compile Include="Finance.History.Interface\IASSIGNMENTAPPLY.cs" />
<Compile Include="Finance.History.Model\EXPENDBILL.cs" />
<Compile Include="Finance.History.Model\EXPENSEBILL.cs" />
<Compile Include="Finance.History.Interface\IEXPENSEBILL.cs" />
<Compile Include="Finance.History.Model\EXPENSEDETAIL.cs" />
<Compile Include="Finance.History.Interface\IEXPENSEDETAIL.cs" />
<Compile Include="Finance.History.Model\FINANCEPROINST.cs" />
<Compile Include="Finance.History.Interface\IFINANCEPROINST.cs" />
<Compile Include="Finance.History.Model\FIXEDASSETSAPPLY.cs" />
<Compile Include="Finance.History.Interface\IFIXEDASSETSAPPLY.cs" />
<Compile Include="Finance.History.Model\FUNDAPPLY.cs" />
<Compile Include="Finance.History.Model\JOINTLYSIGN.cs" />
<Compile Include="Finance.History.Model\LOANBILL.cs" />
<Compile Include="Finance.History.Interface\ILOANBILL.cs" />
<Compile Include="Finance.History.Model\MATERIALAPPLY.cs" />
<Compile Include="Finance.History.Interface\IMATERIALAPPLY.cs" />
<Compile Include="Finance.History.Model\MATERIALAPPLYDETAIL.cs" />
<Compile Include="Finance.History.Interface\IMATERIALAPPLYDETAIL.cs" />
<Compile Include="Finance.History.Model\PROINSTCOMPACT.cs" />
<Compile Include="Finance.History.Model\RECEIVEAPPROVAL.cs" />
<Compile Include="Finance.History.Interface\IRECEIVEAPPROVAL.cs" />
<Compile Include="Finance.History.Model\SUBSCRIBEFEE.cs" />
<Compile Include="Finance.History.Model\VEHICLEAPPLY.cs" />
<Compile Include="Finance.History.Interface\IVEHICLEAPPLY.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>