InterviewSolution
| 1. |
Is There Any Condition You Need To Fulfill Before You Modify The Files In The Msbuild Environment? |
|
Answer» Yes, there are a few basic conditions that the users need to fulfill. The very thing is to make sure that all the files should be pre-processed before they ACTUALLY HIT the compiler. All the compressed files should be created from the build OUTPUTS. The build outcomes should be placed at a different location which is OUTSIDE the software. Yes, there are a few basic conditions that the users need to fulfill. The very thing is to make sure that all the files should be pre-processed before they actually hit the compiler. All the compressed files should be created from the build outputs. The build outcomes should be placed at a different location which is outside the software. |
|