164 lines
7.7 KiB
XML
164 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>{22808B19-587E-457D-B8AE-53F5D95974FC}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>ServerSystem</RootNamespace>
|
|
<AssemblyName>ServerSystem</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
</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>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</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>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="AxInterop.ACTMULTILib">
|
|
<HintPath>.\AxInterop.ACTMULTILib.dll</HintPath>
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
</Reference>
|
|
<Reference Include="DevExpress.Data.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
<Reference Include="DevExpress.Images.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="DevExpress.Printing.v16.2.Core, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
<Reference Include="DevExpress.Sparkline.v16.2.Core, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
<Reference Include="DevExpress.Utils.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
<Reference Include="DevExpress.XtraEditors.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
<Reference Include="DevExpress.XtraGrid.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
<Reference Include="DevExpress.XtraLayout.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
<Reference Include="DevExpress.XtraNavBar.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
<Reference Include="DevExpress.XtraPrinting.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
<Reference Include="DevExpress.XtraTreeList.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
<Reference Include="DevExpress.XtraVerticalGrid.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
<Reference Include="Interop.ACTMULTILib">
|
|
<HintPath>.\Interop.ACTMULTILib.dll</HintPath>
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NPOI">
|
|
<HintPath>..\packages\NPOI\NPOI.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NPOI.OOXML">
|
|
<HintPath>..\packages\NPOI\NPOI.OOXML.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Design" />
|
|
<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.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="WMS.Attirubte">
|
|
<HintPath>..\WMS.Attirubte\bin\Debug\WMS.Attirubte.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="WMS.Common">
|
|
<HintPath>..\WMS.Common\bin\Debug\WMS.Common.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="FrmSytem.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FrmSytem.Designer.cs">
|
|
<DependentUpon>FrmSytem.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PassWord.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="PassWord.Designer.cs">
|
|
<DependentUpon>PassWord.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PlcFactory.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<EmbeddedResource Include="FrmSytem.resx">
|
|
<DependentUpon>FrmSytem.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="PassWord.resx">
|
|
<DependentUpon>PassWord.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<None Include="Properties\licenses.licx" />
|
|
<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="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">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="PLCData.xml">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\WMS.Business\WMS.Business.csproj">
|
|
<Project>{074145a3-9e9d-4329-bb5e-ab4129c6cf26}</Project>
|
|
<Name>WMS.Business</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\WMS.Ctrl\WMS.Ctrl.csproj">
|
|
<Project>{948a4997-6144-4b56-ba7c-f28b85fe92f5}</Project>
|
|
<Name>WMS.Ctrl</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\WMS.IData\WMS.IData.csproj">
|
|
<Project>{398dbcb4-89fe-4ddd-ba14-a949e008f449}</Project>
|
|
<Name>WMS.IData</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\WMS.Model\WMS.Model.csproj">
|
|
<Project>{e21db598-257b-422f-b90a-f77ad4e30345}</Project>
|
|
<Name>WMS.Model</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\WMS.SqlServerData\WMS.SqlServerData.csproj">
|
|
<Project>{b6f9ad78-b9e5-4293-b5e9-a0b901f397a7}</Project>
|
|
<Name>WMS.SqlServerData</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |