Search Results

4
votes
3answers
664 views

MSBuild: How to obtain number of warnings raised?

There is a MSBuild script, that includes number if Delphi and C# projects, unit tests etc. The problem is: how to mark build failed if warnings were raised (for testing purposes, not for r …
1
vote

What is the best way to share Delphi source files among projects?

I think no special solutions are required. In our project (several applications that share large areas of code) we use the following approach: Split source code to folders. C …