2017-07-12 11:08:30 +08:00
|
|
|
|
<?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>{2063879B-D561-47FF-A0D5-6CEF2B9E4ABD}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>ClientsLibrary</RootNamespace>
|
|
|
|
|
|
<AssemblyName>ClientsLibrary</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>
|
|
|
|
|
|
<Reference Include="CommonLibrary">
|
|
|
|
|
|
<HintPath>..\CommonLibrary\bin\Debug\CommonLibrary.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="HslCommunication">
|
|
|
|
|
|
<HintPath>..\Public\HslCommunication.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="Newtonsoft.Json">
|
|
|
|
|
|
<HintPath>..\Public\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2017-09-18 17:35:59 +08:00
|
|
|
|
<Compile Include="AccountSupport\FormAccountDetails.cs">
|
2017-09-17 21:59:45 +08:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
2017-09-18 17:35:59 +08:00
|
|
|
|
<Compile Include="AccountSupport\FormAccountDetails.Designer.cs">
|
|
|
|
|
|
<DependentUpon>FormAccountDetails.cs</DependentUpon>
|
2017-09-17 21:59:45 +08:00
|
|
|
|
</Compile>
|
2017-09-16 13:29:33 +08:00
|
|
|
|
<Compile Include="AccountSupport\AccountLogin.cs" />
|
|
|
|
|
|
<Compile Include="BasicSupport\FormDownloading.cs">
|
2017-07-12 11:08:30 +08:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
2017-09-16 13:29:33 +08:00
|
|
|
|
<Compile Include="BasicSupport\FormDownloading.Designer.cs">
|
2017-07-12 11:08:30 +08:00
|
|
|
|
<DependentUpon>FormDownloading.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-09-16 13:29:33 +08:00
|
|
|
|
<Compile Include="BasicSupport\FormShowMachineId.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="BasicSupport\FormShowMachineId.Designer.cs">
|
|
|
|
|
|
<DependentUpon>FormShowMachineId.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-09-17 15:08:34 +08:00
|
|
|
|
<Compile Include="Configuration\ListConfiguration.cs">
|
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Configuration\ListConfiguration.Designer.cs">
|
|
|
|
|
|
<DependentUpon>ListConfiguration.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-09-16 22:17:53 +08:00
|
|
|
|
<Compile Include="Configuration\FormConfiguration.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Configuration\FormConfiguration.Designer.cs">
|
|
|
|
|
|
<DependentUpon>FormConfiguration.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-09-15 22:41:53 +08:00
|
|
|
|
<Compile Include="LogsSupport\FormLogView.cs">
|
2017-07-12 11:08:30 +08:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
2017-09-15 22:41:53 +08:00
|
|
|
|
<Compile Include="LogsSupport\FormLogView.Designer.cs">
|
2017-09-02 22:35:02 +08:00
|
|
|
|
<DependentUpon>FormLogView.cs</DependentUpon>
|
2017-07-12 11:08:30 +08:00
|
|
|
|
</Compile>
|
2017-09-15 22:41:53 +08:00
|
|
|
|
<Compile Include="AccountSupport\FormRegisterAccount.cs">
|
2017-07-12 11:08:30 +08:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
2017-09-15 22:41:53 +08:00
|
|
|
|
<Compile Include="AccountSupport\FormRegisterAccount.Designer.cs">
|
2017-07-12 11:08:30 +08:00
|
|
|
|
<DependentUpon>FormRegisterAccount.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-09-18 17:35:59 +08:00
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-09-15 22:41:53 +08:00
|
|
|
|
<Compile Include="SoftUpdateSupport\FormUpdateRemote.cs">
|
2017-07-12 11:08:30 +08:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
2017-09-15 22:41:53 +08:00
|
|
|
|
<Compile Include="SoftUpdateSupport\FormUpdateRemote.Designer.cs">
|
2017-07-12 11:08:30 +08:00
|
|
|
|
<DependentUpon>FormUpdateRemote.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
<Compile Include="UserClient.cs" />
|
2017-09-17 21:59:45 +08:00
|
|
|
|
<Compile Include="AccountSupport\UserPortrait.cs" />
|
2017-07-12 11:08:30 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2017-09-18 17:35:59 +08:00
|
|
|
|
<EmbeddedResource Include="AccountSupport\FormAccountDetails.resx">
|
|
|
|
|
|
<DependentUpon>FormAccountDetails.cs</DependentUpon>
|
2017-09-17 21:59:45 +08:00
|
|
|
|
</EmbeddedResource>
|
2017-09-16 13:29:33 +08:00
|
|
|
|
<EmbeddedResource Include="BasicSupport\FormDownloading.resx">
|
2017-07-12 11:08:30 +08:00
|
|
|
|
<DependentUpon>FormDownloading.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-09-16 13:29:33 +08:00
|
|
|
|
<EmbeddedResource Include="BasicSupport\FormShowMachineId.resx">
|
|
|
|
|
|
<DependentUpon>FormShowMachineId.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-09-17 15:08:34 +08:00
|
|
|
|
<EmbeddedResource Include="Configuration\ListConfiguration.resx">
|
|
|
|
|
|
<DependentUpon>ListConfiguration.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-09-16 22:17:53 +08:00
|
|
|
|
<EmbeddedResource Include="Configuration\FormConfiguration.resx">
|
|
|
|
|
|
<DependentUpon>FormConfiguration.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-09-15 22:41:53 +08:00
|
|
|
|
<EmbeddedResource Include="LogsSupport\FormLogView.resx">
|
2017-09-02 22:35:02 +08:00
|
|
|
|
<DependentUpon>FormLogView.cs</DependentUpon>
|
2017-07-12 11:08:30 +08:00
|
|
|
|
</EmbeddedResource>
|
2017-09-15 22:41:53 +08:00
|
|
|
|
<EmbeddedResource Include="AccountSupport\FormRegisterAccount.resx">
|
2017-07-12 11:08:30 +08:00
|
|
|
|
<DependentUpon>FormRegisterAccount.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-09-18 17:35:59 +08:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-09-15 22:41:53 +08:00
|
|
|
|
<EmbeddedResource Include="SoftUpdateSupport\FormUpdateRemote.resx">
|
2017-07-12 11:08:30 +08:00
|
|
|
|
<DependentUpon>FormUpdateRemote.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
2017-09-18 17:35:59 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="img\ExtensionManager_vsix_OSReg_16x.png" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="img\Flagthread_7317.png" />
|
|
|
|
|
|
</ItemGroup>
|
2017-07-12 11:08:30 +08:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
|
</Project>
|