summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Umar <m.umar@partner.samsung.com>2017-08-15 22:07:24 +0900
committerJinho, Lee <jeano.lee@samsung.com>2017-09-28 23:08:32 +0900
commit1b94abc85bac914854a70201acf54acbeac277c2 (patch)
tree245b0444b456258613ed388f3ea3ca15e3421e1f
parent5066439949998bd1c1c984f32d21198ea4b4945b (diff)
downloadnui-1b94abc85bac914854a70201acf54acbeac277c2.tar.gz
nui-1b94abc85bac914854a70201acf54acbeac277c2.tar.bz2
nui-1b94abc85bac914854a70201acf54acbeac277c2.zip
[Tizen] Fixed GBS compilation for NUI
Change-Id: I1d908dbfddb101dc492209f0f2b2c685babdcb99
-rwxr-xr-xTizen.NUI/Tizen.NUI.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tizen.NUI/Tizen.NUI.csproj b/Tizen.NUI/Tizen.NUI.csproj
index 49f4cec..fbe5443 100755
--- a/Tizen.NUI/Tizen.NUI.csproj
+++ b/Tizen.NUI/Tizen.NUI.csproj
@@ -18,7 +18,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<DefineConstants>$(DefineConstants)DEBUG_ON</DefineConstants>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
- <SignAssembly>True</SignAssembly>
+ <SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>TizenTVNUI.snk</AssemblyOriginatorKeyFile>
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
</PropertyGroup>