132 lines
5.5 KiB
XML
132 lines
5.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{6E5CB0E9-E1B6-4E5D-AC6E-B1049E180F2B}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Users</RootNamespace>
|
|
<AssemblyName>Users</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</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="FluentNHibernate">
|
|
<HintPath>..\packages\FluentNHibernate.2.0.3.0\lib\net40\FluentNHibernate.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Iesi.Collections">
|
|
<HintPath>..\packages\Iesi.Collections.4.0.0.4000\lib\net40\Iesi.Collections.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="log4net">
|
|
<HintPath>..\packages\log4net.2.0.2\lib\net40-full\log4net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MySql.Data">
|
|
<HintPath>..\packages\MySql.Data.6.6.5\lib\net40\MySql.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NHibernate">
|
|
<HintPath>..\packages\NHibernate.4.0.4.4000\lib\net40\NHibernate.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="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="DBSettings.cs" />
|
|
<Compile Include="Forms\ListViewExtensions.cs" />
|
|
<Compile Include="Forms\LviNameSurnameColumnComparer.cs" />
|
|
<Compile Include="Forms\LviIntColumnComparer.cs" />
|
|
<Compile Include="Forms\LviTextColumnComparer.cs" />
|
|
<Compile Include="GlobalData.cs" />
|
|
<Compile Include="DB.cs" />
|
|
<Compile Include="Entities\Enums.cs" />
|
|
<Compile Include="Entities\Group.cs" />
|
|
<Compile Include="Entities\User.cs" />
|
|
<Compile Include="Forms\EditSelectedUser.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\EditSelectedUser.designer.cs">
|
|
<DependentUpon>EditSelectedUser.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\UserManagementDlg.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\UserManagementDlg.designer.cs">
|
|
<DependentUpon>UserManagementDlg.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\LoginDlg.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\LoginDlg.designer.cs">
|
|
<DependentUpon>LoginDlg.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Grp.cs" />
|
|
<Compile Include="Mappings\GroupMap.cs" />
|
|
<Compile Include="Mappings\UserMap.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Resources\Strings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Strings.resx</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\GemCard\GemCard.csproj">
|
|
<Project>{8B10D15A-39DE-4B56-8DD1-710C1EB3A697}</Project>
|
|
<Name>GemCard</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Forms\EditSelectedUser.resx">
|
|
<DependentUpon>EditSelectedUser.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\UserManagementDlg.resx">
|
|
<DependentUpon>UserManagementDlg.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\LoginDlg.resx">
|
|
<DependentUpon>LoginDlg.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Resources\Strings.cs.resx" />
|
|
<EmbeddedResource Include="Resources\Strings.de.resx" />
|
|
<EmbeddedResource Include="Resources\Strings.pl.resx" />
|
|
<EmbeddedResource Include="Resources\Strings.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Resources\Strings.ru.resx" />
|
|
<EmbeddedResource Include="Resources\Strings.zh-CN.resx" />
|
|
</ItemGroup>
|
|
<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> |