Files
RookieStation/RookieStation/RookieStation.csproj
2021-11-12 11:40:43 +08:00

653 lines
32 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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>{057C7E8D-42A1-4912-B522-498DB7484894}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RookieStation</RootNamespace>
<AssemblyName>RookieStation</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x64</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>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\YTX.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="AdWindows, Version=2018.11.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Revit_API_x64.2020.0.0\lib\NET470\AdWindows.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="EPPlus, Version=5.6.4.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
<HintPath>..\packages\EPPlus.5.6.4\lib\net45\EPPlus.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="HandyControl, Version=3.2.0.0, Culture=neutral, PublicKeyToken=45be8712787a1e5b, processorArchitecture=MSIL">
<HintPath>..\packages\HandyControl.3.2.0\lib\net47\HandyControl.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=1.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IO.RecyclableMemoryStream.1.4.1\lib\net46\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="RevitAddInUtility, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Revit_API_x64.2020.0.0\lib\NET470\RevitAddInUtility.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPI, Version=20.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\Revit_API_x64.2020.0.0\lib\NET470\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI, Version=20.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\Revit_API_x64.2020.0.0\lib\NET470\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Core" />
<Reference Include="System.Data.SQLite, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\lib\net46\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Security" />
<Reference Include="System.Threading.Tasks" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UIFramework, Version=20.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\Revit_API_x64.2020.0.0\lib\NET470\UIFramework.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UIFrameworkServices, Version=20.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\Revit_API_x64.2020.0.0\lib\NET470\UIFrameworkServices.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="CommonTools\ExecuteCmd\ChangeBackgroundColor.cs" />
<Compile Include="CommonTools\ExecuteCmd\DecryptFamily.cs" />
<Compile Include="CommonTools\ExecuteCmd\EncryptFamily.cs" />
<Compile Include="CommonTools\ViewModels\EncryptOrDecryptFamily.cs" />
<Compile Include="CommonTools\ViewModels\ProgressMonitorControl.cs" />
<Compile Include="CommonTools\Views\ProgressMonitorView.xaml.cs">
<DependentUpon>ProgressMonitorView.xaml</DependentUpon>
</Compile>
<Compile Include="Drawing\ExecuteCmds\CreateGroundPavingLegend.cs" />
<Compile Include="Drawing\ExecuteCmds\CreateLightLegend.cs" />
<Compile Include="Drawing\ExecuteCmds\CreateFurnitureLegend.cs" />
<Compile Include="Drawing\ExecuteCmds\BatchExportDwg.cs" />
<Compile Include="Drawing\ExecuteCmds\CreateMainMaterialsTable.cs" />
<Compile Include="Drawing\ExecuteCmds\CreatePlaneGraphLegend.cs" />
<Compile Include="Drawing\ExecuteCmds\CreateSocketLegend.cs" />
<Compile Include="Drawing\ExecuteCmds\CreateSwitchLegend.cs" />
<Compile Include="Drawing\ExecuteCmds\CreateViewSectionAnnotation.cs" />
<Compile Include="Drawing\ExecuteCmds\CreateWallLegend.cs" />
<Compile Include="Drawing\ExecuteCmds\CreateWires.cs" />
<Compile Include="Drawing\ExecuteCmds\UnifyViewportOnViewSheet.cs" />
<Compile Include="Drawing\Models\LightingDevices.cs" />
<Compile Include="Drawing\Models\MaterialItem.cs" />
<Compile Include="Drawing\Models\ShelfStatistic.cs" />
<Compile Include="Drawing\Views\WpfLegendCreator.xaml.cs">
<DependentUpon>WpfLegendCreator.xaml</DependentUpon>
</Compile>
<Compile Include="Statistics\ExecuteCmds\CmdExportOrderQuantity.cs" />
<Compile Include="Statistics\ExecuteCmds\CmdExportWorkSchedule.cs" />
<Compile Include="Finishes\ExecuteCmds\CmdPlaceFloorFinishes.cs" />
<Compile Include="MailingAreaModule\ExecuteCmds\CmdLogoExtrusion.cs" />
<Compile Include="Finishes\ExecuteCmds\CmdPlaceWallFinishes.cs" />
<Compile Include="CommonTools\ExtHandler\FamilyDockablePaneHandler.cs" />
<Compile Include="CommonTools\Models\FamilyInfo.cs" />
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="Statistics\ExecuteCmds\CmdExportBudgetInventory.cs" />
<Compile Include="Statistics\Models\SubItem.cs" />
<Compile Include="Utils\AssemblyLoader.cs" />
<Compile Include="Drawing\ExecuteCmds\CreateViewPlanAnnotation.cs" />
<Compile Include="Utils\DocumentExtension.cs" />
<Compile Include="Utils\EnumItemsSource.cs" />
<Compile Include="Utils\ExcelUtils.cs" />
<Compile Include="Utils\KeyPress.cs" />
<Compile Include="CommonTools\ExecuteCmd\UseFamilyPane.cs" />
<Compile Include="ParcelAreaModule\ExecuteCmds\CmdPlaceShelves.cs" />
<Compile Include="Utils\CommonUtils.cs" />
<Compile Include="Utils\Log.cs" />
<Compile Include="Utils\EnableCmdInViewPlan.cs" />
<Compile Include="ParcelAreaModule\ExecuteCmds\CmdPlaceEntranceGate.cs" />
<Compile Include="ParcelAreaModule\ExecuteCmds\CmdPlaceExitGate.cs" />
<Compile Include="Utils\RsFamilyLoadOption.cs" />
<Compile Include="Utils\RsRevitUtils.cs" />
<Compile Include="Finishes\ExecuteCmds\FloorFinishes.cs" />
<Compile Include="ParcelAreaModule\ExecuteCmds\CmdPlaceLamps.cs" />
<Compile Include="ParcelAreaModule\Models\Enum.cs" />
<Compile Include="Utils\ProjectConfigUtil.cs" />
<Compile Include="ProjectConfig\ExcuteCmd\CmdProjectSettings.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="ParcelAreaModule\ExecuteCmds\CmdArrangeShelfCards.cs" />
<Compile Include="RsApp.cs" />
<Compile Include="ParcelAreaModule\ViewModels\ShelvesPlacementViewModel.cs" />
<Compile Include="Utils\SelectFilter.cs" />
<Compile Include="MailingAreaModule\ExecuteCmds\CmdPlaceReceptionArea.cs" />
<Compile Include="ParcelAreaModule\Models\Shelf.cs" />
<Compile Include="UserConstant.cs" />
<Compile Include="Utils\SQLiteUtil.cs" />
<Compile Include="Utils\VistaFolderBrowserDialog.cs" />
<Compile Include="Utils\WindowsThumbnailProvider.cs" />
<Compile Include="Utils\WinIntPtr.cs" />
<Compile Include="ParcelAreaModule\Views\WpfEntranceGate.xaml.cs">
<DependentUpon>WpfEntranceGate.xaml</DependentUpon>
</Compile>
<Compile Include="ParcelAreaModule\Views\WpfExitGate.xaml.cs">
<DependentUpon>WpfExitGate.xaml</DependentUpon>
</Compile>
<Compile Include="CommonTools\Views\WpfFamilyDockablePane.xaml.cs">
<DependentUpon>WpfFamilyDockablePane.xaml</DependentUpon>
</Compile>
<Compile Include="Finishes\Views\WpfFloorFinishes.xaml.cs">
<DependentUpon>WpfFloorFinishes.xaml</DependentUpon>
</Compile>
<Compile Include="ParcelAreaModule\Views\WpfLampsLayout.xaml.cs">
<DependentUpon>WpfLampsLayout.xaml</DependentUpon>
</Compile>
<Compile Include="ProjectConfig\Views\WpfProjectSettings.xaml.cs">
<DependentUpon>WpfProjectSettings.xaml</DependentUpon>
</Compile>
<Compile Include="ParcelAreaModule\Views\WpfShelfCards.xaml.cs">
<DependentUpon>WpfShelfCards.xaml</DependentUpon>
</Compile>
<Compile Include="MailingAreaModule\Views\WpfReceptionArea.xaml.cs">
<DependentUpon>WpfReceptionArea.xaml</DependentUpon>
</Compile>
<Compile Include="ParcelAreaModule\Views\WpfShelvesLayout.xaml.cs">
<DependentUpon>WpfShelvesLayout.xaml</DependentUpon>
</Compile>
<Compile Include="Finishes\Views\WpfWallFinishes.xaml.cs">
<DependentUpon>WpfWallFinishes.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="RsLibrary\FamilyLibrary\其他\雨棚.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\出入口\收检台-右.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\出入口\收检台-左.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\出入口\智能翼闸.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\家具\绿动回收台-单.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\家具\绿动回收台-双.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\家具\绿动回收台.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\开关\三联开关 - 暗装.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\开关\单联开关 - 暗装.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\开关\双联开关 - 暗装.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\插座\单相地面二三孔插座.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\插座\单相暗装二三孔插座.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\标识标牌\亚克力水晶字.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\标识标牌\壁挂灯箱.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\标识标牌\精工背发光字.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\标识标牌\腰封玻璃贴.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\灯具\平板灯.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\灯具\支架灯.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\灯具\明装筒灯.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\灯具\艺术吊灯.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\灯具\轨道射灯.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\设备\家用配电箱.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\设备\配电箱.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\设备\高拍仪.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\货架\仓储货架.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\门\双扇平开防火子母门.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\门\防火卷帘-中装.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\设备\自助寄件机.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\家具\圆形餐桌组.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\家具\咖餐厅座椅组.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\家具\钢制桌椅.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\出入口\三辊闸机.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\其他\吊线.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\墙饰面\背景墙.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\Inventory.db">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Resource Include="Resources\Fonts\iconfont.ttf" />
<None Include="RsLibrary\Document\样板工程量清单.xlsx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\门\幕墙门-双扇无边框.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\门\幕墙门-玻璃门.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\板饰面\地砖.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\家具\寄件接待台-带收检台.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\家具\寄件接待台.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\家具\拆包桌.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\家具\绿动箱.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\出入口\L型收检台.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\出入口\直线形收检台.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\出入口\简易收检台.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\出入口\闸机.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\其他\定位线.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\货架\货架端牌.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\标识标牌\台卡.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\标识标牌\四牌.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\标识标牌\地贴.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\标识标牌\墙贴.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\标识标牌\寄件收费标准.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\标识标牌\常规门头.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\标识标牌\快递指导规范.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\标识标牌\玻璃贴.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\标识标牌\菜鸟使命.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RsLibrary\FamilyLibrary\墙饰面\校园文化墙.rfa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
<None Include="RookieStation.addin">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RookieStationDebug.addin" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Page Include="CommonTools\Views\ProgressMonitorView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Drawing\Views\WpfLegendCreator.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="ParcelAreaModule\Views\WpfEntranceGate.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="ParcelAreaModule\Views\WpfExitGate.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CommonTools\Views\WpfFamilyDockablePane.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Finishes\Views\WpfFloorFinishes.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="ParcelAreaModule\Views\WpfLampsLayout.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="ProjectConfig\Views\WpfProjectSettings.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="ParcelAreaModule\Views\WpfShelfCards.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="MailingAreaModule\Views\WpfReceptionArea.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="ParcelAreaModule\Views\WpfShelvesLayout.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Finishes\Views\WpfWallFinishes.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<None Include="Resources\Shipping.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\AutoShelfLegend.gif" />
<None Include="Resources\Legend.png" />
<None Include="Resources\Decrypt.png" />
<None Include="Resources\Encrypt.png" />
<None Include="Resources\ExportDwg.png" />
<None Include="Resources\LightLegend.png" />
<Content Include="Resources\LogoExtrusion.png" />
<None Include="Resources\ViewPlanDim.png" />
<None Include="Resources\ViewSectionDim.png" />
<None Include="Resources\MainMaterials.png" />
<None Include="Resources\ShelfLegend.png" />
<None Include="Resources\SwitchLegend.png" />
<None Include="Resources\SocketLegend.png" />
<None Include="Resources\PlaneLegend.png" />
<Content Include="Resources\WallFinishes.png" />
<None Include="Resources\Wire.png" />
<Content Include="Resources\YTX.ico" />
<None Include="Resources\WorkSchedule.png" />
<None Include="Resources\视口.png" />
<Content Include="RsLibrary\MainMaterials\AP三开开关.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\AP五孔插座.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\AP单开开关.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\AP双开开关.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\AP弱电面板.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\T5支架灯.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\前台吊灯.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\塑胶地板.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\明装筒灯.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\木门.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\枫木免漆板.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\深灰色铝塑板.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\灰色乳胶漆.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\灰色地砖.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\灰色桥架.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\烤漆玻璃.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\玻璃门.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\电动卷闸门.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\白色乳胶漆.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\白色人造石.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\白色铝塑板.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\真石漆.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\矿棉板吊顶.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\纸面石膏板.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\芝麻灰花岗岩.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\蒙古黑花岗岩.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\轨道射灯.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\钢化玻璃.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\铝合金.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\铝方通.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\MainMaterials\黑钛不锈钢.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\免费WiFi.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\取件出口.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\取件区-右.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\取件区-左.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\寄件出口.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\寄件区-右.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\寄件区-左.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\服务承诺_损失赔偿方法_投诉处理办法700mm_500mm竖版.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\校园文化墙.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\消防安全.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\监控提醒.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\确认台卡.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\禁止吸烟.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\禁止寄递物品管理规定_附录禁止寄递物品指导目录700mm_500mm竖版.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\绿动区-右.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\绿动区-左.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\联系台卡.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\菜鸟驿站寄件业务收费标准210_297竖版.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\货架端牌_校园.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\邮件快件实名收寄管理办法700mm_500mm竖版.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\邮件快件收寄验视规定试行700mm_500mm竖版.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="RsLibrary\Texture\验视台卡.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\cainiao.png" />
<Content Include="Resources\EntranceGate.png" />
<Content Include="Resources\ExitGate.png" />
<Content Include="Resources\FamilyLib.png" />
<Content Include="Resources\FloorFinishes.png" />
<Content Include="Resources\Lamp.png" />
<Content Include="Resources\Reception.png" />
<Content Include="Resources\Shelf.png" />
<Content Include="Resources\ShelfCard.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
</Target>
</Project>