We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10c605 commit a2bc86aCopy full SHA for a2bc86a
2 files changed
DisplayManager/DisplayManager.csproj
@@ -51,6 +51,7 @@
51
</ItemGroup>
52
<ItemGroup>
53
<Content Include="Launcher.example.json"/>
54
+ <Content Include="README.md"/>
55
56
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets"/>
57
</Project>
DisplayManager/README.md
@@ -0,0 +1,18 @@
1
+DisplayPowerSwitcher
2
+====
3
+
4
+ディスプレイの電源入れたり消したりするだけです。
5
6
+## Usage
7
8
+コマンドライン引数で"ON"か"OFF"を指定してください。
9
10
+## Licence
11
12
+These codes are licensed under CC0.
13
14
+[](http://creativecommons.org/publicdomain/zero/1.0/deed.ja)
15
16
+## Author
17
18
+[HALBY](https://github.com/halby24)
0 commit comments