| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 11 months |
| seen | Apr 24 at 19:40 | |
| stats | profile views | 11 |
|
Apr 2 |
awarded | Scholar |
|
Apr 2 |
accepted | Dynamic Post-build event in Visual Studio |
|
Jun 19 |
comment |
Dynamic Post-build event in Visual Studio So what you're saying is, un the Video Server solution post-build events, if I find the documentation generator based on the $(ProjectDir) macro, it will go to the Project Directory of the Video Server solution even if the Video Server is being built by another solution? |
|
Jun 19 |
awarded | Student |
|
Jun 18 |
comment |
Dynamic Post-build event in Visual Studio Both projects are different VS Solutions. One is just referenced by the other. I am using "SDK Project" to refer to the SDK of the project I am building (Video Server project is the Video Server and SDK Project is the Video Server SDK) |
|
Jun 18 |
revised |
Dynamic Post-build event in Visual Studio Clarified problem |
|
Jun 18 |
comment |
Dynamic Post-build event in Visual Studio I am using the MSBuild properties (that's how the Video Server project knows where it is). Unfortunately, because it is using $SolutionDir, when it is built by the SDK project, Visual Studio looks in the SDK project's Solution Directory, not the Video Server's. I'll edit the question to clarify |
|
Jun 18 |
comment |
Dynamic Post-build event in Visual Studio I don't think it is always in the same place - I'll have to check, but the Video Server Project is "included" in the SDK Project by linking, not by being in a specific folder |
|
Jun 18 |
awarded | Editor |
|
Jun 18 |
revised |
Dynamic Post-build event in Visual Studio deleted 2 characters in body |
|
Jun 18 |
asked | Dynamic Post-build event in Visual Studio |
|
Jun 8 |
awarded | Supporter |
|
Jun 8 |
comment |
Is constantly looking for code examples a sign of a bad developer? My boss always says "The best measure of a programmer's skill is his ability to do a good google search". All the programmers I know look for examples on the internet, but only the bad ones paste blindly. If someone has already done what you want to do, why reinvent the wheel? |