-
Notifications
You must be signed in to change notification settings - Fork 1
/
VisualCard.sln
75 lines (75 loc) · 4.66 KB
/
VisualCard.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VisualCard", "VisualCard\VisualCard.csproj", "{2AFDCE5C-842F-4129-B4BE-00A72F19DCD2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VisualCard.ShowContacts", "VisualCard.ShowContacts\VisualCard.ShowContacts.csproj", "{798FA5EC-E411-4DF3-B8C7-D5E0AA63AA58}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VisualCard.Tests", "VisualCard.Tests\VisualCard.Tests.csproj", "{93EB56B7-90CD-4EA9-B7C3-51C040E135F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{CE28233F-91D8-490D-839F-BC599A77E524}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGES = CHANGES
CHANGES.TITLE = CHANGES.TITLE
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VisualCard.Calendar", "VisualCard.Calendar\VisualCard.Calendar.csproj", "{C67176FD-09C7-4F0E-B7C3-A15550961484}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Private", "Private", "{FBDC2E9C-4689-46B6-9889-3BA1D34D133D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Public", "Public", "{F07A71FB-5A78-448F-A5A2-5B7608319ACD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VisualCard.ShowCalendars", "VisualCard.ShowCalendars\VisualCard.ShowCalendars.csproj", "{80A3B32A-F96E-4E87-837F-94E6EB188547}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualCard.Extras", "VisualCard.Extras\VisualCard.Extras.csproj", "{A06611BC-20E0-4990-B907-83C2979E5AE8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2AFDCE5C-842F-4129-B4BE-00A72F19DCD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AFDCE5C-842F-4129-B4BE-00A72F19DCD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AFDCE5C-842F-4129-B4BE-00A72F19DCD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AFDCE5C-842F-4129-B4BE-00A72F19DCD2}.Release|Any CPU.Build.0 = Release|Any CPU
{798FA5EC-E411-4DF3-B8C7-D5E0AA63AA58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{798FA5EC-E411-4DF3-B8C7-D5E0AA63AA58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{798FA5EC-E411-4DF3-B8C7-D5E0AA63AA58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{798FA5EC-E411-4DF3-B8C7-D5E0AA63AA58}.Release|Any CPU.Build.0 = Release|Any CPU
{93EB56B7-90CD-4EA9-B7C3-51C040E135F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93EB56B7-90CD-4EA9-B7C3-51C040E135F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93EB56B7-90CD-4EA9-B7C3-51C040E135F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93EB56B7-90CD-4EA9-B7C3-51C040E135F7}.Release|Any CPU.Build.0 = Release|Any CPU
{C67176FD-09C7-4F0E-B7C3-A15550961484}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C67176FD-09C7-4F0E-B7C3-A15550961484}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C67176FD-09C7-4F0E-B7C3-A15550961484}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C67176FD-09C7-4F0E-B7C3-A15550961484}.Release|Any CPU.Build.0 = Release|Any CPU
{80A3B32A-F96E-4E87-837F-94E6EB188547}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80A3B32A-F96E-4E87-837F-94E6EB188547}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80A3B32A-F96E-4E87-837F-94E6EB188547}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80A3B32A-F96E-4E87-837F-94E6EB188547}.Release|Any CPU.Build.0 = Release|Any CPU
{A06611BC-20E0-4990-B907-83C2979E5AE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A06611BC-20E0-4990-B907-83C2979E5AE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A06611BC-20E0-4990-B907-83C2979E5AE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A06611BC-20E0-4990-B907-83C2979E5AE8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2AFDCE5C-842F-4129-B4BE-00A72F19DCD2} = {F07A71FB-5A78-448F-A5A2-5B7608319ACD}
{798FA5EC-E411-4DF3-B8C7-D5E0AA63AA58} = {FBDC2E9C-4689-46B6-9889-3BA1D34D133D}
{93EB56B7-90CD-4EA9-B7C3-51C040E135F7} = {FBDC2E9C-4689-46B6-9889-3BA1D34D133D}
{C67176FD-09C7-4F0E-B7C3-A15550961484} = {F07A71FB-5A78-448F-A5A2-5B7608319ACD}
{80A3B32A-F96E-4E87-837F-94E6EB188547} = {FBDC2E9C-4689-46B6-9889-3BA1D34D133D}
{A06611BC-20E0-4990-B907-83C2979E5AE8} = {F07A71FB-5A78-448F-A5A2-5B7608319ACD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {889936F5-3595-4A31-90D3-A39A9B398546}
EndGlobalSection
EndGlobal