-
Notifications
You must be signed in to change notification settings - Fork 0
/
SmallsOnline.PasswordExpirationNotifier.sln
36 lines (36 loc) · 2.09 KB
/
SmallsOnline.PasswordExpirationNotifier.sln
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
28
29
30
31
32
33
34
35
36
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lib", "src\Lib\Lib.csproj", "{86CF90AD-B286-40BF-A9CE-E37652F5C7D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FunctionApp", "src\FunctionApp\FunctionApp.csproj", "{CF2D5078-E6F9-4A48-B3ED-6840E3D6480C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdminConsole", "src\AdminConsole\AdminConsole.csproj", "{53325913-9B1A-46D3-8C94-93EF24702819}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmallsOnline.PasswordExpirationNotifier.sln", "SmallsOnline.PasswordExpirationNotifier.sln.props", "{1676DC1C-8AA3-4AEE-B9C6-0D261DE5E21D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86CF90AD-B286-40BF-A9CE-E37652F5C7D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86CF90AD-B286-40BF-A9CE-E37652F5C7D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86CF90AD-B286-40BF-A9CE-E37652F5C7D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86CF90AD-B286-40BF-A9CE-E37652F5C7D9}.Release|Any CPU.Build.0 = Release|Any CPU
{CF2D5078-E6F9-4A48-B3ED-6840E3D6480C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF2D5078-E6F9-4A48-B3ED-6840E3D6480C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF2D5078-E6F9-4A48-B3ED-6840E3D6480C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF2D5078-E6F9-4A48-B3ED-6840E3D6480C}.Release|Any CPU.Build.0 = Release|Any CPU
{53325913-9B1A-46D3-8C94-93EF24702819}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53325913-9B1A-46D3-8C94-93EF24702819}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53325913-9B1A-46D3-8C94-93EF24702819}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53325913-9B1A-46D3-8C94-93EF24702819}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal