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:
parent
c397ab6282
commit
6581e51d6a
@ -1,5 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<OutputPath>bin\$(Configuration)</OutputPath>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
|
Loading…
Reference in New Issue
Block a user