Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MSBuild を使用して、プロジェクト (および場合によってはフォルダー) で不要な拡張機能を除外するにはどうすればよいですか?
.cs、.resx ファイルなどの拡張子。
<ItemGroup> <MyGroup Include="Directory\**" Exclude="**\*.cs;**\*.resx" /> </ItemGroup>
http://blogs.msdn.com/msbuild/archive/2006/03/08/546583.aspx