-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
79 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
|
||
<appSettings> | ||
<!-- Solid, LeftDiagonal, RightDiagonal, Dashed, Dotted --> | ||
<add key="BorderMode" value="LeftDiagonal" /> | ||
<add key="BorderMode" value="LeftDiagonal"/> | ||
|
||
<!-- All, Top, Bottom, Left, Right (somma separated) --> | ||
<add key="Edges" value="All" /> | ||
<add key="Edges" value="All"/> | ||
|
||
<!-- HTML HEX Color --> | ||
<add key="BackColor" value="#0000FF" /> | ||
<add key="ForeColor" value="#FFFFFF" /> | ||
<add key="BackColor" value="#0000FF"/> | ||
<add key="ForeColor" value="#FFFFFF"/> | ||
|
||
<!-- Top border will thicken to accomodate text --> | ||
<add key="Title" value="Super Awesome VM" /> | ||
<add key="TitleFontSize" value="8.0" /> | ||
<add key="TitleForeColor" value="#ffff80" /> | ||
<add key="TitleBackColor" value="#000080" /> | ||
<add key="Title" value="Super Awesome VM"/> | ||
<add key="TitleFontSize" value="8.0"/> | ||
<add key="TitleForeColor" value="#ffff80"/> | ||
<add key="TitleBackColor" value="#000080"/> | ||
|
||
</appSettings> | ||
|
||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/> | ||
</startup> | ||
</configuration> | ||
</configuration> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters