Created
August 8, 2017 16:41
-
-
Save alexsandro-xpt/14451f24394dd34ec3eb2bfe492dfcab to your computer and use it in GitHub Desktop.
teste
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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