Skip to content

Commit

Permalink
[src] Place the generated Microsoft.*.csproj together with the other …
Browse files Browse the repository at this point in the history
…generated project files. (#22003)
  • Loading branch information
rolfbjarne authored Jan 18, 2025
1 parent e077a50 commit 289fba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ $(2)_DOTNET_PLATFORM_ASSEMBLY_DIR_DEPENDENCIES = \
$($(2)_DOTNET_BUILD_DIR)/ref \

ifeq ($(4),64)
PLATFORM_$(1)_CSPROJ = $(DOTNET_BUILD_DIR)/$(1)/platform/Microsoft.$(1).csproj
PLATFORM_$(1)_CSPROJ = $(DOTNET_BUILD_DIR)/$(1)/csproj/platform/Microsoft.$(1).csproj
CSPROJECTS += $$(PLATFORM_$(1)_CSPROJ)
$$(PLATFORM_$(1)_CSPROJ): $($(2)_DOTNET_BUILD_DIR)/Microsoft.$(1).rsp Makefile $(RSP_TO_CSPROJ) $($(2)_DOTNET_BUILD_DIR)/embed-files.rsp
$$(Q) rm -f $$@
Expand Down

0 comments on commit 289fba0

Please sign in to comment.