diff --git a/tests/dotnet/MyCatalystApp/Makefile b/tests/dotnet/MyCatalystApp/Makefile index 8afe674b605f..e385064ec09e 100644 --- a/tests/dotnet/MyCatalystApp/Makefile +++ b/tests/dotnet/MyCatalystApp/Makefile @@ -1,3 +1,9 @@ -all: - msbuild /bl - $(PWD)/bin/MacCatalyst/Debug/MyCatalystApp.app/Contents/MacOS/MyCatalystApp +TOP=../../.. + +include $(TOP)/Make.config + +build: + $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) + +run: + $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) -t:Run diff --git a/tests/dotnet/MyCocoaApp/Makefile b/tests/dotnet/MyCocoaApp/Makefile new file mode 100644 index 000000000000..e385064ec09e --- /dev/null +++ b/tests/dotnet/MyCocoaApp/Makefile @@ -0,0 +1,9 @@ +TOP=../../.. + +include $(TOP)/Make.config + +build: + $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) + +run: + $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) -t:Run diff --git a/tests/dotnet/MyInterpretedApp/Makefile b/tests/dotnet/MyInterpretedApp/Makefile new file mode 100644 index 000000000000..e385064ec09e --- /dev/null +++ b/tests/dotnet/MyInterpretedApp/Makefile @@ -0,0 +1,9 @@ +TOP=../../.. + +include $(TOP)/Make.config + +build: + $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) + +run: + $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) -t:Run diff --git a/tests/dotnet/MyTVApp/Makefile b/tests/dotnet/MyTVApp/Makefile new file mode 100644 index 000000000000..e385064ec09e --- /dev/null +++ b/tests/dotnet/MyTVApp/Makefile @@ -0,0 +1,9 @@ +TOP=../../.. + +include $(TOP)/Make.config + +build: + $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) + +run: + $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) -t:Run diff --git a/tests/dotnet/MyXamarinFormsApp/Makefile b/tests/dotnet/MyXamarinFormsApp/Makefile new file mode 100644 index 000000000000..e385064ec09e --- /dev/null +++ b/tests/dotnet/MyXamarinFormsApp/Makefile @@ -0,0 +1,9 @@ +TOP=../../.. + +include $(TOP)/Make.config + +build: + $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) + +run: + $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) -t:Run