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 2 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T11:49:35.000Z (5 months ago)
- Last Synced: 2025-03-30T04:23:01.121Z (3 months ago)
- Topics: chatgpt, dotnet6, msbuild, wpf
- Language: C#
- Homepage:
- Size: 3.04 MB
- Stars: 7
- 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で操作・実行できるツールです。

## 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)