From 4be3f04edfde5d41bf05e37ea53c47760fd44183 Mon Sep 17 00:00:00 2001 From: devlooped-bot Date: Tue, 11 Apr 2023 00:16:39 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20files=20with=20dotn?= =?UTF-8?q?et-file=20sync=20#=20devlooped/oss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - When using EnableRexCodeGenerator, this should Just Work https://github.com/devlooped/oss/commit/c7235d7 - Enable VSCode/Razor compat when using resxcode generator https://github.com/devlooped/oss/commit/1514d15 --- .netconfig | 6 +++--- docs/sponsors.md | 9 +++++++++ src/Directory.Build.targets | 16 +++++++++++++++- 3 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 docs/sponsors.md diff --git a/.netconfig b/.netconfig index d01f7bc..7b59da3 100644 --- a/.netconfig +++ b/.netconfig @@ -88,8 +88,8 @@ weak [file "src/Directory.Build.targets"] url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets - sha = 6ae80a175a8f926ac5d9ffb0f6afd55d85cc9320 - etag = a890e3c9574327c4885f386756cba483c0f8fb2446554e4badcb6ab5b0eecfd0 + sha = 1514d15399a7d545ad92a0e9d57dc8295fdd6af8 + etag = 428f80b0786ff17b836c7a5b0640948724855d17933e958642b22849ac00dadb weak [file "src/kzu.snk"] url = https://github.com/devlooped/oss/blob/main/src/kzu.snk @@ -135,4 +135,4 @@ url = https://github.com/devlooped/oss/blob/main/.github/workflows/sponsor.yml sha = 8990ebb36199046e0b8098bad9e46dcef739c56e etag = e1dc114d2e8b57d50649989d32dbf0c9080ec77da3738a4cc79e9256d6ca5d3e - weak \ No newline at end of file + weak diff --git a/docs/sponsors.md b/docs/sponsors.md new file mode 100644 index 0000000..67575c6 --- /dev/null +++ b/docs/sponsors.md @@ -0,0 +1,9 @@ +[![Clarius Org](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/clarius.png "Clarius Org")](https://github.com/clarius) +[![Christian Findlay](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/MelbourneDeveloper.png "Christian Findlay")](https://github.com/MelbourneDeveloper) +[![C. Augusto Proiete](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/augustoproiete.png "C. Augusto Proiete")](https://github.com/augustoproiete) +[![Kirill Osenkov](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/KirillOsenkov.png "Kirill Osenkov")](https://github.com/KirillOsenkov) +[![MFB Technologies, Inc.](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/MFB-Technologies-Inc.png "MFB Technologies, Inc.")](https://github.com/MFB-Technologies-Inc) +[![SandRock](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/sandrock.png "SandRock")](https://github.com/sandrock) +[![Eric C](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/eeseewy.png "Eric C")](https://github.com/eeseewy) +[![Andy Gocke](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/agocke.png "Andy Gocke")](https://github.com/agocke) + diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets index 708c456..5bd4019 100644 --- a/src/Directory.Build.targets +++ b/src/Directory.Build.targets @@ -94,11 +94,25 @@ $(BUDDY_EXECUTION_BRANCH) + + + PrepareResources;$(CoreCompileDependsOn) + + + + + MSBuild:Compile + $(IntermediateOutputPath)\$([MSBuild]::ValueOrDefault('%(RelativeDir)', '').Replace('\', '.').Replace('/', '.'))%(Filename).g$(DefaultLanguageSourceExtension) + $(Language) + $(RootNamespace) + $(RootNamespace).$([MSBuild]::ValueOrDefault('%(RelativeDir)', '').Replace('\', '.').Replace('/', '.').TrimEnd('.')) + %(Filename) + @@ -161,4 +175,4 @@ - \ No newline at end of file +