1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 15:22:55 +08:00

Add a default for the configuration into the android props.

This allows building even if no configuration is specified.
This commit is contained in:
miterosan 2019-09-07 18:03:33 +02:00
parent c397ab6282
commit 6581e51d6a

View File

@ -1,5 +1,6 @@
<Project>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<OutputPath>bin\$(Configuration)</OutputPath>
<WarningLevel>4</WarningLevel>
<SchemaVersion>2.0</SchemaVersion>