<?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>{9EAEFD4E-A932-44F9-8705-D5B9F4C37142}</ProjectGuid>
|
<OutputType>library</OutputType>
|
<RootNamespace>HxUserManagement</RootNamespace>
|
<AssemblyName>HxUserManagement</AssemblyName>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
<WarningLevel>4</WarningLevel>
|
<Deterministic>true</Deterministic>
|
<TargetFrameworkProfile />
|
</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>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
<PlatformTarget>x64</PlatformTarget>
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
<PlatformTarget>x64</PlatformTarget>
|
<OutputPath>bin\x64\Release\</OutputPath>
|
</PropertyGroup>
|
<ItemGroup>
|
<Page Update="Properties\DesignTimeResources.xaml">
|
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
<ContainsDesignTimeResources>true</ContainsDesignTimeResources>
|
</Page>
|
<Page Include="UserManagement.xaml">
|
<SubType>Designer</SubType>
|
<Generator>XamlIntelliSenseFileGenerator</Generator>
|
</Page>
|
<Page Include="Views\AuthorityCenter.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Views\EditAuthority.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Views\EditUserInfo.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Views\ResetPassword.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Views\UserCenter.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
</ItemGroup>
|
<ItemGroup>
|
<Reference Include="EntityFramework">
|
<HintPath>libs\EntityFramework.dll</HintPath>
|
</Reference>
|
<Reference Include="EntityFramework.SqlServer">
|
<HintPath>libs\EntityFramework.SqlServer.dll</HintPath>
|
</Reference>
|
<Reference Include="MySql.Data, Version=8.0.29.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>libs\MySql.Data.dll</HintPath>
|
</Reference>
|
<Reference Include="MySql.Data.EntityFramework, Version=8.0.29.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>libs\MySql.Data.EntityFramework.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.Configuration" />
|
<Reference Include="System.Data" />
|
<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>
|
<Compile Include="Classes\Converter.cs" />
|
<Compile Include="Classes\CustomEvent.cs" />
|
<Compile Include="Classes\DataModel.cs" />
|
<Compile Include="Classes\EnumExtensions.cs" />
|
<Compile Include="Classes\EventResponseController.cs" />
|
<Compile Include="Classes\MenuTree.cs" />
|
<Compile Include="Classes\RegisterValidationRule.cs" />
|
<Compile Include="Classes\Utilities.cs" />
|
<Compile Include="Classes\ValidationOutput.cs" />
|
<Compile Include="Controls\HxPasswordBox.cs" />
|
<Compile Include="HxBLL\MenuBLL.cs" />
|
<Compile Include="HxBLL\OperateAuditLogBLL.cs" />
|
<Compile Include="HxBLL\RoleBLL.cs" />
|
<Compile Include="HxBLL\UserInfoBLL.cs" />
|
<Compile Include="HxDAL\MenuDAL.cs" />
|
<Compile Include="HxDAL\OperateAuditLogDAL.cs" />
|
<Compile Include="HxDAL\RoleDAL.cs" />
|
<Compile Include="HxDAL\UserInfoDAL.cs" />
|
<Compile Include="Properties\Resources.Designer.cs.cs" />
|
<Compile Include="Properties\Settings.Designer.cs.cs" />
|
<Compile Include="UserManagement.xaml.cs">
|
<DependentUpon>UserManagement.xaml</DependentUpon>
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="Views\AuthorityCenter.xaml.cs">
|
<DependentUpon>AuthorityCenter.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Views\EditAuthority.xaml.cs">
|
<DependentUpon>EditAuthority.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Views\EditUserInfo.xaml.cs">
|
<DependentUpon>EditUserInfo.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Views\ResetPassword.xaml.cs">
|
<DependentUpon>ResetPassword.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Views\UserCenter.xaml.cs">
|
<DependentUpon>UserCenter.xaml</DependentUpon>
|
</Compile>
|
<Page Include="Properties\DesignTimeResources.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Themes\Styles.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Themes\Generic.xaml">
|
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
</Page>
|
<Compile Include="Controls\CustomControl1.cs" />
|
<Compile Include="HxDbContext\EFDbContextFactory.cs" />
|
<Compile Include="HxDbContext\MySqlEF.cs" />
|
<Compile Include="HxDbContext\MySqlHelper.cs" />
|
<Compile Include="HxDbContext\MySql_DbContext.cs" />
|
<Compile Include="HxModel\MenuModel.cs" />
|
<Compile Include="HxModel\OperateAuditLogModel.cs" />
|
<Compile Include="HxModel\PwdruleModel.cs" />
|
<Compile Include="HxModel\RolesModel.cs" />
|
<Compile Include="HxModel\UserInfoModel.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Properties\AssemblyInfo.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<EmbeddedResource Include="Properties\Resources.resx">
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<None Include="app.config" />
|
<None Include="Properties\Settings.settings">
|
<Generator>SettingsSingleFileGenerator</Generator>
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<Resource Include="Assets\eyeoff.png" />
|
<Resource Include="Assets\eyeon.png" />
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|