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>
|
|
|
|
|
|
<Compile Include="FormDownloading.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="FormDownloading.Designer.cs">
|
|
|
|
|
|
<DependentUpon>FormDownloading.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-09-02 22:35:02 +08:00
|
|
|
|
<Compile Include="FormLogView.cs">
|
2017-07-12 11:08:30 +08:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
2017-09-02 22:35:02 +08:00
|
|
|
|
<Compile Include="FormLogView.Designer.cs">
|
|
|
|
|
|
<DependentUpon>FormLogView.cs</DependentUpon>
|
2017-07-12 11:08:30 +08:00
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="FormRegisterAccount.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="FormRegisterAccount.Designer.cs">
|
|
|
|
|
|
<DependentUpon>FormRegisterAccount.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="FormUpdateRemote.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="FormUpdateRemote.Designer.cs">
|
|
|
|
|
|
<DependentUpon>FormUpdateRemote.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
<Compile Include="UserClient.cs" />
|
2017-07-12 21:00:00 +08:00
|
|
|
|
<Compile Include="UserPortrait.cs" />
|
2017-07-12 11:08:30 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="FormDownloading.resx">
|
|
|
|
|
|
<DependentUpon>FormDownloading.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-09-02 22:35:02 +08:00
|
|
|
|
<EmbeddedResource Include="FormLogView.resx">
|
|
|
|
|
|
<DependentUpon>FormLogView.cs</DependentUpon>
|
2017-07-12 11:08:30 +08:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="FormRegisterAccount.resx">
|
|
|
|
|
|
<DependentUpon>FormRegisterAccount.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="FormUpdateRemote.resx">
|
|
|
|
|
|
<DependentUpon>FormUpdateRemote.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
|
</Project>
|