d76def42e9
<UserStory>AUTH001 : Login </UserStory> <Changes> - Introduced ApplicationConfig for default configuration values - Implemented authentication flow in AuthenticationManagementService - Added login and logout handling in ZenvyController - Updated enums to include INVALID values and TEAM employee type - Implemented login UI flow with role-based menu routing </Changes> <Review> Smitha Mohan </Review>
238 lines
12 KiB
XML
238 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>17.0</VCProjectVersion>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<ProjectGuid>{d8e90ead-9d18-4044-aab3-3a28779536c4}</ProjectGuid>
|
|
<RootNamespace>TrenserZenvy</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalIncludeDirectories>$(ProjectDir)models;$(ProjectDir)controllers;$(ProjectDir)services;$(ProjectDir)utilities;$(ProjectDir)factories;$(ProjectDir)datastores;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="controllers\ZenvyController.cpp" />
|
|
<ClCompile Include="datastores\DataStore.cpp" />
|
|
<ClCompile Include="factories\Factory.cpp" />
|
|
<ClCompile Include="models\Announcement.cpp" />
|
|
<ClCompile Include="models\Attendance.cpp" />
|
|
<ClCompile Include="models\Booking.cpp" />
|
|
<ClCompile Include="models\Candidate.cpp" />
|
|
<ClCompile Include="models\Faq.cpp" />
|
|
<ClCompile Include="models\FinanceExecutive.cpp" />
|
|
<ClCompile Include="models\GeneralEmployee.cpp" />
|
|
<ClCompile Include="models\ITExecutive.cpp" />
|
|
<ClCompile Include="models\JobListing.cpp" />
|
|
<ClCompile Include="models\Leave.cpp" />
|
|
<ClCompile Include="models\Log.cpp" />
|
|
<ClCompile Include="models\Notification.cpp" />
|
|
<ClCompile Include="models\Payroll.cpp" />
|
|
<ClCompile Include="models\Payslip.cpp" />
|
|
<ClCompile Include="models\Room.cpp" />
|
|
<ClCompile Include="models\TalentExecutive.cpp" />
|
|
<ClCompile Include="models\Team.cpp" />
|
|
<ClCompile Include="models\TeamExecutive.cpp" />
|
|
<ClCompile Include="models\Ticket.cpp" />
|
|
<ClCompile Include="services\ApplicationConfig.cpp" />
|
|
<ClCompile Include="services\AttendanceManagementService.cpp" />
|
|
<ClCompile Include="services\AuthenticationManagementService.cpp" />
|
|
<ClCompile Include="services\BookingManagementService.cpp" />
|
|
<ClCompile Include="services\EmployeeManagememtService.cpp" />
|
|
<ClCompile Include="services\LeaveManagementService.cpp" />
|
|
<ClCompile Include="services\LogService.cpp" />
|
|
<ClCompile Include="services\NotificationManagementService.cpp" />
|
|
<ClCompile Include="services\PayslipManagementService.cpp" />
|
|
<ClCompile Include="services\TalentAcquisitionManagementService.cpp" />
|
|
<ClCompile Include="services\TeamManagementService.cpp" />
|
|
<ClCompile Include="services\TicketManagementService.cpp" />
|
|
<ClCompile Include="models\Admin.cpp" />
|
|
<ClCompile Include="models\Employee.cpp" />
|
|
<ClCompile Include="models\HRManager.cpp" />
|
|
<ClCompile Include="Trenser.Zenvy.cpp" />
|
|
<ClCompile Include="utilities\Enums.cpp" />
|
|
<ClCompile Include="utilities\InputHelper.cpp" />
|
|
<ClCompile Include="utilities\OutputHelper.cpp" />
|
|
<ClCompile Include="utilities\Timestamp.cpp" />
|
|
<ClCompile Include="utilities\Validator.cpp" />
|
|
<ClCompile Include="views\AdminMenu.cpp" />
|
|
<ClCompile Include="views\EmployeeMenu.cpp" />
|
|
<ClCompile Include="views\FinanceExecutiveMenu.cpp" />
|
|
<ClCompile Include="views\HRManagerMenu.cpp" />
|
|
<ClCompile Include="views\ITExecutiveMenu.cpp" />
|
|
<ClCompile Include="views\TalentExecutiveMenu.cpp" />
|
|
<ClCompile Include="views\TeamExecutiveMenu.cpp" />
|
|
<ClCompile Include="views\TeamLeadMenu.cpp" />
|
|
<ClCompile Include="views\UserInterface.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="controllers\ZenvyController.h" />
|
|
<ClInclude Include="datastores\DataStore.h" />
|
|
<ClInclude Include="factories\Factory.h" />
|
|
<ClInclude Include="models\Announcement.h" />
|
|
<ClInclude Include="models\Attendance.h" />
|
|
<ClInclude Include="models\Booking.h" />
|
|
<ClInclude Include="models\Candidate.h" />
|
|
<ClInclude Include="models\Faq.h" />
|
|
<ClInclude Include="models\FinanceExecutive.h" />
|
|
<ClInclude Include="models\GeneralEmployee.h" />
|
|
<ClInclude Include="models\ITExecutive.h" />
|
|
<ClInclude Include="models\JobListing.h" />
|
|
<ClInclude Include="models\Leave.h" />
|
|
<ClInclude Include="models\Log.h" />
|
|
<ClInclude Include="models\Notification.h" />
|
|
<ClInclude Include="models\Payroll.h" />
|
|
<ClInclude Include="models\Payslip.h" />
|
|
<ClInclude Include="models\Room.h" />
|
|
<ClInclude Include="models\TalentExecutive.h" />
|
|
<ClInclude Include="models\Team.h" />
|
|
<ClInclude Include="models\TeamExecutive.h" />
|
|
<ClInclude Include="models\Ticket.h" />
|
|
<ClInclude Include="services\ApplicationConfig.h" />
|
|
<ClInclude Include="services\AttendanceManagementService.h" />
|
|
<ClInclude Include="services\AuthenticationManagementService.h" />
|
|
<ClInclude Include="services\BookingManagementService.h" />
|
|
<ClInclude Include="services\EmployeeManagememtService.h" />
|
|
<ClInclude Include="services\LeaveManagementService.h" />
|
|
<ClInclude Include="services\LogService.h" />
|
|
<ClInclude Include="services\NotificationManagementService.h" />
|
|
<ClInclude Include="services\PayslipManagementService.h" />
|
|
<ClInclude Include="services\TalentAcquisitionManagementService.h" />
|
|
<ClInclude Include="services\TeamManagementService.h" />
|
|
<ClInclude Include="services\TicketManagementService.h" />
|
|
<ClInclude Include="utilities\Enums.h" />
|
|
<ClInclude Include="utilities\InputHelper.h" />
|
|
<ClInclude Include="utilities\OutputHelper.h" />
|
|
<ClInclude Include="utilities\Timestamp.h" />
|
|
<ClInclude Include="utilities\Validator.h" />
|
|
<ClInclude Include="views\AdminMenu.h" />
|
|
<ClInclude Include="views\EmployeeMenu.h" />
|
|
<ClInclude Include="views\FinanceExecutiveMenu.h" />
|
|
<ClInclude Include="views\HRManagerMenu.h" />
|
|
<ClInclude Include="views\ITExecutiveMenu.h" />
|
|
<ClInclude Include="views\TalentExecutiveMenu.h" />
|
|
<ClInclude Include="views\TeamExecutiveMenu.h" />
|
|
<ClInclude Include="views\TeamLeadMenu.h" />
|
|
<ClInclude Include="views\UserInterface.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="models\Admin.h" />
|
|
<ClInclude Include="models\Employee.h" />
|
|
<ClInclude Include="models\HRManager.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |