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

108 lines
5.5 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>{91263DFD-CE54-48E4-A0C5-A8A800EF5F04}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SuperMap.RealEstate</RootNamespace>
<AssemblyName>HighWay.SellData.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>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>
<Private>False</Private>
</Reference>
<Reference Include="Spire.Doc, Version=5.7.0.54020, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
<HintPath>..\packages\FreeSpire.Doc.5.7\lib\net20\Spire.Doc.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Spire.License, Version=1.3.5.20, Culture=neutral, PublicKeyToken=b1144360237c8b3f, processorArchitecture=MSIL">
<HintPath>..\packages\FreeSpire.Doc.5.7\lib\net20\Spire.License.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Spire.Pdf, Version=3.7.291.54020, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
<HintPath>..\packages\FreeSpire.Doc.5.7\lib\net20\Spire.Pdf.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Runtime.Serialization" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Compile Include="HighWay.SellData.Interface\IAUDITTASKS.cs" />
<Compile Include="HighWay.SellData.Interface\IAUDITTASKSDETILS.cs" />
<Compile Include="HighWay.SellData.Interface\ICCBCDAILYCOLLECT.cs" />
<Compile Include="HighWay.SellData.Interface\ICCBCENDCOLLECT.cs" />
<Compile Include="HighWay.SellData.Interface\ICCBORDERFLOW.cs" />
<Compile Include="HighWay.SellData.Interface\ICHECKACCOUNT.cs" />
<Compile Include="HighWay.SellData.Interface\IENDACCOUNT_TEMP.cs" />
<Compile Include="HighWay.SellData.Interface\IEXCEPTION.cs" />
<Compile Include="HighWay.SellData.Interface\IGASDAILYSALES.cs" />
<Compile Include="HighWay.SellData.Interface\IGASMETER.cs" />
<Compile Include="HighWay.SellData.Interface\IGASSALESITEM.cs" />
<Compile Include="HighWay.SellData.Interface\IGASSHIFTSALES.cs" />
<Compile Include="HighWay.SellData.Interface\IPERSONSELL.cs" />
<Compile Include="HighWay.SellData.Interface\ISELLDATA_EXTRA.cs" />
<Compile Include="HighWay.SellData.Interface\ISUPPLEMENT.cs" />
<Compile Include="HighWay.SellData.Interface\ISUPPLEMENT_PRE.cs" />
<Compile Include="HighWay.SellData.Model\AUDITTASKS.cs" />
<Compile Include="HighWay.SellData.Model\AUDITTASKSDETILS.cs" />
<Compile Include="HighWay.SellData.Model\CCBCDAILYCOLLECT.cs" />
<Compile Include="HighWay.SellData.Model\CCBCENDCOLLECT.cs" />
<Compile Include="HighWay.SellData.Model\CCBORDERFLOW.cs" />
<Compile Include="HighWay.SellData.Model\CHECKACCOUNT.cs" />
<Compile Include="HighWay.SellData.Model\ENDACCOUNT.cs" />
<Compile Include="HighWay.SellData.Interface\IENDACCOUNT.cs" />
<Compile Include="HighWay.SellData.Model\ENDACCOUNT_TEMP.cs" />
<Compile Include="HighWay.SellData.Model\EXCEPTION.cs" />
<Compile Include="HighWay.SellData.Model\GASDAILYSALES.cs" />
<Compile Include="HighWay.SellData.Model\GASMETER.cs" />
<Compile Include="HighWay.SellData.Model\GASSALESITEM.cs" />
<Compile Include="HighWay.SellData.Model\GASSHIFTSALES.cs" />
<Compile Include="HighWay.SellData.Model\PERSONSELL.cs" />
<Compile Include="HighWay.SellData.Model\SELLDATA.cs" />
<Compile Include="HighWay.SellData.Interface\ISELLDATA.cs" />
<Compile Include="HighWay.SellData.Model\SELLDATA_EXTRA.cs" />
<Compile Include="HighWay.SellData.Model\SUPPLEMENT.cs" />
<Compile Include="HighWay.SellData.Model\SUPPLEMENT_PRE.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</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>