You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

284 lines
11 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>{2F4BEBF2-D92A-4CD1-9499-05B259173775}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>AUCMA.STORE</RootNamespace>
<AssemblyName>AUCMA.STORE</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</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>
<StartupObject />
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>cloud_computing_128px_1222169_easyicon.net.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="AutoMapper, Version=5.2.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
<HintPath>..\packages\AutoMapper.5.2.0\lib\net45\AutoMapper.dll</HintPath>
</Reference>
<Reference Include="HslCommunication, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cdb2261fa039ed67, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dll\HslCommunication.dll</HintPath>
</Reference>
<Reference Include="HslControls">
<HintPath>..\Dll\HslControls.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.12\lib\net45\log4net.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Oracle.ManagedDataAccess">
<HintPath>..\Dll\Oracle.ManagedDataAccess.dll</HintPath>
</Reference>
<Reference Include="SqlSugar, Version=5.0.3.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dll\SqlSugar.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Management" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Windows.Forms.DataVisualization" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AutoSizeFormClass.cs" />
<Compile Include="ChangeMaterialType.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ChangeMaterialType.Designer.cs">
<DependentUpon>ChangeMaterialType.cs</DependentUpon>
</Compile>
<Compile Include="Chart.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Chart.Designer.cs">
<DependentUpon>Chart.cs</DependentUpon>
</Compile>
<Compile Include="InStoreForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="InStoreForm.Designer.cs">
<DependentUpon>InStoreForm.cs</DependentUpon>
</Compile>
<Compile Include="InStore.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="InStore.Designer.cs">
<DependentUpon>InStore.cs</DependentUpon>
</Compile>
<Compile Include="StoreLocationInfo.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="StoreLocationInfo.Designer.cs">
<DependentUpon>StoreLocationInfo.cs</DependentUpon>
</Compile>
<Compile Include="UnLockStoreLocationInfo.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UnLockStoreLocationInfo.Designer.cs">
<DependentUpon>UnLockStoreLocationInfo.cs</DependentUpon>
</Compile>
<Compile Include="OutStore.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="OutStore.Designer.cs">
<DependentUpon>OutStore.cs</DependentUpon>
</Compile>
<Compile Include="PanelEnhanced.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="ChangeMaterialType.resx">
<DependentUpon>ChangeMaterialType.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Chart.resx">
<DependentUpon>Chart.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="InStoreForm.resx">
<DependentUpon>InStoreForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="InStore.resx">
<DependentUpon>InStore.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="StoreLocationInfo.resx">
<DependentUpon>StoreLocationInfo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UnLockStoreLocationInfo.resx">
<DependentUpon>UnLockStoreLocationInfo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="OutStore.resx">
<DependentUpon>OutStore.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AUCMA.STORE.Analysis\AUCMA.STORE.Business.csproj">
<Project>{92A12EE3-D809-4783-888C-28E4F1C1E985}</Project>
<Name>AUCMA.STORE.Business</Name>
</ProjectReference>
<ProjectReference Include="..\AUCMA.STORE.Common\AUCMA.STORE.Common.csproj">
<Project>{880C99CD-15B5-43D0-974C-8E05FB4A68A4}</Project>
<Name>AUCMA.STORE.Common</Name>
</ProjectReference>
<ProjectReference Include="..\AUCMA.STORE.Entity\AUCMA.STORE.Entity.csproj">
<Project>{94D3A19B-1537-4D79-A402-1F3708C62AEF}</Project>
<Name>AUCMA.STORE.Entity</Name>
</ProjectReference>
<ProjectReference Include="..\AUCMA.STORE.NetWork\AUCMA.STORE.NetWork.csproj">
<Project>{B010EBC2-238C-4C5E-A900-87724A03E051}</Project>
<Name>AUCMA.STORE.NetWork</Name>
</ProjectReference>
<ProjectReference Include="..\AUCMA.STORE.Services\AUCMA.STORE.SqlSugar.csproj">
<Project>{59C06619-BED8-45D8-85CF-ED55D6516C65}</Project>
<Name>AUCMA.STORE.SqlSugar</Name>
</ProjectReference>
<ProjectReference Include="..\AUCMA.STORE.WebAPI\AUCMA.STORE.WebAPI.csproj">
<Project>{41848FAB-5F5B-486E-BC20-C1EB6379982B}</Project>
<Name>AUCMA.STORE.WebAPI</Name>
</ProjectReference>
<ProjectReference Include="..\DeviceAdapter\DeviceAdapter.Simens\DeviceAdatper.Siemens\DeviceAdapter.Siemens.csproj">
<Project>{9a61ea83-4861-4562-af9a-8aaae7e75a80}</Project>
<Name>DeviceAdapter.Siemens</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services\" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Red.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Green.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\背景.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\入库.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\出库.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\回终点.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\急停.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\参数配置未选中.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\参数配置选中.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\物料查询未选中.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\物料查询选中.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\库存占比.png" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 和 x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="Resources\恢复.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\退出.png" />
</ItemGroup>
<ItemGroup>
<Content Include="cloud_computing_128px_1222169_easyicon.net.ico" />
<None Include="Resources\解锁库位.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>