2017-02-22 14:30:10 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<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>{1A4C9858-C8D6-45FB-802A-3513400D11F3}</ProjectGuid>
|
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>软件系统客户端模版</RootNamespace>
|
|
|
|
|
|
<AssemblyName>软件系统客户端模版</AssemblyName>
|
|
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
<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' ">
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
2017-10-01 15:59:37 +08:00
|
|
|
|
<Reference Include="ClientsLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2017-07-12 13:13:43 +08:00
|
|
|
|
<HintPath>..\ClientsLibrary\bin\Debug\ClientsLibrary.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
2017-02-22 14:30:10 +08:00
|
|
|
|
<Reference Include="CommonLibrary">
|
|
|
|
|
|
<HintPath>..\CommonLibrary\bin\Debug\CommonLibrary.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
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-04-23 18:05:12 +08:00
|
|
|
|
<HintPath>..\Public\HslCommunication.dll</HintPath>
|
2017-02-22 14:30:10 +08:00
|
|
|
|
</Reference>
|
2017-04-25 20:00:56 +08:00
|
|
|
|
<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-02-22 14:30:10 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Deployment" />
|
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="FormLogin.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="FormLogin.Designer.cs">
|
|
|
|
|
|
<DependentUpon>FormLogin.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="FormMainWindow.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="FormMainWindow.Designer.cs">
|
|
|
|
|
|
<DependentUpon>FormMainWindow.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2017-05-06 12:54:57 +08:00
|
|
|
|
<Compile Include="UIControls\OnlineChatRender.cs">
|
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="UIControls\OnlineChatRender.Designer.cs">
|
|
|
|
|
|
<DependentUpon>OnlineChatRender.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-04-06 16:18:46 +08:00
|
|
|
|
<Compile Include="UIControls\ShareFilesRender.cs">
|
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="UIControls\ShareFilesRender.Designer.cs">
|
|
|
|
|
|
<DependentUpon>ShareFilesRender.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-02-22 14:30:10 +08:00
|
|
|
|
<EmbeddedResource Include="FormLogin.resx">
|
|
|
|
|
|
<DependentUpon>FormLogin.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="FormMainWindow.resx">
|
|
|
|
|
|
<DependentUpon>FormMainWindow.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<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>
|
2017-05-06 12:54:57 +08:00
|
|
|
|
<DesignTime>True</DesignTime>
|
2017-02-22 14:30:10 +08:00
|
|
|
|
</Compile>
|
2017-05-06 12:54:57 +08:00
|
|
|
|
<EmbeddedResource Include="UIControls\OnlineChatRender.resx">
|
|
|
|
|
|
<DependentUpon>OnlineChatRender.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-04-06 16:18:46 +08:00
|
|
|
|
<EmbeddedResource Include="UIControls\ShareFilesRender.resx">
|
|
|
|
|
|
<DependentUpon>ShareFilesRender.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-04-25 20:00:56 +08:00
|
|
|
|
<None Include="app.config" />
|
2017-02-22 14:30:10 +08:00
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
|
<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>
|
2017-03-04 17:07:26 +08:00
|
|
|
|
<ItemGroup>
|
2017-04-15 13:11:37 +08:00
|
|
|
|
<Folder Include="screenshots\" />
|
2017-03-04 17:07:26 +08:00
|
|
|
|
<Folder Include="UserControls\" />
|
|
|
|
|
|
</ItemGroup>
|
2017-04-05 15:16:34 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="DatabaseSupport\Help.txt" />
|
2017-05-06 12:54:57 +08:00
|
|
|
|
<None Include="Resources\ASCube_32xLG.png" />
|
|
|
|
|
|
<None Include="Resources\PickAxe_32xLG.png" />
|
|
|
|
|
|
<None Include="Resources\Team_32xLG.png" />
|
2017-04-05 15:16:34 +08:00
|
|
|
|
</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>
|