StockInQuiry/StockInQuiry/StockInQuiry.csproj
bairubing ea326ec8ea 😎1.新增BOM对比页面
2.调整页面ui
3.调整url请求ip取值方式
2025-05-19 14:12:52 +08:00

179 lines
7.7 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>{2E434738-8E71-43E7-A580-CB464A021B30}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>StockInQuiry</RootNamespace>
<AssemblyName>StockInQuiry</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</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>1</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>
</PropertyGroup>
<ItemGroup>
<Reference Include="EPDM.Interop.epdm, Version=5.27.0.0, Culture=neutral, PublicKeyToken=0625a0c4bb5de148, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<EmbedInteropTypes>False</EmbedInteropTypes>
<HintPath>F:\启威星资料\EPDM.Interop.epdm.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Office.Interop.Excel.15.0.4795.1001\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Security" />
<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.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="BomComparisonForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="BomComparisonForm.Designer.cs">
<DependentUpon>BomComparisonForm.cs</DependentUpon>
</Compile>
<Compile Include="BomCostInquiryForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="BomCostInquiryForm.Designer.cs">
<DependentUpon>BomCostInquiryForm.cs</DependentUpon>
</Compile>
<Compile Include="BomstockInquiryForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="BomstockInquiryForm.Designer.cs">
<DependentUpon>BomstockInquiryForm.cs</DependentUpon>
</Compile>
<Compile Include="Dto\BomPriceInquiryOutput.cs" />
<Compile Include="Dto\BomStockInquiryOutput.cs" />
<Compile Include="Dto\ComparedBomResult.cs" />
<Compile Include="Dto\MaterialVersions.cs" />
<Compile Include="Dto\PdmMaterialBom.cs" />
<Compile Include="Dto\RawMaterialOutput.cs" />
<Compile Include="Dto\SapEcnQueryOutput.cs" />
<Compile Include="Dto\SapPriceInquiryOutput.cs" />
<Compile Include="PdmAddIn.cs" />
<Compile Include="PdmCostInquiryForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PdmCostInquiryForm.Designer.cs">
<DependentUpon>PdmCostInquiryForm.cs</DependentUpon>
</Compile>
<Compile Include="PdmStockInquiryForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PdmStockInquiryForm.Designer.cs">
<DependentUpon>PdmStockInquiryForm.cs</DependentUpon>
</Compile>
<Compile Include="PriceInquiryForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PriceInquiryForm.Designer.cs">
<DependentUpon>PriceInquiryForm.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="RawMaterialForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="RawMaterialForm.Designer.cs">
<DependentUpon>RawMaterialForm.cs</DependentUpon>
</Compile>
<Compile Include="RawMaterialPriceInquiryForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="RawMaterialPriceInquiryForm.Designer.cs">
<DependentUpon>RawMaterialPriceInquiryForm.cs</DependentUpon>
</Compile>
<Compile Include="StockInQuiryForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="StockInQuiryForm.Designer.cs">
<DependentUpon>StockInQuiryForm.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="BomComparisonForm.resx">
<DependentUpon>BomComparisonForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="BomCostInquiryForm.resx">
<DependentUpon>BomCostInquiryForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="BomstockInquiryForm.resx">
<DependentUpon>BomstockInquiryForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="PdmCostInquiryForm.resx">
<DependentUpon>PdmCostInquiryForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="PdmStockInquiryForm.resx">
<DependentUpon>PdmStockInquiryForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="PriceInquiryForm.resx">
<DependentUpon>PriceInquiryForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<SubType>Designer</SubType>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="RawMaterialForm.resx">
<DependentUpon>RawMaterialForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="RawMaterialPriceInquiryForm.resx">
<DependentUpon>RawMaterialPriceInquiryForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="StockInQuiryForm.resx">
<DependentUpon>StockInQuiryForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Content Include="logo\Manage.png" />
<Content Include="logo\公司.png" />
<Content Include="logo\启威星logo.png" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>