标签: 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?
Is it only when we open the project or every time we build the project?