From aa2edab739e3daac42cd5dbb44d10234ad880626 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 2 Jan 2022 19:02:38 +0100 Subject: Separated unit tests and performance tests --- msbuild/test-performance.vcxproj | 91 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 msbuild/test-performance.vcxproj (limited to 'msbuild/test-performance.vcxproj') diff --git a/msbuild/test-performance.vcxproj b/msbuild/test-performance.vcxproj new file mode 100644 index 0000000..769bc3a --- /dev/null +++ b/msbuild/test-performance.vcxproj @@ -0,0 +1,91 @@ + + + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {F1CDB899-0BD2-44F3-A364-F77D19457328} + test-performance + 10.0 + test-performance + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + true + + + false + + + + + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + /bigobj %(AdditionalOptions) + + + Console + true + + + + + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + + + + {c53e2afc-ea45-4798-be36-e959bb5c5a53} + + + + + + -- cgit v1.2.3