Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.3.32611.2 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VoiceAttack-Framework", "VoiceAttack-Framework\VoiceAttack-Framework.csproj", "{788DDBA5-E959-4153-8580-4462600F2960}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9E9DD44C-8D0E-4E41-BD7B-3588B94D007D}" ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig .gitignore = .gitignore CHANGELOG.md = CHANGELOG.md Directory.Build.props = Directory.Build.props Directory.Build.targets = Directory.Build.targets glider.jpg = glider.jpg LICENSE = LICENSE mkdocs.yml = mkdocs.yml README.md = README.md requirements.txt = requirements.txt stylecop.json = stylecop.json EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{1BE45F7D-E6DE-49D2-A906-5CC9CD49B639}" ProjectSection(SolutionItems) = preProject .github\dependabot.yaml = .github\dependabot.yaml .github\FUNDING.yml = .github\FUNDING.yml EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{9109DB0F-4765-4C7E-9E65-53C729D6251D}" ProjectSection(SolutionItems) = preProject .github\workflows\create-release.yaml = .github\workflows\create-release.yaml .github\workflows\gh-pages.yaml = .github\workflows\gh-pages.yaml .github\workflows\push-test.yaml = .github\workflows\push-test.yaml EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExamplePlugin", "ExamplePlugin\ExamplePlugin.csproj", "{E390356B-4039-4364-B49C-38A37046A7BD}" ProjectSection(ProjectDependencies) = postProject {788DDBA5-E959-4153-8580-4462600F2960} = {788DDBA5-E959-4153-8580-4462600F2960} EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{3FE46F37-0E89-4E29-BBCA-8E28A396F478}" ProjectSection(SolutionItems) = preProject docs\commands.md = docs\commands.md docs\contexts.md = docs\contexts.md docs\events.md = docs\events.md docs\extra.css = docs\extra.css docs\gettingstarted.md = docs\gettingstarted.md docs\faq.md = docs\faq.md docs\index.md = docs\index.md docs\logging.md = docs\logging.md docs\variables.md = docs\variables.md EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VoiceAttack-Framework-Test", "VoiceAttack-Framework-Test\VoiceAttack-Framework-Test.csproj", "{D49B2D9A-1014-4554-977A-E57E9972D196}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {788DDBA5-E959-4153-8580-4462600F2960}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {788DDBA5-E959-4153-8580-4462600F2960}.Debug|Any CPU.Build.0 = Debug|Any CPU {788DDBA5-E959-4153-8580-4462600F2960}.Release|Any CPU.ActiveCfg = Release|Any CPU {788DDBA5-E959-4153-8580-4462600F2960}.Release|Any CPU.Build.0 = Release|Any CPU {E390356B-4039-4364-B49C-38A37046A7BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E390356B-4039-4364-B49C-38A37046A7BD}.Debug|Any CPU.Build.0 = Debug|Any CPU {E390356B-4039-4364-B49C-38A37046A7BD}.Release|Any CPU.ActiveCfg = Release|Any CPU {E390356B-4039-4364-B49C-38A37046A7BD}.Release|Any CPU.Build.0 = Release|Any CPU {D49B2D9A-1014-4554-977A-E57E9972D196}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D49B2D9A-1014-4554-977A-E57E9972D196}.Debug|Any CPU.Build.0 = Debug|Any CPU {D49B2D9A-1014-4554-977A-E57E9972D196}.Release|Any CPU.ActiveCfg = Release|Any CPU {D49B2D9A-1014-4554-977A-E57E9972D196}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {1BE45F7D-E6DE-49D2-A906-5CC9CD49B639} = {9E9DD44C-8D0E-4E41-BD7B-3588B94D007D} {9109DB0F-4765-4C7E-9E65-53C729D6251D} = {1BE45F7D-E6DE-49D2-A906-5CC9CD49B639} {3FE46F37-0E89-4E29-BBCA-8E28A396F478} = {9E9DD44C-8D0E-4E41-BD7B-3588B94D007D} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {3BD38511-A1FB-4B6C-8463-AE6D8E546AE0} EndGlobalSection EndGlobal