Files
ClientServerProject/CommonLibrary/CommonLibrary.csproj

128 lines
5.6 KiB
XML
Raw Normal View History

<?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>
<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>
<Reference Include="HslCommunication, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<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>
<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" />
2017-02-22 14:30:10 +08:00
</ItemGroup>
<ItemGroup>
<Compile Include="AccountSupport\FormAccountManage.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AccountSupport\FormAccountManage.designer.cs">
<DependentUpon>FormAccountManage.cs</DependentUpon>
</Compile>
<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" />
<Compile Include="BasicSupport\FormSuper.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="BasicSupport\FormSuper.Designer.cs">
<DependentUpon>FormSuper.cs</DependentUpon>
</Compile>
<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" />
<Compile Include="ProtocolSupport\CommonProtocol.cs" />
<Compile Include="ProtocolSupport\CustomerCode.cs" />
<Compile Include="OrderSupport\ClassGoods.cs" />
<Compile Include="OrderSupport\ClassOrder.cs" />
<Compile Include="PortraitSupport\PortraitSupport.cs" />
2017-02-22 14:30:10 +08:00
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ProtocolSupport\Resource.cs" />
2017-02-22 14:30:10 +08:00
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="AccountSupport\FormAccountManage.resx">
<DependentUpon>FormAccountManage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="AccountSupport\FormMaintenance.resx">
<DependentUpon>FormMaintenance.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="AccountSupport\FormPasswordModify.resx">
<DependentUpon>FormPasswordModify.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="BasicSupport\FormSuper.resx">
<DependentUpon>FormSuper.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="BasicSupport\FormUpdateLog.resx">
<DependentUpon>FormUpdateLog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="BasicSupport\FormVersionControl.resx">
<DependentUpon>FormVersionControl.cs</DependentUpon>
</EmbeddedResource>
</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>
-->
</Project>