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

90 lines
4.4 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>{ED818FE8-C359-47BA-8674-105F5BE7E54A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Transmission.SDK</RootNamespace>
<AssemblyName>Transmission.SDK</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<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>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\..\910_RealEstate.Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Web.Administration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<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="RealEstate.Core">
<HintPath>..\..\..\..\..\001_高速项目\010_浙江高速\910_RealEstate.Release\HighWay\RealEstate.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Core" />
<Reference Include="System.Data.OracleClient" />
<Reference Include="System.DirectoryServices" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Web.Extensions" />
<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="CommonDictionary.cs" />
<Compile Include="DataCheckHelper.cs" />
<Compile Include="DataTableHelper.cs" />
<Compile Include="EnumHelper.cs" />
<Compile Include="HttpDataHelper.cs" />
<Compile Include="IISWorkerHelper.cs" />
<Compile Include="JsonHelper.cs" />
<Compile Include="LogHelper.cs" />
<Compile Include="Model\Common\NotifyEventArgs.cs" />
<Compile Include="Model\SocketTransfer\SocketMessageModel.cs" />
<Compile Include="OperationDataHelper.cs" />
<Compile Include="OracleHelper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RandomNum.cs" />
<Compile Include="SoapWSHelper.cs" />
<Compile Include="SQLDBHelper.cs" />
<Compile Include="ThreadPool\ClientThread.cs" />
<Compile Include="ThreadPool\ConfigInterface.cs" />
<Compile Include="ThreadPool\DownParameter.cs" />
<Compile Include="ThreadPool\DownResultInfo.cs" />
<Compile Include="ThreadPool\MemoryManagement.cs" />
<Compile Include="ThreadPool\MulLinkCilentThread.cs" />
<Compile Include="ThreadPool\QueueInfo.cs" />
<Compile Include="ThreadPool\TopParameter.cs" />
<Compile Include="ThreadPool\UploadResultInfo.cs" />
<Compile Include="WindowsServiceHelper.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>