-
Notifications
You must be signed in to change notification settings - Fork 1
/
spkl.Diffs.sln
37 lines (37 loc) · 1.84 KB
/
spkl.Diffs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Diffs", "src\Diffs.csproj", "{DBB54978-242F-4A05-BAB9-52289BD418D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Diffs.Test", "test\Diffs.Test.csproj", "{3CE2D8D3-C4FD-4AFF-BC85-877BE39AB7DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D1F42FC1-FF7E-4CEA-8048-E765B3423D7D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DBB54978-242F-4A05-BAB9-52289BD418D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBB54978-242F-4A05-BAB9-52289BD418D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBB54978-242F-4A05-BAB9-52289BD418D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBB54978-242F-4A05-BAB9-52289BD418D5}.Release|Any CPU.Build.0 = Release|Any CPU
{3CE2D8D3-C4FD-4AFF-BC85-877BE39AB7DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CE2D8D3-C4FD-4AFF-BC85-877BE39AB7DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CE2D8D3-C4FD-4AFF-BC85-877BE39AB7DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CE2D8D3-C4FD-4AFF-BC85-877BE39AB7DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {41EC217A-517E-4FE6-87C1-9539A0B4435D}
EndGlobalSection
EndGlobal