-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDownwork Notifier.sln
34 lines (34 loc) · 1.9 KB
/
Downwork Notifier.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Downwork Notifier", "Downwork Notifier\Downwork Notifier.csproj", "{F1A3724D-43E6-47BA-8AAD-DF99CF83CB7B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utilities", "Utilities\Utilities.csproj", "{CC1DA769-464D-4AC7-9337-525FCCCCF7AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiLibrary", "ApiLibrary\ApiLibrary.csproj", "{FE3C2A4B-5F67-420A-9BCD-D5FE6C1BB8E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1A3724D-43E6-47BA-8AAD-DF99CF83CB7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1A3724D-43E6-47BA-8AAD-DF99CF83CB7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1A3724D-43E6-47BA-8AAD-DF99CF83CB7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1A3724D-43E6-47BA-8AAD-DF99CF83CB7B}.Release|Any CPU.Build.0 = Release|Any CPU
{CC1DA769-464D-4AC7-9337-525FCCCCF7AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC1DA769-464D-4AC7-9337-525FCCCCF7AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC1DA769-464D-4AC7-9337-525FCCCCF7AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC1DA769-464D-4AC7-9337-525FCCCCF7AA}.Release|Any CPU.Build.0 = Release|Any CPU
{FE3C2A4B-5F67-420A-9BCD-D5FE6C1BB8E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE3C2A4B-5F67-420A-9BCD-D5FE6C1BB8E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE3C2A4B-5F67-420A-9BCD-D5FE6C1BB8E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE3C2A4B-5F67-420A-9BCD-D5FE6C1BB8E9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal