From 4a176b759c47fa1970fcfd0d9e25c294bda82ef4 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 22 Dec 2019 13:51:35 +1100 Subject: Update the MbaHost test project to use an external exe to load the BA, which allows loading a different .NET than the one running the tests. This also allows writing the tests in C# instead of C++/CLI. --- .../Example.FullFramework4MBA.csproj | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/test/examples/FullFramework4MBA/Example.FullFramework4MBA.csproj (limited to 'src/test/examples/FullFramework4MBA/Example.FullFramework4MBA.csproj') diff --git a/src/test/examples/FullFramework4MBA/Example.FullFramework4MBA.csproj b/src/test/examples/FullFramework4MBA/Example.FullFramework4MBA.csproj new file mode 100644 index 00000000..e044c6b1 --- /dev/null +++ b/src/test/examples/FullFramework4MBA/Example.FullFramework4MBA.csproj @@ -0,0 +1,38 @@ + + + + net48 + Full Framework v4 MBA + + + + + + + + + + + + + + + {12c87c77-3547-44f8-8134-29bc915cb19d} + false + + + {F2BA1935-70FA-4156-B161-FD03850B4FAA} + false + Content + PreserveNewest + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb