差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
windows:visualstudio [2021/06/18 02:18] – [Visual Studio と VC++ マクロ定義] ともやん | windows:visualstudio [2023/07/31 11:10] (現在) – ともやん | ||
---|---|---|---|
行 1: | 行 1: | ||
~~CLOSETOC~~ | ~~CLOSETOC~~ | ||
- | ====== Visual Studio | + | ====== Visual Studio ====== |
{{windows: | {{windows: | ||
**Visual Cosplay 2013😅💦**\\ | **Visual Cosplay 2013😅💦**\\ | ||
行 13: | 行 13: | ||
===== Visual Studio Installer の実行 ===== | ===== Visual Studio Installer の実行 ===== | ||
- | ダウンロードした | + | ダウンロードした |
{{windows: | {{windows: | ||
\\ | \\ | ||
行 336: | 行 336: | ||
**Vcpkg インスタンス (ディレクトリ構成)**\\ | **Vcpkg インスタンス (ディレクトリ構成)**\\ | ||
- | <WRAP prewrap 100% #mintbl> | + | <WRAP prewrap 100% mintbl> |
^ buildtrees | ^ buildtrees | ||
^ docs | ドキュメントと例。 | ^ docs | ドキュメントと例。 | ||
行 2981: | 行 2981: | ||
==== 「Please install the English language pack.」が表示される ==== | ==== 「Please install the English language pack.」が表示される ==== | ||
- | <WRAP prewrap 100% #mincode> | + | <WRAP prewrap 100% mincode> |
< | < | ||
Warning: The following VS instances are excluded because the English language pack is unavailable. | Warning: The following VS instances are excluded because the English language pack is unavailable. | ||
行 3087: | 行 3087: | ||
本家: [[https:// | 本家: [[https:// | ||
ソースコード: | ソースコード: | ||
+ | |||
+ | ==== インストール ==== | ||
+ | [[windows: | ||
+ | <WRAP color_term> | ||
+ | <WRAP color_command>< | ||
+ | <b class=GRN> | ||
+ | </ | ||
+ | <WRAP color_result>< | ||
+ | Results from local buckets... | ||
+ | |||
+ | <b class=GRN> | ||
+ | ---- | ||
+ | nuget-package-explorer 6.0.64 | ||
+ | nuget 6.6.1 main | ||
+ | |||
+ | </ | ||
+ | <WRAP color_command>< | ||
+ | <b class=GRN> | ||
+ | </ | ||
+ | <WRAP color_result>< | ||
+ | Installing ' | ||
+ | NuGet.exe (7.0 MB) [==========================================================================================] 100% | ||
+ | Checking hash of <b class=CYN> | ||
+ | Linking ~\scoop\apps\nuget\current => ~\scoop\apps\nuget\6.6.1 | ||
+ | Creating shim for ' | ||
+ | <b class=GRN>' | ||
+ | </ | ||
+ | </ | ||
==== ダウンロード ==== | ==== ダウンロード ==== | ||
行 3193: | 行 3221: | ||
==== C++ プロジェクトでリンカーの出力ファイルを変更すると MSBuild が 警告: MSB8012 を吐く ==== | ==== C++ プロジェクトでリンカーの出力ファイルを変更すると MSBuild が 警告: MSB8012 を吐く ==== | ||
プロジェクトのプロパティで **[構成プロパティ] - [リンカー] - [出力ファイル]** を **$(OutDir)$(TargetName)$(TargetExt)** 以外に変更してビルドすると **MSBuild** が警告する。\\ | プロジェクトのプロパティで **[構成プロパティ] - [リンカー] - [出力ファイル]** を **$(OutDir)$(TargetName)$(TargetExt)** 以外に変更してビルドすると **MSBuild** が警告する。\\ | ||
- | <WRAP prewrap 100% #mincode> | + | <WRAP prewrap 100% mincode> |
< | < | ||
1> | 1> |