FlexitimeTracker/FlexitimeUI/flexitimeui/Flexitime.UI.njsproj
2023-04-11 20:17:20 +01:00

229 lines
9.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{9e4fd3d5-310e-4ce5-9049-f05241e4d464}</ProjectGuid>
<ProjectHome>.</ProjectHome>
<ProjectView>ProjectFiles</ProjectView>
<StartupFile>src\index.js</StartupFile>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{3AF33F2E-1136-4D97-BBB7-1795711AC8B8};{349c5851-65df-11da-9384-00065b846f21};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}</ProjectTypeGuids>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">16.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<LaunchUrl>http://localhost:3000</LaunchUrl>
<NodejsPort>3000</NodejsPort>
<StartWebBrowser>True</StartWebBrowser>
<SaveNodeJsSettingsInProjectFile>True</SaveNodeJsSettingsInProjectFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<ItemGroup>
<Content Include="craco.config.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\api\apiUtils.js" />
<Content Include="src\api\authApi.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\api\authorApi.js" />
<Content Include="src\api\groupsApi.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\api\helpers\auth-header.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\api\userApi.js" />
<Content Include="src\components\authentication\LoginPage.jsx">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\common\Header.test.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\common\ImagePicker.jsx">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\common\formInputs\NumberInput.jsx" />
<Content Include="src\components\common\formInputs\SelectInput.jsx" />
<Content Include="src\components\common\Spinner.jsx">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\common\formInputs\TextInput.jsx" />
<Content Include="src\components\common\UserStateIndicator.jsx">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\groups\GroupList.jsx">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\groups\GroupsPage.jsx">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\users\ManageUsersPage.test.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\users\ManageUserPage.jsx" />
<Content Include="src\components\users\UserForm.Enzyme.test.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\users\UserForm.jsx" />
<Content Include="src\components\users\UserForm.Snapshots.test.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\users\UserGrid.jsx">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\users\UserList.jsx">
<SubType>Code</SubType>
</Content>
<Content Include="src\index.test.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\models\Application.js" />
<Content Include="src\models\Group.js" />
<Content Include="src\models\Identifier.js" />
<Content Include="src\models\LoginRequest.js" />
<Content Include="src\models\LoginResponse.js" />
<Content Include="src\models\Permission.js" />
<Content Include="src\models\User.js" />
<Content Include="package-lock.json" />
<Content Include="package.json" />
<Content Include="README.md" />
<Content Include="public\robots.txt" />
<Content Include="public\index.html" />
<Content Include="public\logo192.png" />
<Content Include="public\logo512.png" />
<Content Include="public\favicon.ico" />
<Content Include="public\manifest.json" />
<Content Include="src\App.css" />
<Content Include="src\models\userState.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\redux\actions\actionTypes.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\redux\actions\apiStatusActions.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\redux\actions\groupActions.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\redux\actions\userActions.js" />
<Content Include="src\redux\configureStore.js" />
<Content Include="src\redux\reducers\apiStatusReducer.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\redux\reducers\authenticationReducer.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\redux\reducers\index.js" />
<Content Include="src\redux\reducers\groupsReducer.js" />
<Content Include="src\redux\reducers\initialState.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\redux\reducers\userReducer.js" />
<Content Include="src\components\PageNotFound_404.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\about\AboutPage.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\common\Header.jsx">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\home\HomePage.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\users\UserPage.jsx">
<SubType>Code</SubType>
</Content>
<Content Include="src\index.css" />
<Content Include="src\logo.svg" />
<Content Include="src\components\App.jsx" />
<Content Include="src\index.js" />
<Content Include="src\reportWebVitals.js" />
<Content Include="src\services\userService.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\setupTests.js" />
<Content Include="src\styles\Spinner.css">
<SubType>Code</SubType>
</Content>
<Content Include="src\styles\StateIndicator.css">
<SubType>Code</SubType>
</Content>
<Content Include="src\styles\toggleSlider.css">
<SubType>Code</SubType>
</Content>
<Content Include="tools\apiServer.js" />
<Content Include="tools\createMockDb.js" />
<Content Include="tools\fileMock.js" />
<Content Include="tools\mockData.js" />
<Content Include="tools\styleMock.js" />
<Content Include="tools\testSetup.js">
<SubType>Code</SubType>
</Content>
<Content Include="__webpack.config.dev.js" />
</ItemGroup>
<ItemGroup>
<Folder Include="public" />
<Folder Include="src" />
<Folder Include="src\api\" />
<Folder Include="src\api\helpers\" />
<Folder Include="src\components\common\formInputs\" />
<Folder Include="src\components\groups\" />
<Folder Include="src\components\authentication\" />
<Folder Include="src\models\" />
<Folder Include="src\services\" />
<Folder Include="src\styles\" />
<Folder Include="src\redux\" />
<Folder Include="src\redux\actions\" />
<Folder Include="src\redux\reducers\" />
<Folder Include="src\components\" />
<Folder Include="src\components\home\" />
<Folder Include="src\components\about\" />
<Folder Include="src\components\common\" />
<Folder Include="src\components\users\" />
<Folder Include="tools\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsToolsV2.targets" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>0</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:48022/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>True</UseCustomServer>
<CustomServerUrl>http://localhost:1337</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
<WebProjectProperties>
<StartPageUrl>
</StartPageUrl>
<StartAction>CurrentPage</StartAction>
<AspNetDebugging>True</AspNetDebugging>
<SilverlightDebugging>False</SilverlightDebugging>
<NativeDebugging>False</NativeDebugging>
<SQLDebugging>False</SQLDebugging>
<ExternalProgram>
</ExternalProgram>
<StartExternalURL>
</StartExternalURL>
<StartCmdLineArguments>
</StartCmdLineArguments>
<StartWorkingDirectory>
</StartWorkingDirectory>
<EnableENC>False</EnableENC>
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>