diff --git a/.gitignore b/.gitignore index 9491a2f..d6575fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,15 @@ +<<<<<<< HEAD ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore +======= +# ---> VisualStudio +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore +>>>>>>> a7abc2eea39052a6375a5d70fa8f3c8d06ca4de3 # User-specific files *.rsuser @@ -29,7 +37,10 @@ x86/ bld/ [Bb]in/ [Oo]bj/ +<<<<<<< HEAD [Oo]ut/ +======= +>>>>>>> a7abc2eea39052a6375a5d70fa8f3c8d06ca4de3 [Ll]og/ [Ll]ogs/ @@ -91,6 +102,10 @@ StyleCopReport.xml *.tmp_proj *_wpftmp.csproj *.log +<<<<<<< HEAD +======= +*.tlog +>>>>>>> a7abc2eea39052a6375a5d70fa8f3c8d06ca4de3 *.vspscc *.vssscc .builds @@ -294,6 +309,20 @@ node_modules/ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) *.vbw +<<<<<<< HEAD +======= +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files +*.ncb +*.aps + +>>>>>>> a7abc2eea39052a6375a5d70fa8f3c8d06ca4de3 # Visual Studio LightSwitch build output **/*.HTMLClient/GeneratedArtifacts **/*.DesktopClient/GeneratedArtifacts @@ -350,6 +379,12 @@ ASALocalRun/ # Local History for Visual Studio .localhistory/ +<<<<<<< HEAD +======= +# Visual Studio History (VSHistory) files +.vshistory/ + +>>>>>>> a7abc2eea39052a6375a5d70fa8f3c8d06ca4de3 # BeatPulse healthcheck temp database healthchecksdb @@ -360,4 +395,30 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +<<<<<<< HEAD +FodyWeavers.xsd +======= +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +*.sln.iml + +>>>>>>> a7abc2eea39052a6375a5d70fa8f3c8d06ca4de3 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6cd4c58 --- /dev/null +++ b/LICENSE @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) 2026 acdiu + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..1c5bb8a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# AcdiuTools + +Acdiu工具集 \ No newline at end of file