-
Notifications
You must be signed in to change notification settings - Fork 5
/
EvernoteToNotionChrome.sln
41 lines (41 loc) · 2.24 KB
/
EvernoteToNotionChrome.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EvernoteToNotionChrome", "EvernoteToNotionChrome\EvernoteToNotionChrome.csproj", "{D7F48F71-0CCD-44ED-B507-3D3980ABC9C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HTMLToNotion", "HTMLToNotion\HTMLToNotion.csproj", "{984C9279-8FA1-4E66-A6FA-8C93ABA3AC78}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7F48F71-0CCD-44ED-B507-3D3980ABC9C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7F48F71-0CCD-44ED-B507-3D3980ABC9C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7F48F71-0CCD-44ED-B507-3D3980ABC9C3}.Debug|x64.ActiveCfg = Debug|Any CPU
{D7F48F71-0CCD-44ED-B507-3D3980ABC9C3}.Debug|x64.Build.0 = Debug|Any CPU
{D7F48F71-0CCD-44ED-B507-3D3980ABC9C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7F48F71-0CCD-44ED-B507-3D3980ABC9C3}.Release|Any CPU.Build.0 = Release|Any CPU
{D7F48F71-0CCD-44ED-B507-3D3980ABC9C3}.Release|x64.ActiveCfg = Release|Any CPU
{D7F48F71-0CCD-44ED-B507-3D3980ABC9C3}.Release|x64.Build.0 = Release|Any CPU
{984C9279-8FA1-4E66-A6FA-8C93ABA3AC78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{984C9279-8FA1-4E66-A6FA-8C93ABA3AC78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{984C9279-8FA1-4E66-A6FA-8C93ABA3AC78}.Debug|x64.ActiveCfg = Debug|x64
{984C9279-8FA1-4E66-A6FA-8C93ABA3AC78}.Debug|x64.Build.0 = Debug|x64
{984C9279-8FA1-4E66-A6FA-8C93ABA3AC78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{984C9279-8FA1-4E66-A6FA-8C93ABA3AC78}.Release|Any CPU.Build.0 = Release|Any CPU
{984C9279-8FA1-4E66-A6FA-8C93ABA3AC78}.Release|x64.ActiveCfg = Release|x64
{984C9279-8FA1-4E66-A6FA-8C93ABA3AC78}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A353C598-95B7-4DEB-816C-A2DC29B396FD}
EndGlobalSection
EndGlobal