From 10c861e3d2f21100cbd6bfa5a0a31f656b886718 Mon Sep 17 00:00:00 2001 From: InHong Han Date: Fri, 30 Sep 2022 18:25:41 +0900 Subject: [PATCH] Add nuget.config file for building Change-Id: I5505baea9bf27b31e09f6f4ffec5a2d0e47149d5 --- Settings/SettingInputmethod/SettingInputmethod.csproj | 2 +- Settings/SettingInputmethod/nuget.config | 10 ++++++++++ Settings/SettingView/SettingView.csproj | 2 +- Settings/SettingView/nuget.config | 10 ++++++++++ 4 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 Settings/SettingInputmethod/nuget.config create mode 100644 Settings/SettingView/nuget.config diff --git a/Settings/SettingInputmethod/SettingInputmethod.csproj b/Settings/SettingInputmethod/SettingInputmethod.csproj index 33b986e..2cbeaef 100644 --- a/Settings/SettingInputmethod/SettingInputmethod.csproj +++ b/Settings/SettingInputmethod/SettingInputmethod.csproj @@ -4,7 +4,7 @@ Exe tizen10.0 SettingInputmethod - True + True diff --git a/Settings/SettingInputmethod/nuget.config b/Settings/SettingInputmethod/nuget.config new file mode 100644 index 0000000..1cde40d --- /dev/null +++ b/Settings/SettingInputmethod/nuget.config @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/Settings/SettingView/SettingView.csproj b/Settings/SettingView/SettingView.csproj index b31b50f..4126605 100644 --- a/Settings/SettingView/SettingView.csproj +++ b/Settings/SettingView/SettingView.csproj @@ -4,7 +4,7 @@ Exe tizen10.0 SettingView - True + True diff --git a/Settings/SettingView/nuget.config b/Settings/SettingView/nuget.config new file mode 100644 index 0000000..1cde40d --- /dev/null +++ b/Settings/SettingView/nuget.config @@ -0,0 +1,10 @@ + + + + + + + + + + -- 2.34.1