The process, mechanism and results of configuring the build of a source-code project or hierarchy-of-files into its target artifacts (executable files, object libraries, generated documents etc.
I have a multi project solution in Visual Studio 2008. I just added a new Configuration called Release-VersionIncrement to the solution, …
visual-studio-2008 msbuild buildconfigurationWhat's the difference between different Build Configuration settings e.g. Any CPU, Mixed Platform, WIN32 etc in Visual Studio.
visual-studio msbuild buildconfigurationI'm trying to edit my project file to enable me to have a project that builds multiple build configs at …
msbuild msbuild-task buildconfigurationHere's a snippet from my csproj file: <ProjectReference Include="..\program_data\program_data.csproj" Condition="'$(Configuration)'=='Debug'"&…
c# include conditional csproj buildconfigurationWhen creating a new project with unit tests, Xcode sets the build configuration to Debug for the Test scheme (same …
xcode unit-testing debugging buildconfigurationis there a way in Visual Studio to use a custom Configuration like "#if DEBUG" I need a "#if OFFLINE" …
c# visual-studio debugging buildconfiguration buildconfigI have multiple projects in visual studio 2015. I am running my project in "ANY CPU" in debug mode. when I …
visual-studio-2015 msbuild asp.net-core-mvc buildconfigurationHow do I check the iOS deployment target in a Swift conditional compilation statement? I've tried the following: #if __IPHONE_…
ios swift conditional-compilation buildconfiguration deployment-targetFor my automated tests I have a project added to TeamCity server and 2 Agent Pool, one is a Windows Server …
teamcity agent buildconfiguration agentsWhat I want is a way to have settings that are dependent on build configuration. To give a specific example, …
java android ant build-automation buildconfiguration