Fix project config and add nuget.config for building 68/282368/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Fri, 30 Sep 2022 08:34:59 +0000 (17:34 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Fri, 30 Sep 2022 08:34:59 +0000 (17:34 +0900)
Change-Id: I5d8afa66f71af5d626ccf93947f1bf7a9b6af897
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
Settings/SettingView/SettingView.csproj
Settings/SettingView/nuget.config [new file with mode: 0644]
Settings/SettingVoiceControl/SettingVoiceControl.csproj
Settings/SettingVoiceControl/nuget.config [new file with mode: 0644]

index 7da29d1..d0c7389 100644 (file)
@@ -3,8 +3,8 @@
   <PropertyGroup>\r
     <OutputType>Exe</OutputType>\r
     <TargetFramework>tizen10.0</TargetFramework>\r
-      <AssemblyName>SettingVCView</AssemblyName>\r
-      <disableimplicitframeworkreferences>True</disableimplicitframeworkreferences>\r
+    <AssemblyName>SettingVCView</AssemblyName>\r
+    <DisableImplicitTizenReferences>True</DisableImplicitTizenReferences>\r
   </PropertyGroup>\r
 \r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
diff --git a/Settings/SettingView/nuget.config b/Settings/SettingView/nuget.config
new file mode 100644 (file)
index 0000000..1cde40d
--- /dev/null
@@ -0,0 +1,10 @@
+<?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>
index cf78483..dc3b0a3 100644 (file)
@@ -3,8 +3,8 @@
   <PropertyGroup>\r
     <OutputType>Exe</OutputType>\r
     <TargetFramework>tizen10.0</TargetFramework>\r
-      <AssemblyName>SettingVoiceControl</AssemblyName>\r
-      <disableimplicitframeworkreferences>True</disableimplicitframeworkreferences>\r
+    <AssemblyName>SettingVoiceControl</AssemblyName>\r
+    <DisableImplicitTizenReferences>True</DisableImplicitTizenReferences>\r
   </PropertyGroup>\r
 \r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
@@ -22,7 +22,7 @@
   <ItemGroup>\r
     <Folder Include="lib\" />\r
   </ItemGroup>\r
-  \r
+\r
   <ItemGroup>\r
     <PackageReference Include="Tizen.NET" Version="10.0.0.*" />\r
   </ItemGroup>\r
diff --git a/Settings/SettingVoiceControl/nuget.config b/Settings/SettingVoiceControl/nuget.config
new file mode 100644 (file)
index 0000000..1cde40d
--- /dev/null
@@ -0,0 +1,10 @@
+<?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>