-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCalendar.sln
46 lines (46 loc) · 2.19 KB
/
Calendar.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Calendar", "Calendar\Calendar.csproj", "{6F56A384-3923-4117-9D9B-B24DE49C7F98}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Calendar.Test", "Calendar.Test\Calendar.Test.csproj", "{E6D4C76E-F38C-4E2F-8A01-D7B05AB51343}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7C27F738-7DD3-4A5C-98EE-31D2C77D9561}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build Configuration", "Build Configuration", "{1330D7D0-34AB-4B40-A87D-14094BBC3541}"
ProjectSection(SolutionItems) = preProject
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
global.json = global.json
nuget.config = nuget.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F56A384-3923-4117-9D9B-B24DE49C7F98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F56A384-3923-4117-9D9B-B24DE49C7F98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F56A384-3923-4117-9D9B-B24DE49C7F98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F56A384-3923-4117-9D9B-B24DE49C7F98}.Release|Any CPU.Build.0 = Release|Any CPU
{E6D4C76E-F38C-4E2F-8A01-D7B05AB51343}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6D4C76E-F38C-4E2F-8A01-D7B05AB51343}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6D4C76E-F38C-4E2F-8A01-D7B05AB51343}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6D4C76E-F38C-4E2F-8A01-D7B05AB51343}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D79097F-0960-410C-9800-8FCDB92A915F}
EndGlobalSection
EndGlobal