tijian_jichuang/Code/SOH.Queuing.Setting/SOH.Queuing.Setting.csproj
2025-02-20 11:54:48 +08:00

193 lines
8.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.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>{EC4DE280-F6C0-4A89-9BD9-19FF40CC0EBF}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SOH.Queuing.Setting</RootNamespace>
<AssemblyName>SOH.Queuing.Setting</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\publish\</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>..\..\publish\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="ChnCharInfo, Version=1.0.0.0, Culture=neutral, PublicKeyToken=18f031bd02e5e291, processorArchitecture=MSIL" />
<Reference Include="EAS.Data">
<HintPath>..\..\publish\EAS.Data.dll</HintPath>
</Reference>
<Reference Include="EAS.MicroKernel">
<HintPath>..\..\publish\EAS.MicroKernel.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.Serialization" />
<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" />
<Reference Include="WeifenLuo.WinFormsUI.Docking, Version=2.7.0.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\publish\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="frmpd_ks.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmpd_ks.Designer.cs">
<DependentUpon>frmpd_ks.cs</DependentUpon>
</Compile>
<Compile Include="frmpd_ksxmGuanXi.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmpd_ksxmGuanXi.Designer.cs">
<DependentUpon>frmpd_ksxmGuanXi.cs</DependentUpon>
</Compile>
<Compile Include="frmpd_pdxmDuiYing.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmpd_pdxmDuiYing.Designer.cs">
<DependentUpon>frmpd_pdxmDuiYing.cs</DependentUpon>
</Compile>
<Compile Include="frmpd_xm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmpd_xm.Designer.cs">
<DependentUpon>frmpd_xm.cs</DependentUpon>
</Compile>
<Compile Include="frm_BuJuView.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frm_BuJuView.Designer.cs">
<DependentUpon>frm_BuJuView.cs</DependentUpon>
</Compile>
<Compile Include="frm_BuJuWeiHu.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frm_BuJuWeiHu.Designer.cs">
<DependentUpon>frm_BuJuWeiHu.cs</DependentUpon>
</Compile>
<Compile Include="frm_KHPDXX.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frm_KHPDXX.Designer.cs">
<DependentUpon>frm_KHPDXX.cs</DependentUpon>
</Compile>
<Compile Include="frm_KSPDXX.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frm_KSPDXX.Designer.cs">
<DependentUpon>frm_KSPDXX.cs</DependentUpon>
</Compile>
<Compile Include="frm_LouCeng.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frm_LouCeng.Designer.cs">
<DependentUpon>frm_LouCeng.cs</DependentUpon>
</Compile>
<Compile Include="frm_pd_jianqu.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frm_pd_jianqu.Designer.cs">
<DependentUpon>frm_pd_jianqu.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Entities\SOH.Entities.csproj">
<Project>{12898925-4422-45e2-a3f6-712c74026bec}</Project>
<Name>SOH.Entities</Name>
</ProjectReference>
<ProjectReference Include="..\SOH.BLL.Contract\SOH.BLL.Contract.csproj">
<Project>{e9ae5503-166c-44bb-b979-5798ae9b65a5}</Project>
<Name>SOH.BLL.Contract</Name>
</ProjectReference>
<ProjectReference Include="..\SOH.Kernel\SOH.Kernel.csproj">
<Project>{e59e53be-a94c-4c66-8b00-33a0e6751b79}</Project>
<Name>SOH.Kernel</Name>
</ProjectReference>
<ProjectReference Include="..\xiaoy.Excel\xiaoy.Excel.csproj">
<Project>{7BC3217B-5300-4D7E-9BED-72E6370E6D5D}</Project>
<Name>xiaoy.Excel</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="frmpd_ks.resx">
<DependentUpon>frmpd_ks.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="frmpd_ksxmGuanXi.resx">
<DependentUpon>frmpd_ksxmGuanXi.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmpd_pdxmDuiYing.resx">
<DependentUpon>frmpd_pdxmDuiYing.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmpd_xm.resx">
<DependentUpon>frmpd_xm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="frm_BuJuView.resx">
<DependentUpon>frm_BuJuView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frm_BuJuWeiHu.resx">
<DependentUpon>frm_BuJuWeiHu.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frm_KHPDXX.resx">
<DependentUpon>frm_KHPDXX.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frm_KSPDXX.resx">
<DependentUpon>frm_KSPDXX.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frm_LouCeng.resx">
<DependentUpon>frm_LouCeng.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frm_pd_jianqu.resx">
<DependentUpon>frm_pd_jianqu.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="Properties\DataSources\frmpd_xm.datasource" />
<None Include="Properties\DataSources\SOH.Entities.pd_jianqu.datasource" />
<None Include="Properties\DataSources\SOH.Entities.pd_ksxm.datasource" />
<None Include="Properties\DataSources\SOH.Entities.Pd_louceng.datasource" />
<None Include="Properties\DataSources\SOH.Entities.pd_wlks.datasource" />
<None Include="Properties\DataSources\SOH.Entities.pd_xm.datasource" />
<None Include="Properties\DataSources\SOH.Entities.t_zhxm.datasource" />
</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>