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 ++++++++++++++++++++++++++++++++ msbuild/test-performance.vcxproj.filters | 17 ++++++ msbuild/test-unicode.vcxproj | 1 + msbuild/test-unicode.vcxproj.filters | 5 +- 4 files changed, 113 insertions(+), 1 deletion(-) create mode 100644 msbuild/test-performance.vcxproj create mode 100644 msbuild/test-performance.vcxproj.filters (limited to 'msbuild') 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} + + + + + + diff --git a/msbuild/test-performance.vcxproj.filters b/msbuild/test-performance.vcxproj.filters new file mode 100644 index 0000000..b8488bd --- /dev/null +++ b/msbuild/test-performance.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {A03B3E05-0246-435D-8DE4-B3B8BB72CD12} + cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx + + + + + Implementation + + + Implementation + + + diff --git a/msbuild/test-unicode.vcxproj b/msbuild/test-unicode.vcxproj index 144635e..3cd66aa 100644 --- a/msbuild/test-unicode.vcxproj +++ b/msbuild/test-unicode.vcxproj @@ -77,6 +77,7 @@ + diff --git a/msbuild/test-unicode.vcxproj.filters b/msbuild/test-unicode.vcxproj.filters index ac23eb8..7d53cda 100644 --- a/msbuild/test-unicode.vcxproj.filters +++ b/msbuild/test-unicode.vcxproj.filters @@ -7,8 +7,11 @@ + + Implementation + Implementation - \ No newline at end of file + -- cgit v1.2.3