Skip to content

Instantly share code, notes, and snippets.

@foobit
Created May 1, 2013 19:23
Show Gist options
  • Save foobit/5497649 to your computer and use it in GitHub Desktop.
Save foobit/5497649 to your computer and use it in GitHub Desktop.
MSBuild conditional Assembly Reference
<Reference Include="MonoMac" Condition="'$(Configuration)'=='DebugMono'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mono|AnyCPU' ">
<DefineConstants>PLATFORM_MONO</DefineConstants>
<PropertyGroup />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment