91 lines
4.5 KiB
XML
91 lines
4.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>{23647A6C-6B96-4FF4-9011-C742A92ACB3A}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>SuperMap.RealEstate</RootNamespace>
|
|
<AssemblyName>SendRec.Storage.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\SendRec\</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="System.Runtime.Serialization" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Properties\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="SendRec.Storage.Interface\IBACKCOMMODITY.cs" />
|
|
<Compile Include="SendRec.Storage.Interface\ICUSTOMTYPE.cs" />
|
|
<Compile Include="SendRec.Storage.Interface\IOUTCOMMODITY.cs" />
|
|
<Compile Include="SendRec.Storage.Interface\IRESTAURANTREVENUE.cs" />
|
|
<Compile Include="SendRec.Storage.Interface\IRTCUSTOMTYPE.cs" />
|
|
<Compile Include="SendRec.Storage.Interface\IRTPROINST.cs" />
|
|
<Compile Include="SendRec.Storage.Interface\IRTSTOCK.cs" />
|
|
<Compile Include="SendRec.Storage.Interface\IRTSUPPCOMM.cs" />
|
|
<Compile Include="SendRec.Storage.Interface\ISUPPLIER.cs" />
|
|
<Compile Include="SendRec.Storage.Interface\ITEMPCHECKCOMMODITYDETAIL.cs" />
|
|
<Compile Include="SendRec.Storage.Model\APPLYCOMMODITY.cs" />
|
|
<Compile Include="SendRec.Storage.Interface\IAPPLYCOMMODITY.cs" />
|
|
<Compile Include="SendRec.Storage.Model\APPLYPROINST.cs" />
|
|
<Compile Include="SendRec.Storage.Interface\IAPPLYPROINST.cs" />
|
|
<Compile Include="SendRec.Storage.Model\APPROVED.cs" />
|
|
<Compile Include="SendRec.Storage.Interface\IAPPROVED.cs" />
|
|
<Compile Include="SendRec.Storage.Model\BACKCOMMODITY.cs" />
|
|
<Compile Include="SendRec.Storage.Model\CHECKCOMMODITY.cs" />
|
|
<Compile Include="SendRec.Storage.Interface\ICHECKCOMMODITY.cs" />
|
|
<Compile Include="SendRec.Storage.Model\CHECKCOMMODITYDETAIL.cs" />
|
|
<Compile Include="SendRec.Storage.Interface\ICHECKCOMMODITYDETAIL.cs" />
|
|
<Compile Include="SendRec.Storage.Model\CUSTOMTYPE.cs" />
|
|
<Compile Include="SendRec.Storage.Model\OUTCOMMODITY.cs" />
|
|
<Compile Include="SendRec.Storage.Model\RECCOMMODITY.cs" />
|
|
<Compile Include="SendRec.Storage.Interface\IRECCOMMODITY.cs" />
|
|
<Compile Include="SendRec.Storage.Model\RESTAURANTREVENUE.cs" />
|
|
<Compile Include="SendRec.Storage.Model\RTCUSTOMTYPE.cs" />
|
|
<Compile Include="SendRec.Storage.Model\RTPROINST.cs" />
|
|
<Compile Include="SendRec.Storage.Model\RTSTOCK.cs" />
|
|
<Compile Include="SendRec.Storage.Model\RTSUPPCOMM.cs" />
|
|
<Compile Include="SendRec.Storage.Model\SERVERPARTSTOCK.cs" />
|
|
<Compile Include="SendRec.Storage.Interface\ISERVERPARTSTOCK.cs" />
|
|
<Compile Include="SendRec.Storage.Model\SUPPLIER.cs" />
|
|
<Compile Include="SendRec.Storage.Model\TEMPCHECKCOMMODITYDETAIL.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> |