-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMSFSTouchPortalPlugin.sln
95 lines (95 loc) · 5.37 KB
/
MSFSTouchPortalPlugin.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSFSTouchPortalPlugin", "MSFSTouchPortalPlugin\MSFSTouchPortalPlugin.csproj", "{D3F1B2FB-0846-4003-8D2E-355273668F37}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSFSTouchPortalPlugin-Generator", "MSFSTouchPortalPlugin-Generator\MSFSTouchPortalPlugin-Generator.csproj", "{53A38611-6486-4FF5-8637-1C6BC38A6A18}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6DF0C85E-3EB4-4898-A304-EFA04CB547A6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
DOCUMENTATION.md = DOCUMENTATION.md
LICENSE = LICENSE
publish.ps1 = publish.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{BB11FB83-1407-4C82-AA08-67D7BB5A106B}"
ProjectSection(SolutionItems) = preProject
.github\CODE-OF-CONDUCT.md = .github\CODE-OF-CONDUCT.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{7FEA40CD-379E-48F1-9581-2692B532A839}"
ProjectSection(SolutionItems) = preProject
.github\workflows\verify-build.yml = .github\workflows\verify-build.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ISSUE_TEMPLATE", "ISSUE_TEMPLATE", "{D74D033D-8E79-4CCD-9D07-7CD7CD2FEF49}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\bug-report.md = .github\ISSUE_TEMPLATE\bug-report.md
.github\ISSUE_TEMPLATE\feature-request.md = .github\ISSUE_TEMPLATE\feature-request.md
.github\ISSUE_TEMPLATE\new-action-request.md = .github\ISSUE_TEMPLATE\new-action-request.md
.github\ISSUE_TEMPLATE\new-state-request.md = .github\ISSUE_TEMPLATE\new-state-request.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PULL_REQUEST_TEMPLATE", "PULL_REQUEST_TEMPLATE", "{8781784E-631E-4D29-A3A1-9CBEFBC01310}"
ProjectSection(SolutionItems) = preProject
.github\PULL_REQUEST_TEMPLATE\pull-request-template.md = .github\PULL_REQUEST_TEMPLATE\pull-request-template.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSFSTouchPortalPlugin-Tests", "MSFSTouchPortalPlugin-Tests\MSFSTouchPortalPlugin-Tests.csproj", "{562A58FF-DD9A-4839-B503-4520D3BE96DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|FSX = Debug|FSX
Debug|MSFS = Debug|MSFS
Publish|FSX = Publish|FSX
Publish|MSFS = Publish|MSFS
Release|FSX = Release|FSX
Release|MSFS = Release|MSFS
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3F1B2FB-0846-4003-8D2E-355273668F37}.Debug|FSX.ActiveCfg = Debug|FSX
{D3F1B2FB-0846-4003-8D2E-355273668F37}.Debug|FSX.Build.0 = Debug|FSX
{D3F1B2FB-0846-4003-8D2E-355273668F37}.Debug|MSFS.ActiveCfg = Debug|MSFS
{D3F1B2FB-0846-4003-8D2E-355273668F37}.Debug|MSFS.Build.0 = Debug|MSFS
{D3F1B2FB-0846-4003-8D2E-355273668F37}.Publish|FSX.ActiveCfg = Publish|FSX
{D3F1B2FB-0846-4003-8D2E-355273668F37}.Publish|FSX.Build.0 = Publish|FSX
{D3F1B2FB-0846-4003-8D2E-355273668F37}.Publish|MSFS.ActiveCfg = Publish|MSFS
{D3F1B2FB-0846-4003-8D2E-355273668F37}.Publish|MSFS.Build.0 = Publish|MSFS
{D3F1B2FB-0846-4003-8D2E-355273668F37}.Release|FSX.ActiveCfg = Release|FSX
{D3F1B2FB-0846-4003-8D2E-355273668F37}.Release|FSX.Build.0 = Release|FSX
{D3F1B2FB-0846-4003-8D2E-355273668F37}.Release|MSFS.ActiveCfg = Release|MSFS
{D3F1B2FB-0846-4003-8D2E-355273668F37}.Release|MSFS.Build.0 = Release|MSFS
{53A38611-6486-4FF5-8637-1C6BC38A6A18}.Debug|FSX.ActiveCfg = Debug|FSX
{53A38611-6486-4FF5-8637-1C6BC38A6A18}.Debug|MSFS.ActiveCfg = Debug|MSFS
{53A38611-6486-4FF5-8637-1C6BC38A6A18}.Publish|FSX.ActiveCfg = Publish|FSX
{53A38611-6486-4FF5-8637-1C6BC38A6A18}.Publish|MSFS.ActiveCfg = Publish|MSFS
{53A38611-6486-4FF5-8637-1C6BC38A6A18}.Release|FSX.ActiveCfg = Release|FSX
{53A38611-6486-4FF5-8637-1C6BC38A6A18}.Release|MSFS.ActiveCfg = Release|MSFS
{562A58FF-DD9A-4839-B503-4520D3BE96DA}.Debug|FSX.ActiveCfg = Debug|FSX
{562A58FF-DD9A-4839-B503-4520D3BE96DA}.Debug|MSFS.ActiveCfg = Debug|MSFS
{562A58FF-DD9A-4839-B503-4520D3BE96DA}.Publish|FSX.ActiveCfg = Release|FSX
{562A58FF-DD9A-4839-B503-4520D3BE96DA}.Publish|MSFS.ActiveCfg = Release|MSFS
{562A58FF-DD9A-4839-B503-4520D3BE96DA}.Release|FSX.ActiveCfg = Release|FSX
{562A58FF-DD9A-4839-B503-4520D3BE96DA}.Release|FSX.Build.0 = Release|FSX
{562A58FF-DD9A-4839-B503-4520D3BE96DA}.Release|MSFS.ActiveCfg = Release|MSFS
{562A58FF-DD9A-4839-B503-4520D3BE96DA}.Release|MSFS.Build.0 = Release|MSFS
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BB11FB83-1407-4C82-AA08-67D7BB5A106B} = {6DF0C85E-3EB4-4898-A304-EFA04CB547A6}
{7FEA40CD-379E-48F1-9581-2692B532A839} = {BB11FB83-1407-4C82-AA08-67D7BB5A106B}
{D74D033D-8E79-4CCD-9D07-7CD7CD2FEF49} = {BB11FB83-1407-4C82-AA08-67D7BB5A106B}
{8781784E-631E-4D29-A3A1-9CBEFBC01310} = {BB11FB83-1407-4C82-AA08-67D7BB5A106B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A111C57-4F14-4766-94E9-EB7FC1180379}
EndGlobalSection
EndGlobal