diff options
| author | 董晓燕 <[email protected]> | 2021-08-03 11:25:21 +0000 |
|---|---|---|
| committer | 董晓燕 <[email protected]> | 2021-08-03 11:25:21 +0000 |
| commit | 1a5f8ebf981056160ce9599829d89e177526d5ec (patch) | |
| tree | a671c2038a110593fde98017b35d14ac79ef350b | |
| parent | e4adcc588e92567f94ceb97196e739c7a8f131d3 (diff) | |
Update .project, .pydevproject filesdongxiaoyan-main-patch-17664
| -rw-r--r-- | .project | 17 | ||||
| -rw-r--r-- | .pydevproject | 5 |
2 files changed, 22 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..2fd846d --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>gap_nezha_ui</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.python.pydev.PyDevBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.python.pydev.pythonNature</nature> + </natures> +</projectDescription> diff --git a/.pydevproject b/.pydevproject new file mode 100644 index 0000000..2b04565 --- /dev/null +++ b/.pydevproject @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<?eclipse-pydev version="1.0"?><pydev_project> + <pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property> + <pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python interpreter</pydev_property> +</pydev_project> |
