-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMonthDiff.sln
More file actions
30 lines (30 loc) · 1.63 KB
/
MonthDiff.sln
File metadata and controls
30 lines (30 loc) · 1.63 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonthDiff.Lib", "MonthDiff.Lib\MonthDiff.Lib.csproj", "{1F8D7BDC-7B90-4133-9DD4-49F8994C8B48}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonthDiff.Tests", "MonthDiff.Tests\MonthDiff.Tests.csproj", "{66EE5532-2724-4B04-89BD-479E80E70400}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{04CDF0C7-9620-4F83-B075-9A9698E252FB}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.gitignore = .gitignore
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F8D7BDC-7B90-4133-9DD4-49F8994C8B48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F8D7BDC-7B90-4133-9DD4-49F8994C8B48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F8D7BDC-7B90-4133-9DD4-49F8994C8B48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F8D7BDC-7B90-4133-9DD4-49F8994C8B48}.Release|Any CPU.Build.0 = Release|Any CPU
{66EE5532-2724-4B04-89BD-479E80E70400}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66EE5532-2724-4B04-89BD-479E80E70400}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66EE5532-2724-4B04-89BD-479E80E70400}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66EE5532-2724-4B04-89BD-479E80E70400}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal