Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | created Community.PowerToys.Run.Plugin solution |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0ec37ee0876ca18713983decb1ef9731 |
User & Date: | murphy 2024-06-11 23:39:35.556 |
Context
2024-06-12
| ||
00:20 | functionless scaffolding of Community.PowerToys.Run.Plugin.Joplin check-in: cd7e9e7fd4 user: murphy tags: trunk | |
2024-06-11
| ||
23:39 | created Community.PowerToys.Run.Plugin solution check-in: 0ec37ee087 user: murphy tags: trunk | |
23:29 | initial working code of Community.PowerToys.Run.Plugin.Speak check-in: fbbd713b0c user: murphy tags: trunk | |
Changes
Name change from Community.PowerToys.Run.Plugin.Speak.fsproj to Community.PowerToys.Run.Plugin.Speak/Community.PowerToys.Run.Plugin.Speak.fsproj.
︙ | ︙ |
Name change from Images/speak.dark.png to Community.PowerToys.Run.Plugin.Speak/Images/speak.dark.png.
cannot compute difference between binary files
Name change from Images/speak.light.png to Community.PowerToys.Run.Plugin.Speak/Images/speak.light.png.
cannot compute difference between binary files
Name change from Library.fs to Community.PowerToys.Run.Plugin.Speak/Library.fs.
︙ | ︙ |
Name change from Main.de.resx to Community.PowerToys.Run.Plugin.Speak/Main.de.resx.
︙ | ︙ |
Name change from Main.resx to Community.PowerToys.Run.Plugin.Speak/Main.resx.
︙ | ︙ |
Name change from plugin.json to Community.PowerToys.Run.Plugin.Speak/plugin.json.
︙ | ︙ |
Added Community.PowerToys.Run.Plugin.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 | Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Community.PowerToys.Run.Plugin.Speak", "Community.PowerToys.Run.Plugin.Speak\Community.PowerToys.Run.Plugin.Speak.fsproj", "{9FAAE58E-D521-4323-B0DA-FBA8306A54F9}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{1A86A533-EFFA-4280-9303-93188C00157A}" ProjectSection(SolutionItems) = preProject LICENSE = LICENSE global.json = global.json EndProjectSection 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(ProjectConfigurationPlatforms) = postSolution {9FAAE58E-D521-4323-B0DA-FBA8306A54F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {9FAAE58E-D521-4323-B0DA-FBA8306A54F9}.Debug|Any CPU.Build.0 = Debug|Any CPU {9FAAE58E-D521-4323-B0DA-FBA8306A54F9}.Release|Any CPU.ActiveCfg = Release|Any CPU {9FAAE58E-D521-4323-B0DA-FBA8306A54F9}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection EndGlobal |