문제

I've got one Web Application project and two Web Deployment projects against that one Web Application project: WebApplication1, WebApplication1.csproj_deploy1, and WebApplication1.csproj_deploy2.

WebApplication1 uses the following assembly attribute, which bakes the date/time, down to the second, into the assembly at compile time:

[assembly: AssemblyVersion("0.0.*")]

Will the two WebApplication1.dll files which are the output of the two web deployment projects have the same date/time baked into them, down to the second?

도움이 되었습니까?

해결책

Yes, the two WebApplication1.dll files which are the output of the two web deployment projects have the same date/time baked into them.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top