-
Notifications
You must be signed in to change notification settings - Fork 0
/
Odotocodot.OneNote.Linq.sln
43 lines (43 loc) · 2.43 KB
/
Odotocodot.OneNote.Linq.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34018.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Odotocodot.OneNote.Linq", "Odotocodot.OneNote.Linq\Odotocodot.OneNote.Linq.csproj", "{C0344F62-79EA-44E1-A74B-D88C4645EC05}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C5AB77E3-E19D-4043-ABD8-6A29BAA02CB4}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Odotocodot.OneNote.Linq.Playground", "Odotocodot.OneNote.Linq.Playground\Odotocodot.OneNote.Linq.Playground.csproj", "{C8E71ED3-C2D2-46FB-9916-C1B451F1EE36}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Odotocodot.OneNote.Linq.Tests", "Odotocodot.OneNote.Linq.Tests\Odotocodot.OneNote.Linq.Tests.csproj", "{7CC692A4-E5E1-41BA-B77E-95945A594A28}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0344F62-79EA-44E1-A74B-D88C4645EC05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0344F62-79EA-44E1-A74B-D88C4645EC05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0344F62-79EA-44E1-A74B-D88C4645EC05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0344F62-79EA-44E1-A74B-D88C4645EC05}.Release|Any CPU.Build.0 = Release|Any CPU
{C8E71ED3-C2D2-46FB-9916-C1B451F1EE36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8E71ED3-C2D2-46FB-9916-C1B451F1EE36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8E71ED3-C2D2-46FB-9916-C1B451F1EE36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8E71ED3-C2D2-46FB-9916-C1B451F1EE36}.Release|Any CPU.Build.0 = Release|Any CPU
{7CC692A4-E5E1-41BA-B77E-95945A594A28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CC692A4-E5E1-41BA-B77E-95945A594A28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CC692A4-E5E1-41BA-B77E-95945A594A28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CC692A4-E5E1-41BA-B77E-95945A594A28}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDB792C5-E0E1-446B-8D83-A5E6A65C0184}
EndGlobalSection
EndGlobal