145 lines
6.6 KiB
XML
145 lines
6.6 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>{DDA0FACC-084E-42EF-AD7C-E785A24ADFBE}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>DataTransmission</RootNamespace>
|
|
<AssemblyName>DataTransmission</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="EShang.Common">
|
|
<HintPath>..\EShangApi.Common\bin\Debug\EShang.Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="HZQR.Common">
|
|
<HintPath>..\..\..\..\001_高速项目\010_浙江高速\910_RealEstate.Release\HZQR.Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\910_RealEstate.Release\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Oracle.ManagedDataAccess">
|
|
<HintPath>..\..\910_RealEstate.Release\Oracle.ManagedDataAccess.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="RealEstate.Core">
|
|
<HintPath>..\..\910_RealEstate.Release\RealEstate.CorePlatform\RealEstate.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.ServiceProcess" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="DataTransmission.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DataTransmission.Designer.cs">
|
|
<DependentUpon>DataTransmission.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Enums\BusinessTypeEnum.cs" />
|
|
<Compile Include="Enums\SettlementModeEnum.cs" />
|
|
<Compile Include="Enums\ShopStateEnum.cs" />
|
|
<Compile Include="Enums\TransferTypeEnum.cs" />
|
|
<Compile Include="Enums\ValidEnum.cs" />
|
|
<Compile Include="Method\BLL\AccountHelper.cs" />
|
|
<Compile Include="Method\BLL\BaseInfoHelper.cs" />
|
|
<Compile Include="Method\BLL\CustomerHelper.cs" />
|
|
<Compile Include="Method\BLL\ExamineHelper.cs" />
|
|
<Compile Include="Method\OracleHelper.cs" />
|
|
<Compile Include="Model\AccountModel.cs" />
|
|
<Compile Include="Model\AccountReceivablesModel.cs" />
|
|
<Compile Include="Model\AssetProfitModel.cs" />
|
|
<Compile Include="Model\BusinessProjectSplitModel.cs" />
|
|
<Compile Include="Model\CommonModel.cs" />
|
|
<Compile Include="Model\EndaccountModel.cs" />
|
|
<Compile Include="Method\BLL\BayonetHelper.cs" />
|
|
<Compile Include="Method\BLL\BusinessLogHelper.cs" />
|
|
<Compile Include="Method\BLL\BusinessProjectHelper.cs" />
|
|
<Compile Include="Method\BLL\CuringDataHelper.cs" />
|
|
<Compile Include="Method\BLL\MobilePayHelper.cs" />
|
|
<Compile Include="Method\BLL\StockLogHelper.cs" />
|
|
<Compile Include="Method\CommonHelper.cs" />
|
|
<Compile Include="Model\KwyRoyaltyModel.cs" />
|
|
<Compile Include="Model\MPQueryParam.cs" />
|
|
<Compile Include="Model\NestingModel.cs" />
|
|
<Compile Include="Model\PERIODWARNINGModel.cs" />
|
|
<Compile Include="Model\ProjectSplitSummaryModel.cs" />
|
|
<Compile Include="Model\ResultListModel.cs" />
|
|
<Compile Include="Model\RevenuePushModel.cs" />
|
|
<Compile Include="Model\SHOPEXPENSEModel.cs" />
|
|
<Compile Include="Model\ShopModifyModel.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<EmbeddedResource Include="DataTransmission.resx">
|
|
<DependentUpon>DataTransmission.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |