.vcxproj
MSVC
で使う
MSBuild project file
.vcxproj
独自の構文など
https://learn.microsoft.com/ja-jp/cpp/build/reference/vcxproj-file-structure?view=msvc-170
vcxproj独自の要素をvalidateするschemaは提供されていない
各要素の解説
<ClCompile>
https://learn.microsoft.com/ja-jp/visualstudio/msbuild/cl-task?view=vs-2022
<ItemGroup>
と
<ItemDefinitionGroup>
の違い
https://learn.microsoft.com/ja-jp/visualstudio/msbuild/item-definitions?view=vs-2022
いまいちわからない
takker.icon
#2025-11-09
12:09:02