diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-11-26 19:39:02 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-11-26 19:39:16 +0100 |
commit | 11b2034df809c74501736b23d017744a6ddd8f43 (patch) | |
tree | 1af81bd61a02b7775bcdb08040bbdb3ba4cc3443 /csharp/test/xamarin/controller.Android/controller.Android.csproj | |
parent | Fix android test controller lint warnings (diff) | |
download | ice-11b2034df809c74501736b23d017744a6ddd8f43.tar.bz2 ice-11b2034df809c74501736b23d017744a6ddd8f43.tar.xz ice-11b2034df809c74501736b23d017744a6ddd8f43.zip |
Added missing devRepo property setting to gradle.properties
Diffstat (limited to 'csharp/test/xamarin/controller.Android/controller.Android.csproj')
-rw-r--r-- | csharp/test/xamarin/controller.Android/controller.Android.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/test/xamarin/controller.Android/controller.Android.csproj b/csharp/test/xamarin/controller.Android/controller.Android.csproj index 39a5e89d855..75472fe4d77 100644 --- a/csharp/test/xamarin/controller.Android/controller.Android.csproj +++ b/csharp/test/xamarin/controller.Android/controller.Android.csproj @@ -20,6 +20,7 @@ <NuGetPackageImportStamp> </NuGetPackageImportStamp> <AndroidKeyStore>false</AndroidKeyStore> + <UseShortFileNames>True</UseShortFileNames> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> |