Skip to content

Instantly share code, notes, and snippets.

@alexsandro-xpt
Created August 8, 2017 16:41
Show Gist options
  • Select an option

  • Save alexsandro-xpt/14451f24394dd34ec3eb2bfe492dfcab to your computer and use it in GitHub Desktop.

Select an option

Save alexsandro-xpt/14451f24394dd34ec3eb2bfe492dfcab to your computer and use it in GitHub Desktop.
teste
<PropertyGroup>
<BaseIntermediateOutputPath>..\..\build\$(AssemblyName)\obj</BaseIntermediateOutputPath>
<IntermediateOutputPath Condition=" '$(PlatformName)' == 'AnyCPU' ">$(BaseIntermediateOutputPath)$(Configuration)\</IntermediateOutputPath>
<IntermediateOutputPath Condition=" '$(PlatformName)' != 'AnyCPU' ">$(BaseIntermediateOutputPath)$(PlatformName)\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment