.csproj文件中的消息

时间:2018-04-15 19:23:39

标签: c# asp.net

我正在使用Visual Studio 2017. 在何处以及如何我可以在.csproj文件中看到以下消息?

<Target Name="LogMessage">
    <Message Importance="High" Text="Hello world!" />
</Target>

此外,当.csproj文件正在运行时? Is it only when we open the project or every time we build the project?

0 个答案:

没有答案