Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yt3trees/msbuild-gui
Tool to operate and execute MsBuild.exe with Gui operation
https://github.com/yt3trees/msbuild-gui
chatgpt dotnet6 msbuild wpf
Last synced: about 5 hours ago
JSON representation
Tool to operate and execute MsBuild.exe with Gui operation
- Host: GitHub
- URL: https://github.com/yt3trees/msbuild-gui
- Owner: yt3trees
- License: mit
- Created: 2022-06-12T08:17:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T06:07:58.000Z (10 months ago)
- Last Synced: 2024-01-28T07:23:12.728Z (10 months ago)
- Topics: chatgpt, dotnet6, msbuild, wpf
- Language: C#
- Homepage:
- Size: 3.15 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-ja.md
- License: LICENSE
Awesome Lists containing this project
README
# MsBuild-Gui
MsBuild-GuiはMsBuildをGuiで操作・実行できるツールです。
![msbuildgui_demo gif](https://user-images.githubusercontent.com/57471763/175777936-d283d66e-9b5b-4d3f-b220-3dc5b42406b4.gif)
## Description
プロジェクト設定ボタンからDLL出力先のフォルダや使用するMsBuild.exeを登録します。
メイン画面で、登録したプロジェクトを選択するとcsproj一覧にビルド可能なcsprojの一覧がリストボックスで表示されます。
それらをダブルクリックすることでビルド対象にすることができます。その後、ビルドボタンをクリックしてビルド実行できます。
## Features
- 複数の.csprojを一括で実行可能
- Msbuildのパラメータを画面上から設定(全パラメータには未対応)## Requirement
- Windows10
- Visual Studio 2022
- [.NET6](https://dotnet.microsoft.com/ja-jp/download/dotnet/6.0)
- [ModernWpf](https://github.com/Kinnara/ModernWpf)
- [Microsoft Visual Studio Installer Projects](https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2017InstallerProjects)## Author
[@yt3trees](https://twitter.com/yt3trees)
## License
[MIT](https://github.com/yt3trees/MsBuild-Gui/blob/master/LICENSE)