SH-Tang / BalancedFieldLength

A C# implementation to calculate the balanced field length of an aircraft.
GNU General Public License v3.0
1 stars 0 forks source link

Investigate (and potentially implement) a .target file for the .csproj #12

Closed SH-Tang closed 4 years ago

SH-Tang commented 4 years ago

Investigate if it's possible to create configurations in such a way that the output of the build is automatically relocated to a bin directory in the root folder.

The reason for this movement is to make the harvesting easier as all the output files are located at one location. Additionally, this also enables the functionality of "Copy Local" to false as it will only recompile when the affected assemblies were changed

SH-Tang commented 4 years ago

Feature merged per rev ccca5ad6552761e8985b8815ccf9c6bacada6fe4. Targets file was created at location Solutiondir\build while the build output was piped to Solutiondir\build\Configuration