Before and AfterBuild Target in Visual Studio not firing
问题 I am doing the following: I have created a default class file project Edited the csproj file to include Pre and Post BuildEvents Uncomment the default commented out BeforeBuild and AfterBuild targets The BeforeBuild and AfterBuild targets are not called form within Visual Studio but are from msbuild command line, why is that? I would rather use msbuild targets rather than the PostBuildEvent as if gives me more power and flexibility, assuming it works. Cheers, adam I shortened some of the