2017-03-04 17:07:26 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-02-22 14:30:10 +08:00
|
|
|
|
<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>
|
2017-03-04 17:07:26 +08:00
|
|
|
|
<ProjectGuid>{8C97F322-4306-40FC-AFCF-753384D80046}</ProjectGuid>
|
2017-02-22 14:30:10 +08:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>CommonLibrary</RootNamespace>
|
|
|
|
|
|
<AssemblyName>CommonLibrary</AssemblyName>
|
|
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
|
</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>4</WarningLevel>
|
|
|
|
|
|
</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>
|
2017-06-16 09:52:58 +08:00
|
|
|
|
<Reference Include="HslCommunication, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
2017-05-18 22:44:07 +08:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2017-05-02 21:28:38 +08:00
|
|
|
|
<HintPath>..\Public\HslCommunication.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
2017-06-23 13:52:05 +08:00
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net35\Newtonsoft.Json.dll</HintPath>
|
2017-05-02 21:28:38 +08:00
|
|
|
|
</Reference>
|
2017-03-04 17:07:26 +08:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Core" />
|
2017-05-03 15:50:34 +08:00
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
2017-03-04 17:07:26 +08:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
2017-02-22 14:30:10 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2017-05-03 15:50:34 +08:00
|
|
|
|
<Compile Include="AccountSupport\FormAccountManage.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="AccountSupport\FormAccountManage.designer.cs">
|
|
|
|
|
|
<DependentUpon>FormAccountManage.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-05-04 11:43:50 +08:00
|
|
|
|
<Compile Include="AccountSupport\FormMaintenance.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="AccountSupport\FormMaintenance.designer.cs">
|
|
|
|
|
|
<DependentUpon>FormMaintenance.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="AccountSupport\FormPasswordModify.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="AccountSupport\FormPasswordModify.designer.cs">
|
|
|
|
|
|
<DependentUpon>FormPasswordModify.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-05-02 21:28:38 +08:00
|
|
|
|
<Compile Include="AccountSupport\ServerAccount.cs" />
|
|
|
|
|
|
<Compile Include="AccountSupport\UserAccount.cs" />
|
2017-07-02 18:48:35 +08:00
|
|
|
|
<Compile Include="BasicSupport\FormSuper.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="BasicSupport\FormSuper.Designer.cs">
|
|
|
|
|
|
<DependentUpon>FormSuper.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-05-04 11:43:50 +08:00
|
|
|
|
<Compile Include="BasicSupport\FormUpdateLog.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="BasicSupport\FormUpdateLog.designer.cs">
|
|
|
|
|
|
<DependentUpon>FormUpdateLog.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="BasicSupport\FormVersionControl.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="BasicSupport\FormVersionControl.designer.cs">
|
|
|
|
|
|
<DependentUpon>FormVersionControl.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="BasicSupport\SoftSettings.cs" />
|
2017-09-20 12:20:37 +08:00
|
|
|
|
<Compile Include="ProtocolSupport\CommonProtocol.cs" />
|
|
|
|
|
|
<Compile Include="ProtocolSupport\CustomerCode.cs" />
|
2017-04-12 15:18:36 +08:00
|
|
|
|
<Compile Include="OrderSupport\ClassGoods.cs" />
|
|
|
|
|
|
<Compile Include="OrderSupport\ClassOrder.cs" />
|
2017-07-06 22:04:52 +08:00
|
|
|
|
<Compile Include="PortraitSupport\PortraitSupport.cs" />
|
2017-02-22 14:30:10 +08:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2017-09-19 22:16:44 +08:00
|
|
|
|
<Compile Include="ProtocolSupport\Resource.cs" />
|
2017-02-22 14:30:10 +08:00
|
|
|
|
</ItemGroup>
|
2017-05-03 15:50:34 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="AccountSupport\FormAccountManage.resx">
|
|
|
|
|
|
<DependentUpon>FormAccountManage.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-05-04 11:43:50 +08:00
|
|
|
|
<EmbeddedResource Include="AccountSupport\FormMaintenance.resx">
|
|
|
|
|
|
<DependentUpon>FormMaintenance.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="AccountSupport\FormPasswordModify.resx">
|
|
|
|
|
|
<DependentUpon>FormPasswordModify.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-07-02 18:48:35 +08:00
|
|
|
|
<EmbeddedResource Include="BasicSupport\FormSuper.resx">
|
|
|
|
|
|
<DependentUpon>FormSuper.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-05-04 11:43:50 +08:00
|
|
|
|
<EmbeddedResource Include="BasicSupport\FormUpdateLog.resx">
|
|
|
|
|
|
<DependentUpon>FormUpdateLog.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="BasicSupport\FormVersionControl.resx">
|
|
|
|
|
|
<DependentUpon>FormVersionControl.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-05-03 15:50:34 +08:00
|
|
|
|
</ItemGroup>
|
2017-06-23 13:52:05 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
|
</ItemGroup>
|
2017-02-22 14:30:10 +08:00
|
|
|
|
<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>
|
|
|
|
|
|
-->
|
2017-03-04 17:07:26 +08:00
|
|
|
|
</Project>
|