<OutputType>Exe</OutputType>
<TargetFramework>tizen10.0</TargetFramework>
<AssemblyName>SettingInputmethod</AssemblyName>
- <disableimplicitframeworkreferences>True</disableimplicitframeworkreferences>
+ <DisableImplicitTizenReferences>True</DisableImplicitTizenReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <packageSources>
+ <add key="NuGet official package source" value="https://nuget.org/api/v2/" />
+ <add key="Tizen" value="https://tizen.myget.org/F/dotnet/api/v3/index.json" />
+ </packageSources>
+ <activePackageSource>
+ <add key="All" value="(Aggregate source)" />
+ </activePackageSource>
+</configuration>
<OutputType>Exe</OutputType>\r
<TargetFramework>tizen10.0</TargetFramework>\r
<AssemblyName>SettingView</AssemblyName>\r
- <disableimplicitframeworkreferences>True</disableimplicitframeworkreferences>\r
+ <DisableImplicitTizenReferences>True</DisableImplicitTizenReferences>\r
</PropertyGroup>\r
\r
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <packageSources>
+ <add key="NuGet official package source" value="https://nuget.org/api/v2/" />
+ <add key="Tizen" value="https://tizen.myget.org/F/dotnet/api/v3/index.json" />
+ </packageSources>
+ <activePackageSource>
+ <add key="All" value="(Aggregate source)" />
+ </activePackageSource>
+</configuration>