2025-03-27 15:05:14 +08:00

184 lines
7.9 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>{D77DE0D1-A0BF-489E-9E9B-5AC3B9DF2827}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>HighWay.PrintLable</RootNamespace>
<AssemblyName>HighWay.PrintLable</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</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>
</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>
<PropertyGroup>
<ApplicationIcon>favicon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="HighWay.Storage.Business">
<HintPath>..\..\910_RealEstate.Release\HighWay\HighWay.Storage.Business.dll</HintPath>
</Reference>
<Reference Include="HighWay.Storage.Model">
<HintPath>..\..\910_RealEstate.Release\HighWay\HighWay.Storage.Model.dll</HintPath>
</Reference>
<Reference Include="HighWay.Storage.References">
<HintPath>..\..\910_RealEstate.Release\HighWay\HighWay.Storage.References.dll</HintPath>
</Reference>
<Reference Include="Microsoft.ReportViewer.Common">
<HintPath>..\..\910_RealEstate.Release\Microsoft.ReportViewer.Common.dll</HintPath>
</Reference>
<Reference Include="Microsoft.ReportViewer.ProcessingObjectModel">
<HintPath>..\..\910_RealEstate.Release\Microsoft.ReportViewer.ProcessingObjectModel.dll</HintPath>
</Reference>
<Reference Include="Microsoft.ReportViewer.WinForms">
<HintPath>..\..\910_RealEstate.Release\Microsoft.ReportViewer.WinForms.dll</HintPath>
</Reference>
<Reference Include="Microsoft.ReportViewer.WinForms.resources">
<HintPath>..\..\910_RealEstate.Release\Microsoft.ReportViewer.WinForms.resources.dll</HintPath>
</Reference>
<Reference Include="RealEstate.Core">
<HintPath>..\..\910_RealEstate.Release\HighWay\RealEstate.Core.dll</HintPath>
</Reference>
<Reference Include="RealEstate.Enums">
<HintPath>..\..\910_RealEstate.Release\HighWay\RealEstate.Enums.dll</HintPath>
</Reference>
<Reference Include="RealEstate.FrameWork">
<HintPath>..\..\910_RealEstate.Release\HighWay\RealEstate.FrameWork.dll</HintPath>
</Reference>
<Reference Include="RealEstate.Web">
<HintPath>..\..\910_RealEstate.Release\RealEstate.CorePlatform\RealEstate.Web.dll</HintPath>
</Reference>
<Reference Include="RealEstate.WorkFlow">
<HintPath>..\..\910_RealEstate.Release\HighWay\RealEstate.WorkFlow.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="zxing">
<HintPath>..\..\910_RealEstate.Release\zxing.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="CommodityPrompt.xaml.cs">
<DependentUpon>CommodityPrompt.xaml</DependentUpon>
</Compile>
<Compile Include="GoodsUpdate.xaml.cs">
<DependentUpon>GoodsUpdate.xaml</DependentUpon>
</Compile>
<Compile Include="PrintHelper.cs" />
<Compile Include="RealEstateHelper.cs" />
<Page Include="CommodityPrompt.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="GoodsUpdate.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="LoadingTime.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="PrintLableMain.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="LoadingTime.xaml.cs">
<DependentUpon>LoadingTime.xaml</DependentUpon>
</Compile>
<Compile Include="PrintLableMain.xaml.cs">
<DependentUpon>PrintLableMain.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Report\ReportOne.rdlc" />
<EmbeddedResource Include="Report\ReportTwo.rdlc" />
<None Include="App.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<Resource Include="Image\PrintLable\btnbackground.png" />
<Resource Include="Image\PrintLable\删除.png" />
<Resource Include="Image\PrintLable\刷新.png" />
<Resource Include="Image\PrintLable\取消.png" />
<Resource Include="Image\PrintLable\名单.png" />
<Resource Include="Image\PrintLable\打印.png" />
<Resource Include="Image\PrintLable\标题.png" />
<Resource Include="Image\PrintLable\确认.png" />
<Resource Include="Image\PrintLable\背景.png" />
<Resource Include="Image\PrintLable\设置.png" />
<Resource Include="Image\PrintLable\退出.png" />
<Resource Include="Image\PrintLable\退出1.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="favicon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>