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

92 lines
4.1 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>{4F540EF0-B042-415F-8314-7B3CA0AFF28F}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>DataConverter</RootNamespace>
<AssemblyName>DataConverter</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' ">
<PlatformTarget>x86</PlatformTarget>
<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' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="BreakpointTransmission.Client">
<HintPath>..\..\..\910_RealEstate.Release\BreakpointTransmission.Client.dll</HintPath>
</Reference>
<Reference Include="CL.IO.Zip">
<HintPath>..\..\..\910_RealEstate.Release\CL.IO.Zip.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="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<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="BLL\Converter\ExceptionHelper.cs" />
<Compile Include="BLL\Converter\SellDataHelper.cs" />
<Compile Include="BLL\PBDataZipFile.cs" />
<Compile Include="Internal\CreateRequestHeadersHandler.cs" />
<Compile Include="Internal\Header.cs" />
<Compile Include="Model\AbnormalityAnalysisModel.cs" />
<Compile Include="Model\AbnormalityModel.cs" />
<Compile Include="Model\CommodityModel.cs" />
<Compile Include="Model\RevenueTrenModel.cs" />
<Compile Include="Model\SellDetailModel.cs" />
<Compile Include="Model\SellDetailsDiscountModel.cs" />
<Compile Include="Model\SellMasterDiscountModel.cs" />
<Compile Include="Model\SellMasterModel.cs" />
<Compile Include="Model\SellWorkerModel.cs" />
<Compile Include="Model\ShopMessageModel.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Transmission.SDK\Transmission.SDK.csproj">
<Project>{ed818fe8-c359-47ba-8674-105f5be7e54a}</Project>
<Name>Transmission.SDK</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="区服PB系统数据转换和压缩文件上传工具.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>