From 1bb3a4f8bf871917ade6be5107074d97732fd381 Mon Sep 17 00:00:00 2001 From: nsnail Date: Wed, 7 Dec 2022 12:01:38 +0800 Subject: [PATCH] --- GenerateResx.targets | 9 ++++++ dot.sln | 29 ++++++++++--------- .../dotnet-tools.json => dotnet-tools.json | 0 src/dot.csproj | 24 ++++----------- 4 files changed, 30 insertions(+), 32 deletions(-) create mode 100644 GenerateResx.targets rename .config/dotnet-tools.json => dotnet-tools.json (100%) diff --git a/GenerateResx.targets b/GenerateResx.targets new file mode 100644 index 0000000..e2769a2 --- /dev/null +++ b/GenerateResx.targets @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/dot.sln b/dot.sln index f1cf980..1eb78ff 100644 --- a/dot.sln +++ b/dot.sln @@ -5,20 +5,23 @@ VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dot", "src\dot.csproj", "{E7608D54-4A3B-4B4B-ADA0-7852987CA21F}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root-files", "root-files", "{AD79881E-74D9-4EC7-AFE9-82D10CD32C3A}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "meta", "meta", "{AD79881E-74D9-4EC7-AFE9-82D10CD32C3A}" ProjectSection(SolutionItems) = preProject - .editorconfig = .editorconfig - .gitattributes = .gitattributes - .gitignore = .gitignore - .tgitconfig = .tgitconfig - build.ps1 = build.ps1 - code-format.cmd = code-format.cmd - Directory.Build.props = Directory.Build.props - dot.sln.DotSettings = dot.sln.DotSettings - git-clean.ps1 = git-clean.ps1 - LICENSE = LICENSE - README.md = README.md - global.json = global.json + .gitignore = .gitignore + dot.sln.DotSettings = dot.sln.DotSettings + .gitattributes = .gitattributes + .editorconfig = .editorconfig + LICENSE = LICENSE + README.md = README.md + README.zh-CN.md = README.zh-CN.md + Directory.Build.props = Directory.Build.props + global.json = global.json + dotnet-tools.json = dotnet-tools.json + build.ps1 = build.ps1 + .tgitconfig = .tgitconfig + git-clean.ps1 = git-clean.ps1 + code-format.cmd = code-format.cmd + GenerateResx.targets = GenerateResx.targets EndProjectSection EndProject Global diff --git a/.config/dotnet-tools.json b/dotnet-tools.json similarity index 100% rename from .config/dotnet-tools.json rename to dotnet-tools.json diff --git a/src/dot.csproj b/src/dot.csproj index bad8275..3a64cde 100644 --- a/src/dot.csproj +++ b/src/dot.csproj @@ -24,10 +24,10 @@ - - - - + + + + @@ -38,20 +38,6 @@ - - - True - True - Str.resx - - - - - - - - - - + \ No newline at end of file