2017-07-11 10:05:04 +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>{DB8977DD-F909-449D-B58E-08B8A6A78F2F}</ProjectGuid>
|
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
|
<RootNamespace>软件系统客户端Wpf</RootNamespace>
|
|
|
|
|
|
<AssemblyName>软件系统客户端Wpf</AssemblyName>
|
|
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</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-07-11 10:05:04 +08:00
|
|
|
|
<Reference Include="CommonLibrary">
|
|
|
|
|
|
<HintPath>..\CommonLibrary\bin\Debug\CommonLibrary.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
2018-02-04 09:09:57 +08:00
|
|
|
|
<Reference Include="HslCommunication, Version=4.3.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\HslCommunication.4.3.0\lib\net35\HslCommunication.dll</HintPath>
|
2017-07-11 10:05:04 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="MaterialDesignColors, Version=1.1.3.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\MaterialDesignColors.1.1.3\lib\net45\MaterialDesignColors.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
2017-10-08 15:35:21 +08:00
|
|
|
|
<Reference Include="MaterialDesignThemes.Wpf, Version=2.3.1.953, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\MaterialDesignThemes.2.3.1.953\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
|
2017-07-11 10:05:04 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
2017-07-12 09:26:20 +08:00
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
2017-07-11 10:05:04 +08:00
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
|
<Reference Include="System.Xaml">
|
|
|
|
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="WindowsBase" />
|
|
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
|
|
<Reference Include="PresentationFramework" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ApplicationDefinition Include="App.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</ApplicationDefinition>
|
2017-10-14 21:21:33 +08:00
|
|
|
|
<Compile Include="AppWpfHelper.cs" />
|
2017-07-16 09:35:29 +08:00
|
|
|
|
<Compile Include="Views\AnotherCommandImplementation.cs" />
|
2017-10-09 22:18:51 +08:00
|
|
|
|
<Compile Include="Views\Controls\UserClientRenderItem.xaml.cs">
|
|
|
|
|
|
<DependentUpon>UserClientRenderItem.xaml</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-10-11 22:12:20 +08:00
|
|
|
|
<Compile Include="Views\Controls\Palette.xaml.cs">
|
2017-07-15 22:54:47 +08:00
|
|
|
|
<DependentUpon>Palette.xaml</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-07-16 09:35:29 +08:00
|
|
|
|
<Compile Include="Views\PaletteSelectorViewModel.cs" />
|
2017-10-11 22:12:20 +08:00
|
|
|
|
<Compile Include="Views\UIControls\UserChat.xaml.cs">
|
2017-07-14 15:27:24 +08:00
|
|
|
|
<DependentUpon>UserChat.xaml</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-10-11 22:12:20 +08:00
|
|
|
|
<Compile Include="Views\UIControls\UserFileRender.xaml.cs">
|
2017-07-18 10:34:06 +08:00
|
|
|
|
<DependentUpon>UserFileRender.xaml</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-10-11 22:12:20 +08:00
|
|
|
|
<Compile Include="Views\Controls\UserFileRenderItem.xaml.cs">
|
2017-07-18 10:34:06 +08:00
|
|
|
|
<DependentUpon>UserFileRenderItem.xaml</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-10-11 22:12:20 +08:00
|
|
|
|
<Compile Include="Views\UIControls\UserHome.xaml.cs">
|
2017-07-14 15:27:24 +08:00
|
|
|
|
<DependentUpon>UserHome.xaml</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-10-11 22:12:20 +08:00
|
|
|
|
<Compile Include="Views\UIControls\UserPaletteSelector.xaml.cs">
|
2017-07-15 22:54:47 +08:00
|
|
|
|
<DependentUpon>UserPaletteSelector.xaml</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-07-11 10:05:04 +08:00
|
|
|
|
<Page Include="LoginWindow.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Include="MainWindow.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Compile Include="App.xaml.cs">
|
|
|
|
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="LoginWindow.xaml.cs">
|
|
|
|
|
|
<DependentUpon>LoginWindow.xaml</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
|
|
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2017-10-09 22:18:51 +08:00
|
|
|
|
<Page Include="Views\Controls\UserClientRenderItem.xaml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
</Page>
|
2017-10-11 22:12:20 +08:00
|
|
|
|
<Page Include="Views\Controls\Palette.xaml">
|
2017-07-15 22:54:47 +08:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
</Page>
|
2017-10-11 22:12:20 +08:00
|
|
|
|
<Page Include="Views\UIControls\UserChat.xaml">
|
2017-07-14 15:27:24 +08:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
</Page>
|
2017-10-11 22:12:20 +08:00
|
|
|
|
<Page Include="Views\UIControls\UserFileRender.xaml">
|
2017-07-18 10:34:06 +08:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
</Page>
|
2017-10-11 22:12:20 +08:00
|
|
|
|
<Page Include="Views\Controls\UserFileRenderItem.xaml">
|
2017-07-18 10:34:06 +08:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
</Page>
|
2017-10-11 22:12:20 +08:00
|
|
|
|
<Page Include="Views\UIControls\UserHome.xaml">
|
2017-07-14 15:27:24 +08:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
</Page>
|
2017-10-11 22:12:20 +08:00
|
|
|
|
<Page Include="Views\UIControls\UserPaletteSelector.xaml">
|
2017-07-15 22:54:47 +08:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
</Page>
|
2017-07-11 10:05:04 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="App.config" />
|
|
|
|
|
|
</ItemGroup>
|
2017-10-10 21:58:53 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="Image\person_1.png" />
|
|
|
|
|
|
</ItemGroup>
|
2017-07-11 10:05:04 +08:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
|
</Project>
|