-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagenda-manager.sln
55 lines (55 loc) · 3.52 KB
/
agenda-manager.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
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33808.371
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AgendaManager", "AgendaManager\AgendaManager.csproj", "{EF3177E4-0A75-4F94-9676-F0DC5FCBE903}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AgendaLibrary", "AgendaLibrary\AgendaLibrary.csproj", "{5BB6EBDB-BD49-4B7C-915F-F6095BCD3DA4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AgendaManagerUpdater", "AgendaManagerUpdater\AgendaManagerUpdater.csproj", "{0D93531E-1158-4F53-AC01-9362CD0C5B79}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AgendaManager2", "AgendaManager2\AgendaManager2.csproj", "{7B29227B-8BCF-421F-8DE6-2BD0326B93FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AgendaLibrary2", "AgendaLibrary2\AgendaLibrary2.csproj", "{C665BA79-AB77-46CC-BB9D-05A934DA0880}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AgendaManagerTester", "AgendaManagerTester\AgendaManagerTester.csproj", "{E1794A7F-6480-4A43-96F8-87CB10B2EDAC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF3177E4-0A75-4F94-9676-F0DC5FCBE903}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF3177E4-0A75-4F94-9676-F0DC5FCBE903}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF3177E4-0A75-4F94-9676-F0DC5FCBE903}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF3177E4-0A75-4F94-9676-F0DC5FCBE903}.Release|Any CPU.Build.0 = Release|Any CPU
{5BB6EBDB-BD49-4B7C-915F-F6095BCD3DA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BB6EBDB-BD49-4B7C-915F-F6095BCD3DA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BB6EBDB-BD49-4B7C-915F-F6095BCD3DA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BB6EBDB-BD49-4B7C-915F-F6095BCD3DA4}.Release|Any CPU.Build.0 = Release|Any CPU
{0D93531E-1158-4F53-AC01-9362CD0C5B79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D93531E-1158-4F53-AC01-9362CD0C5B79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D93531E-1158-4F53-AC01-9362CD0C5B79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D93531E-1158-4F53-AC01-9362CD0C5B79}.Release|Any CPU.Build.0 = Release|Any CPU
{7B29227B-8BCF-421F-8DE6-2BD0326B93FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B29227B-8BCF-421F-8DE6-2BD0326B93FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B29227B-8BCF-421F-8DE6-2BD0326B93FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B29227B-8BCF-421F-8DE6-2BD0326B93FF}.Release|Any CPU.Build.0 = Release|Any CPU
{C665BA79-AB77-46CC-BB9D-05A934DA0880}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C665BA79-AB77-46CC-BB9D-05A934DA0880}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C665BA79-AB77-46CC-BB9D-05A934DA0880}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C665BA79-AB77-46CC-BB9D-05A934DA0880}.Release|Any CPU.Build.0 = Release|Any CPU
{E1794A7F-6480-4A43-96F8-87CB10B2EDAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1794A7F-6480-4A43-96F8-87CB10B2EDAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1794A7F-6480-4A43-96F8-87CB10B2EDAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1794A7F-6480-4A43-96F8-87CB10B2EDAC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D7BCC2BA-3D2B-4B37-9366-CEE5D4033AF7}
EndGlobalSection
EndGlobal