-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
NotionSharp.sln
69 lines (69 loc) · 4.27 KB
/
NotionSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NotionSharp", "NotionSharp\NotionSharp.csproj", "{5B717D05-BA5F-4F2A-9720-515E2E7DF65D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NotionSharpTest", "NotionSharpTest\NotionSharpTest.csproj", "{12DC1B9D-0523-474B-A17E-8424C605F167}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoNotionBlog", "Demos\DemoNotionBlog\DemoNotionBlog.csproj", "{18B6CD58-AA94-438F-9A68-94D6F86406E5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Demos", "Demos", "{D7BC1C12-3063-47E8-BE70-7ED196ED36B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PackTemplateProjects", "Demos\PackTemplateProjects.csproj", "{E5BA76B5-E6CA-4054-9C68-808BA2229608}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Nuget", "Nuget", "{86F9F72D-4539-4D23-B735-DC480D4DE2C3}"
ProjectSection(SolutionItems) = preProject
NotionSharp\pack.ps1 = NotionSharp\pack.ps1
README official.md = README official.md
README unofficial.md = README unofficial.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NotionSharp.ApiClient", "NotionSharp.ApiClient\NotionSharp.ApiClient.csproj", "{8F152F27-58B5-437A-8B50-1F51D4F4DDB8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnofficialApi", "UnofficialApi", "{9499073C-5F3D-4D82-824E-2757DF207F7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NotionSharp.ApiClient.Tests", "NotionSharp.ApiClient.Tests\NotionSharp.ApiClient.Tests.csproj", "{58AB6C43-E92B-4269-BD46-5D40B526DB8B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B717D05-BA5F-4F2A-9720-515E2E7DF65D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B717D05-BA5F-4F2A-9720-515E2E7DF65D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B717D05-BA5F-4F2A-9720-515E2E7DF65D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B717D05-BA5F-4F2A-9720-515E2E7DF65D}.Release|Any CPU.Build.0 = Release|Any CPU
{12DC1B9D-0523-474B-A17E-8424C605F167}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12DC1B9D-0523-474B-A17E-8424C605F167}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12DC1B9D-0523-474B-A17E-8424C605F167}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18B6CD58-AA94-438F-9A68-94D6F86406E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18B6CD58-AA94-438F-9A68-94D6F86406E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18B6CD58-AA94-438F-9A68-94D6F86406E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18B6CD58-AA94-438F-9A68-94D6F86406E5}.Release|Any CPU.Build.0 = Release|Any CPU
{E5BA76B5-E6CA-4054-9C68-808BA2229608}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5BA76B5-E6CA-4054-9C68-808BA2229608}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F152F27-58B5-437A-8B50-1F51D4F4DDB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F152F27-58B5-437A-8B50-1F51D4F4DDB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F152F27-58B5-437A-8B50-1F51D4F4DDB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F152F27-58B5-437A-8B50-1F51D4F4DDB8}.Release|Any CPU.Build.0 = Release|Any CPU
{58AB6C43-E92B-4269-BD46-5D40B526DB8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58AB6C43-E92B-4269-BD46-5D40B526DB8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58AB6C43-E92B-4269-BD46-5D40B526DB8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5B717D05-BA5F-4F2A-9720-515E2E7DF65D} = {9499073C-5F3D-4D82-824E-2757DF207F7A}
{12DC1B9D-0523-474B-A17E-8424C605F167} = {9499073C-5F3D-4D82-824E-2757DF207F7A}
{18B6CD58-AA94-438F-9A68-94D6F86406E5} = {D7BC1C12-3063-47E8-BE70-7ED196ED36B3}
{E5BA76B5-E6CA-4054-9C68-808BA2229608} = {D7BC1C12-3063-47E8-BE70-7ED196ED36B3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {522940C7-B401-4DC2-A960-98E94B2C7DD9}
EndGlobalSection
EndGlobal