-
Notifications
You must be signed in to change notification settings - Fork 0
/
Expressif.sln
57 lines (57 loc) · 2.62 KB
/
Expressif.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Expressif", "Expressif\Expressif.csproj", "{DFBA8513-1D85-43BB-9BAA-FD74DE0F17A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Expressif.Testing", "Expressif.Testing\Expressif.Testing.csproj", "{11F82DC7-7597-47ED-A3CC-1896726F957B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Builds", "Builds", "{E3F9B645-76C5-4031-8D7A-E0B535E88F3D}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
GitVersion.yml = GitVersion.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{01685EF7-A74D-4D06-931B-5DD33CDA3FD8}"
ProjectSection(SolutionItems) = preProject
generate-info.ps1 = generate-info.ps1
README.md = README.md
update-docs.ps1 = update-docs.ps1
update-examples.ps1 = update-examples.ps1
update-index.ps1 = update-index.ps1
update-readme.ps1 = update-readme.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Edition", "Edition", "{F06F33F1-4F60-49BC-814E-93E9EC325B6E}"
ProjectSection(SolutionItems) = preProject
.commitlint.yaml = .commitlint.yaml
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFBA8513-1D85-43BB-9BAA-FD74DE0F17A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFBA8513-1D85-43BB-9BAA-FD74DE0F17A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFBA8513-1D85-43BB-9BAA-FD74DE0F17A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFBA8513-1D85-43BB-9BAA-FD74DE0F17A1}.Release|Any CPU.Build.0 = Release|Any CPU
{11F82DC7-7597-47ED-A3CC-1896726F957B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11F82DC7-7597-47ED-A3CC-1896726F957B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11F82DC7-7597-47ED-A3CC-1896726F957B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11F82DC7-7597-47ED-A3CC-1896726F957B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2E071B0-7CAF-423C-AC11-752432ABF49F}
EndGlobalSection
EndGlobal