Skip to content

Commit b4794b6

Browse files
committed
docs
1 parent d7d5e8f commit b4794b6

2 files changed

Lines changed: 31 additions & 3 deletions

File tree

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ remakatag.sh
88
*.suo
99
*.user
1010
*.userosscache
11-
*.sln.docstates
1211

1312
# User-specific files (MonoDevelop/Xamarin Studio)
1413
*.userprefs
@@ -406,5 +405,3 @@ pack.bat
406405
install-local.bat
407406
dotnet-install.sh
408407

409-
# JetBrains Rider
410-
*.sln.iml

Templates.sln

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.13.35507.96
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Community.PowerToys.Run.Plugin.Templates", "src\Community.PowerToys.Run.Plugin.Templates.csproj", "{A7720874-7EB7-9898-22D8-814D459D4AC3}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Community.PowerToys.Run.Plugin.Templates.Tests", "tests\Community.PowerToys.Run.Plugin.Templates.Tests.csproj", "{E412338A-8113-089E-027F-E7610239500F}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{A7720874-7EB7-9898-22D8-814D459D4AC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{A7720874-7EB7-9898-22D8-814D459D4AC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{A7720874-7EB7-9898-22D8-814D459D4AC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{A7720874-7EB7-9898-22D8-814D459D4AC3}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{E412338A-8113-089E-027F-E7610239500F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{E412338A-8113-089E-027F-E7610239500F}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{E412338A-8113-089E-027F-E7610239500F}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{E412338A-8113-089E-027F-E7610239500F}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {E6D83EEE-5726-481D-BA6E-02E25BFB17B0}
30+
EndGlobalSection
31+
EndGlobal

0 commit comments

Comments
 (0)