forked from ShaiShulman/MailboxAngel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMailboxAngel.sln
54 lines (54 loc) · 3.35 KB
/
MailboxAngel.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "FilingHelper\Core.csproj", "{574903D3-7038-43D3-9CCD-D9D1E7F481E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelperUtils", "HelperUtils\HelperUtils.csproj", "{589BD1D2-2689-4844-B1BE-E571CC0911AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AttachmentManager", "AttachmentManager\AttachmentManager.csproj", "{71A54753-03BD-45EE-AD96-14EE29B0FF1F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilingSuggester", "FilingSuggester\FilingSuggester.csproj", "{CFE00AF6-0A0C-4C32-9734-5F468DF3D602}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OutlookCommon", "OutlookCommon\OutlookCommon.csproj", "{972DD00C-FD83-415A-9878-9BD76745D78D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B1D6E1F4-22E6-4727-87E6-03FA1908EA6E}"
ProjectSection(SolutionItems) = preProject
..\..\..\..\..\OneDrive - AMDOCS (ISRAEL) LTD\Backup Folders\Desktop\README.md = ..\..\..\..\..\OneDrive - AMDOCS (ISRAEL) LTD\Backup Folders\Desktop\README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{574903D3-7038-43D3-9CCD-D9D1E7F481E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{574903D3-7038-43D3-9CCD-D9D1E7F481E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{574903D3-7038-43D3-9CCD-D9D1E7F481E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{574903D3-7038-43D3-9CCD-D9D1E7F481E3}.Release|Any CPU.Build.0 = Release|Any CPU
{589BD1D2-2689-4844-B1BE-E571CC0911AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{589BD1D2-2689-4844-B1BE-E571CC0911AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{589BD1D2-2689-4844-B1BE-E571CC0911AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{589BD1D2-2689-4844-B1BE-E571CC0911AF}.Release|Any CPU.Build.0 = Release|Any CPU
{71A54753-03BD-45EE-AD96-14EE29B0FF1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71A54753-03BD-45EE-AD96-14EE29B0FF1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71A54753-03BD-45EE-AD96-14EE29B0FF1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71A54753-03BD-45EE-AD96-14EE29B0FF1F}.Release|Any CPU.Build.0 = Release|Any CPU
{CFE00AF6-0A0C-4C32-9734-5F468DF3D602}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFE00AF6-0A0C-4C32-9734-5F468DF3D602}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFE00AF6-0A0C-4C32-9734-5F468DF3D602}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFE00AF6-0A0C-4C32-9734-5F468DF3D602}.Release|Any CPU.Build.0 = Release|Any CPU
{972DD00C-FD83-415A-9878-9BD76745D78D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{972DD00C-FD83-415A-9878-9BD76745D78D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{972DD00C-FD83-415A-9878-9BD76745D78D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{972DD00C-FD83-415A-9878-9BD76745D78D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {211416B0-86C3-4D37-BFF3-E6E65FA6F365}
EndGlobalSection
EndGlobal