OSDN Git Service

na-get-lib,パフォーマンスチューニングなど(動作変更なし)
[applistation/AppliStation.git] / na-get-lib / NaGet / NaGetLibPref.cs
index b87dde5..6f42c5e 100644 (file)
@@ -25,5 +25,19 @@ namespace NaGet
                /// <remarks>デフォルトではシステムの設定を使用する</remarks>\r
                [XmlElement]\r
                public string ProxyAddress = null;\r
+               \r
+               /// <summary>\r
+               /// ウイルススキャンをする。\r
+               /// </summary>\r
+               [XmlElement]\r
+               [DefaultValue(true)]\r
+               public bool EnableScanInstallerFile = true;\r
+               \r
+               /// <summary>\r
+               /// インストールをバックグラウンドで実行する。\r
+               /// </summary>\r
+               [XmlElement]\r
+               [DefaultValue(true)]\r
+               public bool InstallOnBackground = true;\r
        }\r
 }\r