2025-03-28 09:49:56 +08:00

97 lines
4.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" 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>{C4A82C40-8EFA-4EC1-B6E3-620FCFFBC420}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SocketTransfer.SDK</RootNamespace>
<AssemblyName>SocketTransfer.SDK</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>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\..\..\..\001_高速项目\010_浙江高速\910_RealEstate.Release\Newtonsoft.Json.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.Data.OracleClient" />
<Reference Include="System.Net" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ClassObject\CommoditySale.cs" />
<Compile Include="CommonHelper.cs" />
<Compile Include="CommonHelperNew.cs" />
<Compile Include="ClassObject\DataCollection.cs" />
<Compile Include="ClassObject\EndAccount.cs" />
<Compile Include="EventsCommodity.cs" />
<Compile Include="EventsCommodityNew.cs" />
<Compile Include="LogHelper.cs" />
<Compile Include="MemoryManagement.cs" />
<Compile Include="OracleHelper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ClassObject\SellData.cs" />
<Compile Include="ClassObject\Serverpart.cs" />
<Compile Include="ClassObject\ServerpartShop.cs" />
<Compile Include="ScanUpdateHelper.cs" />
<Compile Include="Socket.cs" />
<Compile Include="SocketBase.cs" />
<Compile Include="SocketReceive.cs" />
<Compile Include="SocketSend.cs" />
<Compile Include="ClassObject\TransferTool.cs" />
<Compile Include="ClassObject\Transfer_Sale.cs" />
<Compile Include="ClassObject\Transfer_SellData.cs" />
<Compile Include="ClassObject\WeChatPush.cs" />
<Compile Include="ClassObject\WeChatPushDetail.cs" />
<Compile Include="ClassObject\WeChatPushSale.cs" />
</ItemGroup>
<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>