diff --git "a/\351\203\221\345\212\233\350\261\252/20241228--\344\274\252\346\225\260\347\273\204.md" "b/\351\203\221\345\212\233\350\261\252/20241228--\344\274\252\346\225\260\347\273\204.md" new file mode 100644 index 0000000000000000000000000000000000000000..c98b606186e51770a2df91820fb9740c743d9626 --- /dev/null +++ "b/\351\203\221\345\212\233\350\261\252/20241228--\344\274\252\346\225\260\347\273\204.md" @@ -0,0 +1,30 @@ +### 1.伪数组概念 +伪数组指的是那些提供类似数组的访问方式,但具有更高级功能的集合类型。 + +### 2.数组(Array) +1. 定义:数组是一种基本数据结构,用于存储固定大小的同类型元素集合。 +2. 特性 : + + 大小在声明时确定,不可改变。 + + 从0开始的索引访问元素。 + +### 3.List(伪数组) +1. 定义:是C#中常用的伪数组实现,尤其在ASP.NET Core MVC中处理动态数据时非常有用。 +2. 特性: + + 提供与数组类似的索引访问方式。 + + 动态大小,可根据需要增加或减少元素。 + + 提供 `Add`、`Remove`、`Insert`等方法,方便操作集合中的元素。 + +### 4.Dictionary(键值对集合) +1. 定义:`Dictionary`或 `SortedDictionary`提供了键值对的存储方式,适用于ASP.NET Core MVC中处理路由和查询参数。 +2. 特性: + + 允许快速检索和存储与特定键关联的值。 + +### 5.使用场景 +1. 动态数据管理 + + 使用 `List`管理用户提交的表单数据,动态添加或删除项目。 + +2. 路由和查询参数: + + 使用 `Dictionary`存储和检索路由参数和查询字符串参数。 + +3. 响应式Web开发: + + 帮助开发者更灵活地处理数据和用户交互,构建响应式Web应用。 \ No newline at end of file diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Views/Library/Delete.cshtml" "b/\351\203\221\345\212\233\350\261\252/Library/Views/Library/Delete.cshtml" deleted file mode 100644 index e6aebfd4aadd208b5340143f31e66e514e1c9558..0000000000000000000000000000000000000000 --- "a/\351\203\221\345\212\233\350\261\252/Library/Views/Library/Delete.cshtml" +++ /dev/null @@ -1 +0,0 @@ -删除 \ No newline at end of file diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Views/Library/Revise.cshtml" "b/\351\203\221\345\212\233\350\261\252/Library/Views/Library/Revise.cshtml" deleted file mode 100644 index 48be15d0b149efe981b1a63378b7b965bf7b4f2c..0000000000000000000000000000000000000000 --- "a/\351\203\221\345\212\233\350\261\252/Library/Views/Library/Revise.cshtml" +++ /dev/null @@ -1 +0,0 @@ -修改 \ No newline at end of file diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Library.dll" "b/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Library.dll" deleted file mode 100644 index c7fc69fa2a5995b7159320afd60e83a222d11332..0000000000000000000000000000000000000000 Binary files "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Library.dll" and /dev/null differ diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Library.pdb" "b/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Library.pdb" deleted file mode 100644 index d3294e6fa044bf9df66226bbd0f1e41d022d548f..0000000000000000000000000000000000000000 Binary files "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Library.pdb" and /dev/null differ diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Library.staticwebassets.runtime.json" "b/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Library.staticwebassets.runtime.json" deleted file mode 100644 index 8a5f4567dc0c427377662eeb95f55381bcd73fe9..0000000000000000000000000000000000000000 --- "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Library.staticwebassets.runtime.json" +++ /dev/null @@ -1 +0,0 @@ -{"ContentRoots":["F:\\github\\stutest\\Library\\wwwroot\\","F:\\github\\stutest\\Library\\obj\\Debug\\net8.0\\scopedcss\\bundle\\"],"Root":{"Children":{"css":{"Children":{"site.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/site.css"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"js":{"Children":{"site.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/site.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lib":{"Children":{"bootstrap":{"Children":{"dist":{"Children":{"css":{"Children":{"bootstrap-grid.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.css"},"Patterns":null},"bootstrap-grid.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.css.map"},"Patterns":null},"bootstrap-grid.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.min.css"},"Patterns":null},"bootstrap-grid.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.min.css.map"},"Patterns":null},"bootstrap-grid.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css"},"Patterns":null},"bootstrap-grid.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map"},"Patterns":null},"bootstrap-grid.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css"},"Patterns":null},"bootstrap-grid.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map"},"Patterns":null},"bootstrap-reboot.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.css"},"Patterns":null},"bootstrap-reboot.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.css.map"},"Patterns":null},"bootstrap-reboot.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css"},"Patterns":null},"bootstrap-reboot.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css.map"},"Patterns":null},"bootstrap-reboot.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css"},"Patterns":null},"bootstrap-reboot.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map"},"Patterns":null},"bootstrap-reboot.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css"},"Patterns":null},"bootstrap-reboot.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map"},"Patterns":null},"bootstrap-utilities.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.css"},"Patterns":null},"bootstrap-utilities.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.css.map"},"Patterns":null},"bootstrap-utilities.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css"},"Patterns":null},"bootstrap-utilities.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css.map"},"Patterns":null},"bootstrap-utilities.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css"},"Patterns":null},"bootstrap-utilities.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map"},"Patterns":null},"bootstrap-utilities.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css"},"Patterns":null},"bootstrap-utilities.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map"},"Patterns":null},"bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.css"},"Patterns":null},"bootstrap.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.css.map"},"Patterns":null},"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.min.css.map"},"Patterns":null},"bootstrap.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.css"},"Patterns":null},"bootstrap.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.css.map"},"Patterns":null},"bootstrap.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.min.css"},"Patterns":null},"bootstrap.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bootstrap.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.js"},"Patterns":null},"bootstrap.bundle.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.js.map"},"Patterns":null},"bootstrap.bundle.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js"},"Patterns":null},"bootstrap.bundle.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js.map"},"Patterns":null},"bootstrap.esm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.js"},"Patterns":null},"bootstrap.esm.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.js.map"},"Patterns":null},"bootstrap.esm.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.min.js"},"Patterns":null},"bootstrap.esm.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.min.js.map"},"Patterns":null},"bootstrap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.js"},"Patterns":null},"bootstrap.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.js.map"},"Patterns":null},"bootstrap.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.min.js"},"Patterns":null},"bootstrap.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/LICENSE"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation-unobtrusive":{"Children":{"jquery.validate.unobtrusive.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"},"Patterns":null},"jquery.validate.unobtrusive.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js"},"Patterns":null},"LICENSE.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/LICENSE.txt"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation":{"Children":{"dist":{"Children":{"additional-methods.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/additional-methods.js"},"Patterns":null},"additional-methods.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/additional-methods.min.js"},"Patterns":null},"jquery.validate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/jquery.validate.js"},"Patterns":null},"jquery.validate.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/jquery.validate.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/LICENSE.md"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"dist":{"Children":{"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.js"},"Patterns":null},"jquery.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.min.js"},"Patterns":null},"jquery.min.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.min.map"},"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/LICENSE.txt"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"Library.styles.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"Library.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.AssemblyInfoInputs.cache" "b/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.AssemblyInfoInputs.cache" deleted file mode 100644 index e6435f2494ce7b0c52b1f27b294651f02f821c0d..0000000000000000000000000000000000000000 --- "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.AssemblyInfoInputs.cache" +++ /dev/null @@ -1 +0,0 @@ -a0d0e4e75c590f233caf22952150c2a62d0e4a5859016a61b898be3639237314 diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.assets.cache" "b/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.assets.cache" deleted file mode 100644 index 1c04b4dfa5841b7e6cb68e2190b8beff80c2417d..0000000000000000000000000000000000000000 Binary files "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.assets.cache" and /dev/null differ diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.csproj.CoreCompileInputs.cache" "b/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.csproj.CoreCompileInputs.cache" deleted file mode 100644 index ab5baba97e5b9e9d1c51338157a14b384ec9d921..0000000000000000000000000000000000000000 --- "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.csproj.CoreCompileInputs.cache" +++ /dev/null @@ -1 +0,0 @@ -b6bcc76083715cbcd22109c1c3810367a9b523d716a5dbe68415763dbb76b80d diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.dll" "b/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.dll" deleted file mode 100644 index c7fc69fa2a5995b7159320afd60e83a222d11332..0000000000000000000000000000000000000000 Binary files "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.dll" and /dev/null differ diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.genruntimeconfig.cache" "b/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.genruntimeconfig.cache" deleted file mode 100644 index d8b3c5655c4c8a18452e92ef0878a57f6524366f..0000000000000000000000000000000000000000 --- "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.genruntimeconfig.cache" +++ /dev/null @@ -1 +0,0 @@ -5f4fbfd7a1831dc183c1918e174082e68a497c069177c8f74b46282282409e1e diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.pdb" "b/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.pdb" deleted file mode 100644 index d3294e6fa044bf9df66226bbd0f1e41d022d548f..0000000000000000000000000000000000000000 Binary files "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.pdb" and /dev/null differ diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.sourcelink.json" "b/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.sourcelink.json" deleted file mode 100644 index 0f4cdac6ab6de3870f30d699a1bb3ed4c1ce119e..0000000000000000000000000000000000000000 --- "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.sourcelink.json" +++ /dev/null @@ -1 +0,0 @@ -{"documents":{"F:\\github\\stutest\\*":"https://raw.githubusercontent.com/JeongLihao/stutest/3cb4ad01492f4a3da9705057650a1c03870288a7/*"}} \ No newline at end of file diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/ref/Library.dll" "b/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/ref/Library.dll" deleted file mode 100644 index 4fef663432e711f5480e9442c27bc6e40ec57ac1..0000000000000000000000000000000000000000 Binary files "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/ref/Library.dll" and /dev/null differ diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/refint/Library.dll" "b/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/refint/Library.dll" deleted file mode 100644 index 4fef663432e711f5480e9442c27bc6e40ec57ac1..0000000000000000000000000000000000000000 Binary files "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/refint/Library.dll" and /dev/null differ diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/staticwebassets.development.json" "b/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/staticwebassets.development.json" deleted file mode 100644 index 8a5f4567dc0c427377662eeb95f55381bcd73fe9..0000000000000000000000000000000000000000 --- "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/staticwebassets.development.json" +++ /dev/null @@ -1 +0,0 @@ -{"ContentRoots":["F:\\github\\stutest\\Library\\wwwroot\\","F:\\github\\stutest\\Library\\obj\\Debug\\net8.0\\scopedcss\\bundle\\"],"Root":{"Children":{"css":{"Children":{"site.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/site.css"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"js":{"Children":{"site.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/site.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lib":{"Children":{"bootstrap":{"Children":{"dist":{"Children":{"css":{"Children":{"bootstrap-grid.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.css"},"Patterns":null},"bootstrap-grid.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.css.map"},"Patterns":null},"bootstrap-grid.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.min.css"},"Patterns":null},"bootstrap-grid.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.min.css.map"},"Patterns":null},"bootstrap-grid.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css"},"Patterns":null},"bootstrap-grid.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map"},"Patterns":null},"bootstrap-grid.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css"},"Patterns":null},"bootstrap-grid.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map"},"Patterns":null},"bootstrap-reboot.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.css"},"Patterns":null},"bootstrap-reboot.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.css.map"},"Patterns":null},"bootstrap-reboot.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css"},"Patterns":null},"bootstrap-reboot.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css.map"},"Patterns":null},"bootstrap-reboot.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css"},"Patterns":null},"bootstrap-reboot.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map"},"Patterns":null},"bootstrap-reboot.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css"},"Patterns":null},"bootstrap-reboot.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map"},"Patterns":null},"bootstrap-utilities.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.css"},"Patterns":null},"bootstrap-utilities.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.css.map"},"Patterns":null},"bootstrap-utilities.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css"},"Patterns":null},"bootstrap-utilities.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css.map"},"Patterns":null},"bootstrap-utilities.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css"},"Patterns":null},"bootstrap-utilities.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map"},"Patterns":null},"bootstrap-utilities.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css"},"Patterns":null},"bootstrap-utilities.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map"},"Patterns":null},"bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.css"},"Patterns":null},"bootstrap.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.css.map"},"Patterns":null},"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.min.css.map"},"Patterns":null},"bootstrap.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.css"},"Patterns":null},"bootstrap.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.css.map"},"Patterns":null},"bootstrap.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.min.css"},"Patterns":null},"bootstrap.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bootstrap.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.js"},"Patterns":null},"bootstrap.bundle.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.js.map"},"Patterns":null},"bootstrap.bundle.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js"},"Patterns":null},"bootstrap.bundle.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js.map"},"Patterns":null},"bootstrap.esm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.js"},"Patterns":null},"bootstrap.esm.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.js.map"},"Patterns":null},"bootstrap.esm.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.min.js"},"Patterns":null},"bootstrap.esm.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.min.js.map"},"Patterns":null},"bootstrap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.js"},"Patterns":null},"bootstrap.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.js.map"},"Patterns":null},"bootstrap.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.min.js"},"Patterns":null},"bootstrap.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/LICENSE"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation-unobtrusive":{"Children":{"jquery.validate.unobtrusive.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"},"Patterns":null},"jquery.validate.unobtrusive.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js"},"Patterns":null},"LICENSE.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/LICENSE.txt"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation":{"Children":{"dist":{"Children":{"additional-methods.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/additional-methods.js"},"Patterns":null},"additional-methods.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/additional-methods.min.js"},"Patterns":null},"jquery.validate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/jquery.validate.js"},"Patterns":null},"jquery.validate.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/jquery.validate.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/LICENSE.md"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"dist":{"Children":{"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.js"},"Patterns":null},"jquery.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.min.js"},"Patterns":null},"jquery.min.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.min.map"},"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/LICENSE.txt"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"Library.styles.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"Library.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/project.nuget.cache" "b/\351\203\221\345\212\233\350\261\252/Library/obj/project.nuget.cache" deleted file mode 100644 index a9fd0eb01e4106b2ba215a889d7080fdf2d7d33a..0000000000000000000000000000000000000000 --- "a/\351\203\221\345\212\233\350\261\252/Library/obj/project.nuget.cache" +++ /dev/null @@ -1,87 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "oMu7P7LxOtY=", - "success": true, - "projectFilePath": "F:\\github\\stutest\\Library\\Library.csproj", - "expectedPackageFiles": [ - "C:\\Users\\H-Jeong\\.nuget\\packages\\azure.core\\1.38.0\\azure.core.1.38.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\azure.identity\\1.11.4\\azure.identity.1.11.4.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\7.0.0\\microsoft.bcl.asyncinterfaces.7.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.build.framework\\17.8.3\\microsoft.build.framework.17.8.3.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.build.locator\\1.7.8\\microsoft.build.locator.1.7.8.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.3.4\\microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.codeanalysis.common\\4.8.0\\microsoft.codeanalysis.common.4.8.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.8.0\\microsoft.codeanalysis.csharp.4.8.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.codeanalysis.csharp.workspaces\\4.8.0\\microsoft.codeanalysis.csharp.workspaces.4.8.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\4.8.0\\microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.codeanalysis.workspaces.msbuild\\4.8.0\\microsoft.codeanalysis.workspaces.msbuild.4.8.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.csharp\\4.5.0\\microsoft.csharp.4.5.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.data.sqlclient\\5.1.6\\microsoft.data.sqlclient.5.1.6.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\5.1.1\\microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.entityframeworkcore\\9.0.0\\microsoft.entityframeworkcore.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\9.0.0\\microsoft.entityframeworkcore.abstractions.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\9.0.0\\microsoft.entityframeworkcore.analyzers.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.entityframeworkcore.design\\9.0.0\\microsoft.entityframeworkcore.design.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\9.0.0\\microsoft.entityframeworkcore.relational.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.entityframeworkcore.sqlserver\\9.0.0\\microsoft.entityframeworkcore.sqlserver.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\9.0.0\\microsoft.extensions.caching.abstractions.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.extensions.caching.memory\\9.0.0\\microsoft.extensions.caching.memory.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\9.0.0\\microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\9.0.0\\microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\9.0.0\\microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.extensions.dependencymodel\\9.0.0\\microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.extensions.logging\\9.0.0\\microsoft.extensions.logging.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\9.0.0\\microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.extensions.options\\9.0.0\\microsoft.extensions.options.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.extensions.primitives\\9.0.0\\microsoft.extensions.primitives.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.identity.client\\4.61.3\\microsoft.identity.client.4.61.3.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.identity.client.extensions.msal\\4.61.3\\microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.identitymodel.abstractions\\6.35.0\\microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.35.0\\microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.identitymodel.logging\\6.35.0\\microsoft.identitymodel.logging.6.35.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.35.0\\microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.35.0\\microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.35.0\\microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.sqlserver.server\\1.0.0\\microsoft.sqlserver.server.1.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\mono.texttemplating\\3.0.0\\mono.texttemplating.3.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.clientmodel\\1.0.0\\system.clientmodel.1.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.codedom\\6.0.0\\system.codedom.6.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.collections.immutable\\7.0.0\\system.collections.immutable.7.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.composition\\7.0.0\\system.composition.7.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.composition.attributedmodel\\7.0.0\\system.composition.attributedmodel.7.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.composition.convention\\7.0.0\\system.composition.convention.7.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.composition.hosting\\7.0.0\\system.composition.hosting.7.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.composition.runtime\\7.0.0\\system.composition.runtime.7.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.composition.typedparts\\7.0.0\\system.composition.typedparts.7.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.configuration.configurationmanager\\6.0.1\\system.configuration.configurationmanager.6.0.1.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.diagnostics.diagnosticsource\\9.0.0\\system.diagnostics.diagnosticsource.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.drawing.common\\6.0.0\\system.drawing.common.6.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.formats.asn1\\9.0.0\\system.formats.asn1.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.35.0\\system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.io.pipelines\\9.0.0\\system.io.pipelines.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.memory.data\\1.0.2\\system.memory.data.1.0.2.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.reflection.metadata\\7.0.0\\system.reflection.metadata.7.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.runtime.caching\\6.0.0\\system.runtime.caching.6.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.security.cryptography.cng\\5.0.0\\system.security.cryptography.cng.5.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.security.cryptography.protecteddata\\6.0.0\\system.security.cryptography.protecteddata.6.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.security.permissions\\6.0.0\\system.security.permissions.6.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.text.encoding.codepages\\6.0.0\\system.text.encoding.codepages.6.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.text.encodings.web\\9.0.0\\system.text.encodings.web.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.text.json\\9.0.0\\system.text.json.9.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.threading.channels\\7.0.0\\system.threading.channels.7.0.0.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "C:\\Users\\H-Jeong\\.nuget\\packages\\system.windows.extensions\\6.0.0\\system.windows.extensions.6.0.0.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Controllers/HomeController.cs" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Controllers/HomeController.cs" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/Controllers/HomeController.cs" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Controllers/HomeController.cs" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Controllers/LibraryController.cs" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Controllers/LibraryController.cs" similarity index 39% rename from "\351\203\221\345\212\233\350\261\252/Library/Controllers/LibraryController.cs" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Controllers/LibraryController.cs" index 5648c353112c68dbd7a62c1cb580b43d09686587..e04ca46a6db473b24274dd71365e3fa431b0ac05 100644 --- "a/\351\203\221\345\212\233\350\261\252/Library/Controllers/LibraryController.cs" +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Controllers/LibraryController.cs" @@ -6,7 +6,7 @@ using Microsoft.EntityFrameworkCore.Migrations.Operations; namespace Library.Controllers; -public class LibraryController:Controller +public class LibraryController : Controller { private readonly BookDbContext _db; @@ -14,24 +14,27 @@ public class LibraryController:Controller { _db = new BookDbContext(); } - public IActionResult Index(string keyword){ + public IActionResult Index(string keyword) + { if (string.IsNullOrEmpty(keyword)) { var list = _db.Books.ToList(); return View(list); } - var res = _db.Books.Where(x=>x.BookName.Contains(keyword)); + var res = _db.Books.Where(x => x.BookName.Contains(keyword)); return View(res); } - public IActionResult Create(){ + public IActionResult Create() + { return View(); } [HttpPost] public IActionResult Create(LibraryCreateDto input) { - var enter = new Book{ + var enter = new Book + { BookName = input.BookName, Mach = input.Mach }; @@ -40,11 +43,39 @@ public class LibraryController:Controller return RedirectToAction("Index"); } - public IActionResult Delete(){ - return View(); + public IActionResult Revise(int id) + { + var obj = _db.Books.FirstOrDefault(x=> x.Id ==id); + return View(obj); } + [HttpPost] + public IActionResult Revise(Book input){ + var obj = _db.Books.FirstOrDefault(x=> x.Id == input.Id); + if(obj == null){ + return NotFound(); + } + obj.BookName = input.BookName; + obj.Mach = input.Mach; + _db.Books.Update(obj); + _db.SaveChanges(); + return RedirectToAction("Index"); - public IActionResult Revise(){ - return View(); } + public IActionResult Delete(int id) + { + var obj = _db.Books.FirstOrDefault(x=>x.Id==id); + return View(obj); + } + public IActionResult Delete1(int Id) + { + var obj = _db.Books.FirstOrDefault(x=> x.Id == Id); + if(obj == null){ + return NotFound(); + } + _db.Books.Remove(obj); + _db.SaveChanges(); + return RedirectToAction("Index"); + } + + } \ No newline at end of file diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Controllers/TypeController.cs" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Controllers/TypeController.cs" new file mode 100644 index 0000000000000000000000000000000000000000..558b1bdb8e14b06e24fc371f5b038c4da411fac5 --- /dev/null +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Controllers/TypeController.cs" @@ -0,0 +1,32 @@ +namespace Library.Controllers; + +using Library.Models; +using Microsoft.AspNetCore.Mvc; + +public class TypeController : Controller +{ + private BookDbContext bookDb; + + public TypeController() + { + bookDb = new BookDbContext(); + } + public IActionResult Index(string keyword){ + if(string.IsNullOrEmpty(keyword)){ + var list = bookDb.Types.ToList(); + return View(list); + } + var res = bookDb.Types.Where(x => x.BookType.Contains(keyword)); + return View(res); + } + + public IActionResult Create(){ + return View(); + } + public IActionResult Delete(){ + return View(); + } + public IActionResult Result(){ + return View(); + } +} \ No newline at end of file diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Dto/LibraryCreateDto.cs" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Dto/LibraryCreateDto.cs" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/Dto/LibraryCreateDto.cs" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Dto/LibraryCreateDto.cs" diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Dto/TypeCreateDto.cs" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Dto/TypeCreateDto.cs" new file mode 100644 index 0000000000000000000000000000000000000000..877538ac545499862a306f3f0f4d23941689d98d --- /dev/null +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Dto/TypeCreateDto.cs" @@ -0,0 +1,5 @@ +namespace Library.Dto; + +public class TypeCreateDto{ + public string BookType{get;set;}=null!; +} \ No newline at end of file diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Library.csproj" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Library.csproj" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/Library.csproj" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Library.csproj" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Migrations/20241222132728_FirstInit.Designer.cs" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Migrations/20241223025133_FirstInit.Designer.cs" similarity index 97% rename from "\351\203\221\345\212\233\350\261\252/Library/Migrations/20241222132728_FirstInit.Designer.cs" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Migrations/20241223025133_FirstInit.Designer.cs" index 325876c16ccaffe349343d9e3152bba99c398c77..32e2b38bea283f69e3f3268165d47570a82cb986 100644 --- "a/\351\203\221\345\212\233\350\261\252/Library/Migrations/20241222132728_FirstInit.Designer.cs" +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Migrations/20241223025133_FirstInit.Designer.cs" @@ -11,7 +11,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion; namespace Library.Migrations { [DbContext(typeof(BookDbContext))] - [Migration("20241222132728_FirstInit")] + [Migration("20241223025133_FirstInit")] partial class FirstInit { /// diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Migrations/20241222132728_FirstInit.cs" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Migrations/20241223025133_FirstInit.cs" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/Migrations/20241222132728_FirstInit.cs" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Migrations/20241223025133_FirstInit.cs" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Migrations/BookDbContextModelSnapshot.cs" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Migrations/BookDbContextModelSnapshot.cs" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/Migrations/BookDbContextModelSnapshot.cs" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Migrations/BookDbContextModelSnapshot.cs" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Models/Book.cs" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Models/Book.cs" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/Models/Book.cs" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Models/Book.cs" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Models/BookDbContext.cs" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Models/BookDbContext.cs" similarity index 42% rename from "\351\203\221\345\212\233\350\261\252/Library/Models/BookDbContext.cs" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Models/BookDbContext.cs" index bb7d2779dd5d77bea4a84473f5375e69996e9d4d..cd79bb4a945146648122e7af28216074a959652e 100644 --- "a/\351\203\221\345\212\233\350\261\252/Library/Models/BookDbContext.cs" +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Models/BookDbContext.cs" @@ -11,7 +11,15 @@ public class BookDbContext :DbContext protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) { base.OnConfiguring(optionsBuilder); - var Sqlstring = $"server=H-JEONG-LAPTOP;database=Library1;uid=sa;pwd=123456;TrustServerCertificate=true"; + // var Sqlstring = $"server=H-JEONG-LAPTOP;database=Library1;uid=sa;pwd=123456;TrustServerCertificate=true"; + var Sqlstring = $"server=.\\SQLEXPRESS;database=Library1;uid=sa;pwd=123456;TrustServerCertificate=true"; optionsBuilder.UseSqlServer(Sqlstring); } -} \ No newline at end of file +} + +// 生成迁移文件 dotnet ef migrations add FirstInit +// 依赖包 dotnet add package Microsoft.EntityFrameworkCore.Design +// dotnet add package Microsoft.EntityFrameworkCore.SqlServer +// 工具包 dotnet tool install --global dotnet-ef +// 同步到数据库:dotnet ef database update + diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Models/ErrorViewModel.cs" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Models/ErrorViewModel.cs" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/Models/ErrorViewModel.cs" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Models/ErrorViewModel.cs" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Models/Type.cs" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Models/Type.cs" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/Models/Type.cs" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Models/Type.cs" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Program.cs" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Program.cs" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/Program.cs" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Program.cs" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Properties/launchSettings.json" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Properties/launchSettings.json" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/Properties/launchSettings.json" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Properties/launchSettings.json" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Views/Home/Index.cshtml" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Home/Index.cshtml" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/Views/Home/Index.cshtml" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Home/Index.cshtml" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Views/Home/Privacy.cshtml" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Home/Privacy.cshtml" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/Views/Home/Privacy.cshtml" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Home/Privacy.cshtml" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Views/Library/Create.cshtml" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Library/Create.cshtml" similarity index 97% rename from "\351\203\221\345\212\233\350\261\252/Library/Views/Library/Create.cshtml" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Library/Create.cshtml" index 359ccb1786741d6ad16af98a509ffe87a29b2eb3..1b770a9f71555334bde621339de05c69d85a8f6e 100644 --- "a/\351\203\221\345\212\233\350\261\252/Library/Views/Library/Create.cshtml" +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Library/Create.cshtml" @@ -5,4 +5,5 @@

取消保存 - \ No newline at end of file + + diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Library/Delete.cshtml" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Library/Delete.cshtml" new file mode 100644 index 0000000000000000000000000000000000000000..502267611f6f08a5a64120cc6d7b868e09e087b1 --- /dev/null +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Library/Delete.cshtml" @@ -0,0 +1,20 @@ +

请确认是否删除

+ + + + + + + + + + + + +
书籍名称:@Model.BookName价格@Model.Mach
+ 确认删除 + + 取消删除 +
+ + \ No newline at end of file diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Views/Library/Index.cshtml" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Library/Index.cshtml" similarity index 77% rename from "\351\203\221\345\212\233\350\261\252/Library/Views/Library/Index.cshtml" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Library/Index.cshtml" index 1cbcb7bd21279fc83651e5124df1f621608e33b3..dd78d0a5f04641fd52bd0f3dbe8341fa0138c4d5 100644 --- "a/\351\203\221\345\212\233\350\261\252/Library/Views/Library/Index.cshtml" +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Library/Index.cshtml" @@ -20,8 +20,8 @@ @item.BookName @item.Mach - 删除 - 编辑 + 删除 + 编辑 } diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Library/Revise.cshtml" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Library/Revise.cshtml" new file mode 100644 index 0000000000000000000000000000000000000000..971939ad07c5c97fb238017c9cd07ae30ed3d842 --- /dev/null +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Library/Revise.cshtml" @@ -0,0 +1,8 @@ +@model Book; + +
+
+
+
+ 取消修改 +
\ No newline at end of file diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Views/Shared/Error.cshtml" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Shared/Error.cshtml" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/Views/Shared/Error.cshtml" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Shared/Error.cshtml" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Views/Shared/_Layout.cshtml" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Shared/_Layout.cshtml" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/Views/Shared/_Layout.cshtml" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Shared/_Layout.cshtml" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Views/Shared/_Layout.cshtml.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Shared/_Layout.cshtml.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/Views/Shared/_Layout.cshtml.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Shared/_Layout.cshtml.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Views/Shared/_ValidationScriptsPartial.cshtml" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Shared/_ValidationScriptsPartial.cshtml" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/Views/Shared/_ValidationScriptsPartial.cshtml" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Shared/_ValidationScriptsPartial.cshtml" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.MvcApplicationPartsAssemblyInfo.cache" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Type/Create.cshtml" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.MvcApplicationPartsAssemblyInfo.cache" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Type/Create.cshtml" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.csproj.Up2Date" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Type/Delete.cshtml" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.csproj.Up2Date" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Type/Delete.cshtml" diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Type/Index.cshtml" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Type/Index.cshtml" new file mode 100644 index 0000000000000000000000000000000000000000..9d9c007b7f4680a87a9c704a84372f88e991ab70 --- /dev/null +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Type/Index.cshtml" @@ -0,0 +1,27 @@ +@model List; +
+ 新增 +
+ + + + + + + + + + + @foreach (var item in Model) + { + + + + + + } + +
Id图书类别操作
@item.Id@item.BookType + 删除 + 编辑 +
diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Type/Result.cshtml" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/Type/Result.cshtml" new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Views/_ViewImports.cshtml" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/_ViewImports.cshtml" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/Views/_ViewImports.cshtml" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/_ViewImports.cshtml" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/Views/_ViewStart.cshtml" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/_ViewStart.cshtml" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/Views/_ViewStart.cshtml" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/Views/_ViewStart.cshtml" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/appsettings.Development.json" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/appsettings.Development.json" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/appsettings.Development.json" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/appsettings.Development.json" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/appsettings.json" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/appsettings.json" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/appsettings.json" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/appsettings.json" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Azure.Core.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Azure.Core.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Azure.Core.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Azure.Core.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Azure.Identity.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Azure.Identity.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Azure.Identity.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Azure.Identity.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Humanizer.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Humanizer.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Humanizer.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Humanizer.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Library.deps.json" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Library.deps.json" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Library.deps.json" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Library.deps.json" diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Library.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Library.dll" new file mode 100644 index 0000000000000000000000000000000000000000..0adc0c5b59556b82d2dc770aafb982014a2622c6 Binary files /dev/null and "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Library.dll" differ diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Library.exe" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Library.exe" similarity index 84% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Library.exe" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Library.exe" index 0656a640a9ba98b356108f25512296035593ba9a..8eea1afe9e3bc34a84f513dd5394cf3a3d018fb4 100644 Binary files "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Library.exe" and "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Library.exe" differ diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Library.pdb" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Library.pdb" new file mode 100644 index 0000000000000000000000000000000000000000..ee9b9fe79da761899d9c3149894100bedc10028e Binary files /dev/null and "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Library.pdb" differ diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Library.runtimeconfig.json" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Library.runtimeconfig.json" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Library.runtimeconfig.json" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Library.runtimeconfig.json" diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Library.staticwebassets.runtime.json" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Library.staticwebassets.runtime.json" new file mode 100644 index 0000000000000000000000000000000000000000..b86b01bbe8abb5293775951fe2e9135a57a273d5 --- /dev/null +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Library.staticwebassets.runtime.json" @@ -0,0 +1 @@ +{"ContentRoots":["E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\","E:\\MVC\\12-22\\stutest\\Library\\obj\\Debug\\net8.0\\scopedcss\\bundle\\"],"Root":{"Children":{"css":{"Children":{"site.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/site.css"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"js":{"Children":{"site.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/site.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lib":{"Children":{"bootstrap":{"Children":{"dist":{"Children":{"css":{"Children":{"bootstrap-grid.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.css"},"Patterns":null},"bootstrap-grid.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.css.map"},"Patterns":null},"bootstrap-grid.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.min.css"},"Patterns":null},"bootstrap-grid.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.min.css.map"},"Patterns":null},"bootstrap-grid.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css"},"Patterns":null},"bootstrap-grid.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map"},"Patterns":null},"bootstrap-grid.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css"},"Patterns":null},"bootstrap-grid.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map"},"Patterns":null},"bootstrap-reboot.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.css"},"Patterns":null},"bootstrap-reboot.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.css.map"},"Patterns":null},"bootstrap-reboot.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css"},"Patterns":null},"bootstrap-reboot.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css.map"},"Patterns":null},"bootstrap-reboot.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css"},"Patterns":null},"bootstrap-reboot.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map"},"Patterns":null},"bootstrap-reboot.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css"},"Patterns":null},"bootstrap-reboot.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map"},"Patterns":null},"bootstrap-utilities.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.css"},"Patterns":null},"bootstrap-utilities.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.css.map"},"Patterns":null},"bootstrap-utilities.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css"},"Patterns":null},"bootstrap-utilities.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css.map"},"Patterns":null},"bootstrap-utilities.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css"},"Patterns":null},"bootstrap-utilities.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map"},"Patterns":null},"bootstrap-utilities.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css"},"Patterns":null},"bootstrap-utilities.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map"},"Patterns":null},"bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.css"},"Patterns":null},"bootstrap.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.css.map"},"Patterns":null},"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.min.css.map"},"Patterns":null},"bootstrap.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.css"},"Patterns":null},"bootstrap.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.css.map"},"Patterns":null},"bootstrap.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.min.css"},"Patterns":null},"bootstrap.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bootstrap.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.js"},"Patterns":null},"bootstrap.bundle.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.js.map"},"Patterns":null},"bootstrap.bundle.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js"},"Patterns":null},"bootstrap.bundle.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js.map"},"Patterns":null},"bootstrap.esm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.js"},"Patterns":null},"bootstrap.esm.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.js.map"},"Patterns":null},"bootstrap.esm.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.min.js"},"Patterns":null},"bootstrap.esm.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.min.js.map"},"Patterns":null},"bootstrap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.js"},"Patterns":null},"bootstrap.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.js.map"},"Patterns":null},"bootstrap.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.min.js"},"Patterns":null},"bootstrap.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/LICENSE"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation-unobtrusive":{"Children":{"jquery.validate.unobtrusive.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"},"Patterns":null},"jquery.validate.unobtrusive.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js"},"Patterns":null},"LICENSE.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/LICENSE.txt"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation":{"Children":{"dist":{"Children":{"additional-methods.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/additional-methods.js"},"Patterns":null},"additional-methods.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/additional-methods.min.js"},"Patterns":null},"jquery.validate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/jquery.validate.js"},"Patterns":null},"jquery.validate.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/jquery.validate.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/LICENSE.md"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"dist":{"Children":{"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.js"},"Patterns":null},"jquery.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.min.js"},"Patterns":null},"jquery.min.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.min.map"},"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/LICENSE.txt"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"Library.styles.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"Library.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Build.Locator.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Build.Locator.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Build.Locator.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Build.Locator.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Data.SqlClient.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Data.SqlClient.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Data.SqlClient.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Data.SqlClient.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.Caching.Abstractions.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.Caching.Abstractions.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.Caching.Abstractions.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.Caching.Abstractions.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.Options.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.Options.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.Options.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.Options.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Identity.Client.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Identity.Client.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Identity.Client.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Identity.Client.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.SqlServer.Server.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.SqlServer.Server.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.SqlServer.Server.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.SqlServer.Server.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Mono.TextTemplating.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Mono.TextTemplating.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/Mono.TextTemplating.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/Mono.TextTemplating.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.ClientModel.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.ClientModel.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.ClientModel.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.ClientModel.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.CodeDom.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.CodeDom.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.CodeDom.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.CodeDom.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Composition.AttributedModel.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Composition.AttributedModel.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Composition.AttributedModel.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Composition.AttributedModel.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Composition.Convention.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Composition.Convention.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Composition.Convention.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Composition.Convention.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Composition.Hosting.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Composition.Hosting.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Composition.Hosting.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Composition.Hosting.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Composition.Runtime.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Composition.Runtime.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Composition.Runtime.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Composition.Runtime.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Composition.TypedParts.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Composition.TypedParts.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Composition.TypedParts.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Composition.TypedParts.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Diagnostics.DiagnosticSource.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Diagnostics.DiagnosticSource.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Diagnostics.DiagnosticSource.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Diagnostics.DiagnosticSource.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Drawing.Common.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Drawing.Common.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Drawing.Common.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Drawing.Common.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Formats.Asn1.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Formats.Asn1.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Formats.Asn1.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Formats.Asn1.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.IO.Pipelines.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.IO.Pipelines.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.IO.Pipelines.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.IO.Pipelines.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Memory.Data.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Memory.Data.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Memory.Data.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Memory.Data.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Runtime.Caching.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Runtime.Caching.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Runtime.Caching.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Runtime.Caching.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Security.Permissions.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Security.Permissions.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Security.Permissions.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Security.Permissions.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Text.Encodings.Web.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Text.Encodings.Web.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Text.Encodings.Web.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Text.Encodings.Web.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Text.Json.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Text.Json.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Text.Json.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Text.Json.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Windows.Extensions.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Windows.Extensions.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/System.Windows.Extensions.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/System.Windows.Extensions.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/appsettings.Development.json" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/appsettings.Development.json" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/appsettings.Development.json" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/appsettings.Development.json" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/appsettings.json" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/appsettings.json" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/appsettings.json" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/appsettings.json" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Runtime.Caching.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Runtime.Caching.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Runtime.Caching.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Runtime.Caching.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.AssemblyInfo.cs" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.AssemblyInfo.cs" similarity index 94% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.AssemblyInfo.cs" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.AssemblyInfo.cs" index 068620f6bd727bc154d4e6f5fb1b8b70107e69bc..e1713a11f38bc98a42e9484f40d829173a31f00c 100644 --- "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.AssemblyInfo.cs" +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.AssemblyInfo.cs" @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Library")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3cb4ad01492f4a3da9705057650a1c03870288a7")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9d22e7616f4b17a5d7579f2bd5b14e6d76b7db3d")] [assembly: System.Reflection.AssemblyProductAttribute("Library")] [assembly: System.Reflection.AssemblyTitleAttribute("Library")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.AssemblyInfoInputs.cache" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.AssemblyInfoInputs.cache" new file mode 100644 index 0000000000000000000000000000000000000000..f78661daabfc4f4c197f835aae74fbe53d5acb54 --- /dev/null +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.AssemblyInfoInputs.cache" @@ -0,0 +1 @@ +e29e611d36f72798f8d20e2d8b3072dc0b23ba399e4665a70498d334a463b2e8 diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.GeneratedMSBuildEditorConfig.editorconfig" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.GeneratedMSBuildEditorConfig.editorconfig" similarity index 62% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.GeneratedMSBuildEditorConfig.editorconfig" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.GeneratedMSBuildEditorConfig.editorconfig" index c34d9189ab3af9b6e5262c273f1157bff3caca5c..2885c1ecb97de73f564c4702f03f02bdcc838dc1 100644 --- "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.GeneratedMSBuildEditorConfig.editorconfig" +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.GeneratedMSBuildEditorConfig.editorconfig" @@ -17,55 +17,71 @@ build_property._SupportedPlatformList = Linux,macOS,Windows build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = Library build_property.RootNamespace = Library -build_property.ProjectDir = F:\github\stutest\Library\ +build_property.ProjectDir = E:\MVC\12-22\stutest\Library\ build_property.EnableComHosting = build_property.EnableGeneratedComInterfaceComImportInterop = build_property.RazorLangVersion = 8.0 build_property.SupportLocalizedComponentNames = build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = F:\github\stutest\Library +build_property.MSBuildProjectDirectory = E:\MVC\12-22\stutest\Library build_property._RazorSourceGeneratorDebug = -[F:/github/stutest/Library/Views/Home/Index.cshtml] +[E:/MVC/12-22/stutest/Library/Views/Home/Index.cshtml] build_metadata.AdditionalFiles.TargetPath = Vmlld3NcSG9tZVxJbmRleC5jc2h0bWw= build_metadata.AdditionalFiles.CssScope = -[F:/github/stutest/Library/Views/Home/Privacy.cshtml] +[E:/MVC/12-22/stutest/Library/Views/Home/Privacy.cshtml] build_metadata.AdditionalFiles.TargetPath = Vmlld3NcSG9tZVxQcml2YWN5LmNzaHRtbA== build_metadata.AdditionalFiles.CssScope = -[F:/github/stutest/Library/Views/Library/Create.cshtml] +[E:/MVC/12-22/stutest/Library/Views/Library/Create.cshtml] build_metadata.AdditionalFiles.TargetPath = Vmlld3NcTGlicmFyeVxDcmVhdGUuY3NodG1s build_metadata.AdditionalFiles.CssScope = -[F:/github/stutest/Library/Views/Library/Delete.cshtml] +[E:/MVC/12-22/stutest/Library/Views/Library/Delete.cshtml] build_metadata.AdditionalFiles.TargetPath = Vmlld3NcTGlicmFyeVxEZWxldGUuY3NodG1s build_metadata.AdditionalFiles.CssScope = -[F:/github/stutest/Library/Views/Library/Index.cshtml] +[E:/MVC/12-22/stutest/Library/Views/Library/Index.cshtml] build_metadata.AdditionalFiles.TargetPath = Vmlld3NcTGlicmFyeVxJbmRleC5jc2h0bWw= build_metadata.AdditionalFiles.CssScope = -[F:/github/stutest/Library/Views/Library/Revise.cshtml] +[E:/MVC/12-22/stutest/Library/Views/Library/Revise.cshtml] build_metadata.AdditionalFiles.TargetPath = Vmlld3NcTGlicmFyeVxSZXZpc2UuY3NodG1s build_metadata.AdditionalFiles.CssScope = -[F:/github/stutest/Library/Views/Shared/Error.cshtml] +[E:/MVC/12-22/stutest/Library/Views/Shared/Error.cshtml] build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXEVycm9yLmNzaHRtbA== build_metadata.AdditionalFiles.CssScope = -[F:/github/stutest/Library/Views/Shared/_ValidationScriptsPartial.cshtml] +[E:/MVC/12-22/stutest/Library/Views/Shared/_ValidationScriptsPartial.cshtml] build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXF9WYWxpZGF0aW9uU2NyaXB0c1BhcnRpYWwuY3NodG1s build_metadata.AdditionalFiles.CssScope = -[F:/github/stutest/Library/Views/_ViewImports.cshtml] +[E:/MVC/12-22/stutest/Library/Views/Type/Create.cshtml] +build_metadata.AdditionalFiles.TargetPath = Vmlld3NcVHlwZVxDcmVhdGUuY3NodG1s +build_metadata.AdditionalFiles.CssScope = + +[E:/MVC/12-22/stutest/Library/Views/Type/Delete.cshtml] +build_metadata.AdditionalFiles.TargetPath = Vmlld3NcVHlwZVxEZWxldGUuY3NodG1s +build_metadata.AdditionalFiles.CssScope = + +[E:/MVC/12-22/stutest/Library/Views/Type/Index.cshtml] +build_metadata.AdditionalFiles.TargetPath = Vmlld3NcVHlwZVxJbmRleC5jc2h0bWw= +build_metadata.AdditionalFiles.CssScope = + +[E:/MVC/12-22/stutest/Library/Views/Type/Result.cshtml] +build_metadata.AdditionalFiles.TargetPath = Vmlld3NcVHlwZVxSZXN1bHQuY3NodG1s +build_metadata.AdditionalFiles.CssScope = + +[E:/MVC/12-22/stutest/Library/Views/_ViewImports.cshtml] build_metadata.AdditionalFiles.TargetPath = Vmlld3NcX1ZpZXdJbXBvcnRzLmNzaHRtbA== build_metadata.AdditionalFiles.CssScope = -[F:/github/stutest/Library/Views/_ViewStart.cshtml] +[E:/MVC/12-22/stutest/Library/Views/_ViewStart.cshtml] build_metadata.AdditionalFiles.TargetPath = Vmlld3NcX1ZpZXdTdGFydC5jc2h0bWw= build_metadata.AdditionalFiles.CssScope = -[F:/github/stutest/Library/Views/Shared/_Layout.cshtml] +[E:/MVC/12-22/stutest/Library/Views/Shared/_Layout.cshtml] build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXF9MYXlvdXQuY3NodG1s build_metadata.AdditionalFiles.CssScope = b-m09otnxxkw diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.GlobalUsings.g.cs" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.GlobalUsings.g.cs" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.GlobalUsings.g.cs" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.GlobalUsings.g.cs" diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.MvcApplicationPartsAssemblyInfo.cache" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.MvcApplicationPartsAssemblyInfo.cache" new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.RazorAssemblyInfo.cache" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.RazorAssemblyInfo.cache" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.RazorAssemblyInfo.cache" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.RazorAssemblyInfo.cache" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.RazorAssemblyInfo.cs" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.RazorAssemblyInfo.cs" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.RazorAssemblyInfo.cs" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.RazorAssemblyInfo.cs" diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.assets.cache" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.assets.cache" new file mode 100644 index 0000000000000000000000000000000000000000..667a6038e2e044db69cfe6134c13b78931c8433c Binary files /dev/null and "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.assets.cache" differ diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.csproj.AssemblyReference.cache" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.csproj.AssemblyReference.cache" similarity index 30% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.csproj.AssemblyReference.cache" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.csproj.AssemblyReference.cache" index 641d53b3a883a90f5852ffb4aa2fa9e67b066b92..c56cee0b631946e8d7f97def8d6cde6422a1b686 100644 Binary files "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.csproj.AssemblyReference.cache" and "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.csproj.AssemblyReference.cache" differ diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.csproj.CoreCompileInputs.cache" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.csproj.CoreCompileInputs.cache" new file mode 100644 index 0000000000000000000000000000000000000000..61746179e64ff752192b83af409195e1eddd8475 --- /dev/null +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.csproj.CoreCompileInputs.cache" @@ -0,0 +1 @@ +55fe054e309f0b529b5e26c4b61ed2ab15c9a6f7f4a7ac49782260cbe06fb694 diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.csproj.FileListAbsolute.txt" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.csproj.FileListAbsolute.txt" similarity index 49% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.csproj.FileListAbsolute.txt" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.csproj.FileListAbsolute.txt" index 543924265574e374f367a4e9e37da77ebae4916b..b10db933a288cce94a9ab7c4d4ffa066c179095e 100644 --- "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/Library.csproj.FileListAbsolute.txt" +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.csproj.FileListAbsolute.txt" @@ -167,3 +167,172 @@ F:\github\stutest\Library\obj\Debug\net8.0\refint\Library.dll F:\github\stutest\Library\obj\Debug\net8.0\Library.pdb F:\github\stutest\Library\obj\Debug\net8.0\Library.genruntimeconfig.cache F:\github\stutest\Library\obj\Debug\net8.0\ref\Library.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\appsettings.Development.json +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\appsettings.json +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Library.staticwebassets.runtime.json +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Library.exe +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Library.deps.json +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Library.runtimeconfig.json +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Library.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Library.pdb +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Azure.Core.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Azure.Identity.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Humanizer.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.Bcl.AsyncInterfaces.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.Build.Locator.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.CodeAnalysis.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.CodeAnalysis.Workspaces.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.Data.SqlClient.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Abstractions.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Design.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Relational.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.SqlServer.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.Extensions.Caching.Abstractions.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.Extensions.Caching.Memory.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.Extensions.Configuration.Abstractions.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.Extensions.DependencyModel.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.Extensions.Logging.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.Extensions.Logging.Abstractions.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.Extensions.Options.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.Extensions.Primitives.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.Identity.Client.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.Identity.Client.Extensions.Msal.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.IdentityModel.Abstractions.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.IdentityModel.JsonWebTokens.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.IdentityModel.Logging.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.IdentityModel.Protocols.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.IdentityModel.Tokens.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.SqlServer.Server.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Microsoft.Win32.SystemEvents.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\Mono.TextTemplating.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.ClientModel.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.CodeDom.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.Composition.AttributedModel.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.Composition.Convention.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.Composition.Hosting.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.Composition.Runtime.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.Composition.TypedParts.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.Configuration.ConfigurationManager.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.Diagnostics.DiagnosticSource.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.Drawing.Common.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.Formats.Asn1.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.IdentityModel.Tokens.Jwt.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.IO.Pipelines.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.Memory.Data.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.Runtime.Caching.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.Security.Cryptography.ProtectedData.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.Security.Permissions.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.Text.Encodings.Web.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.Text.Json.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\System.Windows.Extensions.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\runtimes\unix\lib\net6.0\Microsoft.Data.SqlClient.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\runtimes\win\lib\net6.0\Microsoft.Data.SqlClient.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Runtime.Caching.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\runtimes\browser\lib\net8.0\System.Text.Encodings.Web.dll +E:\MVC\12-22\stutest\Library\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\Library.csproj.AssemblyReference.cache +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\Library.GeneratedMSBuildEditorConfig.editorconfig +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\Library.AssemblyInfoInputs.cache +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\Library.AssemblyInfo.cs +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\Library.csproj.CoreCompileInputs.cache +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\Library.MvcApplicationPartsAssemblyInfo.cache +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\Library.RazorAssemblyInfo.cache +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\Library.RazorAssemblyInfo.cs +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\Library.sourcelink.json +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\staticwebassets.build.json +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\staticwebassets.development.json +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\staticwebassets\msbuild.Library.Microsoft.AspNetCore.StaticWebAssets.props +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\staticwebassets\msbuild.build.Library.props +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\staticwebassets\msbuild.buildMultiTargeting.Library.props +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\staticwebassets\msbuild.buildTransitive.Library.props +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\staticwebassets.pack.json +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\scopedcss\Views\Shared\_Layout.cshtml.rz.scp.css +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\scopedcss\bundle\Library.styles.css +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\scopedcss\projectbundle\Library.bundle.scp.css +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\Library.csproj.Up2Date +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\Library.dll +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\refint\Library.dll +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\Library.pdb +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\Library.genruntimeconfig.cache +E:\MVC\12-22\stutest\Library\obj\Debug\net8.0\ref\Library.dll diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.csproj.Up2Date" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.csproj.Up2Date" new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.dll" new file mode 100644 index 0000000000000000000000000000000000000000..0adc0c5b59556b82d2dc770aafb982014a2622c6 Binary files /dev/null and "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.dll" differ diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.genruntimeconfig.cache" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.genruntimeconfig.cache" new file mode 100644 index 0000000000000000000000000000000000000000..69fdbbb7f46f57b1aa3e3fb229ebd99d01b99d51 --- /dev/null +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.genruntimeconfig.cache" @@ -0,0 +1 @@ +4d28784f5b1b7947f64d94ffb71acf237ae6a6e297f2894e47c5e7cc18936d69 diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.pdb" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.pdb" new file mode 100644 index 0000000000000000000000000000000000000000..ee9b9fe79da761899d9c3149894100bedc10028e Binary files /dev/null and "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.pdb" differ diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.sourcelink.json" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.sourcelink.json" new file mode 100644 index 0000000000000000000000000000000000000000..366427b00103a3cbab3f633263d4def9a4c7509e --- /dev/null +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/Library.sourcelink.json" @@ -0,0 +1 @@ +{"documents":{"E:\\MVC\\12-22\\stutest\\*":"https://raw.githubusercontent.com/JeongLihao/stutest/9d22e7616f4b17a5d7579f2bd5b14e6d76b7db3d/*"}} \ No newline at end of file diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/apphost.exe" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/apphost.exe" similarity index 84% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/apphost.exe" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/apphost.exe" index 0656a640a9ba98b356108f25512296035593ba9a..8eea1afe9e3bc34a84f513dd5394cf3a3d018fb4 100644 Binary files "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/apphost.exe" and "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/apphost.exe" differ diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/ref/Library.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/ref/Library.dll" new file mode 100644 index 0000000000000000000000000000000000000000..fe3f62c015ad6e14cdf28e3f6cf8b59c917f0a30 Binary files /dev/null and "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/ref/Library.dll" differ diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/refint/Library.dll" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/refint/Library.dll" new file mode 100644 index 0000000000000000000000000000000000000000..fe3f62c015ad6e14cdf28e3f6cf8b59c917f0a30 Binary files /dev/null and "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/refint/Library.dll" differ diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/scopedcss/Views/Shared/_Layout.cshtml.rz.scp.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/scopedcss/Views/Shared/_Layout.cshtml.rz.scp.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/scopedcss/Views/Shared/_Layout.cshtml.rz.scp.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/scopedcss/Views/Shared/_Layout.cshtml.rz.scp.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/scopedcss/bundle/Library.styles.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/scopedcss/bundle/Library.styles.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/scopedcss/bundle/Library.styles.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/scopedcss/bundle/Library.styles.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/scopedcss/projectbundle/Library.bundle.scp.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/scopedcss/projectbundle/Library.bundle.scp.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/scopedcss/projectbundle/Library.bundle.scp.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/scopedcss/projectbundle/Library.bundle.scp.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/staticwebassets.build.json" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/staticwebassets.build.json" similarity index 76% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/staticwebassets.build.json" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/staticwebassets.build.json" index 141afbab1c9aaf02c586b32aa32d14eedfbb8fec..870a7368b1b2216d794e6988bfd787bc8e4f1ab8 100644 --- "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/staticwebassets.build.json" +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/staticwebassets.build.json" @@ -1,6 +1,6 @@ { "Version": 1, - "Hash": "jToOfgfL65t3X/GdWIePC1mWGnzvsPo9aFE5tXpMKb4=", + "Hash": "As7EfQOMfFUopf/gXiqOTRQdS+ETUSOWgeuf4jtFpfQ=", "Source": "Library", "BasePath": "_content/Library", "Mode": "Default", @@ -10,17 +10,17 @@ { "Name": "Library\\wwwroot", "Source": "Library", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "Pattern": "**" } ], "Assets": [ { - "Identity": "F:\\github\\stutest\\Library\\obj\\Debug\\net8.0\\scopedcss\\bundle\\Library.styles.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\obj\\Debug\\net8.0\\scopedcss\\bundle\\Library.styles.css", "SourceId": "Library", "SourceType": "Computed", - "ContentRoot": "F:\\github\\stutest\\Library\\obj\\Debug\\net8.0\\scopedcss\\bundle\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\obj\\Debug\\net8.0\\scopedcss\\bundle\\", "BasePath": "_content/Library", "RelativePath": "Library.styles.css", "AssetKind": "All", @@ -33,13 +33,13 @@ "AssetTraitValue": "ApplicationBundle", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "F:\\github\\stutest\\Library\\obj\\Debug\\net8.0\\scopedcss\\bundle\\Library.styles.css" + "OriginalItemSpec": "E:\\MVC\\12-22\\stutest\\Library\\obj\\Debug\\net8.0\\scopedcss\\bundle\\Library.styles.css" }, { - "Identity": "F:\\github\\stutest\\Library\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Library.bundle.scp.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Library.bundle.scp.css", "SourceId": "Library", "SourceType": "Computed", - "ContentRoot": "F:\\github\\stutest\\Library\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\", "BasePath": "_content/Library", "RelativePath": "Library.bundle.scp.css", "AssetKind": "All", @@ -52,13 +52,13 @@ "AssetTraitValue": "ProjectBundle", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "F:\\github\\stutest\\Library\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Library.bundle.scp.css" + "OriginalItemSpec": "E:\\MVC\\12-22\\stutest\\Library\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Library.bundle.scp.css" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\css\\site.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\css\\site.css", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "css/site.css", "AssetKind": "All", @@ -74,10 +74,10 @@ "OriginalItemSpec": "wwwroot\\css\\site.css" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\favicon.ico", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\favicon.ico", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "favicon.ico", "AssetKind": "All", @@ -93,10 +93,10 @@ "OriginalItemSpec": "wwwroot\\favicon.ico" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\js\\site.js", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\js\\site.js", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "js/site.js", "AssetKind": "All", @@ -112,10 +112,10 @@ "OriginalItemSpec": "wwwroot\\js\\site.js" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-grid.css", "AssetKind": "All", @@ -131,10 +131,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-grid.css.map", "AssetKind": "All", @@ -150,10 +150,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-grid.min.css", "AssetKind": "All", @@ -169,10 +169,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-grid.min.css.map", "AssetKind": "All", @@ -188,10 +188,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-grid.rtl.css", "AssetKind": "All", @@ -207,10 +207,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map", "AssetKind": "All", @@ -226,10 +226,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css", "AssetKind": "All", @@ -245,10 +245,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map", "AssetKind": "All", @@ -264,10 +264,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-reboot.css", "AssetKind": "All", @@ -283,10 +283,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-reboot.css.map", "AssetKind": "All", @@ -302,10 +302,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-reboot.min.css", "AssetKind": "All", @@ -321,10 +321,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-reboot.min.css.map", "AssetKind": "All", @@ -340,10 +340,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-reboot.rtl.css", "AssetKind": "All", @@ -359,10 +359,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map", "AssetKind": "All", @@ -378,10 +378,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css", "AssetKind": "All", @@ -397,10 +397,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map", "AssetKind": "All", @@ -416,10 +416,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-utilities.css", "AssetKind": "All", @@ -435,10 +435,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-utilities.css.map", "AssetKind": "All", @@ -454,10 +454,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-utilities.min.css", "AssetKind": "All", @@ -473,10 +473,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-utilities.min.css.map", "AssetKind": "All", @@ -492,10 +492,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-utilities.rtl.css", "AssetKind": "All", @@ -511,10 +511,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map", "AssetKind": "All", @@ -530,10 +530,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css", "AssetKind": "All", @@ -549,10 +549,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map", "AssetKind": "All", @@ -568,10 +568,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap.css", "AssetKind": "All", @@ -587,10 +587,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap.css.map", "AssetKind": "All", @@ -606,10 +606,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap.min.css", "AssetKind": "All", @@ -625,10 +625,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap.min.css.map", "AssetKind": "All", @@ -644,10 +644,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap.rtl.css", "AssetKind": "All", @@ -663,10 +663,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap.rtl.css.map", "AssetKind": "All", @@ -682,10 +682,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap.rtl.min.css", "AssetKind": "All", @@ -701,10 +701,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/css/bootstrap.rtl.min.css.map", "AssetKind": "All", @@ -720,10 +720,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/js/bootstrap.bundle.js", "AssetKind": "All", @@ -739,10 +739,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/js/bootstrap.bundle.js.map", "AssetKind": "All", @@ -758,10 +758,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/js/bootstrap.bundle.min.js", "AssetKind": "All", @@ -777,10 +777,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/js/bootstrap.bundle.min.js.map", "AssetKind": "All", @@ -796,10 +796,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/js/bootstrap.esm.js", "AssetKind": "All", @@ -815,10 +815,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/js/bootstrap.esm.js.map", "AssetKind": "All", @@ -834,10 +834,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/js/bootstrap.esm.min.js", "AssetKind": "All", @@ -853,10 +853,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/js/bootstrap.esm.min.js.map", "AssetKind": "All", @@ -872,10 +872,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/js/bootstrap.js", "AssetKind": "All", @@ -891,10 +891,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/js/bootstrap.js.map", "AssetKind": "All", @@ -910,10 +910,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/js/bootstrap.min.js", "AssetKind": "All", @@ -929,10 +929,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/dist/js/bootstrap.min.js.map", "AssetKind": "All", @@ -948,10 +948,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\LICENSE", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\LICENSE", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/bootstrap/LICENSE", "AssetKind": "All", @@ -967,10 +967,10 @@ "OriginalItemSpec": "wwwroot\\lib\\bootstrap\\LICENSE" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js", "AssetKind": "All", @@ -986,10 +986,10 @@ "OriginalItemSpec": "wwwroot\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.min.js", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.min.js", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js", "AssetKind": "All", @@ -1005,10 +1005,10 @@ "OriginalItemSpec": "wwwroot\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.min.js" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery-validation-unobtrusive\\LICENSE.txt", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery-validation-unobtrusive\\LICENSE.txt", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/jquery-validation-unobtrusive/LICENSE.txt", "AssetKind": "All", @@ -1024,10 +1024,10 @@ "OriginalItemSpec": "wwwroot\\lib\\jquery-validation-unobtrusive\\LICENSE.txt" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\dist\\additional-methods.js", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\dist\\additional-methods.js", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/jquery-validation/dist/additional-methods.js", "AssetKind": "All", @@ -1043,10 +1043,10 @@ "OriginalItemSpec": "wwwroot\\lib\\jquery-validation\\dist\\additional-methods.js" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\dist\\additional-methods.min.js", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\dist\\additional-methods.min.js", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/jquery-validation/dist/additional-methods.min.js", "AssetKind": "All", @@ -1062,10 +1062,10 @@ "OriginalItemSpec": "wwwroot\\lib\\jquery-validation\\dist\\additional-methods.min.js" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\dist\\jquery.validate.js", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\dist\\jquery.validate.js", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/jquery-validation/dist/jquery.validate.js", "AssetKind": "All", @@ -1081,10 +1081,10 @@ "OriginalItemSpec": "wwwroot\\lib\\jquery-validation\\dist\\jquery.validate.js" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\dist\\jquery.validate.min.js", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\dist\\jquery.validate.min.js", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/jquery-validation/dist/jquery.validate.min.js", "AssetKind": "All", @@ -1100,10 +1100,10 @@ "OriginalItemSpec": "wwwroot\\lib\\jquery-validation\\dist\\jquery.validate.min.js" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\LICENSE.md", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\LICENSE.md", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/jquery-validation/LICENSE.md", "AssetKind": "All", @@ -1119,10 +1119,10 @@ "OriginalItemSpec": "wwwroot\\lib\\jquery-validation\\LICENSE.md" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery\\dist\\jquery.js", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery\\dist\\jquery.js", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/jquery/dist/jquery.js", "AssetKind": "All", @@ -1138,10 +1138,10 @@ "OriginalItemSpec": "wwwroot\\lib\\jquery\\dist\\jquery.js" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery\\dist\\jquery.min.js", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery\\dist\\jquery.min.js", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/jquery/dist/jquery.min.js", "AssetKind": "All", @@ -1157,10 +1157,10 @@ "OriginalItemSpec": "wwwroot\\lib\\jquery\\dist\\jquery.min.js" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery\\dist\\jquery.min.map", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery\\dist\\jquery.min.map", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/jquery/dist/jquery.min.map", "AssetKind": "All", @@ -1176,10 +1176,10 @@ "OriginalItemSpec": "wwwroot\\lib\\jquery\\dist\\jquery.min.map" }, { - "Identity": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery\\LICENSE.txt", + "Identity": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery\\LICENSE.txt", "SourceId": "Library", "SourceType": "Discovered", - "ContentRoot": "F:\\github\\stutest\\Library\\wwwroot\\", + "ContentRoot": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\", "BasePath": "_content/Library", "RelativePath": "lib/jquery/LICENSE.txt", "AssetKind": "All", diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/staticwebassets.development.json" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/staticwebassets.development.json" new file mode 100644 index 0000000000000000000000000000000000000000..b86b01bbe8abb5293775951fe2e9135a57a273d5 --- /dev/null +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/staticwebassets.development.json" @@ -0,0 +1 @@ +{"ContentRoots":["E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\","E:\\MVC\\12-22\\stutest\\Library\\obj\\Debug\\net8.0\\scopedcss\\bundle\\"],"Root":{"Children":{"css":{"Children":{"site.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/site.css"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"js":{"Children":{"site.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/site.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lib":{"Children":{"bootstrap":{"Children":{"dist":{"Children":{"css":{"Children":{"bootstrap-grid.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.css"},"Patterns":null},"bootstrap-grid.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.css.map"},"Patterns":null},"bootstrap-grid.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.min.css"},"Patterns":null},"bootstrap-grid.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.min.css.map"},"Patterns":null},"bootstrap-grid.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css"},"Patterns":null},"bootstrap-grid.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map"},"Patterns":null},"bootstrap-grid.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css"},"Patterns":null},"bootstrap-grid.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map"},"Patterns":null},"bootstrap-reboot.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.css"},"Patterns":null},"bootstrap-reboot.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.css.map"},"Patterns":null},"bootstrap-reboot.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css"},"Patterns":null},"bootstrap-reboot.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css.map"},"Patterns":null},"bootstrap-reboot.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css"},"Patterns":null},"bootstrap-reboot.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map"},"Patterns":null},"bootstrap-reboot.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css"},"Patterns":null},"bootstrap-reboot.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map"},"Patterns":null},"bootstrap-utilities.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.css"},"Patterns":null},"bootstrap-utilities.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.css.map"},"Patterns":null},"bootstrap-utilities.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css"},"Patterns":null},"bootstrap-utilities.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css.map"},"Patterns":null},"bootstrap-utilities.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css"},"Patterns":null},"bootstrap-utilities.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map"},"Patterns":null},"bootstrap-utilities.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css"},"Patterns":null},"bootstrap-utilities.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map"},"Patterns":null},"bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.css"},"Patterns":null},"bootstrap.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.css.map"},"Patterns":null},"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.min.css.map"},"Patterns":null},"bootstrap.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.css"},"Patterns":null},"bootstrap.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.css.map"},"Patterns":null},"bootstrap.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.min.css"},"Patterns":null},"bootstrap.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bootstrap.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.js"},"Patterns":null},"bootstrap.bundle.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.js.map"},"Patterns":null},"bootstrap.bundle.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js"},"Patterns":null},"bootstrap.bundle.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js.map"},"Patterns":null},"bootstrap.esm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.js"},"Patterns":null},"bootstrap.esm.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.js.map"},"Patterns":null},"bootstrap.esm.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.min.js"},"Patterns":null},"bootstrap.esm.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.min.js.map"},"Patterns":null},"bootstrap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.js"},"Patterns":null},"bootstrap.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.js.map"},"Patterns":null},"bootstrap.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.min.js"},"Patterns":null},"bootstrap.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/LICENSE"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation-unobtrusive":{"Children":{"jquery.validate.unobtrusive.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"},"Patterns":null},"jquery.validate.unobtrusive.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js"},"Patterns":null},"LICENSE.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/LICENSE.txt"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation":{"Children":{"dist":{"Children":{"additional-methods.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/additional-methods.js"},"Patterns":null},"additional-methods.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/additional-methods.min.js"},"Patterns":null},"jquery.validate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/jquery.validate.js"},"Patterns":null},"jquery.validate.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/jquery.validate.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/LICENSE.md"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"dist":{"Children":{"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.js"},"Patterns":null},"jquery.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.min.js"},"Patterns":null},"jquery.min.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.min.map"},"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/LICENSE.txt"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"Library.styles.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"Library.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/staticwebassets.pack.json" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/staticwebassets.pack.json" similarity index 51% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/staticwebassets.pack.json" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/staticwebassets.pack.json" index ac0c8600df87b46ab2a5fe9ea47f52227093684f..7ac4d595719dd01f4f9fc87ec4bd9d409616b1bb 100644 --- "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/staticwebassets.pack.json" +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/staticwebassets.pack.json" @@ -1,247 +1,247 @@ { "Files": [ { - "Id": "F:\\github\\stutest\\Library\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Library.bundle.scp.css", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Library.bundle.scp.css", "PackagePath": "staticwebassets\\Library.bundle.scp.css" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\css\\site.css", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\css\\site.css", "PackagePath": "staticwebassets\\css\\site.css" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\favicon.ico", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\favicon.ico", "PackagePath": "staticwebassets\\favicon.ico" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\js\\site.js", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\js\\site.js", "PackagePath": "staticwebassets\\js\\site.js" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\LICENSE", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\LICENSE", "PackagePath": "staticwebassets\\lib\\bootstrap" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.css" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.css.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.min.css" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.min.css.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.js" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.js.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.min.js" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js.map", "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.min.js.map" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery-validation-unobtrusive\\LICENSE.txt", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery-validation-unobtrusive\\LICENSE.txt", "PackagePath": "staticwebassets\\lib\\jquery-validation-unobtrusive\\LICENSE.txt" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js", "PackagePath": "staticwebassets\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.min.js", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.min.js", "PackagePath": "staticwebassets\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.min.js" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\LICENSE.md", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\LICENSE.md", "PackagePath": "staticwebassets\\lib\\jquery-validation\\LICENSE.md" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\dist\\additional-methods.js", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\dist\\additional-methods.js", "PackagePath": "staticwebassets\\lib\\jquery-validation\\dist\\additional-methods.js" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\dist\\additional-methods.min.js", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\dist\\additional-methods.min.js", "PackagePath": "staticwebassets\\lib\\jquery-validation\\dist\\additional-methods.min.js" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\dist\\jquery.validate.js", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\dist\\jquery.validate.js", "PackagePath": "staticwebassets\\lib\\jquery-validation\\dist\\jquery.validate.js" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\dist\\jquery.validate.min.js", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery-validation\\dist\\jquery.validate.min.js", "PackagePath": "staticwebassets\\lib\\jquery-validation\\dist\\jquery.validate.min.js" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery\\LICENSE.txt", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery\\LICENSE.txt", "PackagePath": "staticwebassets\\lib\\jquery\\LICENSE.txt" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery\\dist\\jquery.js", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery\\dist\\jquery.js", "PackagePath": "staticwebassets\\lib\\jquery\\dist\\jquery.js" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery\\dist\\jquery.min.js", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery\\dist\\jquery.min.js", "PackagePath": "staticwebassets\\lib\\jquery\\dist\\jquery.min.js" }, { - "Id": "F:\\github\\stutest\\Library\\wwwroot\\lib\\jquery\\dist\\jquery.min.map", + "Id": "E:\\MVC\\12-22\\stutest\\Library\\wwwroot\\lib\\jquery\\dist\\jquery.min.map", "PackagePath": "staticwebassets\\lib\\jquery\\dist\\jquery.min.map" }, { diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/staticwebassets/msbuild.Library.Microsoft.AspNetCore.StaticWebAssets.props" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/staticwebassets/msbuild.Library.Microsoft.AspNetCore.StaticWebAssets.props" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/staticwebassets/msbuild.Library.Microsoft.AspNetCore.StaticWebAssets.props" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/staticwebassets/msbuild.Library.Microsoft.AspNetCore.StaticWebAssets.props" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/staticwebassets/msbuild.build.Library.props" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/staticwebassets/msbuild.build.Library.props" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/staticwebassets/msbuild.build.Library.props" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/staticwebassets/msbuild.build.Library.props" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.Library.props" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.Library.props" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.Library.props" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.Library.props" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.Library.props" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.Library.props" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.Library.props" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.Library.props" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Library.csproj.EntityFrameworkCore.targets" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Library.csproj.EntityFrameworkCore.targets" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Library.csproj.EntityFrameworkCore.targets" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Library.csproj.EntityFrameworkCore.targets" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Library.csproj.nuget.dgspec.json" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Library.csproj.nuget.dgspec.json" similarity index 74% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Library.csproj.nuget.dgspec.json" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Library.csproj.nuget.dgspec.json" index d62dba7b4d9fa606f8ddaff3eb66f47e44887e5a..6ed540ca8f6d2a13cc70f81c4e1c5665705dff2b 100644 --- "a/\351\203\221\345\212\233\350\261\252/Library/obj/Library.csproj.nuget.dgspec.json" +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Library.csproj.nuget.dgspec.json" @@ -1,29 +1,29 @@ { "format": 1, "restore": { - "F:\\github\\stutest\\Library\\Library.csproj": {} + "E:\\MVC\\12-22\\stutest\\Library\\Library.csproj": {} }, "projects": { - "F:\\github\\stutest\\Library\\Library.csproj": { + "E:\\MVC\\12-22\\stutest\\Library\\Library.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "F:\\github\\stutest\\Library\\Library.csproj", + "projectUniqueName": "E:\\MVC\\12-22\\stutest\\Library\\Library.csproj", "projectName": "Library", - "projectPath": "F:\\github\\stutest\\Library\\Library.csproj", - "packagesPath": "C:\\Users\\H-Jeong\\.nuget\\packages\\", - "outputPath": "F:\\github\\stutest\\Library\\obj\\", + "projectPath": "E:\\MVC\\12-22\\stutest\\Library\\Library.csproj", + "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", + "outputPath": "E:\\MVC\\12-22\\stutest\\Library\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ - "C:\\Users\\H-Jeong\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ "net8.0" ], "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} + "https://api.nuget.org/v3/index.json": {}, + "https://repo.huaweicloud.com/repository/nuget/v3/index.json": {} }, "frameworks": { "net8.0": { @@ -76,7 +76,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.404/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.401/PortableRuntimeIdentifierGraph.json" } } } diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Library.csproj.nuget.g.props" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Library.csproj.nuget.g.props" similarity index 86% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Library.csproj.nuget.g.props" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Library.csproj.nuget.g.props" index abd5adb4a1dda06c68eb39bf1126933dd98318b0..2444760d153e9d65578a1aedce00066ae74ec9c4 100644 --- "a/\351\203\221\345\212\233\350\261\252/Library/obj/Library.csproj.nuget.g.props" +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Library.csproj.nuget.g.props" @@ -5,12 +5,12 @@ NuGet $(MSBuildThisFileDirectory)project.assets.json $(UserProfile)\.nuget\packages\ - C:\Users\H-Jeong\.nuget\packages\ + C:\Users\Administrator\.nuget\packages\ PackageReference - 6.11.1 + 6.11.0 - + @@ -18,6 +18,6 @@ - C:\Users\H-Jeong\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.4 + C:\Users\Administrator\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.4 \ No newline at end of file diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/Library.csproj.nuget.g.targets" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Library.csproj.nuget.g.targets" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/Library.csproj.nuget.g.targets" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/Library.csproj.nuget.g.targets" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/obj/project.assets.json" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/project.assets.json" similarity index 99% rename from "\351\203\221\345\212\233\350\261\252/Library/obj/project.assets.json" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/project.assets.json" index a264c13e67dc31835fa76ce8de29d73c42b57909..222e19f3c465da4cbf13855b8e370c04a1ee2dba 100644 --- "a/\351\203\221\345\212\233\350\261\252/Library/obj/project.assets.json" +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/project.assets.json" @@ -4702,28 +4702,28 @@ ] }, "packageFolders": { - "C:\\Users\\H-Jeong\\.nuget\\packages\\": {} + "C:\\Users\\Administrator\\.nuget\\packages\\": {} }, "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "F:\\github\\stutest\\Library\\Library.csproj", + "projectUniqueName": "E:\\MVC\\12-22\\stutest\\Library\\Library.csproj", "projectName": "Library", - "projectPath": "F:\\github\\stutest\\Library\\Library.csproj", - "packagesPath": "C:\\Users\\H-Jeong\\.nuget\\packages\\", - "outputPath": "F:\\github\\stutest\\Library\\obj\\", + "projectPath": "E:\\MVC\\12-22\\stutest\\Library\\Library.csproj", + "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", + "outputPath": "E:\\MVC\\12-22\\stutest\\Library\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ - "C:\\Users\\H-Jeong\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ "net8.0" ], "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} + "https://api.nuget.org/v3/index.json": {}, + "https://repo.huaweicloud.com/repository/nuget/v3/index.json": {} }, "frameworks": { "net8.0": { @@ -4776,7 +4776,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.404/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.401/PortableRuntimeIdentifierGraph.json" } } } diff --git "a/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/project.nuget.cache" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/project.nuget.cache" new file mode 100644 index 0000000000000000000000000000000000000000..f162ea32ca701ba1860c19938a110f5ee5b4b92a --- /dev/null +++ "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/obj/project.nuget.cache" @@ -0,0 +1,87 @@ +{ + "version": 2, + "dgSpecHash": "zb7YG0xvGGc=", + "success": true, + "projectFilePath": "E:\\MVC\\12-22\\stutest\\Library\\Library.csproj", + "expectedPackageFiles": [ + "C:\\Users\\Administrator\\.nuget\\packages\\azure.core\\1.38.0\\azure.core.1.38.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\azure.identity\\1.11.4\\azure.identity.1.11.4.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\7.0.0\\microsoft.bcl.asyncinterfaces.7.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.build.framework\\17.8.3\\microsoft.build.framework.17.8.3.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.build.locator\\1.7.8\\microsoft.build.locator.1.7.8.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.3.4\\microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.codeanalysis.common\\4.8.0\\microsoft.codeanalysis.common.4.8.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.8.0\\microsoft.codeanalysis.csharp.4.8.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.codeanalysis.csharp.workspaces\\4.8.0\\microsoft.codeanalysis.csharp.workspaces.4.8.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\4.8.0\\microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.codeanalysis.workspaces.msbuild\\4.8.0\\microsoft.codeanalysis.workspaces.msbuild.4.8.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.csharp\\4.5.0\\microsoft.csharp.4.5.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.data.sqlclient\\5.1.6\\microsoft.data.sqlclient.5.1.6.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\5.1.1\\microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.entityframeworkcore\\9.0.0\\microsoft.entityframeworkcore.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\9.0.0\\microsoft.entityframeworkcore.abstractions.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\9.0.0\\microsoft.entityframeworkcore.analyzers.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.entityframeworkcore.design\\9.0.0\\microsoft.entityframeworkcore.design.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\9.0.0\\microsoft.entityframeworkcore.relational.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.entityframeworkcore.sqlserver\\9.0.0\\microsoft.entityframeworkcore.sqlserver.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\9.0.0\\microsoft.extensions.caching.abstractions.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.extensions.caching.memory\\9.0.0\\microsoft.extensions.caching.memory.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\9.0.0\\microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\9.0.0\\microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\9.0.0\\microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.extensions.dependencymodel\\9.0.0\\microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.extensions.logging\\9.0.0\\microsoft.extensions.logging.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\9.0.0\\microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.extensions.options\\9.0.0\\microsoft.extensions.options.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.extensions.primitives\\9.0.0\\microsoft.extensions.primitives.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.identity.client\\4.61.3\\microsoft.identity.client.4.61.3.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.identity.client.extensions.msal\\4.61.3\\microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.identitymodel.abstractions\\6.35.0\\microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.35.0\\microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.identitymodel.logging\\6.35.0\\microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.35.0\\microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.35.0\\microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.35.0\\microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.sqlserver.server\\1.0.0\\microsoft.sqlserver.server.1.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\mono.texttemplating\\3.0.0\\mono.texttemplating.3.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.clientmodel\\1.0.0\\system.clientmodel.1.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.codedom\\6.0.0\\system.codedom.6.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.collections.immutable\\7.0.0\\system.collections.immutable.7.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.composition\\7.0.0\\system.composition.7.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.composition.attributedmodel\\7.0.0\\system.composition.attributedmodel.7.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.composition.convention\\7.0.0\\system.composition.convention.7.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.composition.hosting\\7.0.0\\system.composition.hosting.7.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.composition.runtime\\7.0.0\\system.composition.runtime.7.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.composition.typedparts\\7.0.0\\system.composition.typedparts.7.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.configuration.configurationmanager\\6.0.1\\system.configuration.configurationmanager.6.0.1.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.diagnostics.diagnosticsource\\9.0.0\\system.diagnostics.diagnosticsource.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.drawing.common\\6.0.0\\system.drawing.common.6.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.formats.asn1\\9.0.0\\system.formats.asn1.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.35.0\\system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.io.pipelines\\9.0.0\\system.io.pipelines.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.memory.data\\1.0.2\\system.memory.data.1.0.2.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.reflection.metadata\\7.0.0\\system.reflection.metadata.7.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.runtime.caching\\6.0.0\\system.runtime.caching.6.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.security.cryptography.cng\\5.0.0\\system.security.cryptography.cng.5.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.security.cryptography.protecteddata\\6.0.0\\system.security.cryptography.protecteddata.6.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.security.permissions\\6.0.0\\system.security.permissions.6.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.text.encoding.codepages\\6.0.0\\system.text.encoding.codepages.6.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.text.encodings.web\\9.0.0\\system.text.encodings.web.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.text.json\\9.0.0\\system.text.json.9.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.threading.channels\\7.0.0\\system.threading.channels.7.0.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.windows.extensions\\6.0.0\\system.windows.extensions.6.0.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/css/site.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/css/site.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/css/site.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/css/site.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/favicon.ico" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/favicon.ico" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/favicon.ico" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/favicon.ico" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/js/site.js" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/js/site.js" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/js/site.js" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/js/site.js" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/LICENSE" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/LICENSE" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/LICENSE" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/LICENSE" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.js" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.js" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.js" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.js" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery-validation/LICENSE.md" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery-validation/LICENSE.md" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery-validation/LICENSE.md" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery-validation/LICENSE.md" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery-validation/dist/additional-methods.js" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery-validation/dist/additional-methods.js" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery-validation/dist/additional-methods.js" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery-validation/dist/additional-methods.js" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery-validation/dist/additional-methods.min.js" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery-validation/dist/additional-methods.min.js" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery-validation/dist/additional-methods.min.js" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery-validation/dist/additional-methods.min.js" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery-validation/dist/jquery.validate.js" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery-validation/dist/jquery.validate.js" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery-validation/dist/jquery.validate.js" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery-validation/dist/jquery.validate.js" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery/LICENSE.txt" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery/LICENSE.txt" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery/LICENSE.txt" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery/LICENSE.txt" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery/dist/jquery.js" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery/dist/jquery.js" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery/dist/jquery.js" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery/dist/jquery.js" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery/dist/jquery.min.js" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery/dist/jquery.min.js" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery/dist/jquery.min.js" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery/dist/jquery.min.js" diff --git "a/\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery/dist/jquery.min.map" "b/\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery/dist/jquery.min.map" similarity index 100% rename from "\351\203\221\345\212\233\350\261\252/Library/wwwroot/lib/jquery/dist/jquery.min.map" rename to "\351\203\221\345\212\233\350\261\252/Library\357\274\210\345\256\214\346\210\220\345\233\276\344\271\246\347\211\210\357\274\211/wwwroot/lib/jquery/dist/jquery.min.map"