Top "Buildconfiguration" questions

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.

"the outputpath property is not set for this project" error

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 buildconfiguration
Build Configuration: Mixed Platform VS Any CPU

What's the difference between different Build Configuration settings e.g. Any CPU, Mixed Platform, WIN32 etc in Visual Studio.

visual-studio msbuild buildconfiguration
Using MSBuild to Build Multiple Configurations

I'm trying to edit my project file to enable me to have a project that builds multiple build configs at …

msbuild msbuild-task buildconfiguration
Project reference conditional include with multiple conditions

Here's a snippet from my csproj file: <ProjectReference Include="..\program_data\program_data.csproj" Condition="'$(Configuration)'=='Debug'"&…

c# include conditional csproj buildconfiguration
Xcode: TEST vs DEBUG preprocessor macros

When creating a new project with unit tests, Xcode sets the build configuration to Debug for the Test scheme (same …

xcode unit-testing debugging buildconfiguration
#if debug --> #if myOwnConfig?

is there a way in Visual Studio to use a custom Configuration like "#if DEBUG" I need a "#if OFFLINE" …

c# visual-studio debugging buildconfiguration buildconfig
Error "The OutputPath property is not set for project" VS 2015

I 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 buildconfiguration
Swift: iOS Deployment Target Command Line Flag

How 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-target
How can I associate a project to an agent pool on TeamCity?

For my automated tests I have a project added to TeamCity server and 2 Agent Pool, one is a Windows Server …

teamcity agent buildconfiguration agents
Android - use ant to create build configurations that change configuration values

What 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