Skip to content

Commit

Permalink
Merge pull request #15 from AlexHedley/xaml
Browse files Browse the repository at this point in the history
Xaml
  • Loading branch information
AlexHedley committed Jul 3, 2020
2 parents 2ed0bd2 + 6d65db3 commit c5c898d
Show file tree
Hide file tree
Showing 14 changed files with 1,165 additions and 230 deletions.
12 changes: 9 additions & 3 deletions ACKNOWLEDGEMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
- [Prism Library](https://prismlibrary.github.io/)
- [PrismOutlook](https://github.com/brianlagunas/PrismOutlook) from [BrianLagunas](https://github.com/brianlagunas)

See the Twitch archives
See the Twitch archives on YouTube
- [Building Outlook: Setting up the Prism Project](https://www.youtube.com/watch?v=yd_DtUKf3pc&list=PLG8rj6Rr0BU_r0pLKvkF5THxzce6Ygdkm&index=18)
-

## Libs

Expand All @@ -16,4 +15,11 @@

- PoorMansTSqlFormatter
- https://github.com/TaoK/PoorMansTSqlFormatter/
- https://www.nuget.org/packages/PoorMansTSQLFormatter/
- https://www.nuget.org/packages/PoorMansTSQLFormatter/

## Assets

- [Visual Studio Image Library](https://www.microsoft.com/en-gb/download/details.aspx?id=35825)
- [EULA](VisualStudio2019ImageLibraryEULA.rtf)
- VS2019 Image Library.zip
- Copy
3 changes: 3 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

[![AlexHedley](https://avatars3.githubusercontent.com/u/1573469?s=50&v=4)](https://github.com/AlexHedley/)
[AlexHedley](https://github.com/AlexHedley/)

[![Axemasta](https://avatars2.githubusercontent.com/u/33064621?s=50&v=4)](https://github.com/Axemasta/)
[Axemasta](https://github.com/Axemasta)
51 changes: 50 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,61 @@ TODO:
- [ ] XML Pretty
- [ ] SQL Formatter

--
---

## Screenshots

![Example](assets/Utility-WPF.gif)

<details>
<summary>More</summary>

<details>
<summary>HTML</summary>
<img src="assets/HTML.png">
<img src="assets/HTML2.png">
</details>

<details>
<summary>URL</summary>
<img src="assets/URL.png">
<img src="assets/URL2.png">
</details>

<details>
<summary>Guid</summary>
<img src="assets/Guid.png">
<img src="assets/Guid2.png">
</details>

<details>
<summary>XML</summary>
<img src="assets/XML.png">
<img src="assets/XML2.png">
<img src="assets/XML3.png">
</details>

<details>
<summary>JSON</summary>
<img src="assets/JSON.png">
<img src="assets/JSON2.png">
<img src="assets/JSON3.png">
</details>

<details>
<summary>SQL IN Clause Builder</summary>
<img src="assets/SqlBuilder.png">
<img src="assets/SqlBuilder2.png">
</details>

<details>
<summary>SQL Formatter</summary>
<img src="assets/SqlFormatter.png">
<img src="assets/SqlFormatter2.png">
</details>

</details>

---

## Contributing
Expand Down
711 changes: 711 additions & 0 deletions VisualStudio2019ImageLibraryEULA.rtf

Large diffs are not rendered by default.

Loading

0 comments on commit c5c898d

Please sign in to comment.