-
Notifications
You must be signed in to change notification settings - Fork 7
/
settings.gradle
27 lines (25 loc) · 1.68 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
*
* Detailed information about configuring a multi-project build in Gradle can be found
* in the user guide at https://docs.gradle.org/5.1.1/userguide/multi_project_builds.html
*/
rootProject.name = 'android_auth'
include ':adal', ':msal', ':common', ':AADAuthenticator', ':brokerHost', ':msalTestApp', ':adalTestApp',
':app', ':library', ':NgcProviderLibrary', ':AadRemoteNgcLibrary', ':SharedCoreLibrary', ':AzureSample', ':TestUtilitiesLibrary'
project(':common').projectDir = new File('common/common')
project(':msal').projectDir = new File('msal/msal')
project(':adal').projectDir = new File('adal/adal')
project(':AADAuthenticator').projectDir = new File('broker/AADAuthenticator')
project(':brokerHost').projectDir = new File('broker/userapp')
project(':adalTestApp').projectDir = new File ('adal/userappwithbroker')
project(':msalTestApp').projectDir = new File ('msal/testapps/testapp')
project(':app').projectDir = new File ('authenticator/PhoneFactor/app')
project(':library').projectDir = new File ('authenticator/PhoneFactor/OpenSourceLibraries/drag-sort-listview/library')
project(':NgcProviderLibrary').projectDir = new File ('authenticator/PhoneFactor/NgcProviderLibrary')
project(':AadRemoteNgcLibrary').projectDir = new File ('authenticator/PhoneFactor/AadRemoteNgcLibrary')
project(':SharedCoreLibrary').projectDir = new File ('authenticator/PhoneFactor/SharedCoreLibrary')
project(':AzureSample').projectDir = new File ('azuresample/app')
project(':TestUtilitiesLibrary').projectDir = new File ('authenticator/PhoneFactor/TestUtilitiesLibrary')