-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGoogleTaskExport.sln
More file actions
42 lines (42 loc) · 1.87 KB
/
GoogleTaskExport.sln
File metadata and controls
42 lines (42 loc) · 1.87 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
31
32
33
34
35
36
37
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{47857B40-1972-40F8-8897-D82074990D79}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{AB6B0AFB-8717-46D3-A775-2702FEB00FB6}"
ProjectSection(SolutionItems) = preProject
.github\workflows\main.yml = .github\workflows\main.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F436C127-BBAA-497D-98F1-2F02C7014C66}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GoogleTaskExport", "GoogleTaskExport\GoogleTaskExport.fsproj", "{EC4AFB59-3D2C-4978-911D-43689E97B4B9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AB6B0AFB-8717-46D3-A775-2702FEB00FB6} = {47857B40-1972-40F8-8897-D82074990D79}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC4AFB59-3D2C-4978-911D-43689E97B4B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC4AFB59-3D2C-4978-911D-43689E97B4B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC4AFB59-3D2C-4978-911D-43689E97B4B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC4AFB59-3D2C-4978-911D-43689E97B4B9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal