From 5443d6828eaf5cbc7dc4613d9d75b4c192d17730 Mon Sep 17 00:00:00 2001 From: Vincent Peyruqueou Date: Mon, 27 Mar 2023 11:43:54 +0200 Subject: Microsoft Visual Studio (2022) solution to test IVY (perf and test ready) --- tools/IvyTestReady/IvyTestReady.vcxproj | 171 ++++++++++++++++++++++++ tools/IvyTestReady/IvyTestReady.vcxproj.filters | 22 +++ 2 files changed, 193 insertions(+) create mode 100644 tools/IvyTestReady/IvyTestReady.vcxproj create mode 100644 tools/IvyTestReady/IvyTestReady.vcxproj.filters (limited to 'tools/IvyTestReady') diff --git a/tools/IvyTestReady/IvyTestReady.vcxproj b/tools/IvyTestReady/IvyTestReady.vcxproj new file mode 100644 index 0000000..c2a9f4d --- /dev/null +++ b/tools/IvyTestReady/IvyTestReady.vcxproj @@ -0,0 +1,171 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {faaca143-51e8-4aa6-a26d-d069d8d9645d} + IvyTestReady + 10.0 + + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + ..\..\src + + + Console + true + ..\..\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) + ivy.lib;%(AdditionalDependencies) + + + copy "..\..\$(Platform)\$(Configuration)\libpcre.dll" "$(OutDir)\libpcre.dll" +copy "..\..\$(Platform)\$(Configuration)\Ivy.dll" "$(OutDir)\Ivy.dll" + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + ..\..\src + + + Console + true + true + true + ..\..\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) + ivy.lib;%(AdditionalDependencies) + + + copy "..\..\$(Platform)\$(Configuration)\libpcre.dll" "$(OutDir)\libpcre.dll" +copy "..\..\$(Platform)\$(Configuration)\Ivy.dll" "$(OutDir)\Ivy.dll" + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + ..\..\src + + + Console + true + ..\..\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) + ivy.lib;%(AdditionalDependencies) + + + copy "..\..\$(Platform)\$(Configuration)\libpcre.dll" "$(OutDir)\libpcre.dll" +copy "..\..\$(Platform)\$(Configuration)\Ivy.dll" "$(OutDir)\Ivy.dll" + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + ..\..\src + + + Console + true + true + true + ..\..\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) + ivy.lib;%(AdditionalDependencies) + + + copy "..\..\$(Platform)\$(Configuration)\libpcre.dll" "$(OutDir)\libpcre.dll" +copy "..\..\$(Platform)\$(Configuration)\Ivy.dll" "$(OutDir)\Ivy.dll" + + + + + + + + + \ No newline at end of file diff --git a/tools/IvyTestReady/IvyTestReady.vcxproj.filters b/tools/IvyTestReady/IvyTestReady.vcxproj.filters new file mode 100644 index 0000000..ff5bdc9 --- /dev/null +++ b/tools/IvyTestReady/IvyTestReady.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Fichiers sources + + + \ No newline at end of file -- cgit v1.1