Guest User

Untitled

a guest
Jan 16th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  2. <DebugSymbols>true</DebugSymbols>
  3. <DebugType>full</DebugType>
  4. <Optimize>false</Optimize>
  5. <OutputPath>bin\Debug</OutputPath>
  6. <DefineConstants>DEBUG;</DefineConstants>
  7. <ErrorReport>prompt</ErrorReport>
  8. <WarningLevel>4</WarningLevel>
  9. <AndroidLinkMode>None</AndroidLinkMode>
  10. <ConsolePause>false</ConsolePause>
  11. <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  14. <DebugType>full</DebugType>
  15. <Optimize>true</Optimize>
  16. <OutputPath>bin\Production</OutputPath>
  17. <ErrorReport>prompt</ErrorReport>
  18. <WarningLevel>4</WarningLevel>
  19. <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
  20. <ConsolePause>false</ConsolePause>
  21. <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
  22. <AndroidSupportedAbis>armeabi-v7a</AndroidSupportedAbis>
  23. <AndroidManifest>Properties\AndroidManifestProduction.xml</AndroidManifest>
  24. </PropertyGroup>
Add Comment
Please, Sign In to add comment