From 97d365c11cf3b18bd2de767d651ca8a8214a8c21 Mon Sep 17 00:00:00 2001 From: Leonardo de Moura Date: Wed, 10 Oct 2012 23:11:44 -0700 Subject: [PATCH 1/9] removed redundant compilation modes Signed-off-by: Leonardo de Moura --- maxsat/README.txt | 12 +- maxsat/maxsat.vcxproj | 34 +++ z3-prover.sln | 547 +----------------------------------------- 3 files changed, 52 insertions(+), 541 deletions(-) diff --git a/maxsat/README.txt b/maxsat/README.txt index 0e9e19077..749335945 100644 --- a/maxsat/README.txt +++ b/maxsat/README.txt @@ -6,7 +6,17 @@ Microsoft C compiler, or gcc. 1) Using Visual Studio (with Z3 source code release) -Use the maxsat.vcxproj project file. +The maxsat example application is automatically built when the z3-prover.sln is processed. The following command should be used to compile z3-prover.sln in the Z3 root directory + + msbuild /p:configuration=external + +The maxsat executable is located at + + ..\external\maxsat + +To process ex.smt, use + + ..\external\maxsat ex.smt 2) Using gcc (on Linux or OSX) diff --git a/maxsat/maxsat.vcxproj b/maxsat/maxsat.vcxproj index 1679dd545..5f1651506 100644 --- a/maxsat/maxsat.vcxproj +++ b/maxsat/maxsat.vcxproj @@ -13,6 +13,10 @@ Debug Win32 + + external + Win32 + Release Win32 @@ -35,6 +39,12 @@ true Unicode + + Application + false + true + Unicode + Application false @@ -56,6 +66,9 @@ + + + @@ -69,6 +82,9 @@ false + + false + false @@ -108,6 +124,24 @@ true + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + ..\lib + + + Console + true + true + true + + Level3 diff --git a/z3-prover.sln b/z3-prover.sln index 48d2b1169..9d9812de9 100644 --- a/z3-prover.sln +++ b/z3-prover.sln @@ -58,36 +58,11 @@ Global external_dbg|Win32 = external_dbg|Win32 external_dbg|x64 = external_dbg|x64 external_dbg|x86 = external_dbg|x86 - external_parallel|Any CPU = external_parallel|Any CPU - external_parallel|Mixed Platforms = external_parallel|Mixed Platforms - external_parallel|Win32 = external_parallel|Win32 - external_parallel|x64 = external_parallel|x64 - external_parallel|x86 = external_parallel|x86 external|Any CPU = external|Any CPU external|Mixed Platforms = external|Mixed Platforms external|Win32 = external|Win32 external|x64 = external|x64 external|x86 = external|x86 - mpi_debug|Any CPU = mpi_debug|Any CPU - mpi_debug|Mixed Platforms = mpi_debug|Mixed Platforms - mpi_debug|Win32 = mpi_debug|Win32 - mpi_debug|x64 = mpi_debug|x64 - mpi_debug|x86 = mpi_debug|x86 - mpi_release|Any CPU = mpi_release|Any CPU - mpi_release|Mixed Platforms = mpi_release|Mixed Platforms - mpi_release|Win32 = mpi_release|Win32 - mpi_release|x64 = mpi_release|x64 - mpi_release|x86 = mpi_release|x86 - parallel_debug|Any CPU = parallel_debug|Any CPU - parallel_debug|Mixed Platforms = parallel_debug|Mixed Platforms - parallel_debug|Win32 = parallel_debug|Win32 - parallel_debug|x64 = parallel_debug|x64 - parallel_debug|x86 = parallel_debug|x86 - parallel_release|Any CPU = parallel_release|Any CPU - parallel_release|Mixed Platforms = parallel_release|Mixed Platforms - parallel_release|Win32 = parallel_release|Win32 - parallel_release|x64 = parallel_release|x64 - parallel_release|x86 = parallel_release|x86 Release_delaysign|Any CPU = Release_delaysign|Any CPU Release_delaysign|Mixed Platforms = Release_delaysign|Mixed Platforms Release_delaysign|Win32 = Release_delaysign|Win32 @@ -98,26 +73,11 @@ Global release_mt|Win32 = release_mt|Win32 release_mt|x64 = release_mt|x64 release_mt|x86 = release_mt|x86 - release_static|Any CPU = release_static|Any CPU - release_static|Mixed Platforms = release_static|Mixed Platforms - release_static|Win32 = release_static|Win32 - release_static|x64 = release_static|x64 - release_static|x86 = release_static|x86 Release|Any CPU = Release|Any CPU Release|Mixed Platforms = Release|Mixed Platforms Release|Win32 = Release|Win32 Release|x64 = Release|x64 Release|x86 = Release|x86 - ReleaseD|Any CPU = ReleaseD|Any CPU - ReleaseD|Mixed Platforms = ReleaseD|Mixed Platforms - ReleaseD|Win32 = ReleaseD|Win32 - ReleaseD|x64 = ReleaseD|x64 - ReleaseD|x86 = ReleaseD|x86 - ReleaseShellOnly|Any CPU = ReleaseShellOnly|Any CPU - ReleaseShellOnly|Mixed Platforms = ReleaseShellOnly|Mixed Platforms - ReleaseShellOnly|Win32 = ReleaseShellOnly|Win32 - ReleaseShellOnly|x64 = ReleaseShellOnly|x64 - ReleaseShellOnly|x86 = ReleaseShellOnly|x86 Setup|Any CPU = Setup|Any CPU Setup|Mixed Platforms = Setup|Mixed Platforms Setup|Win32 = Setup|Win32 @@ -169,14 +129,6 @@ Global {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_dbg|Win32.Build.0 = external_dbg|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_dbg|x64.ActiveCfg = external_dbg|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_dbg|x86.ActiveCfg = external_dbg|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_parallel|Any CPU.ActiveCfg = external_parallel|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_parallel|Mixed Platforms.ActiveCfg = external_parallel|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_parallel|Mixed Platforms.Build.0 = external_parallel|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_parallel|Win32.ActiveCfg = external_parallel|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_parallel|Win32.Build.0 = external_parallel|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_parallel|x64.ActiveCfg = external_parallel|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_parallel|x64.Build.0 = external_parallel|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_parallel|x86.ActiveCfg = external_parallel|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|Any CPU.ActiveCfg = external|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|Any CPU.Build.0 = external|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|Mixed Platforms.ActiveCfg = external|Win32 @@ -185,37 +137,6 @@ Global {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|Win32.Build.0 = external|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|x64.ActiveCfg = external|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|x86.ActiveCfg = external|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.mpi_debug|Any CPU.ActiveCfg = mpi_debug|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.mpi_debug|Mixed Platforms.ActiveCfg = mpi_debug|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.mpi_debug|Mixed Platforms.Build.0 = mpi_debug|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.mpi_debug|Win32.ActiveCfg = mpi_debug|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.mpi_debug|Win32.Build.0 = mpi_debug|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.mpi_debug|x64.ActiveCfg = mpi_debug|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.mpi_debug|x86.ActiveCfg = mpi_debug|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.mpi_release|Any CPU.ActiveCfg = mpi_release|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.mpi_release|Mixed Platforms.ActiveCfg = mpi_release|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.mpi_release|Mixed Platforms.Build.0 = mpi_release|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.mpi_release|Win32.ActiveCfg = mpi_release|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.mpi_release|Win32.Build.0 = mpi_release|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.mpi_release|x64.ActiveCfg = mpi_release|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.mpi_release|x64.Build.0 = mpi_release|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.mpi_release|x86.ActiveCfg = mpi_release|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.parallel_debug|Any CPU.ActiveCfg = parallel_debug|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.parallel_debug|Mixed Platforms.ActiveCfg = parallel_debug|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.parallel_debug|Mixed Platforms.Build.0 = parallel_debug|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.parallel_debug|Win32.ActiveCfg = parallel_debug|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.parallel_debug|Win32.Build.0 = parallel_debug|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.parallel_debug|x64.ActiveCfg = parallel_debug|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.parallel_debug|x64.Build.0 = parallel_debug|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.parallel_debug|x86.ActiveCfg = parallel_debug|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.parallel_release|Any CPU.ActiveCfg = parallel_release|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.parallel_release|Mixed Platforms.ActiveCfg = parallel_release|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.parallel_release|Mixed Platforms.Build.0 = parallel_release|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.parallel_release|Win32.ActiveCfg = parallel_release|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.parallel_release|Win32.Build.0 = parallel_release|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.parallel_release|x64.ActiveCfg = parallel_release|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.parallel_release|x64.Build.0 = parallel_release|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.parallel_release|x86.ActiveCfg = parallel_release|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release_delaysign|Any CPU.ActiveCfg = Release|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release_delaysign|Mixed Platforms.Build.0 = Release|Win32 @@ -231,14 +152,6 @@ Global {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.release_mt|Win32.Build.0 = release_mt|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.release_mt|x64.ActiveCfg = release_mt|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.release_mt|x86.ActiveCfg = release_mt|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.release_static|Any CPU.ActiveCfg = release_static|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.release_static|Mixed Platforms.ActiveCfg = release_static|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.release_static|Mixed Platforms.Build.0 = release_static|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.release_static|Win32.ActiveCfg = release_static|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.release_static|Win32.Build.0 = release_static|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.release_static|x64.ActiveCfg = release_static|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.release_static|x64.Build.0 = release_static|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.release_static|x86.ActiveCfg = release_static|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release|Any CPU.ActiveCfg = Release|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release|Any CPU.Build.0 = Release|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release|Mixed Platforms.ActiveCfg = Release|Win32 @@ -248,21 +161,6 @@ Global {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release|x64.ActiveCfg = Release|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release|x64.Build.0 = Release|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release|x86.ActiveCfg = Release|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.ReleaseD|Any CPU.ActiveCfg = ReleaseD|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.ReleaseD|Mixed Platforms.ActiveCfg = ReleaseD|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.ReleaseD|Mixed Platforms.Build.0 = ReleaseD|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.ReleaseD|Win32.ActiveCfg = ReleaseD|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.ReleaseD|Win32.Build.0 = ReleaseD|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.ReleaseD|x64.ActiveCfg = ReleaseD|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.ReleaseD|x86.ActiveCfg = ReleaseD|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.ReleaseShellOnly|Any CPU.ActiveCfg = Release|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.ReleaseShellOnly|Mixed Platforms.ActiveCfg = Release|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.ReleaseShellOnly|Mixed Platforms.Build.0 = Release|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.ReleaseShellOnly|Win32.ActiveCfg = Release|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.ReleaseShellOnly|Win32.Build.0 = Release|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.ReleaseShellOnly|x64.ActiveCfg = Release|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.ReleaseShellOnly|x64.Build.0 = Release|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.ReleaseShellOnly|x86.ActiveCfg = Release|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Setup|Any CPU.ActiveCfg = smtcomp|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Setup|Mixed Platforms.ActiveCfg = smtcomp|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Setup|Mixed Platforms.Build.0 = smtcomp|x64 @@ -315,14 +213,6 @@ Global {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_dbg|Win32.Build.0 = external_dbg|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_dbg|x64.ActiveCfg = external_dbg|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_dbg|x86.ActiveCfg = external_dbg|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_parallel|Any CPU.ActiveCfg = external_parallel|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_parallel|Mixed Platforms.ActiveCfg = external_parallel|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_parallel|Mixed Platforms.Build.0 = external_parallel|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_parallel|Win32.ActiveCfg = external_parallel|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_parallel|Win32.Build.0 = external_parallel|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_parallel|x64.ActiveCfg = external_parallel|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_parallel|x64.Build.0 = external_parallel|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_parallel|x86.ActiveCfg = external_parallel|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|Any CPU.ActiveCfg = external|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|Any CPU.Build.0 = external|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|Mixed Platforms.ActiveCfg = external|Win32 @@ -331,37 +221,6 @@ Global {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|Win32.Build.0 = external|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|x64.ActiveCfg = external|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|x86.ActiveCfg = external|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.mpi_debug|Any CPU.ActiveCfg = mpi_debug|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.mpi_debug|Mixed Platforms.ActiveCfg = mpi_debug|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.mpi_debug|Mixed Platforms.Build.0 = mpi_debug|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.mpi_debug|Win32.ActiveCfg = mpi_debug|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.mpi_debug|Win32.Build.0 = mpi_debug|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.mpi_debug|x64.ActiveCfg = mpi_debug|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.mpi_debug|x86.ActiveCfg = mpi_debug|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.mpi_release|Any CPU.ActiveCfg = mpi_release|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.mpi_release|Mixed Platforms.ActiveCfg = mpi_release|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.mpi_release|Mixed Platforms.Build.0 = mpi_release|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.mpi_release|Win32.ActiveCfg = mpi_release|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.mpi_release|Win32.Build.0 = mpi_release|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.mpi_release|x64.ActiveCfg = mpi_release|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.mpi_release|x64.Build.0 = mpi_release|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.mpi_release|x86.ActiveCfg = mpi_release|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.parallel_debug|Any CPU.ActiveCfg = parallel_debug|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.parallel_debug|Mixed Platforms.ActiveCfg = parallel_debug|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.parallel_debug|Mixed Platforms.Build.0 = parallel_debug|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.parallel_debug|Win32.ActiveCfg = parallel_debug|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.parallel_debug|Win32.Build.0 = parallel_debug|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.parallel_debug|x64.ActiveCfg = parallel_debug|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.parallel_debug|x64.Build.0 = parallel_debug|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.parallel_debug|x86.ActiveCfg = parallel_debug|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.parallel_release|Any CPU.ActiveCfg = parallel_release|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.parallel_release|Mixed Platforms.ActiveCfg = parallel_release|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.parallel_release|Mixed Platforms.Build.0 = parallel_release|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.parallel_release|Win32.ActiveCfg = parallel_release|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.parallel_release|Win32.Build.0 = parallel_release|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.parallel_release|x64.ActiveCfg = parallel_release|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.parallel_release|x64.Build.0 = parallel_release|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.parallel_release|x86.ActiveCfg = parallel_release|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release_delaysign|Any CPU.ActiveCfg = release_static|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release_delaysign|Mixed Platforms.Build.0 = Release|Win32 @@ -377,14 +236,6 @@ Global {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.release_mt|Win32.Build.0 = release_mt|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.release_mt|x64.ActiveCfg = release_mt|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.release_mt|x86.ActiveCfg = release_mt|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.release_static|Any CPU.ActiveCfg = release_static|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.release_static|Mixed Platforms.ActiveCfg = release_static|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.release_static|Mixed Platforms.Build.0 = release_static|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.release_static|Win32.ActiveCfg = release_static|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.release_static|Win32.Build.0 = release_static|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.release_static|x64.ActiveCfg = release_static|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.release_static|x64.Build.0 = release_static|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.release_static|x86.ActiveCfg = release_static|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release|Any CPU.ActiveCfg = Release|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release|Any CPU.Build.0 = Release|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release|Mixed Platforms.ActiveCfg = Release|Win32 @@ -394,21 +245,6 @@ Global {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release|x64.ActiveCfg = Release|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release|x64.Build.0 = Release|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release|x86.ActiveCfg = Release|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.ReleaseD|Any CPU.ActiveCfg = ReleaseD|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.ReleaseD|Mixed Platforms.ActiveCfg = ReleaseD|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.ReleaseD|Mixed Platforms.Build.0 = ReleaseD|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.ReleaseD|Win32.ActiveCfg = ReleaseD|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.ReleaseD|Win32.Build.0 = ReleaseD|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.ReleaseD|x64.ActiveCfg = ReleaseD|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.ReleaseD|x86.ActiveCfg = ReleaseD|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.ReleaseShellOnly|Any CPU.ActiveCfg = Release|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.ReleaseShellOnly|Mixed Platforms.ActiveCfg = Release|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.ReleaseShellOnly|Mixed Platforms.Build.0 = Release|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.ReleaseShellOnly|Win32.ActiveCfg = Release|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.ReleaseShellOnly|Win32.Build.0 = Release|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.ReleaseShellOnly|x64.ActiveCfg = Release|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.ReleaseShellOnly|x64.Build.0 = Release|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.ReleaseShellOnly|x86.ActiveCfg = Release|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Setup|Any CPU.ActiveCfg = smtcomp|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Setup|Mixed Platforms.ActiveCfg = smtcomp|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Setup|Mixed Platforms.Build.0 = smtcomp|x64 @@ -454,43 +290,11 @@ Global {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_dbg|Win32.ActiveCfg = external_dbg|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_dbg|x64.ActiveCfg = external_dbg|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_dbg|x86.ActiveCfg = external_dbg|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_parallel|Any CPU.ActiveCfg = external_parallel|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_parallel|Mixed Platforms.ActiveCfg = external_parallel|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_parallel|Mixed Platforms.Build.0 = external_parallel|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_parallel|Win32.ActiveCfg = external_parallel|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_parallel|x64.ActiveCfg = external_parallel|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_parallel|x86.ActiveCfg = external_parallel|x64 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external|Any CPU.ActiveCfg = external|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external|Mixed Platforms.ActiveCfg = external|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external|Win32.ActiveCfg = external|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external|x64.ActiveCfg = external|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external|x86.ActiveCfg = external|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.mpi_debug|Any CPU.ActiveCfg = mpi_debug|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.mpi_debug|Mixed Platforms.ActiveCfg = mpi_debug|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.mpi_debug|Win32.ActiveCfg = mpi_debug|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.mpi_debug|x64.ActiveCfg = mpi_debug|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.mpi_debug|x86.ActiveCfg = mpi_debug|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.mpi_release|Any CPU.ActiveCfg = mpi_release|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.mpi_release|Mixed Platforms.ActiveCfg = mpi_release|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.mpi_release|Win32.ActiveCfg = mpi_release|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.mpi_release|x64.ActiveCfg = mpi_release|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.mpi_release|x86.ActiveCfg = mpi_release|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.parallel_debug|Any CPU.ActiveCfg = parallel_debug|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.parallel_debug|Mixed Platforms.ActiveCfg = parallel_debug|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.parallel_debug|Mixed Platforms.Build.0 = parallel_debug|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.parallel_debug|Win32.ActiveCfg = parallel_debug|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.parallel_debug|Win32.Build.0 = parallel_debug|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.parallel_debug|x64.ActiveCfg = parallel_debug|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.parallel_debug|x64.Build.0 = parallel_debug|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.parallel_debug|x86.ActiveCfg = parallel_debug|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.parallel_release|Any CPU.ActiveCfg = parallel_release|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.parallel_release|Mixed Platforms.ActiveCfg = parallel_release|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.parallel_release|Mixed Platforms.Build.0 = parallel_release|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.parallel_release|Win32.ActiveCfg = parallel_release|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.parallel_release|Win32.Build.0 = parallel_release|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.parallel_release|x64.ActiveCfg = parallel_release|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.parallel_release|x64.Build.0 = parallel_release|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.parallel_release|x86.ActiveCfg = parallel_release|x64 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release_delaysign|Any CPU.ActiveCfg = Release|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release_delaysign|Win32.ActiveCfg = Release|Win32 @@ -501,11 +305,6 @@ Global {21A10ECD-32E2-4F27-A03D-81D855A048CC}.release_mt|Win32.ActiveCfg = release_mt|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.release_mt|x64.ActiveCfg = release_mt|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.release_mt|x86.ActiveCfg = release_mt|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.release_static|Any CPU.ActiveCfg = release_static|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.release_static|Mixed Platforms.ActiveCfg = release_static|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.release_static|Win32.ActiveCfg = release_static|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.release_static|x64.ActiveCfg = release_static|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.release_static|x86.ActiveCfg = release_static|x64 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release|Any CPU.ActiveCfg = Release|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release|Mixed Platforms.ActiveCfg = Release|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release|Mixed Platforms.Build.0 = Release|Win32 @@ -514,18 +313,6 @@ Global {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release|x64.ActiveCfg = Release|x64 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release|x64.Build.0 = Release|x64 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release|x86.ActiveCfg = Release|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.ReleaseD|Any CPU.ActiveCfg = ReleaseD|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.ReleaseD|Mixed Platforms.ActiveCfg = ReleaseD|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.ReleaseD|Win32.ActiveCfg = ReleaseD|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.ReleaseD|Win32.Build.0 = ReleaseD|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.ReleaseD|x64.ActiveCfg = ReleaseD|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.ReleaseD|x86.ActiveCfg = ReleaseD|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.ReleaseShellOnly|Any CPU.ActiveCfg = Release|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.ReleaseShellOnly|Mixed Platforms.ActiveCfg = Release|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.ReleaseShellOnly|Win32.ActiveCfg = Release|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.ReleaseShellOnly|Win32.Build.0 = Release|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.ReleaseShellOnly|x64.ActiveCfg = Release|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.ReleaseShellOnly|x86.ActiveCfg = Release|x64 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Setup|Any CPU.ActiveCfg = smtcomp|x64 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Setup|Mixed Platforms.ActiveCfg = smtcomp|x64 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Setup|Mixed Platforms.Build.0 = smtcomp|x64 @@ -571,38 +358,11 @@ Global {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_dbg|Win32.Build.0 = external_dbg|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_dbg|x64.ActiveCfg = external_dbg|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_dbg|x86.ActiveCfg = external_dbg|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_parallel|Any CPU.ActiveCfg = external_parallel|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_parallel|Mixed Platforms.ActiveCfg = external_parallel|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_parallel|Mixed Platforms.Build.0 = external_parallel|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_parallel|Win32.ActiveCfg = external_parallel|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_parallel|x64.ActiveCfg = external_parallel|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_parallel|x86.ActiveCfg = external_parallel|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external|Any CPU.ActiveCfg = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external|Mixed Platforms.ActiveCfg = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external|Win32.ActiveCfg = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external|x64.ActiveCfg = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external|x86.ActiveCfg = external_parallel|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.mpi_debug|Any CPU.ActiveCfg = mpi_debug|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.mpi_debug|Mixed Platforms.ActiveCfg = mpi_debug|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.mpi_debug|Win32.ActiveCfg = mpi_debug|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.mpi_debug|x64.ActiveCfg = mpi_debug|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.mpi_debug|x86.ActiveCfg = mpi_debug|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.mpi_release|Any CPU.ActiveCfg = mpi_release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.mpi_release|Mixed Platforms.ActiveCfg = mpi_release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.mpi_release|Win32.ActiveCfg = mpi_release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.mpi_release|x64.ActiveCfg = mpi_release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.mpi_release|x86.ActiveCfg = mpi_release|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.parallel_debug|Any CPU.ActiveCfg = parallel_debug|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.parallel_debug|Mixed Platforms.ActiveCfg = parallel_debug|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.parallel_debug|Win32.ActiveCfg = parallel_debug|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.parallel_debug|Win32.Build.0 = parallel_debug|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.parallel_debug|x64.ActiveCfg = parallel_debug|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.parallel_debug|x86.ActiveCfg = parallel_debug|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.parallel_release|Any CPU.ActiveCfg = parallel_release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.parallel_release|Mixed Platforms.ActiveCfg = parallel_release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.parallel_release|Win32.ActiveCfg = parallel_release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.parallel_release|x64.ActiveCfg = parallel_release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.parallel_release|x86.ActiveCfg = parallel_release|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release_delaysign|Any CPU.ActiveCfg = release_static|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release_delaysign|Win32.ActiveCfg = release_static|x64 @@ -613,11 +373,6 @@ Global {9E76526D-EDA2-4B88-9616-A8FC08F31071}.release_mt|Win32.ActiveCfg = release_mt|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.release_mt|x64.ActiveCfg = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.release_mt|x86.ActiveCfg = release_mt|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.release_static|Any CPU.ActiveCfg = release_static|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.release_static|Mixed Platforms.ActiveCfg = release_static|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.release_static|Win32.ActiveCfg = release_static|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.release_static|x64.ActiveCfg = release_static|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.release_static|x86.ActiveCfg = release_static|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|Any CPU.ActiveCfg = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|Mixed Platforms.ActiveCfg = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|Mixed Platforms.Build.0 = Release|Win32 @@ -625,18 +380,6 @@ Global {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|Win32.Build.0 = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|x64.ActiveCfg = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|x86.ActiveCfg = Release|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.ReleaseD|Any CPU.ActiveCfg = Release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.ReleaseD|Mixed Platforms.ActiveCfg = ReleaseD|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.ReleaseD|Win32.ActiveCfg = Release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.ReleaseD|Win32.Build.0 = Release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.ReleaseD|x64.ActiveCfg = Release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.ReleaseD|x86.ActiveCfg = ReleaseD|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.ReleaseShellOnly|Any CPU.ActiveCfg = Release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.ReleaseShellOnly|Mixed Platforms.ActiveCfg = Release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.ReleaseShellOnly|Win32.ActiveCfg = Release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.ReleaseShellOnly|Win32.Build.0 = Release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.ReleaseShellOnly|x64.ActiveCfg = Release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.ReleaseShellOnly|x86.ActiveCfg = Release|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|Any CPU.ActiveCfg = smtcomp|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|Mixed Platforms.ActiveCfg = smtcomp|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|Mixed Platforms.Build.0 = smtcomp|x64 @@ -687,14 +430,6 @@ Global {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_dbg|Win32.Build.0 = external_dbg|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_dbg|x64.ActiveCfg = external_dbg|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_dbg|x86.ActiveCfg = external_dbg|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_parallel|Any CPU.ActiveCfg = external_parallel|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_parallel|Mixed Platforms.ActiveCfg = external_parallel|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_parallel|Mixed Platforms.Build.0 = external_parallel|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_parallel|Win32.ActiveCfg = external_parallel|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_parallel|Win32.Build.0 = external_parallel|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_parallel|x64.ActiveCfg = external_parallel|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_parallel|x64.Build.0 = external_parallel|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_parallel|x86.ActiveCfg = external_parallel|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|Any CPU.ActiveCfg = external|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|Any CPU.Build.0 = external|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|Mixed Platforms.ActiveCfg = external|Win32 @@ -703,31 +438,6 @@ Global {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|Win32.Build.0 = external|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|x64.ActiveCfg = Release|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|x86.ActiveCfg = external|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.mpi_debug|Any CPU.ActiveCfg = mpi_debug|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.mpi_debug|Mixed Platforms.ActiveCfg = mpi_debug|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.mpi_debug|Win32.ActiveCfg = mpi_debug|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.mpi_debug|x64.ActiveCfg = mpi_debug|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.mpi_debug|x86.ActiveCfg = mpi_debug|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.mpi_release|Any CPU.ActiveCfg = mpi_release|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.mpi_release|Mixed Platforms.ActiveCfg = mpi_release|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.mpi_release|Win32.ActiveCfg = mpi_release|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.mpi_release|Win32.Build.0 = mpi_release|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.mpi_release|x64.ActiveCfg = mpi_release|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.mpi_release|x64.Build.0 = mpi_release|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.mpi_release|x86.ActiveCfg = mpi_release|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.parallel_debug|Any CPU.ActiveCfg = parallel_debug|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.parallel_debug|Mixed Platforms.ActiveCfg = parallel_debug|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.parallel_debug|Win32.ActiveCfg = parallel_debug|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.parallel_debug|x64.ActiveCfg = parallel_debug|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.parallel_debug|x64.Build.0 = parallel_debug|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.parallel_debug|x86.ActiveCfg = parallel_debug|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.parallel_release|Any CPU.ActiveCfg = parallel_release|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.parallel_release|Mixed Platforms.ActiveCfg = parallel_release|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.parallel_release|Win32.ActiveCfg = parallel_release|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.parallel_release|Win32.Build.0 = parallel_release|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.parallel_release|x64.ActiveCfg = parallel_release|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.parallel_release|x64.Build.0 = parallel_release|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.parallel_release|x86.ActiveCfg = parallel_release|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release_delaysign|Any CPU.ActiveCfg = Release|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release_delaysign|Win32.ActiveCfg = release_static|Win32 @@ -742,14 +452,6 @@ Global {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_mt|Win32.Build.0 = release_mt|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_mt|x64.ActiveCfg = Release|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_mt|x86.ActiveCfg = release_mt|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_static|Any CPU.ActiveCfg = release_static|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_static|Mixed Platforms.ActiveCfg = release_static|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_static|Mixed Platforms.Build.0 = release_static|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_static|Win32.ActiveCfg = release_static|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_static|Win32.Build.0 = release_static|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_static|x64.ActiveCfg = release_static|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_static|x64.Build.0 = release_static|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_static|x86.ActiveCfg = release_static|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release|Any CPU.ActiveCfg = Release|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release|Any CPU.Build.0 = Release|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release|Mixed Platforms.ActiveCfg = Release|Win32 @@ -759,18 +461,6 @@ Global {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release|x64.ActiveCfg = Release|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release|x64.Build.0 = Release|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release|x86.ActiveCfg = Release|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.ReleaseD|Any CPU.ActiveCfg = Release|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.ReleaseD|Mixed Platforms.ActiveCfg = Release|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.ReleaseD|Win32.ActiveCfg = Release|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.ReleaseD|Win32.Build.0 = Release|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.ReleaseD|x64.ActiveCfg = Release|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.ReleaseD|x86.ActiveCfg = Release|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.ReleaseShellOnly|Any CPU.ActiveCfg = Release|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.ReleaseShellOnly|Mixed Platforms.ActiveCfg = Release|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.ReleaseShellOnly|Win32.ActiveCfg = Release|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.ReleaseShellOnly|x64.ActiveCfg = Release|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.ReleaseShellOnly|x64.Build.0 = Release|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.ReleaseShellOnly|x86.ActiveCfg = Release|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|Any CPU.ActiveCfg = smtcomp|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|Mixed Platforms.ActiveCfg = smtcomp|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|Mixed Platforms.Build.0 = smtcomp|x64 @@ -823,14 +513,6 @@ Global {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_dbg|Win32.Build.0 = external_dbg|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_dbg|x64.ActiveCfg = external_dbg|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_dbg|x86.ActiveCfg = external_dbg|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_parallel|Any CPU.ActiveCfg = external_parallel|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_parallel|Mixed Platforms.ActiveCfg = external_parallel|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_parallel|Mixed Platforms.Build.0 = external_parallel|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_parallel|Win32.ActiveCfg = external_parallel|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_parallel|Win32.Build.0 = external_parallel|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_parallel|x64.ActiveCfg = external_parallel|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_parallel|x64.Build.0 = external_parallel|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_parallel|x86.ActiveCfg = external_parallel|x64 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|Any CPU.ActiveCfg = external|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|Any CPU.Build.0 = external|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|Mixed Platforms.ActiveCfg = external|Win32 @@ -839,34 +521,6 @@ Global {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|Win32.Build.0 = external|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|x64.ActiveCfg = external|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|x86.ActiveCfg = external|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.mpi_debug|Any CPU.ActiveCfg = mpi_debug|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.mpi_debug|Mixed Platforms.ActiveCfg = mpi_debug|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.mpi_debug|Mixed Platforms.Build.0 = mpi_debug|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.mpi_debug|Win32.ActiveCfg = mpi_debug|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.mpi_debug|Win32.Build.0 = mpi_debug|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.mpi_debug|x64.ActiveCfg = mpi_debug|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.mpi_debug|x86.ActiveCfg = mpi_debug|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.mpi_release|Any CPU.ActiveCfg = mpi_release|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.mpi_release|Mixed Platforms.ActiveCfg = mpi_release|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.mpi_release|Mixed Platforms.Build.0 = mpi_release|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.mpi_release|Win32.ActiveCfg = mpi_release|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.mpi_release|Win32.Build.0 = mpi_release|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.mpi_release|x64.ActiveCfg = mpi_release|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.mpi_release|x86.ActiveCfg = mpi_release|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.parallel_debug|Any CPU.ActiveCfg = parallel_debug|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.parallel_debug|Mixed Platforms.ActiveCfg = parallel_debug|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.parallel_debug|Mixed Platforms.Build.0 = parallel_debug|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.parallel_debug|Win32.ActiveCfg = parallel_debug|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.parallel_debug|Win32.Build.0 = parallel_debug|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.parallel_debug|x64.ActiveCfg = parallel_debug|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.parallel_debug|x86.ActiveCfg = parallel_debug|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.parallel_release|Any CPU.ActiveCfg = parallel_release|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.parallel_release|Mixed Platforms.ActiveCfg = parallel_release|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.parallel_release|Mixed Platforms.Build.0 = parallel_release|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.parallel_release|Win32.ActiveCfg = parallel_release|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.parallel_release|Win32.Build.0 = parallel_release|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.parallel_release|x64.ActiveCfg = parallel_release|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.parallel_release|x86.ActiveCfg = parallel_release|x64 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|Any CPU.ActiveCfg = Release_delaysign|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|Mixed Platforms.ActiveCfg = Release_delaysign|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|Mixed Platforms.Build.0 = Release_delaysign|Win32 @@ -880,13 +534,6 @@ Global {F008F2C4-D652-4A58-8DEF-DB83E2355454}.release_mt|x64.ActiveCfg = release_mt|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.release_mt|x64.Build.0 = release_mt|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.release_mt|x86.ActiveCfg = release_mt|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.release_static|Any CPU.ActiveCfg = release_static|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.release_static|Mixed Platforms.ActiveCfg = release_static|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.release_static|Mixed Platforms.Build.0 = release_static|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.release_static|Win32.ActiveCfg = release_static|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.release_static|Win32.Build.0 = release_static|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.release_static|x64.ActiveCfg = release_static|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.release_static|x86.ActiveCfg = release_static|x64 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release|Any CPU.ActiveCfg = Release|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release|Any CPU.Build.0 = Release|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release|Mixed Platforms.ActiveCfg = Release|Win32 @@ -896,20 +543,6 @@ Global {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release|x64.ActiveCfg = Release|x64 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release|x64.Build.0 = Release|x64 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release|x86.ActiveCfg = Release|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.ReleaseD|Any CPU.ActiveCfg = ReleaseD|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.ReleaseD|Mixed Platforms.ActiveCfg = ReleaseD|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.ReleaseD|Mixed Platforms.Build.0 = ReleaseD|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.ReleaseD|Win32.ActiveCfg = ReleaseD|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.ReleaseD|Win32.Build.0 = ReleaseD|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.ReleaseD|x64.ActiveCfg = ReleaseD|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.ReleaseD|x86.ActiveCfg = ReleaseD|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.ReleaseShellOnly|Any CPU.ActiveCfg = Release_delaysign|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.ReleaseShellOnly|Mixed Platforms.ActiveCfg = Release_delaysign|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.ReleaseShellOnly|Mixed Platforms.Build.0 = Release_delaysign|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.ReleaseShellOnly|Win32.ActiveCfg = Release_delaysign|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.ReleaseShellOnly|Win32.Build.0 = Release_delaysign|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.ReleaseShellOnly|x64.ActiveCfg = Release_delaysign|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.ReleaseShellOnly|x86.ActiveCfg = Release|x64 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|Any CPU.ActiveCfg = smtcomp|x64 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|Mixed Platforms.ActiveCfg = smtcomp|x64 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|Mixed Platforms.Build.0 = smtcomp|x64 @@ -956,47 +589,14 @@ Global {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_dbg|Win32.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_dbg|x64.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_dbg|x86.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_parallel|Any CPU.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_parallel|Mixed Platforms.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_parallel|Mixed Platforms.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_parallel|Win32.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_parallel|Win32.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_parallel|x64.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_parallel|x86.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Any CPU.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Mixed Platforms.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Mixed Platforms.Build.0 = Release|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Any CPU.ActiveCfg = external|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Any CPU.Build.0 = external|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Mixed Platforms.ActiveCfg = external|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Mixed Platforms.Build.0 = external|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Win32.ActiveCfg = Release|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Win32.Build.0 = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|x64.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|x86.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.mpi_debug|Any CPU.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.mpi_debug|Mixed Platforms.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.mpi_debug|Mixed Platforms.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.mpi_debug|Win32.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.mpi_debug|Win32.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.mpi_debug|x64.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.mpi_debug|x86.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.mpi_release|Any CPU.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.mpi_release|Mixed Platforms.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.mpi_release|Mixed Platforms.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.mpi_release|Win32.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.mpi_release|Win32.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.mpi_release|x64.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.mpi_release|x86.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.parallel_debug|Any CPU.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.parallel_debug|Mixed Platforms.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.parallel_debug|Mixed Platforms.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.parallel_debug|Win32.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.parallel_debug|Win32.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.parallel_debug|x64.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.parallel_debug|x86.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.parallel_release|Any CPU.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.parallel_release|Mixed Platforms.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.parallel_release|Mixed Platforms.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.parallel_release|Win32.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.parallel_release|Win32.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.parallel_release|x64.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.parallel_release|x86.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release_delaysign|Any CPU.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release_delaysign|Mixed Platforms.Build.0 = Release|Win32 @@ -1008,13 +608,6 @@ Global {7C154132-AAAB-4F60-B652-F8C51A63D244}.release_mt|Win32.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.release_mt|x64.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.release_mt|x86.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.release_static|Any CPU.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.release_static|Mixed Platforms.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.release_static|Mixed Platforms.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.release_static|Win32.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.release_static|Win32.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.release_static|x64.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.release_static|x86.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|Any CPU.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|Mixed Platforms.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|Mixed Platforms.Build.0 = Release|Win32 @@ -1022,20 +615,6 @@ Global {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|Win32.Build.0 = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|x64.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|x86.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.ReleaseD|Any CPU.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.ReleaseD|Mixed Platforms.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.ReleaseD|Mixed Platforms.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.ReleaseD|Win32.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.ReleaseD|Win32.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.ReleaseD|x64.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.ReleaseD|x86.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.ReleaseShellOnly|Any CPU.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.ReleaseShellOnly|Mixed Platforms.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.ReleaseShellOnly|Mixed Platforms.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.ReleaseShellOnly|Win32.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.ReleaseShellOnly|Win32.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.ReleaseShellOnly|x64.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.ReleaseShellOnly|x86.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Setup|Any CPU.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Setup|Mixed Platforms.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Setup|Mixed Platforms.Build.0 = Release|Win32 @@ -1088,49 +667,14 @@ Global {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_dbg|Win32.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_dbg|x64.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_dbg|x86.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_parallel|Any CPU.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_parallel|Any CPU.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_parallel|Mixed Platforms.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_parallel|Mixed Platforms.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_parallel|Win32.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_parallel|x64.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_parallel|x86.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Any CPU.ActiveCfg = external|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Any CPU.Build.0 = external|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Mixed Platforms.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Mixed Platforms.Build.0 = Release|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Mixed Platforms.ActiveCfg = external|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Mixed Platforms.Build.0 = external|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Win32.ActiveCfg = external|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Win32.Build.0 = external|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|x64.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|x86.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.mpi_debug|Any CPU.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.mpi_debug|Any CPU.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.mpi_debug|Mixed Platforms.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.mpi_debug|Mixed Platforms.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.mpi_debug|Win32.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.mpi_debug|x64.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.mpi_debug|x86.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.mpi_release|Any CPU.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.mpi_release|Any CPU.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.mpi_release|Mixed Platforms.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.mpi_release|Mixed Platforms.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.mpi_release|Win32.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.mpi_release|x64.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.mpi_release|x86.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.parallel_debug|Any CPU.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.parallel_debug|Any CPU.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.parallel_debug|Mixed Platforms.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.parallel_debug|Mixed Platforms.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.parallel_debug|Win32.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.parallel_debug|x64.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.parallel_debug|x86.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.parallel_release|Any CPU.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.parallel_release|Any CPU.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.parallel_release|Mixed Platforms.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.parallel_release|Mixed Platforms.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.parallel_release|Win32.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.parallel_release|x64.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.parallel_release|x86.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release_delaysign|Any CPU.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release_delaysign|Any CPU.Build.0 = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|Any CPU @@ -1145,13 +689,6 @@ Global {EC3DB697-B734-42F7-9468-5B62821EEB5A}.release_mt|Win32.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.release_mt|x64.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.release_mt|x86.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.release_static|Any CPU.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.release_static|Any CPU.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.release_static|Mixed Platforms.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.release_static|Mixed Platforms.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.release_static|Win32.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.release_static|x64.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.release_static|x86.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release|Any CPU.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release|Any CPU.Build.0 = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU @@ -1161,20 +698,6 @@ Global {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release|x64.ActiveCfg = Release|x64 {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release|x64.Build.0 = Release|x64 {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release|x86.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.ReleaseD|Any CPU.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.ReleaseD|Any CPU.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.ReleaseD|Mixed Platforms.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.ReleaseD|Mixed Platforms.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.ReleaseD|Win32.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.ReleaseD|x64.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.ReleaseD|x86.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.ReleaseShellOnly|Any CPU.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.ReleaseShellOnly|Any CPU.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.ReleaseShellOnly|Mixed Platforms.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.ReleaseShellOnly|Mixed Platforms.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.ReleaseShellOnly|Win32.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.ReleaseShellOnly|x64.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.ReleaseShellOnly|x86.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Setup|Any CPU.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Setup|Any CPU.Build.0 = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Setup|Mixed Platforms.ActiveCfg = Release|Any CPU @@ -1225,13 +748,6 @@ Global {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_dbg|x64.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_dbg|x86.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_dbg|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_parallel|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_parallel|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_parallel|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_parallel|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_parallel|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_parallel|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_parallel|x86.Build.0 = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|Any CPU.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|Mixed Platforms.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|Mixed Platforms.Build.0 = Release|x86 @@ -1239,34 +755,6 @@ Global {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|x64.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|x86.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_debug|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_debug|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_debug|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_debug|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_debug|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_debug|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_debug|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_release|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_release|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_release|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_release|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_release|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_release|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_release|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_debug|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_debug|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_debug|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_debug|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_debug|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_debug|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_debug|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_release|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_release|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_release|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_release|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_release|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_release|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_release|x86.Build.0 = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release_delaysign|Any CPU.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release_delaysign|Mixed Platforms.Build.0 = Release|x86 @@ -1281,13 +769,6 @@ Global {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_mt|x64.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_mt|x86.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_mt|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_static|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_static|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_static|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_static|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_static|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_static|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_static|x86.Build.0 = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|Any CPU.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|Mixed Platforms.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|Mixed Platforms.Build.0 = Release|x86 @@ -1296,20 +777,6 @@ Global {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|x64.Build.0 = Release|x64 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|x86.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseD|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseD|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseD|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseD|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseD|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseD|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseD|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseShellOnly|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseShellOnly|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseShellOnly|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseShellOnly|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseShellOnly|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseShellOnly|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseShellOnly|x86.Build.0 = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|Any CPU.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|Mixed Platforms.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|Mixed Platforms.Build.0 = Release|x86 From ab625df6c6011b9978afe5a9818014635b4a6499 Mon Sep 17 00:00:00 2001 From: Leonardo de Moura Date: Thu, 11 Oct 2012 00:02:44 -0700 Subject: [PATCH 2/9] Removed external_64 compilation mode Signed-off-by: Leonardo de Moura --- Microsoft.Z3/Microsoft.Z3.csproj | 69 -- Microsoft.Z3V3/Microsoft.Z3V3.vcxproj | 1145 +------------------------ README | 8 +- dll/dll.vcxproj | 712 +-------------- lib/lib.vcxproj | 848 +----------------- maxsat/maxsat.vcxproj | 116 ++- shell/main.cpp | 6 +- shell/shell.vcxproj | 993 +-------------------- test/test.vcxproj | 986 +-------------------- test_capi/test_capi.vcxproj | 964 ++------------------- z3-prover.sln | 376 ++------ 11 files changed, 292 insertions(+), 5931 deletions(-) diff --git a/Microsoft.Z3/Microsoft.Z3.csproj b/Microsoft.Z3/Microsoft.Z3.csproj index 2b82ee89f..9ca28df75 100644 --- a/Microsoft.Z3/Microsoft.Z3.csproj +++ b/Microsoft.Z3/Microsoft.Z3.csproj @@ -207,75 +207,6 @@ ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules true - - ..\x64\external_64\ - true - ..\x64\external_64\Microsoft.Z3.xml - true - pdbonly - AnyCPU - bin\Release\Microsoft.Z3.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - MinimumRecommendedRules.ruleset - ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - false - - - ..\x64\external_64\ - true - ..\x64\external_64\Microsoft.Z3.xml - true - pdbonly - x64 - bin\Release\Microsoft.Z3.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - MinimumRecommendedRules.ruleset - ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - false - True - False - True - False - False - False - False - False - False - False - False - False - False - False - False - False - True - False - False - True - False - False - False - - - - - - - False - Full - %28none%29 - 0 - true diff --git a/Microsoft.Z3V3/Microsoft.Z3V3.vcxproj b/Microsoft.Z3V3/Microsoft.Z3V3.vcxproj index bdf4c5229..ac99eef86 100644 --- a/Microsoft.Z3V3/Microsoft.Z3V3.vcxproj +++ b/Microsoft.Z3V3/Microsoft.Z3V3.vcxproj @@ -1,14 +1,6 @@ - + - - bench - Win32 - - - bench - x64 - commercial Win32 @@ -17,14 +9,6 @@ commercial x64 - - debug_opt - Win32 - - - debug_opt - x64 - Debug Win32 @@ -33,38 +17,6 @@ Debug x64 - - external_64 - Win32 - - - external_64 - x64 - - - external_dbg - Win32 - - - external_dbg - x64 - - - external_parallel_x64 - Win32 - - - external_parallel_x64 - x64 - - - external_parallel - Win32 - - - external_parallel - x64 - external Win32 @@ -73,54 +25,6 @@ external x64 - - mpi_debug - Win32 - - - mpi_debug - x64 - - - mpi_release - Win32 - - - mpi_release - x64 - - - parallel_debug - Win32 - - - parallel_debug - x64 - - - parallel_release - Win32 - - - parallel_release - x64 - - - ReleaseD - Win32 - - - ReleaseD - x64 - - - Release_delaysign - Win32 - - - Release_delaysign - x64 - release_mt Win32 @@ -129,14 +33,6 @@ release_mt x64 - - release_static - Win32 - - - release_static - x64 - Release Win32 @@ -145,14 +41,6 @@ Release x64 - - smtcomp - Win32 - - - smtcomp - x64 - Trace Win32 @@ -169,76 +57,6 @@ Microsoft.Z3V3 - - DynamicLibrary - Unicode - true - true - - - DynamicLibrary - Unicode - true - true - - - DynamicLibrary - Unicode - true - true - - - DynamicLibrary - Unicode - true - true - - - DynamicLibrary - Unicode - true - true - - - DynamicLibrary - Unicode - true - true - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - true - - - DynamicLibrary - Unicode - true - true - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - true - - - DynamicLibrary - Unicode - true - true - DynamicLibrary Unicode @@ -257,18 +75,6 @@ true true - - DynamicLibrary - Unicode - true - true - - - DynamicLibrary - Unicode - true - true - DynamicLibrary Unicode @@ -286,69 +92,6 @@ Unicode true - - DynamicLibrary - Unicode - true - true - - - DynamicLibrary - Unicode - true - true - - - DynamicLibrary - Unicode - true - true - - - DynamicLibrary - Unicode - true - true - - - DynamicLibrary - Unicode - true - true - - - DynamicLibrary - Unicode - true - true - - - Application - - - DynamicLibrary - true - - - DynamicLibrary - Unicode - true - true - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - true - - - Application - DynamicLibrary Unicode @@ -364,18 +107,6 @@ Application - - DynamicLibrary - Unicode - true - true - - - DynamicLibrary - Unicode - true - true - DynamicLibrary Unicode @@ -396,42 +127,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -441,12 +136,6 @@ - - - - - - @@ -456,42 +145,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -501,12 +154,6 @@ - - - - - - @@ -537,18 +184,6 @@ $(SolutionDir)$(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false $(SolutionDir)$(Configuration)\ $(Configuration)\ false @@ -566,114 +201,13 @@ $(Platform)\$(Configuration)\ false false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - true - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Configuration)\ - true - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - true - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset @@ -686,66 +220,18 @@ - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset @@ -894,106 +380,6 @@ sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - Disabled - false - D:\tvm\src\zofty\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;Z3DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - /LTCG %(AdditionalOptions) - - - $(OutDir)Microsoft.Z3V3.dll - true - false - - - MachineX86 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - X64 - - - Disabled - false - D:\tvm\src\zofty\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - /LTCG %(AdditionalOptions) - - - $(OutDir)Microsoft.Z3V3.dll - true - MachineX64 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - false - - - MachineX86 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - X64 - - - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - MachineX64 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - false @@ -1116,535 +502,6 @@ sn.exe -Ra "$(TargetPath)" "$(ProjectDir)35MSSharedLib1024.snk" - - - false - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - false - - - MachineX86 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - false - WIN32;NDEBUG;_WINDOWS;_EXTERNAL_RELEASE;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - false - - - MachineX86 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - X64 - - - false - WIN32;NDEBUG;_WINDOWS;_EXTERNAL_RELEASE;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - MachineX64 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - Disabled - WIN32;_DEBUG;Z3DEBUG;_WINDOWS;_TRACE;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - - - $(OutDir)Microsoft.Z3V3.dll - true - true - false - - - MachineX86 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - Disabled - WIN32;_DEBUG;Z3DEBUG;_WINDOWS;_TRACE;_BUILD_PARALLEL_SMT;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Create - Level3 - ProgramDatabase - - - $(OutDir)Microsoft.Z3V3.dll - true - true - false - - - MachineX64 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - false - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - true - Create - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - false - - - MachineX86 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - false - WIN32;NDEBUG;_WINDOWS;_BUILD_PARALLEL_SMT;%(PreprocessorDefinitions) - MultiThreadedDLL - true - Create - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - false - - - MachineX64 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - false - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - false - - - MachineX86 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - MultiThreadedDLL - - - $(OutDir)Microsoft.Z3V3.dll - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - Disabled - WIN32;_DEBUG;Z3DEBUG;_WINDOWS;_TRACE;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - - - $(OutDir)Microsoft.Z3V3.dll - true - true - false - - - MachineX86 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - false - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - false - - - MachineX86 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - X64 - - - false - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - MachineX64 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - false - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - false - - - MachineX86 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - X64 - - - false - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - MachineX64 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - false - WIN32;NDEBUG;_WINDOWS;_EXTERNAL_RELEASE;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - false - - - MachineX86 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - X64 - - - false - WIN32;NDEBUG;_WINDOWS;_EXTERNAL_RELEASE;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - MachineX64 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - false - WIN32;NDEBUG;_WINDOWS;_EXTERNAL_RELEASE;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - false - - - MachineX86 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - X64 - - - false - WIN32;NDEBUG;_WINDOWS;_EXTERNAL_RELEASE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - MachineX64 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - false - WIN32;NDEBUG;_WINDOWS;_EXTERNAL_RELEASE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - false - - - MachineX86 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - X64 - - - false - WIN32;NDEBUG;_WINDOWS;_BUILD_PARALLEL_SMT;_EXTERNAL_RELEASE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - Create - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - false - - - MachineX64 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - false - WIN32;NDEBUG;_WINDOWS;DELAYSIGN;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - false - - - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)35MSSharedLib1024.snk" - - - - - X64 - - - false - WIN32;NDEBUG;_WINDOWS;DELAYSIGN;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - - - $(OutDir)Microsoft.Z3V3.dll - true - MachineX64 - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)35MSSharedLib1024.snk" - - - - - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - - - - - - sn.exe -Ra "$(TargetPath)" "$(ProjectDir)z3.snk" - - diff --git a/README b/README index ab68e4911..390c81702 100644 --- a/README +++ b/README @@ -9,15 +9,15 @@ Z3 can be built using Visual Studio Command Prompt, Visual Studio and make/gcc. - For building all components, execute msbuild z3-prover.sln /p:configuration=external - All components will be located at /external + All components will be located at \external - For building all components (64-bit), execute - msbuild z3-prover.sln /p:configuration=external_64 /p:platform=x64 - All components will be located at /external_64 + msbuild z3-prover.sln /p:configuration=external /p:platform=x64 + All components will be located at \x64\external - For building all components (in debug mode), execute msbuild z3-prover.sln - All components will be located at /debug + All components will be located at \Debug 2) Building Z3 using g++/make Your machine must also have the following commands to be able to build Z3: diff --git a/dll/dll.vcxproj b/dll/dll.vcxproj index 7da34f583..a38f94287 100644 --- a/dll/dll.vcxproj +++ b/dll/dll.vcxproj @@ -25,30 +25,6 @@ external_64 x64 - - external_dbg - Win32 - - - external_dbg - x64 - - - external_parallel_x64 - Win32 - - - external_parallel_x64 - x64 - - - external_parallel - Win32 - - - external_parallel - x64 - external Win32 @@ -57,38 +33,6 @@ external x64 - - mpi_debug - Win32 - - - mpi_debug - x64 - - - mpi_release - Win32 - - - mpi_release - x64 - - - parallel_debug - Win32 - - - parallel_debug - x64 - - - parallel_release - Win32 - - - parallel_release - x64 - release_mt Win32 @@ -97,14 +41,6 @@ release_mt x64 - - release_static - Win32 - - - release_static - x64 - Release Win32 @@ -113,14 +49,6 @@ Release x64 - - smtcomp - Win32 - - - smtcomp - x64 - trace Win32 @@ -141,54 +69,11 @@ Unicode true - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - DynamicLibrary Unicode true - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - DynamicLibrary Unicode @@ -218,51 +103,11 @@ Unicode true - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - DynamicLibrary Unicode true - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - - - Application - - - DynamicLibrary - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - DynamicLibrary Unicode @@ -293,36 +138,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -341,36 +159,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -419,62 +210,12 @@ $(SolutionDir)$(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - true - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Configuration)\ - true - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - true - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false $(SolutionDir)$(Configuration)\ $(Configuration)\ false $(SolutionDir)$(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false $(SolutionDir)$(Configuration)\ $(Configuration)\ false @@ -493,24 +234,6 @@ AllRules.ruleset - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset @@ -523,54 +246,18 @@ - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset @@ -581,33 +268,15 @@ z3_dbg z3 z3 - z3 - z3 - z3 z3 z3 - z3_dbg - z3 - z3_dbg - z3 z3 - z3 z3 - z3 z3 - z3_dbg - z3 - z3 z3 z3 - z3_dbg - z3 - z3_dbg - z3 z3 - z3 z3 - z3 z3 @@ -755,7 +424,7 @@ X64 - WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) + _AMD64_;WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) MultiThreadedDLL @@ -844,287 +513,6 @@ MachineX64 - - - WIN32;NDEBUG;Z3DEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - $(OutDir)z3_dbg.dll - z3_dbg.def - true - $(TargetDir)z3_dll.pdb - Windows - true - true - false - - - MachineX86 - - - - - X64 - - - WIN32;NDEBUG;Z3DEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - $(OutDir)z3_dbg.dll - z3_dbg.def - true - $(TargetDir)z3_dll.pdb - Windows - true - true - MachineX64 - - - - - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level3 - EditAndContinue - - - $(OutDir)z3_dbg.dll - z3_dbg.def - true - $(TargetDir)z3_dll.pdb - Windows - false - - - MachineX86 - - - - - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - - - $(OutDir)z3_dbg.dll - z3_dbg.def - true - $(TargetDir)z3_dll.pdb - Windows - false - - - MachineX64 - - - - - WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;ASYNC_COMMANDS;_Z3_BUILD_PARALLEL_SMT;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - $(OutDir)z3.dll - z3.def - true - $(TargetDir)z3_dll.pdb - Windows - true - true - false - - - MachineX86 - - - - - WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - $(OutDir)z3.dll - z3.def - true - $(TargetDir)z3_dll.pdb - Windows - true - true - false - - - MachineX64 - - - - - WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - $(OutDir)z3.dll - z3.def - true - $(TargetDir)z3_dll.pdb - Windows - true - true - false - - - MachineX86 - - - - - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - EditAndContinue - - - $(OutDir)z3_dbg.dll - z3_dbg.def - true - $(TargetDir)z3_dll.pdb - Windows - false - - - MachineX86 - - - - - WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - $(OutDir)z3.dll - z3.def - true - $(TargetDir)z3_dll.pdb - Windows - true - true - false - - - MachineX86 - - - - - X64 - - - WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - $(OutDir)z3.dll - z3.def - true - $(TargetDir)z3_dll.pdb - Windows - true - true - MachineX64 - - - - - WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) - MultiThreaded - - - Level3 - ProgramDatabase - - - $(OutDir)z3.dll - z3.def - true - $(TargetDir)z3_dll.pdb - Windows - true - true - false - - - MachineX86 - - - - - X64 - - - WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) - MultiThreaded - - - Level3 - ProgramDatabase - - - $(OutDir)z3.dll - z3.def - true - $(TargetDir)z3_dll.pdb - Windows - true - true - MachineX64 - - WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) @@ -1171,104 +559,6 @@ MachineX64 - - - WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - $(OutDir)z3.dll - z3.def - true - $(TargetDir)z3_dll.pdb - Windows - true - true - false - - - MachineX86 - - - - - X64 - - - WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - $(OutDir)z3.dll - z3.def - true - $(TargetDir)z3_dll.pdb - Windows - true - true - MachineX64 - - - - - WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - $(OutDir)z3.dll - z3.def - true - $(TargetDir)z3_dll.pdb - Windows - true - true - false - - - MachineX86 - - - - - X64 - - - WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - $(OutDir)z3.dll - z3.def - true - $(TargetDir)z3_dll.pdb - Windows - true - true - false - - - MachineX64 - - WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_EXPORTS;%(PreprocessorDefinitions) diff --git a/lib/lib.vcxproj b/lib/lib.vcxproj index 75e3faa24..e919ed609 100644 --- a/lib/lib.vcxproj +++ b/lib/lib.vcxproj @@ -1,14 +1,6 @@ - + - - bench - Win32 - - - bench - x64 - commercial Win32 @@ -17,14 +9,6 @@ commercial x64 - - debug_opt - Win32 - - - debug_opt - x64 - Debug Win32 @@ -33,38 +17,6 @@ Debug x64 - - external_64 - Win32 - - - external_64 - x64 - - - external_dbg - Win32 - - - external_dbg - x64 - - - external_parallel_x64 - Win32 - - - external_parallel_x64 - x64 - - - external_parallel - Win32 - - - external_parallel - x64 - external Win32 @@ -73,46 +25,6 @@ external x64 - - mpi_debug - Win32 - - - mpi_debug - x64 - - - mpi_release - Win32 - - - mpi_release - x64 - - - parallel_debug - Win32 - - - parallel_debug - x64 - - - parallel_release - Win32 - - - parallel_release - x64 - - - ReleaseD - Win32 - - - ReleaseD - x64 - release_mt Win32 @@ -121,14 +33,6 @@ release_mt x64 - - release_static - Win32 - - - release_static - x64 - Release Win32 @@ -137,14 +41,6 @@ Release x64 - - smtcomp - Win32 - - - smtcomp - x64 - Trace Win32 @@ -160,59 +56,6 @@ Win32Proj - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - true - StaticLibrary Unicode @@ -228,16 +71,6 @@ Unicode true - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - true - StaticLibrary Unicode @@ -252,54 +85,6 @@ StaticLibrary Unicode - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - true - - - Application - - - StaticLibrary - - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - - - StaticLibrary - Unicode - true - - - Application - StaticLibrary Unicode @@ -313,16 +98,6 @@ Application - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - true - StaticLibrary Unicode @@ -340,39 +115,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -382,12 +124,6 @@ - - - - - - @@ -397,39 +133,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -439,12 +142,6 @@ - - - - - - @@ -469,14 +166,6 @@ $(Configuration)\ $(SolutionDir)$(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ $(SolutionDir)$(Configuration)\ $(Configuration)\ $(SolutionDir)$(Platform)\$(Configuration)\ @@ -489,89 +178,12 @@ $(SolutionDir)$(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset @@ -584,60 +196,18 @@ - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset @@ -646,41 +216,15 @@ z3lib z3lib - z3lib - z3lib - z3lib - z3_dbg - z3lib - z3lib z3lib z3lib - z3lib - z3lib - z3lib - z3lib - z3lib z3lib - z3lib z3lib - z3lib z3lib - z3lib - z3lib - z3lib - z3_dbg - z3lib - z3lib z3lib z3lib - z3lib - z3lib - z3lib - z3lib - z3lib z3lib - z3lib z3lib - z3lib z3lib @@ -785,75 +329,6 @@ ProgramDatabase - - - /INCLUDE:compile_term %(AdditionalOptions) - false - WIN32;Z3DEBUG;_LIB;_WINDOWS;_TRACE;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - StreamingSIMDExtensions2 - - - - - X64 - - - /INCLUDE:compile_term %(AdditionalOptions) - false - WIN32;_DEBUG;Z3DEBUG;_LIB;_WINDOWS;_TRACE;_AMD64_;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - - - Full - true - Speed - true - WIN32;NDEBUG;_LIB;_WINDOWS;%(PreprocessorDefinitions) - - - MultiThreadedDLL - false - StreamingSIMDExtensions2 - Fast - - - Level3 - ProgramDatabase - - - - - X64 - - - Full - true - Speed - true - WIN32;NDEBUG;_LIB;_WINDOWS;_AMD64_;%(PreprocessorDefinitions) - - - MultiThreadedDLL - false - StreamingSIMDExtensions2 - Fast - - - Level3 - ProgramDatabase - - Full @@ -911,7 +386,7 @@ MaxSpeed false - WIN32;NDEBUG;_LIB;_WINDOWS;_EXTERNAL_RELEASE;_AMD64_;%(PreprocessorDefinitions) + _AMD64_;WIN32;NDEBUG;_LIB;_WINDOWS;_EXTERNAL_RELEASE;_AMD64_;%(PreprocessorDefinitions) MultiThreadedDLL @@ -934,325 +409,6 @@ ProgramDatabase - - - Full - false - WIN32;NDEBUG;_LIB;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - StreamingSIMDExtensions2 - - - - - Full - false - WIN32;NDEBUG;Z3DEBUG;_LIB;_WINDOWS;_EXTERNAL_RELEASE;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - StreamingSIMDExtensions2 - - - $(OutDir)z3_dbg.lib - - - - - X64 - - - MaxSpeed - false - WIN32;NDEBUG;_LIB;_WINDOWS;_AMD64_;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - $(OutDir)z3_dbg.lib - - - - - Disabled - C:\Program Files\Microsoft HPC Pack 2008 SDK\Include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;Z3DEBUG;_LIB;_TRACE;ASYNC_COMMANDS;_WINDOWS;_Z3_BUILD_PARALLEL_SMT;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level3 - EditAndContinue - StreamingSIMDExtensions2 - - - $(OutDir)z3lib.lib - %(AdditionalLibraryDirectories) - - - - - Disabled - C:\Program Files\Microsoft HPC Pack 2008 SDK\Include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;Z3DEBUG;_LIB;_TRACE;_WINDOWS;_Z3_BUILD_PARALLEL_SMT;_AMD64_;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level3 - ProgramDatabase - - - $(OutDir)z3lib.lib - %(AdditionalLibraryDirectories) - - - - - Full - false - C:\Program Files\Microsoft HPC Pack 2008 SDK\Include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;_WINDOWS;ASYNC_COMMANDS;_Z3_BUILD_PARALLEL_SMT;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - StreamingSIMDExtensions2 - - - $(OutDir)z3$(ProjectName).lib - - - - - Full - false - C:\Program Files\Microsoft HPC Pack 2008 SDK\Include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;_WINDOWS;_Z3_BUILD_PARALLEL_SMT;_AMD64_;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - - - Full - false - C:\Program Files\Microsoft HPC Pack 2008 SDK\Include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;_WINDOWS;_Z3_BUILD_PARALLEL_SMT;_Z3_BUILD_PARALLEL_MPI;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - StreamingSIMDExtensions2 - - - - - C:\Program Files\Microsoft HPC Pack 2008 SDK\Include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;_WINDOWS;_Z3_BUILD_PARALLEL_SMT;_Z3_BUILD_PARALLEL_MPI;_AMD64_;%(PreprocessorDefinitions) - MultiThreadedDLL - Level3 - ProgramDatabase - - - - - Disabled - C:\Program Files\Microsoft HPC Pack 2008 SDK\Include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;Z3DEBUG;_LIB;_TRACE;_WINDOWS;_Z3_BUILD_PARALLEL_SMT;_Z3_BUILD_PARALLEL_MPI;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level3 - EditAndContinue - StreamingSIMDExtensions2 - - - $(OutDir)z3lib.lib - %(AdditionalLibraryDirectories) - - - - - Full - false - WIN32;NDEBUG;_LIB;_WINDOWS;SMTCOMP;%(PreprocessorDefinitions) - MultiThreadedDLL - false - - - Level4 - ProgramDatabase - StreamingSIMDExtensions2 - - - $(OutDir)z3lib.lib - - - - - X64 - - - MaxSpeed - false - WIN32;NDEBUG;_LIB;_WINDOWS;_AMD64_;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - - - Full - false - WIN32;NDEBUG;_LIB;_WINDOWS;%(PreprocessorDefinitions) - MultiThreaded - false - - - Level3 - ProgramDatabase - StreamingSIMDExtensions2 - - - $(OutDir)z3lib.lib - - - - - X64 - - - MaxSpeed - false - WIN32;NDEBUG;_LIB;_WINDOWS;_AMD64_;%(PreprocessorDefinitions) - MultiThreaded - - - Level3 - ProgramDatabase - - - - - Full - false - WIN32;NDEBUG;_LIB;_WINDOWS;_EXTERNAL_RELEASE;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - $(OutDir)z3lib.lib - - - - - X64 - - - MaxSpeed - false - WIN32;NDEBUG;_LIB;_WINDOWS;_EXTERNAL_RELEASE;_AMD64_;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - - - Full - false - WIN32;NDEBUG;_LIB;_WINDOWS;_EXTERNAL_RELEASE;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - $(OutDir)z3lib.lib - - - - - X64 - - - MaxSpeed - false - WIN32;NDEBUG;_LIB;_WINDOWS;_AMD64_;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - - - Full - false - C:\Program Files\Microsoft HPC Pack 2008 SDK\Include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;_WINDOWS;_EXTERNAL_RELEASE;_Z3_BUILD_PARALLEL_SMT;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - StreamingSIMDExtensions2 - - - - - X64 - - - Full - false - C:\Program Files\Microsoft HPC Pack 2008 SDK\Include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;_WINDOWS;_Z3_BUILD_PARALLEL_SMT;_EXTERNAL_RELEASE;_AMD64_;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - false diff --git a/maxsat/maxsat.vcxproj b/maxsat/maxsat.vcxproj index 5f1651506..4858316d4 100644 --- a/maxsat/maxsat.vcxproj +++ b/maxsat/maxsat.vcxproj @@ -1,26 +1,38 @@  - - commercial_64 - Win32 - commercial Win32 + + commercial + x64 + Debug Win32 + + Debug + x64 + external Win32 + + external + x64 + Release Win32 + + Release + x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244} @@ -33,19 +45,30 @@ true Unicode + + Application + true + Unicode + Application false true Unicode + + Application + false + true + Unicode + Application false true Unicode - + Application false true @@ -57,40 +80,64 @@ true Unicode + + Application + false + true + Unicode + + + + + + + - + + + + true + + true + false + + false + false - + false false + + false + @@ -106,6 +153,21 @@ false + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + ..\lib + + + Console + true + false + + Level3 @@ -124,6 +186,24 @@ true + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + ..\lib + + + Console + true + true + true + + Level3 @@ -142,7 +222,25 @@ true - + + + Level3 + + + MaxSpeed + true + true + _AMD64_;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + ..\lib + + + Console + true + true + true + + + Level3 @@ -160,7 +258,7 @@ true - + Level3 diff --git a/shell/main.cpp b/shell/main.cpp index b426f2885..b5485e35d 100644 --- a/shell/main.cpp +++ b/shell/main.cpp @@ -56,7 +56,11 @@ void error(const char * msg) { } void display_usage() { - std::cout << "Z3 [version " << Z3_MAJOR_VERSION << "." << Z3_MINOR_VERSION << "]. (C) Copyright 2006 Microsoft Corp.\n"; +#ifdef _AMD64_ + std::cout << "Z3 [version " << Z3_MAJOR_VERSION << "." << Z3_MINOR_VERSION << " - 64 bit]. (C) Copyright 2006 Microsoft Corp.\n"; +#else + std::cout << "Z3 [version " << Z3_MAJOR_VERSION << "." << Z3_MINOR_VERSION << " - 32 bit]. (C) Copyright 2006 Microsoft Corp.\n"; +#endif std::cout << "Usage: z3 [options] [" << OPT << "file:]file\n"; std::cout << "\nInput format:\n"; std::cout << " " << OPT << "smt use parser for SMT input format.\n"; diff --git a/shell/shell.vcxproj b/shell/shell.vcxproj index 35c11a5da..f39027d06 100644 --- a/shell/shell.vcxproj +++ b/shell/shell.vcxproj @@ -1,14 +1,6 @@ - + - - bench - Win32 - - - bench - x64 - commercial Win32 @@ -33,38 +25,6 @@ Debug x64 - - external_64 - Win32 - - - external_64 - x64 - - - external_dbg - Win32 - - - external_dbg - x64 - - - external_parallel_x64 - Win32 - - - external_parallel_x64 - x64 - - - external_parallel - Win32 - - - external_parallel - x64 - external Win32 @@ -73,46 +33,6 @@ external x64 - - mpi_debug - Win32 - - - mpi_debug - x64 - - - mpi_release - Win32 - - - mpi_release - x64 - - - parallel_debug - Win32 - - - parallel_debug - x64 - - - parallel_release - Win32 - - - parallel_release - x64 - - - ReleaseD - Win32 - - - ReleaseD - x64 - release_mt Win32 @@ -121,14 +41,6 @@ release_mt x64 - - release_static - Win32 - - - release_static - x64 - Release Win32 @@ -137,14 +49,6 @@ Release x64 - - smtcomp - Win32 - - - smtcomp - x64 - Trace Win32 @@ -160,59 +64,6 @@ Win32Proj - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - - - Application - Unicode - true - - - Application - Unicode - true - Application Unicode @@ -228,11 +79,6 @@ Unicode true - - Application - Unicode - true - Application Unicode @@ -252,49 +98,6 @@ Application Unicode - - Application - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - - - Application - - - Application - - - Application - - - Application - Unicode - true - - - Application - Application Unicode @@ -308,11 +111,6 @@ Application - - Application - Unicode - true - Application Unicode @@ -335,39 +133,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -377,9 +142,6 @@ - - - @@ -392,39 +154,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -434,9 +163,6 @@ - - - @@ -476,12 +202,6 @@ $(SolutionDir)$(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false $(SolutionDir)$(Configuration)\ $(Configuration)\ false @@ -497,68 +217,6 @@ $(Platform)\$(Configuration)\ false false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - true - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - true - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset @@ -571,30 +229,6 @@ AllRules.ruleset - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset @@ -607,60 +241,18 @@ - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset @@ -670,40 +262,16 @@ z3 z3 z3 - z3 z3 - z3 - z3 - z3 - z3 z3 z3 - z3 - z3 - z3 - z3 - z3 z3 - z3 - z3 z3 - z3 z3 - z3 - z3 - z3 - z3 z3 z3 - z3 - z3 - z3 - z3 - z3 z3 - z3 z3 - z3 z3 @@ -915,74 +483,6 @@ $(OutDir)z3shell.lib - - - Full - true - Speed - true - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - - - MultiThreadedDLL - false - StreamingSIMDExtensions2 - Fast - - - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - true - Console - 8388608 - true - true - false - - - MachineX86 - $(OutDir)z3shell.lib - - - - - X64 - - - Full - true - Speed - true - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - - - MultiThreadedDLL - false - StreamingSIMDExtensions2 - Fast - - - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - true - Console - 8388608 - true - true - MachineX64 - $(OutDir)z3shell.lib - - false @@ -1068,7 +568,7 @@ false ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;_EXTERNAL_RELEASE;_AMD64_;%(PreprocessorDefinitions) + _AMD64_;WIN32;NDEBUG;_CONSOLE;_WINDOWS;_EXTERNAL_RELEASE;_AMD64_;%(PreprocessorDefinitions) MultiThreadedDLL @@ -1113,495 +613,6 @@ $(OutDir)z3shell.lib - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - true - Console - 8388608 - true - true - false - - - MachineX86 - $(OutDir)z3shell.lib - - - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;Z3DEBUG;_CONSOLE;_WINDOWS;_EXTERNAL_RELEASE;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - true - Console - 8388608 - true - true - false - - - MachineX86 - $(OutDir)z3shell.lib - - - - - X64 - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - true - Console - 8388608 - true - true - MachineX64 - $(OutDir)z3shell.lib - - - - - Disabled - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;Z3DEBUG;_CONSOLE;_TRACE;_WINDOWS;_Z3_BUILD_PARALLEL_SMT;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - C:\Program Files\Microsoft HPC Pack 2008 SDK\Lib\i386;%(AdditionalLibraryDirectories) - %(DelayLoadDLLs) - true - Console - 8388608 - false - - - MachineX86 - $(OutDir)z3shell.lib - - - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;Z3DEBUG;_DEBUG;_CONSOLE;_Z3_BUILD_PARALLEL_SMT;_TRACE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - true - $(OutDir)z3shell.lib - - - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;_Z3_BUILD_PARALLEL_SMT;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - %(AdditionalLibraryDirectories) - true - Console - 8388608 - true - true - false - - - MachineX86 - $(OutDir)z3shell.lib - - - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - $(OutDir)z3shell.lib - - - - - false - ..\lib;C:\Program Files\Microsoft HPC Pack 2008 SDK\Include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;_Z3_BUILD_PARALLEL_SMT;_Z3_BUILD_PARALLEL_MPI;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - psapi.lib;msmpi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - C:\Program Files\Microsoft HPC Pack 2008 SDK\Lib\i386;%(AdditionalLibraryDirectories) - true - Console - 8388608 - true - true - false - - - MachineX86 - $(OutDir)z3shell.lib - - - - - ..\lib;C:\Program Files\Microsoft HPC Pack 2008 SDK\Include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;_WINDOWS;_AMD64_;_Z3_BUILD_PARALLEL_SMT;_Z3_BUILD_PARALLEL_MPI;%(PreprocessorDefinitions) - MultiThreadedDLL - - - psapi.lib;msmpi.lib;%(AdditionalDependencies) - $(OutDir)z3shell.lib - - - - - Disabled - ..\lib;C:\Program Files\Microsoft HPC Pack 2008 SDK\Include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;Z3DEBUG;_CONSOLE;_TRACE;_WINDOWS;_Z3_BUILD_PARALLEL_SMT;_Z3_BUILD_PARALLEL_MPI;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level3 - EditAndContinue - - - psapi.lib;msmpi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - C:\Program Files\Microsoft HPC Pack 2008 SDK\Lib\i386;%(AdditionalLibraryDirectories) - %(DelayLoadDLLs) - true - Console - 8388608 - false - - - MachineX86 - $(OutDir)z3shell.lib - - - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;SMTCOMP;%(PreprocessorDefinitions) - MultiThreadedDLL - false - - - Level4 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - true - Console - 8388608 - true - true - false - - - MachineX86 - $(OutDir)z3shell.lib - - - - - X64 - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - true - Console - 8388608 - true - true - MachineX64 - $(OutDir)z3shell.lib - - - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;ASYNC_COMMANDS;%(PreprocessorDefinitions) - MultiThreaded - true - - - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - true - Console - 33554432 - true - true - false - - - MachineX86 - $(OutDir)z3shell.lib - - - - - X64 - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreaded - - - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - true - Console - 8388608 - true - true - MachineX64 - $(OutDir)z3shell.lib - - - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;_EXTERNAL_RELEASE;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - true - Console - 8388608 - true - true - false - - - MachineX86 - $(OutDir)z3shell.lib - - - - - X64 - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;_EXTERNAL_RELEASE;_AMD64_;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - true - Console - 8388608 - true - true - MachineX64 - $(OutDir)z3shell.lib - - - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;_EXTERNAL_RELEASE;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - true - Console - 8388608 - true - true - false - - - MachineX86 - $(OutDir)z3shell.lib - - - - - X64 - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - true - Console - 8388608 - true - true - MachineX64 - $(OutDir)z3shell.lib - - - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;_EXTERNAL_RELEASE;_Z3_BUILD_PARALLEL_SMT;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - %(AdditionalLibraryDirectories) - true - Console - 8388608 - true - true - false - - - MachineX86 - $(OutDir)z3shell.lib - $(OutDir)z3shell.lib - - - - - X64 - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;_Z3_BUILD_PARALLEL_SMT;_EXTERNAL_RELEASE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - $(OutDir)z3.exe - MachineX64 - $(OutDir)z3shell.lib - - diff --git a/test/test.vcxproj b/test/test.vcxproj index ea2ce4e97..8ba191476 100644 --- a/test/test.vcxproj +++ b/test/test.vcxproj @@ -1,22 +1,6 @@ - + - - bench - Win32 - - - bench - x64 - - - commercial_64 - Win32 - - - commercial_64 - x64 - commercial Win32 @@ -25,14 +9,6 @@ commercial x64 - - debug_opt - Win32 - - - debug_opt - x64 - Debug Win32 @@ -41,38 +17,6 @@ Debug x64 - - external_64 - Win32 - - - external_64 - x64 - - - external_dbg - Win32 - - - external_dbg - x64 - - - external_parallel_x64 - Win32 - - - external_parallel_x64 - x64 - - - external_parallel - Win32 - - - external_parallel - x64 - external Win32 @@ -81,46 +25,6 @@ external x64 - - mpi_debug - Win32 - - - mpi_debug - x64 - - - mpi_release - Win32 - - - mpi_release - x64 - - - parallel_debug - Win32 - - - parallel_debug - x64 - - - parallel_release - Win32 - - - parallel_release - x64 - - - ReleaseD - Win32 - - - ReleaseD - x64 - release_mt Win32 @@ -129,14 +33,6 @@ release_mt x64 - - release_static - Win32 - - - release_static - x64 - Release Win32 @@ -145,14 +41,6 @@ Release x64 - - smtcomp - Win32 - - - smtcomp - x64 - Trace Win32 @@ -168,69 +56,6 @@ Win32Proj - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - Application Unicode @@ -246,11 +71,6 @@ Unicode true - - Application - Unicode - true - Application Unicode @@ -265,59 +85,6 @@ Application Unicode - - Application - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - - - Application - - - Application - - - Application - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Application Unicode @@ -331,11 +98,6 @@ Application - - Application - Unicode - true - Application Unicode @@ -353,45 +115,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -401,9 +124,6 @@ - - - @@ -413,45 +133,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -461,9 +142,6 @@ - - - @@ -494,12 +172,6 @@ $(SolutionDir)$(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false $(SolutionDir)$(Configuration)\ $(Configuration)\ false @@ -515,116 +187,12 @@ $(Platform)\$(Configuration)\ false false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(Configuration)\ - false - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset @@ -637,60 +205,18 @@ - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset @@ -838,48 +364,6 @@ MachineX64 - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;_AMD64_;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - MachineX64 - - false @@ -953,7 +437,7 @@ false ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;_AMD64_;%(PreprocessorDefinitions) + _AMD64_;WIN32;NDEBUG;_CONSOLE;_WINDOWS;_AMD64_;%(PreprocessorDefinitions) MultiThreadedDLL @@ -990,472 +474,6 @@ MachineX64 - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;Z3DEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;Z3DEBUG;_CONSOLE;_WINDOWS;_AMD64_;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - MachineX64 - - - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;_AMD64_;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - MachineX64 - - - - - Disabled - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;Z3DEBUG;_CONSOLE;_TRACE;_WINDOWS;_Z3_BUILD_PARALLEL_SMT;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level3 - EditAndContinue - - - /debug /debugtype:cv,fixup %(AdditionalOptions) - $(OutDir)test.exe - C:\Program Files\Microsoft HPC Pack 2008 SDK\Lib\i386;%(AdditionalLibraryDirectories) - true - Console - false - - - MachineX86 - - - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;ASYNC_COMMANDS;_Z3_BUILD_PARALLEL_SMT;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - psapi.lib;%(AdditionalDependencies) - true - Console - true - true - false - - - MachineX86 - - - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - Disabled - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;Z3DEBUG;_CONSOLE;_TRACE;_WINDOWS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - EditAndContinue - - - /debug /debugtype:cv,fixup %(AdditionalOptions) - $(OutDir)test.exe - true - Console - false - - - MachineX86 - - - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - MachineX64 - - - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreaded - - - Level3 - ProgramDatabase - - - true - Console - true - true - MachineX64 - - - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;_AMD64_;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - MachineX64 - - - - - X64 - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;_AMD64_;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - MachineX64 - - - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;_AMD64_;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - MachineX64 - - - - - false - ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - MachineX64 - - - - - X64 - - - ..\lib - WIN32;_DEBUG;Z3DEBUG;_CONSOLE;_TRACE;_WINDOWS;_AMD64_;%(PreprocessorDefinitions) - - diff --git a/test_capi/test_capi.vcxproj b/test_capi/test_capi.vcxproj index 2c0959beb..91121ab1e 100644 --- a/test_capi/test_capi.vcxproj +++ b/test_capi/test_capi.vcxproj @@ -1,14 +1,6 @@  - - commercial_64 - Win32 - - - commercial_64 - x64 - commercial Win32 @@ -17,14 +9,6 @@ commercial x64 - - debug_opt - Win32 - - - debug_opt - x64 - Debug Win32 @@ -33,76 +17,12 @@ Debug x64 - - external_64 + + external Win32 - - external_64 - x64 - - - external_dbg - Win32 - - - external_dbg - x64 - - - external_parallel_x64 - Win32 - - - external_parallel_x64 - x64 - - - external_parallel - Win32 - - - external_parallel - x64 - - - mpi_debug - Win32 - - - mpi_debug - x64 - - - mpi_release - Win32 - - - mpi_release - x64 - - - parallel_debug - Win32 - - - parallel_debug - x64 - - - parallel_release - Win32 - - - parallel_release - x64 - - - ReleaseD - Win32 - - - ReleaseD + + external x64 @@ -113,14 +33,6 @@ release_mt x64 - - release_static - Win32 - - - release_static - x64 - Release Win32 @@ -129,14 +41,6 @@ Release x64 - - smtcomp - Win32 - - - smtcomp - x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071} @@ -144,73 +48,16 @@ Win32Proj - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - - - Application - Unicode - true - - - Application - Unicode - - - Application - Unicode - true - Application Unicode true + + Application + Unicode + true + Application Unicode @@ -225,65 +72,16 @@ Application Unicode - - Application - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - - - Application - - - Application - - - Application - - - Application - Unicode - true - - - Application - Unicode - - - Application - Unicode - true - Application Unicode true + + Application + Unicode + true + Application Unicode @@ -301,48 +99,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + @@ -352,48 +114,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + @@ -419,184 +145,53 @@ $(Platform)\$(Configuration)\ false $(SolutionDir)$(Configuration)\ + $(SolutionDir)$(Configuration)\ $(SolutionDir)$(Configuration)\ $(Configuration)\ + $(Configuration)\ $(Configuration)\ false + false false $(SolutionDir)$(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\ $(SolutionDir)$(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ false + false false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - true - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - true - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - true - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(Configuration)\ - false - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset AllRules.ruleset - AllRules.ruleset - - - AllRules.ruleset - - AllRules.ruleset + AllRules.ruleset AllRules.ruleset + + AllRules.ruleset + AllRules.ruleset AllRules.ruleset + + - AllRules.ruleset - - - AllRules.ruleset - - @@ -711,6 +306,27 @@ MachineX86 + + + ..\lib;%(AdditionalIncludeDirectories) + WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + + + true + Console + true + true + false + + + MachineX86 + + ..\lib;%(AdditionalIncludeDirectories) @@ -753,6 +369,27 @@ MachineX64 + + + X64 + + + ..\lib;%(AdditionalIncludeDirectories) + WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + + + true + Console + true + true + MachineX64 + + X64 @@ -774,459 +411,6 @@ MachineX64 - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;_WINDOWS;NDEBUG;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;_WINDOWS;NDEBUG;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - MachineX64 - - - - - Disabled - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;Z3DEBUG;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDLL - - - Level3 - EditAndContinue - - - true - Console - false - - - MachineX86 - - - - - X64 - - - Disabled - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;Z3DEBUG;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - MachineX64 - - - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - MachineX64 - - - - - Disabled - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;Z3DEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - EditAndContinue - - - true - Console - false - - - MachineX86 - - - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - Disabled - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;Z3DEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - EditAndContinue - - - true - Console - false - - - MachineX86 - - - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - MachineX64 - - - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - MachineX64 - - - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - MachineX64 - - - - - X64 - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - MachineX64 - - - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - MachineX64 - - - - - ..\lib;%(AdditionalIncludeDirectories) - WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - MachineX64 - - diff --git a/z3-prover.sln b/z3-prover.sln index 9d9812de9..051e2a3fe 100644 --- a/z3-prover.sln +++ b/z3-prover.sln @@ -38,26 +38,11 @@ Global commercial|Win32 = commercial|Win32 commercial|x64 = commercial|x64 commercial|x86 = commercial|x86 - debug_opt|Any CPU = debug_opt|Any CPU - debug_opt|Mixed Platforms = debug_opt|Mixed Platforms - debug_opt|Win32 = debug_opt|Win32 - debug_opt|x64 = debug_opt|x64 - debug_opt|x86 = debug_opt|x86 Debug|Any CPU = Debug|Any CPU Debug|Mixed Platforms = Debug|Mixed Platforms Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 - external_64|Any CPU = external_64|Any CPU - external_64|Mixed Platforms = external_64|Mixed Platforms - external_64|Win32 = external_64|Win32 - external_64|x64 = external_64|x64 - external_64|x86 = external_64|x86 - external_dbg|Any CPU = external_dbg|Any CPU - external_dbg|Mixed Platforms = external_dbg|Mixed Platforms - external_dbg|Win32 = external_dbg|Win32 - external_dbg|x64 = external_dbg|x64 - external_dbg|x86 = external_dbg|x86 external|Any CPU = external|Any CPU external|Mixed Platforms = external|Mixed Platforms external|Win32 = external|Win32 @@ -98,13 +83,6 @@ Global {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.commercial|x64.ActiveCfg = commercial|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.commercial|x64.Build.0 = commercial|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.commercial|x86.ActiveCfg = commercial|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.debug_opt|Any CPU.ActiveCfg = debug_opt|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.debug_opt|Mixed Platforms.ActiveCfg = debug_opt|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.debug_opt|Mixed Platforms.Build.0 = debug_opt|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.debug_opt|Win32.ActiveCfg = debug_opt|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.debug_opt|Win32.Build.0 = debug_opt|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.debug_opt|x64.ActiveCfg = debug_opt|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.debug_opt|x86.ActiveCfg = debug_opt|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Debug|Any CPU.ActiveCfg = Debug|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Debug|Any CPU.Build.0 = Debug|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 @@ -114,36 +92,22 @@ Global {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Debug|x64.ActiveCfg = Debug|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Debug|x64.Build.0 = Debug|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Debug|x86.ActiveCfg = Debug|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_64|Any CPU.ActiveCfg = external_64|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_64|Mixed Platforms.ActiveCfg = external_64|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_64|Mixed Platforms.Build.0 = external_64|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_64|Win32.ActiveCfg = external_64|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_64|x64.ActiveCfg = external_64|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_64|x64.Build.0 = external_64|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_64|x86.ActiveCfg = external_64|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_dbg|Any CPU.ActiveCfg = external_dbg|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_dbg|Any CPU.Build.0 = external_dbg|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_dbg|Mixed Platforms.ActiveCfg = external_dbg|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_dbg|Mixed Platforms.Build.0 = external_dbg|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_dbg|Win32.ActiveCfg = external_dbg|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_dbg|Win32.Build.0 = external_dbg|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_dbg|x64.ActiveCfg = external_dbg|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external_dbg|x86.ActiveCfg = external_dbg|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|Any CPU.ActiveCfg = external|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|Any CPU.Build.0 = external|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|Mixed Platforms.ActiveCfg = external|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|Mixed Platforms.Build.0 = external|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|Win32.ActiveCfg = external|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|Win32.Build.0 = external|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|x64.ActiveCfg = external|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|x86.ActiveCfg = external|x64 + {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|x64.ActiveCfg = external|x64 + {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|x64.Build.0 = external|x64 + {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|x86.ActiveCfg = external|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release_delaysign|Any CPU.ActiveCfg = Release|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release_delaysign|Mixed Platforms.Build.0 = Release|Win32 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release_delaysign|Win32.ActiveCfg = release_static|Win32 + {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release_delaysign|Win32.ActiveCfg = release_mt|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release_delaysign|x64.ActiveCfg = Release|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release_delaysign|x64.Build.0 = Release|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release_delaysign|x86.ActiveCfg = release_static|x64 + {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release_delaysign|x86.ActiveCfg = release_mt|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.release_mt|Any CPU.ActiveCfg = release_mt|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.release_mt|Any CPU.Build.0 = release_mt|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.release_mt|Mixed Platforms.ActiveCfg = release_mt|Win32 @@ -161,13 +125,13 @@ Global {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release|x64.ActiveCfg = Release|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release|x64.Build.0 = Release|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Release|x86.ActiveCfg = Release|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Setup|Any CPU.ActiveCfg = smtcomp|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Setup|Mixed Platforms.ActiveCfg = smtcomp|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Setup|Mixed Platforms.Build.0 = smtcomp|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Setup|Win32.ActiveCfg = smtcomp|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Setup|x64.ActiveCfg = smtcomp|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Setup|x64.Build.0 = smtcomp|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Setup|x86.ActiveCfg = smtcomp|x64 + {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Setup|Any CPU.ActiveCfg = Trace|x64 + {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Setup|Mixed Platforms.ActiveCfg = Trace|x64 + {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Setup|Mixed Platforms.Build.0 = Trace|x64 + {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Setup|Win32.ActiveCfg = Trace|x64 + {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Setup|x64.ActiveCfg = Trace|x64 + {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Setup|x64.Build.0 = Trace|x64 + {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Setup|x86.ActiveCfg = Trace|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Trace|Any CPU.ActiveCfg = Trace|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Trace|Mixed Platforms.ActiveCfg = Trace|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Trace|Mixed Platforms.Build.0 = Trace|Win32 @@ -183,13 +147,6 @@ Global {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.commercial|x64.ActiveCfg = commercial|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.commercial|x64.Build.0 = commercial|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.commercial|x86.ActiveCfg = commercial|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.debug_opt|Any CPU.ActiveCfg = debug_opt|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.debug_opt|Mixed Platforms.ActiveCfg = debug_opt|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.debug_opt|Mixed Platforms.Build.0 = debug_opt|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.debug_opt|Win32.ActiveCfg = debug_opt|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.debug_opt|Win32.Build.0 = debug_opt|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.debug_opt|x64.ActiveCfg = debug_opt|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.debug_opt|x86.ActiveCfg = debug_opt|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Debug|Any CPU.ActiveCfg = Debug|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Debug|Any CPU.Build.0 = Debug|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 @@ -199,35 +156,22 @@ Global {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Debug|x64.ActiveCfg = Debug|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Debug|x64.Build.0 = Debug|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Debug|x86.ActiveCfg = Debug|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_64|Any CPU.ActiveCfg = external_64|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_64|Mixed Platforms.ActiveCfg = external_64|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_64|Mixed Platforms.Build.0 = external_64|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_64|Win32.ActiveCfg = external_64|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_64|x64.ActiveCfg = external_64|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_64|x64.Build.0 = external_64|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_64|x86.ActiveCfg = external_64|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_dbg|Any CPU.ActiveCfg = external_dbg|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_dbg|Mixed Platforms.ActiveCfg = external_dbg|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_dbg|Mixed Platforms.Build.0 = external_dbg|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_dbg|Win32.ActiveCfg = external_dbg|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_dbg|Win32.Build.0 = external_dbg|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_dbg|x64.ActiveCfg = external_dbg|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external_dbg|x86.ActiveCfg = external_dbg|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|Any CPU.ActiveCfg = external|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|Any CPU.Build.0 = external|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|Mixed Platforms.ActiveCfg = external|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|Mixed Platforms.Build.0 = external|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|Win32.ActiveCfg = external|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|Win32.Build.0 = external|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|x64.ActiveCfg = external|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|x86.ActiveCfg = external|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release_delaysign|Any CPU.ActiveCfg = release_static|x64 + {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|x64.ActiveCfg = external|x64 + {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|x64.Build.0 = external|x64 + {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|x86.ActiveCfg = external|Win32 + {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release_delaysign|Any CPU.ActiveCfg = release_mt|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release_delaysign|Mixed Platforms.Build.0 = Release|Win32 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release_delaysign|Win32.ActiveCfg = release_static|x64 + {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release_delaysign|Win32.ActiveCfg = release_mt|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release_delaysign|x64.ActiveCfg = Release|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release_delaysign|x64.Build.0 = Release|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release_delaysign|x86.ActiveCfg = release_static|x64 + {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release_delaysign|x86.ActiveCfg = release_mt|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.release_mt|Any CPU.ActiveCfg = release_mt|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.release_mt|Any CPU.Build.0 = release_mt|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.release_mt|Mixed Platforms.ActiveCfg = release_mt|Win32 @@ -245,13 +189,13 @@ Global {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release|x64.ActiveCfg = Release|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release|x64.Build.0 = Release|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Release|x86.ActiveCfg = Release|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Setup|Any CPU.ActiveCfg = smtcomp|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Setup|Mixed Platforms.ActiveCfg = smtcomp|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Setup|Mixed Platforms.Build.0 = smtcomp|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Setup|Win32.ActiveCfg = smtcomp|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Setup|x64.ActiveCfg = smtcomp|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Setup|x64.Build.0 = smtcomp|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Setup|x86.ActiveCfg = smtcomp|x64 + {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Setup|Any CPU.ActiveCfg = Trace|x64 + {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Setup|Mixed Platforms.ActiveCfg = Trace|x64 + {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Setup|Mixed Platforms.Build.0 = Trace|x64 + {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Setup|Win32.ActiveCfg = Trace|x64 + {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Setup|x64.ActiveCfg = Trace|x64 + {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Setup|x64.Build.0 = Trace|x64 + {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Setup|x86.ActiveCfg = Trace|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Trace|Any CPU.ActiveCfg = Trace|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Trace|Mixed Platforms.ActiveCfg = Trace|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Trace|Mixed Platforms.Build.0 = Trace|Win32 @@ -264,12 +208,6 @@ Global {21A10ECD-32E2-4F27-A03D-81D855A048CC}.commercial|Win32.ActiveCfg = commercial|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.commercial|x64.ActiveCfg = commercial|x64 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.commercial|x86.ActiveCfg = commercial|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.debug_opt|Any CPU.ActiveCfg = Debug|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.debug_opt|Mixed Platforms.ActiveCfg = debug_opt|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.debug_opt|Mixed Platforms.Build.0 = debug_opt|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.debug_opt|Win32.ActiveCfg = Debug|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.debug_opt|x64.ActiveCfg = Debug|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.debug_opt|x86.ActiveCfg = debug_opt|x64 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Debug|Any CPU.ActiveCfg = Debug|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Debug|Any CPU.Build.0 = Debug|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 @@ -279,27 +217,17 @@ Global {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Debug|x64.ActiveCfg = Debug|x64 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Debug|x64.Build.0 = Debug|x64 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Debug|x86.ActiveCfg = Debug|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_64|Any CPU.ActiveCfg = external_64|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_64|Mixed Platforms.ActiveCfg = external_64|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_64|Mixed Platforms.Build.0 = external_64|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_64|Win32.ActiveCfg = external_64|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_64|x64.ActiveCfg = external_64|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_64|x86.ActiveCfg = external_64|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_dbg|Any CPU.ActiveCfg = external_dbg|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_dbg|Mixed Platforms.ActiveCfg = external_dbg|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_dbg|Win32.ActiveCfg = external_dbg|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_dbg|x64.ActiveCfg = external_dbg|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external_dbg|x86.ActiveCfg = external_dbg|x64 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external|Any CPU.ActiveCfg = external|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external|Mixed Platforms.ActiveCfg = external|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external|Win32.ActiveCfg = external|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external|x64.ActiveCfg = external|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external|x86.ActiveCfg = external|x64 + {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external|x64.ActiveCfg = external|x64 + {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external|x86.ActiveCfg = external|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release_delaysign|Any CPU.ActiveCfg = Release|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release_delaysign|Win32.ActiveCfg = Release|Win32 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release_delaysign|x64.ActiveCfg = release_delaysign|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release_delaysign|x86.ActiveCfg = release_delaysign|x64 + {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release_delaysign|x64.ActiveCfg = release_mt|x64 + {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release_delaysign|x64.Build.0 = release_mt|x64 + {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release_delaysign|x86.ActiveCfg = release_mt|x64 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.release_mt|Any CPU.ActiveCfg = release_mt|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.release_mt|Mixed Platforms.ActiveCfg = release_mt|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.release_mt|Win32.ActiveCfg = release_mt|Win32 @@ -313,13 +241,13 @@ Global {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release|x64.ActiveCfg = Release|x64 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release|x64.Build.0 = Release|x64 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Release|x86.ActiveCfg = Release|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Setup|Any CPU.ActiveCfg = smtcomp|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Setup|Mixed Platforms.ActiveCfg = smtcomp|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Setup|Mixed Platforms.Build.0 = smtcomp|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Setup|Win32.ActiveCfg = smtcomp|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Setup|x64.ActiveCfg = smtcomp|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Setup|x64.Build.0 = smtcomp|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Setup|x86.ActiveCfg = smtcomp|x64 + {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Setup|Any CPU.ActiveCfg = Trace|x64 + {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Setup|Mixed Platforms.ActiveCfg = Trace|x64 + {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Setup|Mixed Platforms.Build.0 = Trace|x64 + {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Setup|Win32.ActiveCfg = Trace|x64 + {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Setup|x64.ActiveCfg = Trace|x64 + {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Setup|x64.Build.0 = Trace|x64 + {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Setup|x86.ActiveCfg = Trace|x64 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Trace|Any CPU.ActiveCfg = Trace|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Trace|Mixed Platforms.ActiveCfg = Trace|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Trace|Mixed Platforms.Build.0 = Trace|Win32 @@ -332,12 +260,6 @@ Global {9E76526D-EDA2-4B88-9616-A8FC08F31071}.commercial|Win32.ActiveCfg = commercial|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.commercial|x64.ActiveCfg = commercial|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.commercial|x86.ActiveCfg = commercial|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.debug_opt|Any CPU.ActiveCfg = Debug|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.debug_opt|Mixed Platforms.ActiveCfg = debug_opt|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.debug_opt|Win32.ActiveCfg = Debug|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.debug_opt|Win32.Build.0 = Debug|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.debug_opt|x64.ActiveCfg = Debug|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.debug_opt|x86.ActiveCfg = debug_opt|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Debug|Any CPU.ActiveCfg = Debug|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Debug|Mixed Platforms.Build.0 = Debug|Win32 @@ -346,28 +268,19 @@ Global {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Debug|x64.ActiveCfg = Debug|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Debug|x64.Build.0 = Debug|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Debug|x86.ActiveCfg = Debug|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_64|Any CPU.ActiveCfg = external_64|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_64|Mixed Platforms.ActiveCfg = external_64|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_64|Mixed Platforms.Build.0 = external_64|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_64|Win32.ActiveCfg = external_64|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_64|x64.ActiveCfg = external_64|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_64|x86.ActiveCfg = external_64|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_dbg|Any CPU.ActiveCfg = external_dbg|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_dbg|Mixed Platforms.ActiveCfg = external_dbg|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_dbg|Win32.ActiveCfg = external_dbg|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_dbg|Win32.Build.0 = external_dbg|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_dbg|x64.ActiveCfg = external_dbg|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external_dbg|x86.ActiveCfg = external_dbg|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external|Any CPU.ActiveCfg = Release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external|Mixed Platforms.ActiveCfg = Release|Win32 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external|Mixed Platforms.ActiveCfg = external|Win32 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external|Mixed Platforms.Build.0 = external|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external|Win32.ActiveCfg = Release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external|x64.ActiveCfg = Release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external|x86.ActiveCfg = external_parallel|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release_delaysign|Any CPU.ActiveCfg = release_static|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external|x64.ActiveCfg = external|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external|x64.Build.0 = external|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external|x86.ActiveCfg = Release|Win32 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release_delaysign|Any CPU.ActiveCfg = release_mt|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release_delaysign|Win32.ActiveCfg = release_static|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release_delaysign|x64.ActiveCfg = release_static|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release_delaysign|x86.ActiveCfg = release_static|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release_delaysign|Win32.ActiveCfg = release_mt|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release_delaysign|x64.ActiveCfg = release_mt|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release_delaysign|x64.Build.0 = release_mt|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release_delaysign|x86.ActiveCfg = release_mt|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.release_mt|Any CPU.ActiveCfg = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.release_mt|Mixed Platforms.ActiveCfg = release_mt|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.release_mt|Win32.ActiveCfg = release_mt|Win32 @@ -378,15 +291,15 @@ Global {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|Mixed Platforms.Build.0 = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|Win32.ActiveCfg = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|Win32.Build.0 = Release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|x64.ActiveCfg = Release|Win32 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|x64.ActiveCfg = Release|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|x86.ActiveCfg = Release|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|Any CPU.ActiveCfg = smtcomp|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|Mixed Platforms.ActiveCfg = smtcomp|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|Mixed Platforms.Build.0 = smtcomp|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|Win32.ActiveCfg = smtcomp|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|x64.ActiveCfg = smtcomp|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|x64.Build.0 = smtcomp|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|x86.ActiveCfg = smtcomp|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|Any CPU.ActiveCfg = Release|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|Mixed Platforms.ActiveCfg = Release|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|Mixed Platforms.Build.0 = Release|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|Win32.ActiveCfg = Release|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|x64.ActiveCfg = Release|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|x64.Build.0 = Release|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|x86.ActiveCfg = Release|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Trace|Any CPU.ActiveCfg = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Trace|Mixed Platforms.ActiveCfg = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Trace|Win32.ActiveCfg = Release|Win32 @@ -400,12 +313,6 @@ Global {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.commercial|x64.ActiveCfg = commercial|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.commercial|x64.Build.0 = commercial|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.commercial|x86.ActiveCfg = commercial|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.debug_opt|Any CPU.ActiveCfg = Debug|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.debug_opt|Mixed Platforms.ActiveCfg = Debug|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.debug_opt|Win32.ActiveCfg = Debug|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.debug_opt|Win32.Build.0 = Debug|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.debug_opt|x64.ActiveCfg = Debug|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.debug_opt|x86.ActiveCfg = Debug|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|Any CPU.ActiveCfg = Debug|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|Any CPU.Build.0 = Debug|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 @@ -415,35 +322,21 @@ Global {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|x64.ActiveCfg = Debug|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|x64.Build.0 = Debug|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|x86.ActiveCfg = Debug|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_64|Any CPU.ActiveCfg = external_64|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_64|Mixed Platforms.ActiveCfg = external_64|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_64|Mixed Platforms.Build.0 = external_64|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_64|Win32.ActiveCfg = external_64|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_64|x64.ActiveCfg = external_64|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_64|x64.Build.0 = external_64|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_64|x86.ActiveCfg = external_64|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_dbg|Any CPU.ActiveCfg = external_dbg|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_dbg|Any CPU.Build.0 = external_dbg|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_dbg|Mixed Platforms.ActiveCfg = external_dbg|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_dbg|Mixed Platforms.Build.0 = external_dbg|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_dbg|Win32.ActiveCfg = external_dbg|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_dbg|Win32.Build.0 = external_dbg|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_dbg|x64.ActiveCfg = external_dbg|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external_dbg|x86.ActiveCfg = external_dbg|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|Any CPU.ActiveCfg = external|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|Any CPU.Build.0 = external|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|Mixed Platforms.ActiveCfg = external|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|Mixed Platforms.Build.0 = external|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|Win32.ActiveCfg = external|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|Win32.Build.0 = external|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|x64.ActiveCfg = Release|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|x86.ActiveCfg = external|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|x64.ActiveCfg = external|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|x64.Build.0 = external|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|x86.ActiveCfg = external|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release_delaysign|Any CPU.ActiveCfg = Release|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|Win32 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release_delaysign|Win32.ActiveCfg = release_static|Win32 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release_delaysign|Win32.ActiveCfg = release_mt|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release_delaysign|x64.ActiveCfg = Release|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release_delaysign|x64.Build.0 = Release|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release_delaysign|x86.ActiveCfg = release_static|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release_delaysign|x86.ActiveCfg = release_mt|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_mt|Any CPU.ActiveCfg = release_mt|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_mt|Any CPU.Build.0 = release_mt|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_mt|Mixed Platforms.ActiveCfg = release_mt|Win32 @@ -461,13 +354,13 @@ Global {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release|x64.ActiveCfg = Release|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release|x64.Build.0 = Release|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release|x86.ActiveCfg = Release|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|Any CPU.ActiveCfg = smtcomp|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|Mixed Platforms.ActiveCfg = smtcomp|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|Mixed Platforms.Build.0 = smtcomp|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|Win32.ActiveCfg = smtcomp|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|x64.ActiveCfg = smtcomp|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|x64.Build.0 = smtcomp|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|x86.ActiveCfg = smtcomp|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|Any CPU.ActiveCfg = trace|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|Mixed Platforms.ActiveCfg = trace|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|Mixed Platforms.Build.0 = trace|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|Win32.ActiveCfg = trace|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|x64.ActiveCfg = trace|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|x64.Build.0 = trace|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|x86.ActiveCfg = trace|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Trace|Any CPU.ActiveCfg = Release|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Trace|Mixed Platforms.ActiveCfg = Release|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Trace|Win32.ActiveCfg = trace|Win32 @@ -482,13 +375,6 @@ Global {F008F2C4-D652-4A58-8DEF-DB83E2355454}.commercial|x64.ActiveCfg = commercial|x64 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.commercial|x64.Build.0 = commercial|x64 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.commercial|x86.ActiveCfg = commercial|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.debug_opt|Any CPU.ActiveCfg = debug_opt|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.debug_opt|Mixed Platforms.ActiveCfg = debug_opt|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.debug_opt|Mixed Platforms.Build.0 = debug_opt|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.debug_opt|Win32.ActiveCfg = debug_opt|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.debug_opt|Win32.Build.0 = debug_opt|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.debug_opt|x64.ActiveCfg = debug_opt|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.debug_opt|x86.ActiveCfg = debug_opt|x64 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Debug|Any CPU.ActiveCfg = Debug|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Debug|Any CPU.Build.0 = Debug|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 @@ -498,36 +384,22 @@ Global {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Debug|x64.ActiveCfg = Debug|x64 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Debug|x64.Build.0 = Debug|x64 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Debug|x86.ActiveCfg = Debug|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_64|Any CPU.ActiveCfg = external_64|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_64|Mixed Platforms.ActiveCfg = external_64|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_64|Mixed Platforms.Build.0 = external_64|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_64|Win32.ActiveCfg = external_64|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_64|Win32.Build.0 = external_64|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_64|x64.ActiveCfg = external_64|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_64|x64.Build.0 = external_64|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_64|x86.ActiveCfg = external_64|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_dbg|Any CPU.ActiveCfg = external_dbg|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_dbg|Mixed Platforms.ActiveCfg = external_dbg|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_dbg|Mixed Platforms.Build.0 = external_dbg|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_dbg|Win32.ActiveCfg = external_dbg|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_dbg|Win32.Build.0 = external_dbg|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_dbg|x64.ActiveCfg = external_dbg|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external_dbg|x86.ActiveCfg = external_dbg|x64 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|Any CPU.ActiveCfg = external|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|Any CPU.Build.0 = external|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|Mixed Platforms.ActiveCfg = external|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|Mixed Platforms.Build.0 = external|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|Win32.ActiveCfg = external|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|Win32.Build.0 = external|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|x64.ActiveCfg = external|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|x86.ActiveCfg = external|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|Any CPU.ActiveCfg = Release_delaysign|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|Mixed Platforms.ActiveCfg = Release_delaysign|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|Mixed Platforms.Build.0 = Release_delaysign|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|Win32.ActiveCfg = Release_delaysign|Win32 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|x64.ActiveCfg = Release_delaysign|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|x64.Build.0 = Release_delaysign|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|x86.ActiveCfg = Release_delaysign|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|x64.ActiveCfg = external|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|x64.Build.0 = external|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|x86.ActiveCfg = external|Win32 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|Any CPU.ActiveCfg = release_mt|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|Mixed Platforms.ActiveCfg = release_mt|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|Mixed Platforms.Build.0 = release_mt|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|Win32.ActiveCfg = release_mt|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|x64.ActiveCfg = release_mt|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|x64.Build.0 = release_mt|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|x86.ActiveCfg = release_mt|x64 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.release_mt|Any CPU.ActiveCfg = release_mt|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.release_mt|Mixed Platforms.ActiveCfg = release_mt|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.release_mt|Win32.ActiveCfg = release_mt|Win32 @@ -543,13 +415,13 @@ Global {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release|x64.ActiveCfg = Release|x64 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release|x64.Build.0 = Release|x64 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release|x86.ActiveCfg = Release|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|Any CPU.ActiveCfg = smtcomp|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|Mixed Platforms.ActiveCfg = smtcomp|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|Mixed Platforms.Build.0 = smtcomp|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|Win32.ActiveCfg = smtcomp|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|x64.ActiveCfg = smtcomp|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|x64.Build.0 = smtcomp|x64 - {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|x86.ActiveCfg = smtcomp|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|Any CPU.ActiveCfg = Trace|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|Mixed Platforms.ActiveCfg = Trace|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|Mixed Platforms.Build.0 = Trace|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|Win32.ActiveCfg = Trace|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|x64.ActiveCfg = Trace|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|x64.Build.0 = Trace|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|x86.ActiveCfg = Trace|x64 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Trace|Any CPU.ActiveCfg = Trace|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Trace|Mixed Platforms.ActiveCfg = Trace|Win32 {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Trace|Win32.ActiveCfg = Trace|Win32 @@ -561,41 +433,22 @@ Global {7C154132-AAAB-4F60-B652-F8C51A63D244}.commercial|Win32.ActiveCfg = commercial|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.commercial|x64.ActiveCfg = commercial|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.commercial|x86.ActiveCfg = commercial|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.debug_opt|Any CPU.ActiveCfg = Debug|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.debug_opt|Mixed Platforms.ActiveCfg = Debug|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.debug_opt|Mixed Platforms.Build.0 = Debug|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.debug_opt|Win32.ActiveCfg = Debug|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.debug_opt|Win32.Build.0 = Debug|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.debug_opt|x64.ActiveCfg = Debug|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.debug_opt|x86.ActiveCfg = Debug|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|Any CPU.ActiveCfg = Debug|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|Any CPU.Build.0 = Debug|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|Mixed Platforms.Build.0 = Debug|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|Win32.ActiveCfg = Debug|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|Win32.Build.0 = Debug|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|x64.ActiveCfg = Debug|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|x64.ActiveCfg = Debug|x64 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|x86.ActiveCfg = Debug|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_64|Any CPU.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_64|Mixed Platforms.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_64|Mixed Platforms.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_64|Win32.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_64|Win32.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_64|x64.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_64|x86.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_dbg|Any CPU.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_dbg|Mixed Platforms.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_dbg|Mixed Platforms.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_dbg|Win32.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_dbg|x64.ActiveCfg = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external_dbg|x86.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Any CPU.ActiveCfg = external|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Any CPU.Build.0 = external|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Mixed Platforms.ActiveCfg = external|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Mixed Platforms.Build.0 = external|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Win32.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Win32.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|x64.ActiveCfg = Release|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|x64.ActiveCfg = external|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|x64.Build.0 = external|x64 {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|x86.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release_delaysign|Any CPU.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|Win32 @@ -613,14 +466,15 @@ Global {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|Mixed Platforms.Build.0 = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|Win32.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|Win32.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|x64.ActiveCfg = Release|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|x64.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|x64.Build.0 = Release|x64 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|x86.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Setup|Any CPU.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Setup|Mixed Platforms.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Setup|Mixed Platforms.Build.0 = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Setup|Win32.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Setup|Win32.Build.0 = Release|Win32 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.Setup|x64.ActiveCfg = Release|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Setup|x64.ActiveCfg = Release|x64 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Setup|x86.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Trace|Any CPU.ActiveCfg = Release|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Trace|Mixed Platforms.ActiveCfg = Release|Win32 @@ -636,13 +490,6 @@ Global {EC3DB697-B734-42F7-9468-5B62821EEB5A}.commercial|Win32.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.commercial|x64.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.commercial|x86.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.debug_opt|Any CPU.ActiveCfg = Debug|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.debug_opt|Any CPU.Build.0 = Debug|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.debug_opt|Mixed Platforms.ActiveCfg = Debug|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.debug_opt|Mixed Platforms.Build.0 = Debug|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.debug_opt|Win32.ActiveCfg = Debug|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.debug_opt|x64.ActiveCfg = Debug|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.debug_opt|x86.ActiveCfg = Debug|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|Any CPU.Build.0 = Debug|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU @@ -652,28 +499,14 @@ Global {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|x64.ActiveCfg = Debug|x64 {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|x64.Build.0 = Debug|x64 {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|x86.ActiveCfg = Debug|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_64|Any CPU.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_64|Any CPU.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_64|Mixed Platforms.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_64|Mixed Platforms.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_64|Win32.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_64|x64.ActiveCfg = external_64|x64 - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_64|x64.Build.0 = external_64|x64 - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_64|x86.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_dbg|Any CPU.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_dbg|Any CPU.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_dbg|Mixed Platforms.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_dbg|Mixed Platforms.Build.0 = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_dbg|Win32.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_dbg|x64.ActiveCfg = Release|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external_dbg|x86.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Any CPU.ActiveCfg = external|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Any CPU.Build.0 = external|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Mixed Platforms.ActiveCfg = external|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Mixed Platforms.Build.0 = external|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Win32.ActiveCfg = external|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Win32.Build.0 = external|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|x64.ActiveCfg = Release|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|x64.ActiveCfg = external|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|x64.Build.0 = external|x64 {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|x86.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release_delaysign|Any CPU.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release_delaysign|Any CPU.Build.0 = Release|Any CPU @@ -719,13 +552,6 @@ Global {B408E4BF-338D-446D-8D28-0DAB9BE91182}.commercial|x64.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.commercial|x86.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.commercial|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.debug_opt|Any CPU.ActiveCfg = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.debug_opt|Mixed Platforms.ActiveCfg = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.debug_opt|Mixed Platforms.Build.0 = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.debug_opt|Win32.ActiveCfg = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.debug_opt|x64.ActiveCfg = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.debug_opt|x86.ActiveCfg = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.debug_opt|x86.Build.0 = Debug|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|Any CPU.ActiveCfg = Debug|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|Mixed Platforms.Build.0 = Debug|x86 @@ -734,25 +560,11 @@ Global {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|x64.Build.0 = Debug|x64 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|x86.ActiveCfg = Debug|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|x86.Build.0 = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_64|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_64|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_64|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_64|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_64|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_64|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_64|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_dbg|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_dbg|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_dbg|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_dbg|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_dbg|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_dbg|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_dbg|x86.Build.0 = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|Any CPU.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|Mixed Platforms.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|Mixed Platforms.Build.0 = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|x64.ActiveCfg = Release|x86 + {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|x64.ActiveCfg = Release|x64 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|x86.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|x86.Build.0 = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release_delaysign|Any CPU.ActiveCfg = Release|x86 @@ -781,7 +593,7 @@ Global {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|Mixed Platforms.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|Mixed Platforms.Build.0 = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|x64.ActiveCfg = Release|x86 + {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|x64.ActiveCfg = Release|x64 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|x86.ActiveCfg = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|x86.Build.0 = Release|x86 {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Trace|Any CPU.ActiveCfg = Release|x86 From 8aecd2f71ae3decc81f2d865b5c24b2fdd6aaf5c Mon Sep 17 00:00:00 2001 From: Leonardo de Moura Date: Thu, 11 Oct 2012 00:23:01 -0700 Subject: [PATCH 3/9] cleanned test_capi example Signed-off-by: Leonardo de Moura --- maxsat/README.txt | 3 --- test_capi/README-external.txt | 26 -------------------------- test_capi/README-linux.txt | 8 -------- test_capi/README-osx.txt | 8 -------- test_capi/README.txt | 25 +++++++++++++++++++++++++ test_capi/build-external-linux.sh | 1 - test_capi/build-external-osx.sh | 1 - test_capi/build-external.cmd | 1 - test_capi/build-external.sh | 1 - test_capi/build-static-linux.sh | 4 ---- test_capi/build-static-osx.sh | 4 ---- test_capi/build.sh | 9 +++++++++ test_capi/exec-external-linux.sh | 2 -- test_capi/exec-external-osx.sh | 2 -- test_capi/exec-external.cmd | 5 ----- test_capi/exec-external.sh | 2 -- 16 files changed, 34 insertions(+), 68 deletions(-) delete mode 100644 test_capi/README-external.txt delete mode 100644 test_capi/README-linux.txt delete mode 100644 test_capi/README-osx.txt create mode 100644 test_capi/README.txt delete mode 100644 test_capi/build-external-linux.sh delete mode 100644 test_capi/build-external-osx.sh delete mode 100644 test_capi/build-external.cmd delete mode 100644 test_capi/build-external.sh delete mode 100644 test_capi/build-static-linux.sh delete mode 100644 test_capi/build-static-osx.sh create mode 100644 test_capi/build.sh delete mode 100644 test_capi/exec-external-linux.sh delete mode 100644 test_capi/exec-external-osx.sh delete mode 100644 test_capi/exec-external.cmd delete mode 100644 test_capi/exec-external.sh diff --git a/maxsat/README.txt b/maxsat/README.txt index 749335945..82eb6bc2a 100644 --- a/maxsat/README.txt +++ b/maxsat/README.txt @@ -1,9 +1,6 @@ WARNING: this example still uses the old Z3 (version 3.x) C API. The current version is backward compatible. -This directory contains scripts to build the MaxSAT application using -Microsoft C compiler, or gcc. - 1) Using Visual Studio (with Z3 source code release) The maxsat example application is automatically built when the z3-prover.sln is processed. The following command should be used to compile z3-prover.sln in the Z3 root directory diff --git a/test_capi/README-external.txt b/test_capi/README-external.txt deleted file mode 100644 index ede64e80a..000000000 --- a/test_capi/README-external.txt +++ /dev/null @@ -1,26 +0,0 @@ -WARNING: this example still uses the old Z3 (version 3.x) C API. The current version is backward compatible. Please go to the examples/c++ for examples using the new API. - -This directory contains scripts to build the test application using -Microsoft C compiler, or gcc. - -1) Using Microsoft C compiler - -Use 'build.cmd' to build the test application using Microsoft C -compiler. - -Remark: The Microsoft C compiler (cl) must be in your path, -or you can use the Visual Studio Command Prompt. - -The script 'exec.cmd' adds the bin directory to the path. So, -test_capi.exe can find z3.dll. - - -2) Using gcc - -Use 'build.sh' to build the test application using gcc. -The script 'exec.sh' adds the bin directory to the path. So, -test_capi.exe can find z3.dll. - -Remark: the scripts 'build.sh' and 'exec.sh' assumes you are in a -Cygwin or Mingw shell. - diff --git a/test_capi/README-linux.txt b/test_capi/README-linux.txt deleted file mode 100644 index a0e3fc405..000000000 --- a/test_capi/README-linux.txt +++ /dev/null @@ -1,8 +0,0 @@ -WARNING: this example still uses the old Z3 (version 3.x) C API. The current version is backward compatible. Please go to the examples/c++ for examples using the new API. - -This directory contains scripts to build the test application using gcc. - -Use 'build.sh' to build the test application using gcc. -The script 'exec.sh' adds the lib directory to the path. So, -test_capi can find libz3.so. - diff --git a/test_capi/README-osx.txt b/test_capi/README-osx.txt deleted file mode 100644 index fefe3cae9..000000000 --- a/test_capi/README-osx.txt +++ /dev/null @@ -1,8 +0,0 @@ -WARNING: this example still uses the old Z3 (version 3.x) C API. The current version is backward compatible. Please go to the examples/c++ for examples using the new API. - -This directory contains scripts to build the test application using gcc. - -Use 'build.sh' to build the test application using gcc. -The script 'exec.sh' adds the lib directory to the path. So, -test_capi can find libz3.dylib. - diff --git a/test_capi/README.txt b/test_capi/README.txt new file mode 100644 index 000000000..c23e632c4 --- /dev/null +++ b/test_capi/README.txt @@ -0,0 +1,25 @@ +WARNING: this example still uses the old Z3 (version 3.x) C API. +The current version is backward compatible. + +1) Using Visual Studio (with Z3 source code release) + +The test_capi application is automatically built when the z3-prover.sln is processed. The following command should be used to compile z3-prover.sln in the Z3 root directory + + msbuild /p:configuration=external + +The maxsat executable is located at + + ..\external\test_capi + +2) Using gcc (on Linux or OSX) + +Use 'build.sh' to build the test application using gcc. + +You must install Z3 before running this example. +To install Z3, execute the following command in the Z3 root directory. + + sudo make install + +Use 'build.sh' to build the test application using gcc. +It generates the executable 'test_capi'. + diff --git a/test_capi/build-external-linux.sh b/test_capi/build-external-linux.sh deleted file mode 100644 index ca7b5c953..000000000 --- a/test_capi/build-external-linux.sh +++ /dev/null @@ -1 +0,0 @@ -gcc -fopenmp -o test_capi test_capi.c -I ../../include -L ../../lib -lz3 diff --git a/test_capi/build-external-osx.sh b/test_capi/build-external-osx.sh deleted file mode 100644 index ca7b5c953..000000000 --- a/test_capi/build-external-osx.sh +++ /dev/null @@ -1 +0,0 @@ -gcc -fopenmp -o test_capi test_capi.c -I ../../include -L ../../lib -lz3 diff --git a/test_capi/build-external.cmd b/test_capi/build-external.cmd deleted file mode 100644 index 5ac5ca622..000000000 --- a/test_capi/build-external.cmd +++ /dev/null @@ -1 +0,0 @@ -cl /I ..\..\include ..\..\bin\z3.lib test_capi.c diff --git a/test_capi/build-external.sh b/test_capi/build-external.sh deleted file mode 100644 index d7b1f6123..000000000 --- a/test_capi/build-external.sh +++ /dev/null @@ -1 +0,0 @@ -gcc -fopenmp -o test_capi.exe -I ../../include ../../bin/z3.dll test_capi.c diff --git a/test_capi/build-static-linux.sh b/test_capi/build-static-linux.sh deleted file mode 100644 index 1d7f2fecc..000000000 --- a/test_capi/build-static-linux.sh +++ /dev/null @@ -1,4 +0,0 @@ -# Note: Z3 was built using C++, so libz3.a has C++ dependencies. -# You can use gcc to link the program, but you need tell it -# to link the C++ libraries -g++ -fopenmp -static -I../../include -L../../lib test_capi.c -lz3 -o test_capi diff --git a/test_capi/build-static-osx.sh b/test_capi/build-static-osx.sh deleted file mode 100644 index 4a2889e94..000000000 --- a/test_capi/build-static-osx.sh +++ /dev/null @@ -1,4 +0,0 @@ -# Note: Z3 was built using C++, so libz3.a has C++ dependencies. -# You can use gcc to link the program, but you need tell it -# to link the C++ libraries -g++ -fopenmp -I../../include test_capi.c ../../lib/libz3.a -o test_capi diff --git a/test_capi/build.sh b/test_capi/build.sh new file mode 100644 index 000000000..0caa7fff5 --- /dev/null +++ b/test_capi/build.sh @@ -0,0 +1,9 @@ +if gcc -fopenmp -o test_capi test_capi.c -lz3; then + echo "test_capi applicatio was successfully compiled." + echo "To try it, execute:" + echo " ./test_capi" +else + echo "You must install Z3 before compiling this example." + echo "To install Z3, execute the following command in the Z3 root directory." + echo " sudo make install" +fi diff --git a/test_capi/exec-external-linux.sh b/test_capi/exec-external-linux.sh deleted file mode 100644 index ced185c0f..000000000 --- a/test_capi/exec-external-linux.sh +++ /dev/null @@ -1,2 +0,0 @@ -export LD_LIBRARY_PATH=../../lib:$LD_LIBRARY_PATH -./test_capi diff --git a/test_capi/exec-external-osx.sh b/test_capi/exec-external-osx.sh deleted file mode 100644 index 2fc2a0ac1..000000000 --- a/test_capi/exec-external-osx.sh +++ /dev/null @@ -1,2 +0,0 @@ -export DYLD_LIBRARY_PATH=../../lib:$DYLD_LIBRARY_PATH -./test_capi diff --git a/test_capi/exec-external.cmd b/test_capi/exec-external.cmd deleted file mode 100644 index b6310d5ac..000000000 --- a/test_capi/exec-external.cmd +++ /dev/null @@ -1,5 +0,0 @@ -@echo off -SETLOCAL -set PATH=..\..\bin;%PATH% -test_capi.exe -ENDLOCAL diff --git a/test_capi/exec-external.sh b/test_capi/exec-external.sh deleted file mode 100644 index aa2ed0c7c..000000000 --- a/test_capi/exec-external.sh +++ /dev/null @@ -1,2 +0,0 @@ -export PATH=../../bin:$PATH -./test_capi.exe From 6ffaadd49899888696cb818505837bec298d6d69 Mon Sep 17 00:00:00 2001 From: Leonardo de Moura Date: Thu, 11 Oct 2012 00:42:24 -0700 Subject: [PATCH 4/9] Fixed gcc compilation bug, add exec flag Signed-off-by: Leonardo de Moura --- lib/dl_bmc_engine.cpp | 2 +- test_capi/build.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 test_capi/build.sh diff --git a/lib/dl_bmc_engine.cpp b/lib/dl_bmc_engine.cpp index d65cae822..21e0f0728 100644 --- a/lib/dl_bmc_engine.cpp +++ b/lib/dl_bmc_engine.cpp @@ -641,7 +641,7 @@ namespace datalog { expr_ref trace(m), path(m); trace = m.mk_const(symbol("trace"), trace_sort); path = m.mk_const(symbol("path"),m_path_sort); - assert_expr(m.mk_app(q, trace, path)); + assert_expr(m.mk_app(q, trace.get(), path.get())); lbool is_sat = m_solver.check(); if (is_sat == l_undef) { model_ref md; diff --git a/test_capi/build.sh b/test_capi/build.sh old mode 100644 new mode 100755 From 345c7448ac33e1bfb44a65c027a0297948a2836c Mon Sep 17 00:00:00 2001 From: Leonardo de Moura Date: Thu, 11 Oct 2012 00:54:58 -0700 Subject: [PATCH 5/9] Added Xor to z3py Signed-off-by: Leonardo de Moura --- python/z3.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/python/z3.py b/python/z3.py index 9348e5b59..9d9d03e55 100644 --- a/python/z3.py +++ b/python/z3.py @@ -1328,6 +1328,21 @@ def Implies(a, b, ctx=None): b = s.cast(b) return BoolRef(Z3_mk_implies(ctx.ref(), a.as_ast(), b.as_ast()), ctx) +def Xor(a, b, ctx=None): + """Create a Z3 Xor expression. + + >>> p, q = Bools('p q') + >>> Xor(p, q) + Xor(p, q) + >>> simplify(Xor(p, q)) + Not(p) == q + """ + ctx = _get_ctx(_ctx_from_ast_arg_list([a, b], ctx)) + s = BoolSort(ctx) + a = s.cast(a) + b = s.cast(b) + return BoolRef(Z3_mk_xor(ctx.ref(), a.as_ast(), b.as_ast()), ctx) + def Not(a, ctx=None): """Create a Z3 not expression or probe. From e0c746e382b64f9f14445b52c1c71f6054e406fa Mon Sep 17 00:00:00 2001 From: wintersteiger Date: Thu, 11 Oct 2012 14:47:38 +0100 Subject: [PATCH 6/9] removed test_managed, added Microsoft.Z3/test_mapi Signed-off-by: wintersteiger --- Microsoft.Z3/test_mapi/Program.cs | 38 +- Microsoft.Z3/test_mapi/test_mapi.csproj | 71 +- test_managed/Properties/AssemblyInfo.cs | 36 - test_managed/README-external.txt | 6 - test_managed/build-external.bat | 2 - test_managed/build-external.cmd | 3 - test_managed/build.bat | 2 - test_managed/test_managed.cs | 1772 ----------------------- test_managed/test_managed.csproj | 71 - z3-prover.sln | 279 ++-- 10 files changed, 228 insertions(+), 2052 deletions(-) delete mode 100644 test_managed/Properties/AssemblyInfo.cs delete mode 100644 test_managed/README-external.txt delete mode 100644 test_managed/build-external.bat delete mode 100644 test_managed/build-external.cmd delete mode 100644 test_managed/build.bat delete mode 100644 test_managed/test_managed.cs delete mode 100644 test_managed/test_managed.csproj diff --git a/Microsoft.Z3/test_mapi/Program.cs b/Microsoft.Z3/test_mapi/Program.cs index 99f431d2d..db3cd30b2 100644 --- a/Microsoft.Z3/test_mapi/Program.cs +++ b/Microsoft.Z3/test_mapi/Program.cs @@ -184,7 +184,7 @@ namespace test_mapi /// public static void SimpleExample() { - Console.WriteLine("SimpleExample"); + Console.WriteLine("SimpleExample"); using (Context ctx = new Context()) { @@ -649,7 +649,7 @@ namespace test_mapi { "MBQI", "false" }, { "PROOF_MODE", "2" }, { "AUTO_CONFIG", "false" } - }; + }; /* If quantified formulas are asserted in a logical context, then the model produced by Z3 should be viewed as a potential model. */ @@ -975,7 +975,7 @@ namespace test_mapi /// static void SMT1FileTest(string filename) { - Console.Write("SMT File test "); + Console.Write("SMT File test "); using (Context ctx = new Context(new Dictionary() { { "MODEL", "true" } })) { @@ -983,7 +983,7 @@ namespace test_mapi BoolExpr a = ctx.MkAnd(ctx.SMTLIBFormulas); Console.WriteLine("read formula: " + a); - } + } } /// @@ -2022,30 +2022,30 @@ namespace test_mapi } } - public static void FiniteDomainExample(Context ctx) - { + public static void FiniteDomainExample(Context ctx) + { Console.WriteLine("FiniteDomainExample"); - var s = ctx.MkFiniteDomainSort("S", 10); - var t = ctx.MkFiniteDomainSort("T", 10); - var s1 = ctx.MkNumeral(1, s); - var t1 = ctx.MkNumeral(1, t); - Console.WriteLine("{0}", s); - Console.WriteLine("{0}", t); - Console.WriteLine("{0}", s1); - Console.WriteLine("{0}", ctx.MkNumeral(2, s)); - Console.WriteLine("{0}", t1); + var s = ctx.MkFiniteDomainSort("S", 10); + var t = ctx.MkFiniteDomainSort("T", 10); + var s1 = ctx.MkNumeral(1, s); + var t1 = ctx.MkNumeral(1, t); + Console.WriteLine("{0}", s); + Console.WriteLine("{0}", t); + Console.WriteLine("{0}", s1); + Console.WriteLine("{0}", ctx.MkNumeral(2, s)); + Console.WriteLine("{0}", t1); // But you cannot mix numerals of different sorts // even if the size of their domains are the same: - // Console.WriteLine("{0}", ctx.MkEq(s1, t1)); - } + // Console.WriteLine("{0}", ctx.MkEq(s1, t1)); + } static void Main(string[] args) { try { Context.ToggleWarningMessages(true); - Log.Open("test.log"); + Log.Open("test.log"); Console.Write("Z3 Major Version: "); Console.WriteLine(Microsoft.Z3.Version.Major.ToString()); @@ -2090,7 +2090,7 @@ namespace test_mapi EvalExample2(ctx); FindSmallModelExample(ctx); SimplifierExample(ctx); - FiniteDomainExample(ctx); + FiniteDomainExample(ctx); } QuantifierExample3(); diff --git a/Microsoft.Z3/test_mapi/test_mapi.csproj b/Microsoft.Z3/test_mapi/test_mapi.csproj index f43ce3915..9b8a935ec 100644 --- a/Microsoft.Z3/test_mapi/test_mapi.csproj +++ b/Microsoft.Z3/test_mapi/test_mapi.csproj @@ -36,6 +36,71 @@ test_mapi.Program + + true + bin\Debug\ + DEBUG;TRACE + full + AnyCPU + bin\Debug\test_mapi.exe.CodeAnalysisLog.xml + true + GlobalSuppressions.cs + prompt + MinimumRecommendedRules.ruleset + ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets + true + ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules + true + + + bin\Release\ + TRACE + true + pdbonly + AnyCPU + bin\Release\test_mapi.exe.CodeAnalysisLog.xml + true + GlobalSuppressions.cs + prompt + MinimumRecommendedRules.ruleset + ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets + true + ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules + true + + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + bin\Debug\test_mapi.exe.CodeAnalysisLog.xml + true + GlobalSuppressions.cs + prompt + MinimumRecommendedRules.ruleset + ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets + true + ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules + true + false + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + bin\Release\test_mapi.exe.CodeAnalysisLog.xml + true + GlobalSuppressions.cs + prompt + MinimumRecommendedRules.ruleset + ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets + true + ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules + true + @@ -44,15 +109,15 @@ + + + {EC3DB697-B734-42F7-9468-5B62821EEB5A} Microsoft.Z3 - - - diff --git a/test_managed/Properties/AssemblyInfo.cs b/test_managed/Properties/AssemblyInfo.cs deleted file mode 100644 index 3bf76c2bf..000000000 --- a/test_managed/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("test_managed")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("test_managed")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("7570b332-8715-4bc4-b06b-fa4b0c52592e")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/test_managed/README-external.txt b/test_managed/README-external.txt deleted file mode 100644 index 8af1b4d90..000000000 --- a/test_managed/README-external.txt +++ /dev/null @@ -1,6 +0,0 @@ -Use 'build.cmd' to build the test application using Microsoft C# -compiler. - -Remark: The Microsoft C# compiler (csc) must be in your path, -or you can use the Visual Studio Command Prompt. - diff --git a/test_managed/build-external.bat b/test_managed/build-external.bat deleted file mode 100644 index 8539f1836..000000000 --- a/test_managed/build-external.bat +++ /dev/null @@ -1,2 +0,0 @@ -csc /reference:..\..\lib\Microsoft.Z3.dll /platform:x86 test_managed.cs -copy ..\..\lib\Microsoft.Z3.dll . \ No newline at end of file diff --git a/test_managed/build-external.cmd b/test_managed/build-external.cmd deleted file mode 100644 index 6f28e72a8..000000000 --- a/test_managed/build-external.cmd +++ /dev/null @@ -1,3 +0,0 @@ -csc /reference:..\..\bin\Microsoft.Z3.dll /platform:x86 test_managed.cs -@rem Copy DLL to allow test_managed.exe to find it. -copy ..\..\bin\Microsoft.Z3.dll \ No newline at end of file diff --git a/test_managed/build.bat b/test_managed/build.bat deleted file mode 100644 index 990b5e7f6..000000000 --- a/test_managed/build.bat +++ /dev/null @@ -1,2 +0,0 @@ -csc /reference:..\debug\Microsoft.Z3.dll /platform:x86 /debug:full test_managed.cs -copy ..\debug\Microsoft.Z3.dll . \ No newline at end of file diff --git a/test_managed/test_managed.cs b/test_managed/test_managed.cs deleted file mode 100644 index ee9351b2e..000000000 --- a/test_managed/test_managed.cs +++ /dev/null @@ -1,1772 +0,0 @@ - -/** - \defgroup mapi_ex Managed (.NET) API examples -*/ -/*@{*/ - -using Microsoft.Z3; -using System; -using System.Collections.Generic; -/// -/// \brief Class encapsulating Z3 tests. -/// - -class TestManaged -{ - /// - /// \brief local reference to the Z3 Api. - /// - Context z3; - Solver solver; - - - /*! \brief Create a logical context with model construction enabled. - */ - public void mk_context() - { - if (this.z3 != null) - { - this.z3.Dispose(); - } - Dictionary cfg = new Dictionary() { - { "MODEL", "true" }, - { "MBQI_MAX_ITERATIONS", "10" }, - { "PROOF_MODE", "2" } }; - this.z3 = new Context(cfg); - this.solver = z3.MkSolver(); - } - - - /*! \brief Create an integer type. - */ - public IntSort mk_int_type() - { - return z3.MkIntSort(); - } - - /*! \brief Create a bit-vector type. - */ - public BitVecSort mk_bv_type(uint num_bytes) - { - return z3.MkBitVecSort(num_bytes); - } - - /*! \brief Create a variable using the given name and type. - */ - public Expr mk_var(string name, Sort ty) - { - return z3.MkConst(name, ty); - } - - /*! \brief Create a boolean variable using the given name. - */ - public BoolExpr mk_bool_var(string name) - { - return (BoolExpr) mk_var(name, z3.MkBoolSort()); - } - - /*! \brief Create an integer variable using the given name. - */ - public IntExpr mk_int_var(string name) - { - return (IntExpr)mk_var(name, mk_int_type()); - } - - /*! \brief Create a bit-vector variable using the given name. - */ - public BitVecExpr mk_bv_var(string name, uint num_bytes) - { - return (BitVecExpr)mk_var(name, mk_bv_type(num_bytes)); - } - - /*! \brief Create a Z3 integer node using an int. - */ - IntExpr mk_int(int v) - { - return (IntExpr)z3.MkNumeral(v, mk_int_type()); - } - - /*! \brief Create a Z3 32-bit integer. - */ - BitVecExpr mk_bv32(UInt32 b) - { - return (BitVecExpr)z3.MkNumeral(String.Format("{0}", b), mk_bv_type(32)); - } - - /*! \brief Create the unary function application: (f x). - */ - Expr mk_unary_app(FuncDecl f, Expr x) - { - return f[x]; - } - - /*! \brief Create the binary function application: (f x y). - */ - Expr mk_binary_app(FuncDecl f, Expr x, Expr y) - { - return f[x, y]; - } - - void exitf(string message) - { - Console.WriteLine("{0}", message); - throw new Exception("Fatal Error"); - } - - /*! - \brief Check whether the logical context is satisfiable, - and compare the result with the expected result. - If the context is satisfiable, then display the model. - */ - public void check(Status expected_result, out Model model) - { - Status result = solver.Check(); - model = null; - Console.WriteLine("{0}", result); - switch (result) - { - case Status.UNSATISFIABLE: - break; - case Status.UNKNOWN: - break; - case Status.SATISFIABLE: - model = solver.Model; - Console.WriteLine("{0}", model.ToString()); - break; - } - if (result != expected_result) - { - Console.WriteLine("BUG: unexpected result"); - } - } - - /** - \brief Similar to #check, but uses #display_model instead of Z3's native display method. - */ - public void check2(Status expected_result) - { - Status result = solver.Check(); - Console.WriteLine("{0}", result); - switch (result) - { - case Status.UNSATISFIABLE: - case Status.UNKNOWN: - break; - case Status.SATISFIABLE: - display_model(Console.Out, solver.Model); - break; - } - if (result != expected_result) - { - Console.WriteLine("BUG: unexpected result"); - } - } - - - - /*! - \brief Prove that the constraints already asserted into the logical - context implies the given formula. The result of the proof is - displayed. - - Z3 is a satisfiability checker. So, one can prove \c f by showing - that (not f) is unsatisfiable. - - */ - public void prove(BoolExpr f) - { - /* save the current state of the context */ - solver.Push(); - - BoolExpr not_f = z3.MkNot(f); - solver.Assert(not_f); - Status result = solver.Check(); - - switch (result) - { - case Status.UNSATISFIABLE: - /* proved */ - Console.WriteLine("valid"); - Console.WriteLine("Proof: " + solver.Proof); - break; - case Status.UNKNOWN: - /* Z3 failed to prove/disprove f. */ - Console.WriteLine("unknown"); - break; - case Status.SATISFIABLE: - /* disproved */ - Console.WriteLine("invalid"); - display_model(Console.Out, solver.Model); - break; - } - - /* restore context */ - solver.Pop(); - } - - /*! - \brief Prove that the constraints already asserted into the logical - context implies the given formula. The result of the proof is - displayed. - - Z3 is a satisfiability checker. So, one can prove \c f by showing - that (not f) is unsatisfiable. - - */ - public void prove2(BoolExpr f, bool is_valid) - { - /* save the current state of the context */ - solver.Push(); - - BoolExpr not_f = z3.MkNot(f); - solver.Assert(not_f); - - switch (solver.Check()) - { - case Status.UNSATISFIABLE: - /* proved */ - Console.WriteLine("valid"); - if (!is_valid) - { - exitf("Did not expecte valid"); - } - break; - case Status.UNKNOWN: - /* Z3 failed to prove/disprove f. */ - Console.WriteLine("unknown"); - if (is_valid) - { - exitf("Expected valid"); - } - break; - case Status.SATISFIABLE: - /* disproved */ - Console.WriteLine("invalid"); - display_model(Console.Out, solver.Model); - if (is_valid) - { - exitf("Expected valid"); - } - break; - } - - /* restore context */ - solver.Pop(); - - } - - /** - \brief Custom model pretty printer. - */ - void display_model(System.IO.TextWriter w, Model model) - { - w.WriteLine("Custom model display:"); - FuncDecl[] consts = model.ConstDecls; - for (int i = 0; i < consts.Length; i++) - { - w.WriteLine("{0} |-> {1}", consts[i], model.Evaluate(consts[i].Apply())); - } - w.WriteLine("num consts: {0}", consts.Length); - FuncDecl[] funcs = model.FuncDecls; - foreach (FuncDecl f in funcs) - { - FuncInterp g = model.FuncInterp(f); - - w.WriteLine("function {0}:", f); - for (int j = 0; j < g.Entries.Length; ++j) - { - for (int k = 0; k < g.Entries[j].Args.Length; ++k) - { - w.Write(" {0} ", g.Entries[j].Args[k]); - } - w.WriteLine(" |-> {0}", g.Entries[j].Value); - } - w.WriteLine(" else |-> {0}", g.Else); - } - } - - /*! - \brief Assert the axiom: function f is injective in the i-th argument. - - The following axiom is asserted into the logical context: - \code - forall (x_0, ..., x_n) finv(f(x_0, ..., x_i, ..., x_{n-1})) = x_i - \endcode - - Where, \c finv is a fresh function declaration. - */ - public void assert_inj_axiom(FuncDecl f, int i) - { - Sort[] domain = f.Domain; - uint sz = f.DomainSize; - - if (i >= sz) - { - Console.WriteLine("failed to create inj axiom"); - return; - } - - /* declare the i-th inverse of f: finv */ - Sort finv_domain = f.Range; - Sort finv_range = domain[i]; - FuncDecl finv = z3.MkFuncDecl("f_fresh", finv_domain, finv_range); - - /* allocate temporary arrays */ - Expr[] xs = new Expr[sz]; - Symbol[] names = new Symbol[sz]; - Sort[] types = new Sort[sz]; - - /* fill types, names and xs */ - - for (uint j = 0; j < sz; j++) - { - types[j] = domain[j]; - names[j] = z3.MkSymbol(String.Format("x_{0}", j)); - xs[j] = z3.MkBound(j, types[j]); - } - Expr x_i = xs[i]; - - /* create f(x_0, ..., x_i, ..., x_{n-1}) */ - Expr fxs = f[xs]; - - /* create f_inv(f(x_0, ..., x_i, ..., x_{n-1})) */ - Expr finv_fxs = mk_unary_app(finv, fxs); - - /* create finv(f(x_0, ..., x_i, ..., x_{n-1})) = x_i */ - Expr eq = z3.MkEq(finv_fxs, x_i); - - /* use f(x_0, ..., x_i, ..., x_{n-1}) as the pattern for the quantifier */ - Pattern p = z3.MkPattern(new Expr[] { fxs }); - Console.WriteLine("pattern {0}", p); - - /* create & assert quantifier */ - BoolExpr q = z3.MkForall( - types, /* types of quantified variables */ - names, /* names of quantified variables */ - eq, - 1, - new Pattern[] { p } /* patterns */); - - Console.WriteLine("assert axiom {0}", q); - solver.Assert(q); - - } - - /*! - \brief Assert the axiom: function f is injective in the i-th argument. - - The following axiom is asserted into the logical context: - \code - forall (x_0, ..., x_n) finv(f(x_0, ..., x_i, ..., x_{n-1})) = x_i - \endcode - - Where, \c finv is a fresh function declaration. - */ - public void assert_inj_axiom_abs(FuncDecl f, int i) - { - Sort[] domain = f.Domain; - uint sz = f.DomainSize; - - if (i >= sz) - { - Console.WriteLine("failed to create inj axiom"); - return; - } - - /* declare the i-th inverse of f: finv */ - Sort finv_domain = f.Range; - Sort finv_range = domain[i]; - FuncDecl finv = z3.MkFuncDecl("f_fresh", finv_domain, finv_range); - - /* allocate temporary arrays */ - Expr[] xs = new Expr[sz]; - - /* fill types, names and xs */ - - for (uint j = 0; j < sz; j++) - { - xs[j] = z3.MkConst(String.Format("x_{0}", j), domain[j]); - } - Expr x_i = xs[i]; - - /* create f(x_0, ..., x_i, ..., x_{n-1}) */ - Expr fxs = f[xs]; - - /* create f_inv(f(x_0, ..., x_i, ..., x_{n-1})) */ - Expr finv_fxs = mk_unary_app(finv, fxs); - - /* create finv(f(x_0, ..., x_i, ..., x_{n-1})) = x_i */ - Expr eq = z3.MkEq(finv_fxs, x_i); - - /* use f(x_0, ..., x_i, ..., x_{n-1}) as the pattern for the quantifier */ - Pattern p = z3.MkPattern(new Expr[] { fxs }); - Console.WriteLine("pattern {0}", p); - - /* create & assert quantifier */ - Quantifier q = z3.MkForall( - xs, /* the list of bound variables */ - eq, - 1, - new Pattern[] { p } /* patterns */); - - Console.WriteLine("assert axiom {0}", q); - solver.Assert(q); - - } - - /** - \brief Assert the axiom: function f is commutative. - - This example uses the SMT-LIB parser to simplify the axiom construction. - */ - private void assert_comm_axiom(FuncDecl f) - { - Sort t = f.Range; - Sort[] dom = f.Domain; - - if (dom.Length != 2 || - !t.Equals(dom[0]) || - !t.Equals(dom[1])) - { - Console.WriteLine("{0} {1} {2} {3}", dom.Length, dom[0], dom[1], t); - exitf("function must be binary, and argument types must be equal to return type"); - } - string bench = string.Format("(benchmark comm :formula (forall (x {0}) (y {1}) (= ({2} x y) ({3} y x))))", - t.Name, t.Name, f.Name, f.Name); - z3.ParseSMTLIBString(bench, new Symbol[] { t.Name }, new Sort[] { t }, new Symbol[] { f.Name }, new FuncDecl[] { f }); - BoolExpr q = z3.SMTLIBFormulas[0]; - Console.WriteLine("assert axiom:\n{0}", q); - solver.Assert(q); - } - - - - /* @name Examples - */ - - /*! - \brief "Hello world" example: create a Z3 logical context, and delete it. - */ - public void simple_example() - { - Console.WriteLine("simple_example"); - Dictionary cfg = new Dictionary(); - Context z3 = new Context(cfg); - - /* do something with the context */ - - /* be kind to dispose manually and not wait for the GC. */ - z3.Dispose(); - } - - /*! - \brief Find a model for x xor y. - */ - public void find_model_example1() - { - Console.WriteLine("find_model_example1"); - - mk_context(); - - BoolExpr x = mk_bool_var("x"); - BoolExpr y = mk_bool_var("y"); - BoolExpr x_xor_y = z3.MkXor(x, y); - - solver.Assert(x_xor_y); - - Console.WriteLine("model for: x xor y"); - Model model = null; - check(Status.SATISFIABLE, out model); - Console.WriteLine("x = {0}, y = {1}", - model.Evaluate(x), - model.Evaluate(y)); - } - - /*! - \brief Find a model for x < y + 1, x > 2. - Then, assert not(x = y), and find another model. - */ - public void find_model_example2() - { - Console.WriteLine("find_model_example2"); - - mk_context(); - IntExpr x = mk_int_var("x"); - IntExpr y = mk_int_var("y"); - IntExpr one = mk_int(1); - IntExpr two = mk_int(2); - - ArithExpr y_plus_one = z3.MkAdd(y, one); - - BoolExpr c1 = z3.MkLt(x, y_plus_one); - BoolExpr c2 = z3.MkGt(x, two); - - solver.Assert(c1); - solver.Assert(c2); - - Console.WriteLine("model for: x < y + 1, x > 2"); - Model model = null; - check(Status.SATISFIABLE, out model); - Console.WriteLine("x = {0}, y = {1}", - (model.Evaluate(x)), - (model.Evaluate(y))); - - /* assert not(x = y) */ - BoolExpr x_eq_y = z3.MkEq(x, y); - BoolExpr c3 = z3.MkNot(x_eq_y); - solver.Assert(c3); - - Console.WriteLine("model for: x < y + 1, x > 2, not(x = y)"); - check(Status.SATISFIABLE, out model); - Console.WriteLine("x = {0}, y = {1}", - (model.Evaluate(x)), - (model.Evaluate(y))); - } - - /*! - \brief Prove x = y implies g(x) = g(y), and - disprove x = y implies g(g(x)) = g(y). - - This function demonstrates how to create uninterpreted types and - functions. - */ - public void prove_example1() - { - Console.WriteLine("prove_example1"); - - mk_context(); - - /* create uninterpreted type. */ - Sort U = z3.MkUninterpretedSort(z3.MkSymbol("U")); - - /* declare function g */ - FuncDecl g = z3.MkFuncDecl("g", U, U); - - /* create x and y */ - Expr x = z3.MkConst("x", U); - Expr y = z3.MkConst("y", U); - /* create g(x), g(y) */ - Expr gx = mk_unary_app(g, x); - Expr gy = mk_unary_app(g, y); - - /* assert x = y */ - BoolExpr eq = z3.MkEq(x, y); - - /* prove g(x) = g(y) */ - BoolExpr f = z3.MkEq(gx, gy); - Console.WriteLine("prove: x = y implies g(x) = g(y)"); - prove(z3.MkImplies(eq, f)); - - /* create g(g(x)) */ - Expr ggx = mk_unary_app(g, gx); - - /* disprove g(g(x)) = g(y) */ - f = z3.MkEq(ggx, gy); - Console.WriteLine("disprove: x = y implies g(g(x)) = g(y)"); - prove(z3.MkImplies(eq, f)); - - - /* Print the model using the custom model printer */ - solver.Assert(z3.MkNot(f)); - check2(Status.SATISFIABLE); - } - - - /*! \brief Prove not(g(g(x) - g(y)) = g(z)), x + z <= y <= x implies z < 0 . - Then, show that z < -1 is not implied. - - This example demonstrates how to combine uninterpreted functions and arithmetic. - */ - public void prove_example2() - { - Console.WriteLine("prove_example2"); - - mk_context(); - - /* declare function g */ - Sort int_type = mk_int_type(); - - FuncDecl g = z3.MkFuncDecl("g", int_type, int_type); - - /* create x, y, and z */ - IntExpr x = mk_int_var("x"); - IntExpr y = mk_int_var("y"); - IntExpr z = mk_int_var("z"); - - /* create gx, gy, gz */ - Expr gx = mk_unary_app(g, x); - Expr gy = mk_unary_app(g, y); - Expr gz = mk_unary_app(g, z); - - /* create zero */ - IntExpr zero = mk_int(0); - - /* assert not(g(g(x) - g(y)) = g(z)) */ - ArithExpr gx_gy = z3.MkSub((IntExpr)gx, (IntExpr)gy); - Expr ggx_gy = mk_unary_app(g, gx_gy); - BoolExpr eq = z3.MkEq(ggx_gy, gz); - BoolExpr c1 = z3.MkNot(eq); - solver.Assert(c1); - - /* assert x + z <= y */ - ArithExpr x_plus_z = z3.MkAdd(x, z); - BoolExpr c2 = z3.MkLe(x_plus_z, y); - solver.Assert(c2); - - /* assert y <= x */ - BoolExpr c3 = z3.MkLe(y, x); - solver.Assert(c3); - - /* prove z < 0 */ - BoolExpr f = z3.MkLt(z, zero); - Console.WriteLine("prove: not(g(g(x) - g(y)) = g(z)), x + z <= y <= x implies z < 0"); - prove(f); - - /* disprove z < -1 */ - IntExpr minus_one = mk_int(-1); - f = z3.MkLt(z, minus_one); - Console.WriteLine("disprove: not(g(g(x) - g(y)) = g(z)), x + z <= y <= x implies z < -1"); - prove(f); - } - - /*! \brief Show how push & pop can be used to create "backtracking" - points. - - This example also demonstrates how big numbers can be created in Z3. - */ - public void push_pop_example1() - { - Console.WriteLine("push_pop_example1"); - - mk_context(); - - /* create a big number */ - IntSort int_type = mk_int_type(); - IntExpr big_number = (IntExpr)z3.MkNumeral("1000000000000000000000000000000000000000000000000000000", int_type); - - /* create number 3 */ - IntExpr three = (IntExpr)z3.MkNumeral("3", int_type); - - /* create x */ - IntExpr x = mk_int_var("x"); - - - /* assert x >= "big number" */ - BoolExpr c1 = z3.MkGe(x, big_number); - Console.WriteLine("assert: x >= 'big number'"); - solver.Assert(c1); - - /* create a backtracking point */ - Console.WriteLine("push"); - solver.Push(); - - /* assert x <= 3 */ - BoolExpr c2 = z3.MkLe(x, three); - Console.WriteLine("assert: x <= 3"); - solver.Assert(c2); - - /* context is inconsistent at this point */ - Model model = null; - check(Status.UNSATISFIABLE, out model); - - /* backtrack: the constraint x <= 3 will be removed, since it was - asserted after the last z3.Push. */ - Console.WriteLine("pop"); - solver.Pop(1); - - /* the context is consistent again. */ - check2(Status.SATISFIABLE); - - /* new constraints can be asserted... */ - - /* create y */ - IntExpr y = mk_int_var("y"); - - /* assert y > x */ - BoolExpr c3 = z3.MkGt(y, x); - Console.WriteLine("assert: y > x"); - solver.Assert(c3); - - /* the context is still consistent. */ - check(Status.SATISFIABLE, out model); - } - - public void mk_quantifier() - { - Console.WriteLine("quantifier_example1"); - mk_context(); - Expr q1, q2; - FuncDecl f = z3.MkFuncDecl("f", z3.MkIntSort(), z3.MkIntSort()); - FuncDecl g = z3.MkFuncDecl("g", z3.MkIntSort(), z3.MkIntSort()); - - // Quantifier with Exprs as the bound variables. - { - Expr x = z3.MkConst("x", z3.MkIntSort()); - Expr y = z3.MkConst("y", z3.MkIntSort()); - Expr f_x = z3.MkApp(f,x); - Expr f_y = z3.MkApp(f,y); - Expr g_y = z3.MkApp(g,y); - Pattern[] pats = new Pattern[] { z3.MkPattern(new Expr[]{ f_x, g_y }) }; - Expr[] no_pats = new Expr[]{f_y}; - Expr[] bound = new Expr[2]{ x, y }; - Expr body = z3.MkAnd(z3.MkEq(f_x,f_y),z3.MkEq(f_y,g_y)); - - q1 = z3.MkForall(bound, body, 1, null, no_pats, z3.MkSymbol("q"), z3.MkSymbol("sk")); - - Console.WriteLine("{0}", q1); - } - // Quantifier with de-Brujin indices. - { - Expr x = z3.MkBound(1, z3.MkIntSort()); - Expr y = z3.MkBound(0, z3.MkIntSort()); - Expr f_x = z3.MkApp(f,x); - Expr f_y = z3.MkApp(f,y); - Expr g_y = z3.MkApp(g,y); - Pattern[] pats = new Pattern[] { z3.MkPattern(new Expr[]{ f_x, g_y }) }; - Expr[] no_pats = new Expr[]{f_y}; - Symbol[] names = new Symbol[] { z3.MkSymbol("x"), z3.MkSymbol("y") }; - Sort[] sorts = new Sort[] { z3.MkIntSort(), z3.MkIntSort() }; - Expr body = z3.MkAnd(z3.MkEq(f_x,f_y),z3.MkEq(f_y,g_y)); - - q2 = z3.MkForall( sorts, names, body, 1, - null, // pats, - no_pats, - z3.MkSymbol("q"), - z3.MkSymbol("sk") - ); - Console.WriteLine("{0}", q2); - } - Console.WriteLine("{0}", (q1.Equals(q2))); - - } - - /*! \brief Prove that f(x, y) = f(w, v) implies y = v when - \c f is injective in the second argument. - - \sa assert_inj_axiom. - */ - public void quantifier_example1() - { - Console.WriteLine("quantifier_example1"); - - Dictionary cfg = new Dictionary() { - { "MBQI", "false" }, - { "PROOF_MODE", "2" } }; - /* If quantified formulas are asserted in a logical context, then - the model produced by Z3 should be viewed as a potential model. - - */ - if (this.z3 != null) - { - this.z3.Dispose(); - } - this.z3 = new Context(cfg); - this.solver = z3.MkSolver(); - - /* declare function f */ - Sort int_type = mk_int_type(); - FuncDecl f = z3.MkFuncDecl("f", new Sort[] { int_type, int_type }, int_type); - - /* assert that f is injective in the second argument. */ - assert_inj_axiom(f, 1); - - /* create x, y, v, w, fxy, fwv */ - Expr x = mk_int_var("x"); - Expr y = mk_int_var("y"); - Expr v = mk_int_var("v"); - Expr w = mk_int_var("w"); - Expr fxy = mk_binary_app(f, x, y); - Expr fwv = mk_binary_app(f, w, v); - - /* assert f(x, y) = f(w, v) */ - BoolExpr p1 = z3.MkEq(fxy, fwv); - solver.Assert(p1); - - /* prove f(x, y) = f(w, v) implies y = v */ - BoolExpr p2 = z3.MkEq(y, v); - Console.WriteLine("prove: f(x, y) = f(w, v) implies y = v"); - prove(p2); - - /* disprove f(x, y) = f(w, v) implies x = w */ - BoolExpr p3 = z3.MkEq(x, w); - Console.WriteLine("disprove: f(x, y) = f(w, v) implies x = w"); - prove(p3); - } - - /*! \brief Prove that f(x, y) = f(w, v) implies y = v when - \c f is injective in the second argument. - - \sa assert_inj_axiom. - */ - public void quantifier_example1_abs() - { - Console.WriteLine("quantifier_example1_abs"); - - Dictionary cfg = new Dictionary() { { "MBQI", "false" }, { "PROOF_MODE", "2" } }; - - /* If quantified formulas are asserted in a logical context, then - the model produced by Z3 should be viewed as a potential model. - - */ - if (this.z3 != null) - { - this.z3.Dispose(); - } - this.z3 = new Context(cfg); - this.solver = z3.MkSolver(); - - /* declare function f */ - Sort int_type = mk_int_type(); - FuncDecl f = z3.MkFuncDecl("f", new Sort[] { int_type, int_type }, int_type); - - /* assert that f is injective in the second argument. */ - assert_inj_axiom_abs(f, 1); - - /* create x, y, v, w, fxy, fwv */ - Expr x = mk_int_var("x"); - Expr y = mk_int_var("y"); - Expr v = mk_int_var("v"); - Expr w = mk_int_var("w"); - Expr fxy = mk_binary_app(f, x, y); - Expr fwv = mk_binary_app(f, w, v); - - /* assert f(x, y) = f(w, v) */ - BoolExpr p1 = z3.MkEq(fxy, fwv); - solver.Assert(p1); - - /* prove f(x, y) = f(w, v) implies y = v */ - BoolExpr p2 = z3.MkEq(y, v); - Console.WriteLine("prove: f(x, y) = f(w, v) implies y = v"); - prove(p2); - - /* disprove f(x, y) = f(w, v) implies x = w */ - BoolExpr p3 = z3.MkEq(x, w); - Console.WriteLine("disprove: f(x, y) = f(w, v) implies x = w"); - prove(p3); - } - - - /*! \brief Prove store(a1, i1, v1) = store(a2, i2, v2) implies (i1 = i3 or i2 = i3 or select(a1, i3) = select(a2, i3)). - - This example demonstrates how to use the array theory. - */ - public void array_example1() - { - - Console.WriteLine("array_example1"); - - mk_context(); - - Sort int_type = mk_int_type(); - Sort array_type = z3.MkArraySort(int_type, int_type); - - ArrayExpr a1 = (ArrayExpr)mk_var("a1", array_type); - ArrayExpr a2 = (ArrayExpr)mk_var("a2", array_type); - Expr i1 = mk_var("i1", int_type); - Expr i2 = mk_var("i2", int_type); - Expr i3 = mk_var("i3", int_type); - Expr v1 = mk_var("v1", int_type); - Expr v2 = mk_var("v2", int_type); - - Expr st1 = z3.MkStore(a1, i1, v1); - Expr st2 = z3.MkStore(a2, i2, v2); - - Expr sel1 = z3.MkSelect(a1, i3); - Expr sel2 = z3.MkSelect(a2, i3); - - /* create antecedent */ - BoolExpr antecedent = z3.MkEq(st1, st2); - - /* create consequent: i1 = i3 or i2 = i3 or select(a1, i3) = select(a2, i3) */ - BoolExpr consequent = z3.MkOr(new BoolExpr[] { z3.MkEq(i1, i3), z3.MkEq(i2, i3), z3.MkEq(sel1, sel2) }); - - /* prove store(a1, i1, v1) = store(a2, i2, v2) implies (i1 = i3 or i2 = i3 or select(a1, i3) = select(a2, i3)) */ - BoolExpr thm = z3.MkImplies(antecedent, consequent); - Console.WriteLine("prove: store(a1, i1, v1) = store(a2, i2, v2) implies (i1 = i3 or i2 = i3 or select(a1, i3) = select(a2, i3))"); - Console.WriteLine("{0}", (thm)); - prove(thm); - } - - /*! \brief Show that distinct(a_0, ... , a_n) is - unsatisfiable when \c a_i's are arrays from boolean to - boolean and n > 4. - - This example also shows how to use the \c distinct construct. - */ - public void array_example2() - { - Console.WriteLine("array_example2"); - - for (int n = 2; n <= 5; n++) - { - Console.WriteLine("n = {0}", n); - mk_context(); - - Sort bool_type = z3.MkBoolSort(); - Sort array_type = z3.MkArraySort(bool_type, bool_type); - Expr[] a = new Expr[n]; - - /* create arrays */ - for (int i = 0; i < n; i++) - { - a[i] = z3.MkConst(String.Format("array_{0}", i), array_type); - } - - /* assert distinct(a[0], ..., a[n]) */ - BoolExpr d = z3.MkDistinct(a); - Console.WriteLine("{0}", (d)); - solver.Assert(d); - - /* context is satisfiable if n < 5 */ - Model model = null; - check(n < 5 ? Status.SATISFIABLE : Status.UNSATISFIABLE, out model); - if (n < 5) - { - for (int i = 0; i < n; i++) - { - Console.WriteLine("{0} = {1}", - a[i], - model.Evaluate(a[i])); - } - } - } - } - - /*! \brief Tuples. - - Check that the projection of a tuple returns the corresponding element. - */ - public void tuple_example() - { - mk_context(); - Sort int_type = mk_int_type(); - TupleSort tuple = z3.MkTupleSort( - z3.MkSymbol("mk_tuple"), // name of tuple constructor - new Symbol[] { z3.MkSymbol("first"), z3.MkSymbol("second") }, // names of projection operators - new Sort[] { int_type, int_type } // types of projection operators - ); - FuncDecl first = tuple.FieldDecls[0]; // declarations are for projections - FuncDecl second = tuple.FieldDecls[1]; - Expr x = z3.MkConst("x", int_type); - Expr y = z3.MkConst("y", int_type); - Expr n1 = tuple.MkDecl[x, y]; - Expr n2 = first[n1]; - BoolExpr n3 = z3.MkEq(x, n2); - Console.WriteLine("Tuple example: {0}", n3); - prove(n3); - } - - /*! - \brief Simple bit-vector example. This example disproves that x - 10 <= 0 IFF x <= 10 for (32-bit) machine integers - */ - public void bitvector_example1() - { - Console.WriteLine("\nbitvector_example1"); - - mk_context(); - - Sort bv_type = z3.MkBitVecSort(32); - BitVecExpr x = (BitVecExpr)mk_var("x", bv_type); - BitVecNum zero = (BitVecNum)z3.MkNumeral("0", bv_type); - BitVecNum ten = (BitVecNum)z3.MkNumeral("10", bv_type); - BitVecExpr x_minus_ten = z3.MkBVSub(x, ten); - /* bvsle is signed less than or equal to */ - BoolExpr c1 = z3.MkBVSLE(x, ten); - BoolExpr c2 = z3.MkBVSLE(x_minus_ten, zero); - BoolExpr thm = z3.MkIff(c1, c2); - Console.WriteLine("disprove: x - 10 <= 0 IFF x <= 10 for (32-bit) machine integers"); - prove(thm); - } - - /*! - \brief Find x and y such that: x ^ y - 103 == x * y - */ - public void bitvector_example2() - { - mk_context(); - - /* construct x ^ y - 103 == x * y */ - Sort bv_type = z3.MkBitVecSort(32); - BitVecExpr x = (BitVecExpr)mk_var("x", bv_type); - BitVecExpr y = (BitVecExpr)mk_var("y", bv_type); - BitVecExpr x_xor_y = z3.MkBVXOR(x, y); - BitVecExpr c103 = (BitVecNum)z3.MkNumeral("103", bv_type); - BitVecExpr lhs = z3.MkBVSub(x_xor_y, c103); - BitVecExpr rhs = z3.MkBVMul(x, y); - BoolExpr ctr = z3.MkEq(lhs, rhs); - - Console.WriteLine("\nbitvector_example2"); - Console.WriteLine("find values of x and y, such that x ^ y - 103 == x * y"); - - /* add the constraint x ^ y - 103 == x * y<\tt> to the logical context */ - solver.Assert(ctr); - - /* find a model (i.e., values for x an y that satisfy the constraint */ - check2(Status.SATISFIABLE); - } - - - - /*! - \brief Demonstrates how to use the SMTLIB parser. - */ - public void parser_example1() - { - mk_context(); - - Console.WriteLine("\nparser_example1"); - - z3.ParseSMTLIBString("(benchmark tst :extrafuns ((x Int) (y Int)) :formula (> x y) :formula (> x 0))"); - foreach (BoolExpr f in z3.SMTLIBFormulas) - { - Console.WriteLine("formula {0}", f); - solver.Assert(f); - } - check2(Status.SATISFIABLE); - } - - /*! - \brief Demonstrates how to initialize the parser symbol table. - */ - public void parser_example2() - { - mk_context(); - Console.WriteLine("\nparser_example2"); - - /* - Z3_enable_arithmetic doesn't need to be invoked in this example - because it will be implicitly invoked by mk_int_var. - */ - - Symbol[] declNames = { z3.MkSymbol("a"), z3.MkSymbol("b") }; - FuncDecl a = z3.MkConstDecl(declNames[0], z3.MkIntSort()); - FuncDecl b = z3.MkConstDecl(declNames[1], z3.MkIntSort()); - FuncDecl[] decls = new FuncDecl[] { a, b }; - - z3.ParseSMTLIBString("(benchmark tst :formula (> a b))", - null, null, declNames, decls); - BoolExpr f = z3.SMTLIBFormulas[0]; - Console.WriteLine("formula: {0}", f); - solver.Assert(f); - check2(Status.SATISFIABLE); - } - - /*! - \brief Demonstrates how to initialize the parser symbol table. - */ - public void parser_example3() - { - Console.WriteLine("\nparser_example3"); - - mk_context(); - - /* declare function g */ - Sort int_type = z3.MkIntSort(); - FuncDecl g = z3.MkFuncDecl("g", new Sort[] { int_type, int_type }, int_type); - - assert_comm_axiom(g); - - z3.ParseSMTLIBString("(benchmark tst :formula (forall (x Int) (y Int) (implies (= x y) (= (gg x 0) (gg 0 y)))))", - null, null, - new Symbol[] { z3.MkSymbol("gg") }, - new FuncDecl[] { g }); - - BoolExpr thm = z3.SMTLIBFormulas[0]; - Console.WriteLine("formula: {0}", thm); - prove(thm); - } - - /*! - \brief Display the declarations, assumptions and formulas in a SMT-LIB string. - */ - public void parser_example4() - { - mk_context(); - - Console.WriteLine("\nparser_example4"); - - z3.ParseSMTLIBString - ("(benchmark tst :extrafuns ((x Int) (y Int)) :assumption (= x 20) :formula (> x y) :formula (> x 0))"); - foreach (var decl in z3.SMTLIBDecls) - { - Console.WriteLine("Declaration: {0}", decl); - } - foreach (var f in z3.SMTLIBAssumptions) - { - Console.WriteLine("Assumption: {0}", f); - } - foreach (var f in z3.SMTLIBFormulas) - { - Console.WriteLine("Formula: {0}", f); - } - } - - /*! - \brief Demonstrates how to handle parser errors using Z3 error handling support. - */ - public void parser_example5() - { - Console.WriteLine("\nparser_example5"); - - try - { - z3.ParseSMTLIBString( - /* the following string has a parsing error: missing parenthesis */ - "(benchmark tst :extrafuns ((x Int (y Int)) :formula (> x y) :formula (> x 0))"); - } - catch (Z3Exception e) - { - Console.WriteLine("Z3 error: {0}", e); - } - } - - /*! - \brief Create an ite-Expr (if-then-else Exprs). - */ - public void ite_example() - { - Console.WriteLine("\nite_example"); - mk_context(); - - BoolExpr f = z3.MkFalse(); - Expr one = mk_int(1); - Expr zero = mk_int(0); - Expr ite = z3.MkITE(f, one, zero); - - Console.WriteLine("Expr: {0}", ite); - } - - /*! - \brief Create an enumeration data type. - */ - public void enum_example() - { - mk_context(); - Symbol name = z3.MkSymbol("fruit"); - - Console.WriteLine("\nenum_example"); - - EnumSort fruit = z3.MkEnumSort(z3.MkSymbol("fruit"), new Symbol[] { z3.MkSymbol("apple"), z3.MkSymbol("banana"), z3.MkSymbol("orange") }); - - Console.WriteLine("{0}", (fruit.Consts[0])); - Console.WriteLine("{0}", (fruit.Consts[1])); - Console.WriteLine("{0}", (fruit.Consts[2])); - - Console.WriteLine("{0}", (fruit.TesterDecls[0])); - Console.WriteLine("{0}", (fruit.TesterDecls[1])); - Console.WriteLine("{0}", (fruit.TesterDecls[2])); - - Expr apple = z3.MkConst(fruit.ConstDecls[0]); - Expr banana = z3.MkConst(fruit.ConstDecls[1]); - Expr orange = z3.MkConst(fruit.ConstDecls[2]); - - /* Apples are different from oranges */ - prove2(z3.MkNot(z3.MkEq(apple, orange)), true); - - /* Apples pass the apple test */ - prove2((BoolExpr)z3.MkApp(fruit.TesterDecls[0], apple), true); - - /* Oranges fail the apple test */ - prove2((BoolExpr)z3.MkApp(fruit.TesterDecls[0], orange), false); - prove2((BoolExpr)z3.MkNot((BoolExpr)z3.MkApp(fruit.TesterDecls[0], orange)), true); - - Expr fruity = mk_var("fruity", fruit); - - /* If something is fruity, then it is an apple, banana, or orange */ - - prove2(z3.MkOr(new BoolExpr[] { z3.MkEq(fruity, apple), z3.MkEq(fruity, banana), z3.MkEq(fruity, orange) }), true); - } - - - /*! - \brief Create a list datatype. - */ - public void list_example() - { - mk_context(); - - Sort int_ty; - ListSort int_list; - Expr nil, l1, l2, x, y, u, v; - BoolExpr fml, fml1; - - Console.WriteLine("\nlist_example"); - - int_ty = z3.MkIntSort(); - - int_list = z3.MkListSort(z3.MkSymbol("int_list"), int_ty); - - nil = z3.MkConst(int_list.NilDecl); - l1 = mk_binary_app(int_list.ConsDecl, mk_int(1), nil); - l2 = mk_binary_app(int_list.ConsDecl, mk_int(2), nil); - - /* nil != cons(1, nil) */ - prove2(z3.MkNot(z3.MkEq(nil, l1)), true); - - /* cons(2,nil) != cons(1, nil) */ - prove2(z3.MkNot(z3.MkEq(l1, l2)), true); - - /* cons(x,nil) = cons(y, nil) => x = y */ - x = mk_var("x", int_ty); - y = mk_var("y", int_ty); - l1 = mk_binary_app(int_list.ConsDecl, x, nil); - l2 = mk_binary_app(int_list.ConsDecl, y, nil); - prove2(z3.MkImplies(z3.MkEq(l1, l2), z3.MkEq(x, y)), true); - - /* cons(x,u) = cons(x, v) => u = v */ - u = mk_var("u", int_list); - v = mk_var("v", int_list); - l1 = mk_binary_app(int_list.ConsDecl, x, u); - l2 = mk_binary_app(int_list.ConsDecl, y, v); - prove2(z3.MkImplies(z3.MkEq(l1, l2), z3.MkEq(u, v)), true); - prove2(z3.MkImplies(z3.MkEq(l1, l2), z3.MkEq(x, y)), true); - - /* is_nil(u) or is_cons(u) */ - prove2(z3.MkOr((BoolExpr) z3.MkApp(int_list.IsNilDecl, u), - (BoolExpr)z3.MkApp(int_list.IsConsDecl, u)), true); - - /* occurs check u != cons(x,u) */ - prove2(z3.MkNot(z3.MkEq(u, l1)), true); - - /* destructors: is_cons(u) => u = cons(head(u),tail(u)) */ - fml1 = z3.MkEq(u, mk_binary_app(int_list.ConsDecl, mk_unary_app(int_list.HeadDecl, u), - mk_unary_app(int_list.TailDecl, u))); - fml = z3.MkImplies((BoolExpr) z3.MkApp(int_list.IsConsDecl, u), fml1); - Console.WriteLine("Formula {0}", fml); - - prove2(fml, true); - - prove2(fml1, false); - } - - - - /*! - \brief Create a binary tree datatype. - */ - public void tree_example() - { - mk_context(); - Sort cell; - FuncDecl nil_decl, is_nil_decl, cons_decl, is_cons_decl, car_decl, cdr_decl; - Expr nil, l1, l2, x, y, u, v; - BoolExpr fml, fml1; - string[] head_tail = new string[] {"car", "cdr" }; - Sort[] sorts = new Sort[] { null, null }; - uint[] sort_refs = new uint[] { 0, 0 }; - Constructor nil_con, cons_con; - - Console.WriteLine("\ntree_example"); - - nil_con = z3.MkConstructor("nil", "is_nil", null, null, null); - cons_con = z3.MkConstructor("cons", "is_cons", head_tail, sorts, sort_refs); - Constructor[] constructors = new Constructor[] { nil_con, cons_con }; - - cell = z3.MkDatatypeSort("cell", constructors); - - nil_decl = nil_con.ConstructorDecl; - is_nil_decl = nil_con.TesterDecl; - cons_decl = cons_con.ConstructorDecl; - is_cons_decl = cons_con.TesterDecl; - FuncDecl[] cons_accessors = cons_con.AccessorDecls; - car_decl = cons_accessors[0]; - cdr_decl = cons_accessors[1]; - - nil = z3.MkConst(nil_decl); - l1 = mk_binary_app(cons_decl, nil, nil); - l2 = mk_binary_app(cons_decl, l1, nil); - - /* nil != cons(nil, nil) */ - prove2(z3.MkNot(z3.MkEq(nil, l1)), true); - - /* cons(x,u) = cons(x, v) => u = v */ - u = mk_var("u", cell); - v = mk_var("v", cell); - x = mk_var("x", cell); - y = mk_var("y", cell); - l1 = mk_binary_app(cons_decl, x, u); - l2 = mk_binary_app(cons_decl, y, v); - prove2(z3.MkImplies(z3.MkEq(l1, l2), z3.MkEq(u, v)), true); - prove2(z3.MkImplies(z3.MkEq(l1, l2), z3.MkEq(x, y)), true); - - /* is_nil(u) or is_cons(u) */ - prove2(z3.MkOr((BoolExpr)z3.MkApp(is_nil_decl, u), (BoolExpr)z3.MkApp(is_cons_decl, u)), true); - - /* occurs check u != cons(x,u) */ - prove2(z3.MkNot(z3.MkEq(u, l1)), true); - - /* destructors: is_cons(u) => u = cons(car(u),cdr(u)) */ - fml1 = z3.MkEq(u, mk_binary_app(cons_decl, mk_unary_app(car_decl, u), mk_unary_app(cdr_decl, u))); - fml = z3.MkImplies((BoolExpr)z3.MkApp(is_cons_decl, u), fml1); - Console.WriteLine("Formula {0}", fml); - prove2(fml, true); - - prove2(fml1, false); - - } - - - /*! - \brief Create a forest of trees. - - forest ::= nil | cons(tree, forest) - tree ::= nil | cons(forest, forest) - */ - - public void forest_example() - { - mk_context(); - Sort tree, forest; - FuncDecl nil1_decl, is_nil1_decl, cons1_decl, is_cons1_decl, car1_decl, cdr1_decl; - FuncDecl nil2_decl, is_nil2_decl, cons2_decl, is_cons2_decl, car2_decl, cdr2_decl; - Expr nil1, nil2, t1, t2, t3, t4, f1, f2, f3, l1, l2, x, y, u, v; - - // - // Declare the names of the accessors for cons. - // Then declare the sorts of the accessors. - // For this example, all sorts refer to the new types 'forest' and 'tree' - // being declared, so we pass in null for both sorts1 and sorts2. - // On the other hand, the sort_refs arrays contain the indices of the - // two new sorts being declared. The first element in sort1_refs - // points to 'tree', which has index 1, the second element in sort1_refs array - // points to 'forest', which has index 0. - // - Symbol[] head_tail1 = new Symbol[] { z3.MkSymbol("head"), z3.MkSymbol("tail") }; - Sort[] sorts1 = new Sort[] { null, null }; - uint[] sort1_refs = new uint[] { 1, 0 }; // the first item points to a tree, the second to a forest - - Symbol[] head_tail2 = new Symbol[] { z3.MkSymbol("car"), z3.MkSymbol("cdr") }; - Sort[] sorts2 = new Sort[] { null, null }; - uint[] sort2_refs = new uint[] { 0, 0 }; // both items point to the forest datatype. - Constructor nil1_con, cons1_con, nil2_con, cons2_con; - Constructor[] constructors1 = new Constructor[2], constructors2 = new Constructor[2]; - Symbol[] sort_names = { z3.MkSymbol("forest"), z3.MkSymbol("tree") }; - - Console.WriteLine("\nforest_example"); - - /* build a forest */ - nil1_con = z3.MkConstructor(z3.MkSymbol("nil"), z3.MkSymbol("is_nil"), null, null, null); - cons1_con = z3.MkConstructor(z3.MkSymbol("cons1"), z3.MkSymbol("is_cons1"), head_tail1, sorts1, sort1_refs); - constructors1[0] = nil1_con; - constructors1[1] = cons1_con; - - /* build a tree */ - nil2_con = z3.MkConstructor(z3.MkSymbol("nil2"), z3.MkSymbol("is_nil2"), null, null, null); - cons2_con = z3.MkConstructor(z3.MkSymbol("cons2"), z3.MkSymbol("is_cons2"), head_tail2, sorts2, sort2_refs); - constructors2[0] = nil2_con; - constructors2[1] = cons2_con; - - - Constructor[][] clists = new Constructor[][] { constructors1, constructors2 }; - - Sort[] sorts = z3.MkDatatypeSorts(sort_names, clists); - forest = sorts[0]; - tree = sorts[1]; - - // - // Now that the datatype has been created. - // Query the constructors for the constructor - // functions, testers, and field accessors. - // - nil1_decl = nil1_con.ConstructorDecl; - is_nil1_decl = nil1_con.TesterDecl; - cons1_decl = cons1_con.ConstructorDecl; - is_cons1_decl = cons1_con.TesterDecl; - FuncDecl[] cons1_accessors = cons1_con.AccessorDecls; - car1_decl = cons1_accessors[0]; - cdr1_decl = cons1_accessors[1]; - - nil2_decl = nil2_con.ConstructorDecl; - is_nil2_decl = nil2_con.TesterDecl; - cons2_decl = cons2_con.ConstructorDecl; - is_cons2_decl = cons2_con.TesterDecl; - FuncDecl[] cons2_accessors = cons2_con.AccessorDecls; - car2_decl = cons2_accessors[0]; - cdr2_decl = cons2_accessors[1]; - - - nil1 = z3.MkConst(nil1_decl); - nil2 = z3.MkConst(nil2_decl); - f1 = mk_binary_app(cons1_decl, nil2, nil1); - t1 = mk_binary_app(cons2_decl, nil1, nil1); - t2 = mk_binary_app(cons2_decl, f1, nil1); - t3 = mk_binary_app(cons2_decl, f1, f1); - t4 = mk_binary_app(cons2_decl, nil1, f1); - f2 = mk_binary_app(cons1_decl, t1, nil1); - f3 = mk_binary_app(cons1_decl, t1, f1); - - - /* nil != cons(nil,nil) */ - prove2(z3.MkNot(z3.MkEq(nil1, f1)), true); - prove2(z3.MkNot(z3.MkEq(nil2, t1)), true); - - - /* cons(x,u) = cons(x, v) => u = v */ - u = mk_var("u", forest); - v = mk_var("v", forest); - x = mk_var("x", tree); - y = mk_var("y", tree); - l1 = mk_binary_app(cons1_decl, x, u); - l2 = mk_binary_app(cons1_decl, y, v); - prove2(z3.MkImplies(z3.MkEq(l1, l2), z3.MkEq(u, v)), true); - prove2(z3.MkImplies(z3.MkEq(l1, l2), z3.MkEq(x, y)), true); - - /* is_nil(u) or is_cons(u) */ - prove2(z3.MkOr((BoolExpr)z3.MkApp(is_nil1_decl, u), - (BoolExpr)z3.MkApp(is_cons1_decl, u)), true); - - /* occurs check u != cons(x,u) */ - prove2(z3.MkNot(z3.MkEq(u, l1)), true); - } - - - /*! - \brief Demonstrate how to use #Eval. - */ - public void eval_example1() - { - Console.WriteLine("\neval_example1"); - mk_context(); - IntExpr x = mk_int_var("x"); - IntExpr y = mk_int_var("y"); - IntExpr two = mk_int(2); - - /* assert x < y */ - solver.Assert(z3.MkLt(x, y)); - - /* assert x > 2 */ - solver.Assert(z3.MkGt(x, two)); - - /* find model for the constraints above */ - Model model = null; - if (Status.SATISFIABLE == solver.Check()) - { - model = solver.Model; - Console.WriteLine("{0}", model); - Console.WriteLine("\nevaluating x+y"); - Expr v = model.Evaluate(z3.MkAdd(x, y)); - if (v != null) - { - Console.WriteLine("result = {0}", (v)); - } - else - { - Console.WriteLine("Failed to evaluate: x+y"); - } - } - else - { - Console.WriteLine("BUG, the constraints are satisfiable."); - } - } - - /*! - \brief Demonstrate how to use #Eval on tuples. - */ - public void eval_example2() - { - Console.WriteLine("\neval_example2"); - mk_context(); - Sort int_type = mk_int_type(); - TupleSort tuple = z3.MkTupleSort( - z3.MkSymbol("mk_tuple"), // name of tuple constructor - new Symbol[] { z3.MkSymbol("first"), z3.MkSymbol("second") }, // names of projection operators - new Sort[] { int_type, int_type } // types of projection operators - ); - FuncDecl first = tuple.FieldDecls[0]; // declarations are for projections - FuncDecl second = tuple.FieldDecls[1]; - Expr tup1 = z3.MkConst("t1", tuple); - Expr tup2 = z3.MkConst("t2", tuple); - /* assert tup1 != tup2 */ - solver.Assert(z3.MkNot(z3.MkEq(tup1, tup2))); - /* assert first tup1 = first tup2 */ - solver.Assert(z3.MkEq(z3.MkApp(first, tup1), z3.MkApp(first, tup2))); - - /* find model for the constraints above */ - Model model = null; - if (Status.SATISFIABLE == solver.Check()) - { - model = solver.Model; - Console.WriteLine("{0}",model); - Console.WriteLine("evaluating tup1 {0}", (model.Evaluate(tup1))); - Console.WriteLine("evaluating tup2 {0}", (model.Evaluate(tup2))); - Console.WriteLine("evaluating second(tup2) {0}", - (model.Evaluate(z3.MkApp(second, tup2)))); - } - else - { - Console.WriteLine("BUG, the constraints are satisfiable."); - } - } - - /*! - \brief Demonstrate how to use #Push and #Pop to control - the size of models. - - Note: this test is specialized to 32-bit bitvectors. - */ - public void check_small(BitVecExpr[] to_minimize) - { - - Sort bv32 = mk_bv_type(32); - - int num_Exprs = to_minimize.Length; - UInt32[] upper = new UInt32[num_Exprs]; - UInt32[] lower = new UInt32[num_Exprs]; - BitVecExpr[] values = new BitVecExpr[num_Exprs]; - for (int i = 0; i < upper.Length; ++i) - { - upper[i] = UInt32.MaxValue; - lower[i] = 0; - } - bool some_work = true; - int last_index = -1; - UInt32 last_upper = 0; - while (some_work) - { - solver.Push(); - - bool check_is_sat = true; - while (check_is_sat && some_work) - { - // Assert all feasible bounds. - for (int i = 0; i < num_Exprs; ++i) - { - solver.Assert(z3.MkBVULE(to_minimize[i], mk_bv32(upper[i]))); - } - - check_is_sat = Status.SATISFIABLE == solver.Check(); - if (!check_is_sat) - { - if (last_index != -1) - { - lower[last_index] = last_upper + 1; - } - break; - } - Console.WriteLine("{0}",solver.Model); - - // narrow the bounds based on the current model. - for (int i = 0; i < num_Exprs; ++i) - { - Expr v = solver.Model.Evaluate(to_minimize[i]); - UInt64 ui = ((BitVecNum)v).UInt64; - if (ui < upper[i]) - { - upper[i] = (UInt32)ui; - } - Console.WriteLine("{0} {1} {2}", i, lower[i], upper[i]); - } - - // find a new bound to add - some_work = false; - last_index = 0; - for (int i = 0; i < num_Exprs; ++i) - { - if (lower[i] < upper[i]) - { - last_upper = (upper[i] + lower[i]) / 2; - last_index = i; - solver.Assert(z3.MkBVULE(to_minimize[i], mk_bv32(last_upper))); - some_work = true; - break; - } - } - } - solver.Pop(); - } - } - - /*! - \brief Reduced-size model generation example. - */ - public void find_small_model_example() - { - mk_context(); - BitVecExpr x = mk_bv_var("x", 32); - BitVecExpr y = mk_bv_var("y", 32); - BitVecExpr z = mk_bv_var("z", 32); - solver.Assert(z3.MkBVULE(x, z3.MkBVAdd(y, z))); - check_small(new BitVecExpr[] { x, y, z }); - } - - /*! - \brief Simplifier example. - */ - public void simplifier_example() - { - mk_context(); - IntExpr x = mk_int_var("x"); - IntExpr y = mk_int_var("y"); - IntExpr z = mk_int_var("z"); - IntExpr u = mk_int_var("u"); - - Expr t1 = z3.MkAdd(x, z3.MkSub(y, z3.MkAdd(x, z))); - Expr t2 = t1.Simplify(); - Console.WriteLine("{0} -> {1}", (t1), (t2)); - } - - /*! - \brief Extract unsatisfiable core example - */ - public void unsat_core_and_proof_example() - { - if (this.z3 != null) - { - this.z3.Dispose(); - } - Dictionary cfg = new Dictionary() { - { "PROOF_MODE", "2" } }; - this.z3 = new Context(cfg); - this.solver = z3.MkSolver(); - - BoolExpr pa = mk_bool_var("PredA"); - BoolExpr pb = mk_bool_var("PredB"); - BoolExpr pc = mk_bool_var("PredC"); - BoolExpr pd = mk_bool_var("PredD"); - BoolExpr p1 = mk_bool_var("P1"); - BoolExpr p2 = mk_bool_var("P2"); - BoolExpr p3 = mk_bool_var("P3"); - BoolExpr p4 = mk_bool_var("P4"); - BoolExpr[] assumptions = new BoolExpr[] { z3.MkNot(p1), z3.MkNot(p2), z3.MkNot(p3), z3.MkNot(p4) }; - BoolExpr f1 = z3.MkAnd(new BoolExpr[] { pa, pb, pc }); - BoolExpr f2 = z3.MkAnd(new BoolExpr[] { pa, z3.MkNot(pb), pc }); - BoolExpr f3 = z3.MkOr(z3.MkNot(pa), z3.MkNot(pc)); - BoolExpr f4 = pd; - - solver.Assert(z3.MkOr(f1, p1)); - solver.Assert(z3.MkOr(f2, p2)); - solver.Assert(z3.MkOr(f3, p3)); - solver.Assert(z3.MkOr(f4, p4)); - Status result = solver.Check(assumptions); - - if (result == Status.UNSATISFIABLE) - { - Console.WriteLine("unsat"); - Console.WriteLine("proof: {0}", solver.Proof); - foreach (Expr c in solver.UnsatCore) - { - Console.WriteLine("{0}", c); - } - } - } - - - // CMW: get_implied_equalities is deprecated. - - ///*! - // \brief Extract implied equalities. - //*/ -#if false - public void get_implied_equalities_example() { - if (this.z3 != null) - { - this.z3.Dispose(); - } - Config p = new Config(); - p.SetParam("ARITH_EQ_BOUNDS","true"); - this.z3 = new Context(p); - - Sort int_sort = z3.MkIntSort(); - Expr a = mk_int_var("a"); - Expr b = mk_int_var("b"); - Expr c = mk_int_var("c"); - Expr d = mk_int_var("d"); - FuncDecl f = z3.MkFuncDecl("f", int_sort, int_sort); - Expr fa = z3.MkApp(f,a); - Expr fb = z3.MkApp(f,b); - Expr fc = z3.MkApp(f,c); - Expr[] Exprs = new Expr[]{ a, b, c, d, fa, fb, fc }; - uint[] class_ids; - - solver.Assert(z3.MkEq(a, b)); - solver.Assert(z3.MkEq(b, c)); - solver.Assert(z3.MkLe((ArithExpr)fc, (ArithExpr)a)); - solver.Assert(z3.MkLe((ArithExpr)b, (ArithExpr)fb)); - int num_Exprs = Exprs.Length; - - z3.GetImpliedEqualities(Exprs, out class_ids); - for (int i = 0; i < num_Exprs; ++i) { - Console.WriteLine("Class {0} |-> {1}", Exprs[i], class_ids[i]); - } - } -#endif - - static void Main() - { - Log.Open("z3.log"); - TestManaged test = new TestManaged(); - Log.Append("mk_quantifier"); - test.mk_quantifier(); - Log.Append("simple_example"); - test.simple_example(); - Log.Append("find_model_example1"); - test.find_model_example1(); - Log.Append("find_model_example2"); - test.find_model_example2(); - Log.Append("prove_example1"); - test.prove_example1(); - Log.Append("prove_example2"); - test.prove_example2(); - Log.Append("push_pop_example1"); - test.push_pop_example1(); - Log.Append("quantifier_example1"); - test.quantifier_example1(); - Log.Append("quantifier_example1_abs"); - test.quantifier_example1_abs(); - Log.Append("array_example1"); - test.array_example1(); - Log.Append("array_example2"); - test.array_example2(); - Log.Append("tuple_example"); - test.tuple_example(); - Log.Append("bitvector_example1"); - test.bitvector_example1(); - Log.Append("bitvector_example2"); - test.bitvector_example2(); - Log.Append("parser_example1"); - test.parser_example1(); - Log.Append("parser_example2"); - test.parser_example2(); - Log.Append("parser_example3"); - test.parser_example3(); - Log.Append("parser_example4"); - test.parser_example4(); - Log.Append("parser_example5"); - test.parser_example5(); - Log.Append("ite_example"); - test.ite_example(); - Log.Append("enum_example"); - test.enum_example(); - Log.Append("list_example"); - test.list_example(); - Log.Append("tree_example"); - test.tree_example(); - Log.Append("forest_example"); - test.forest_example(); - Log.Append("eval_example1"); - test.eval_example1(); - Log.Append("eval_example2"); - test.eval_example2(); - Log.Append("find_small_model_example"); - test.find_small_model_example(); - Log.Append("simplifier_example"); - test.simplifier_example(); - Log.Append("unsat_core_and_proof_example"); - test.unsat_core_and_proof_example(); - - // CMW: these are deprecated. - //Log.Append("get_implied_equalities_example"); - //test.get_implied_equalities_example(); - - test.z3.Dispose(); - } -} - -/*@}*/ - - - - - - diff --git a/test_managed/test_managed.csproj b/test_managed/test_managed.csproj deleted file mode 100644 index 87061d7ae..000000000 --- a/test_managed/test_managed.csproj +++ /dev/null @@ -1,71 +0,0 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - {B408E4BF-338D-446D-8D28-0DAB9BE91182} - Exe - Properties - test_managed - test_managed - v4.0 - Client - 512 - - - x86 - true - full - false - ..\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - ..\Release\ - TRACE - prompt - 4 - - - x64 - ..\x64\Debug\ - - - x64 - ..\x64\Release\ - - - - - - - - - - - - - - - - - {EC3DB697-B734-42F7-9468-5B62821EEB5A} - Microsoft.Z3 - - - - - \ No newline at end of file diff --git a/z3-prover.sln b/z3-prover.sln index 48d2b1169..1904a62a5 100644 --- a/z3-prover.sln +++ b/z3-prover.sln @@ -29,7 +29,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Z3", "Microsoft.Z {0BF8CB94-61C7-4545-AE55-C58D858AA8B6} = {0BF8CB94-61C7-4545-AE55-C58D858AA8B6} EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test_managed", "test_managed\test_managed.csproj", "{B408E4BF-338D-446D-8D28-0DAB9BE91182}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test_mapi", "Microsoft.Z3\test_mapi\test_mapi.csproj", "{D350BC78-8455-45D3-9759-073394378BF2}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -623,7 +623,8 @@ Global {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|Mixed Platforms.Build.0 = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|Win32.ActiveCfg = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|Win32.Build.0 = Release|Win32 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|x64.ActiveCfg = Release|Win32 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|x64.ActiveCfg = Release|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|x64.Build.0 = Release|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|x86.ActiveCfg = Release|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.ReleaseD|Any CPU.ActiveCfg = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.ReleaseD|Mixed Platforms.ActiveCfg = ReleaseD|Win32 @@ -1101,7 +1102,7 @@ Global {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Mixed Platforms.Build.0 = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Win32.ActiveCfg = external|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Win32.Build.0 = external|Any CPU - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|x64.ActiveCfg = Release|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|x64.ActiveCfg = Release|x64 {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|x86.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.mpi_debug|Any CPU.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.mpi_debug|Any CPU.Build.0 = Release|Any CPU @@ -1189,141 +1190,143 @@ Global {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Trace|Win32.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Trace|x64.ActiveCfg = Release|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Trace|x86.ActiveCfg = Release|Any CPU - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.commercial|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.commercial|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.commercial|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.commercial|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.commercial|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.commercial|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.commercial|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.debug_opt|Any CPU.ActiveCfg = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.debug_opt|Mixed Platforms.ActiveCfg = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.debug_opt|Mixed Platforms.Build.0 = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.debug_opt|Win32.ActiveCfg = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.debug_opt|x64.ActiveCfg = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.debug_opt|x86.ActiveCfg = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.debug_opt|x86.Build.0 = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|Any CPU.ActiveCfg = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|Win32.ActiveCfg = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|x64.ActiveCfg = Debug|x64 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|x64.Build.0 = Debug|x64 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|x86.ActiveCfg = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|x86.Build.0 = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_64|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_64|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_64|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_64|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_64|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_64|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_64|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_dbg|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_dbg|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_dbg|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_dbg|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_dbg|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_dbg|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_dbg|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_parallel|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_parallel|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_parallel|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_parallel|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_parallel|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_parallel|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external_parallel|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_debug|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_debug|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_debug|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_debug|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_debug|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_debug|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_debug|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_release|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_release|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_release|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_release|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_release|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_release|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.mpi_release|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_debug|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_debug|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_debug|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_debug|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_debug|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_debug|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_debug|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_release|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_release|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_release|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_release|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_release|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_release|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.parallel_release|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release_delaysign|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release_delaysign|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release_delaysign|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release_delaysign|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release_delaysign|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release_delaysign|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_mt|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_mt|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_mt|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_mt|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_mt|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_mt|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_mt|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_static|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_static|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_static|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_static|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_static|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_static|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_static|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|x64.ActiveCfg = Release|x64 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|x64.Build.0 = Release|x64 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseD|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseD|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseD|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseD|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseD|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseD|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseD|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseShellOnly|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseShellOnly|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseShellOnly|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseShellOnly|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseShellOnly|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseShellOnly|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.ReleaseShellOnly|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Trace|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Trace|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Trace|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Trace|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Trace|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Trace|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Trace|x86.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.commercial|Any CPU.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.commercial|Mixed Platforms.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.commercial|Mixed Platforms.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.commercial|Win32.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.commercial|x64.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.commercial|x86.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.commercial|x86.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.debug_opt|Any CPU.ActiveCfg = Debug|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.debug_opt|Mixed Platforms.ActiveCfg = Debug|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.debug_opt|Mixed Platforms.Build.0 = Debug|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.debug_opt|Win32.ActiveCfg = Debug|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.debug_opt|x64.ActiveCfg = Debug|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.debug_opt|x86.ActiveCfg = Debug|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.debug_opt|x86.Build.0 = Debug|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.Debug|Win32.ActiveCfg = Debug|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.Debug|x64.ActiveCfg = Debug|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Debug|x64.Build.0 = Debug|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Debug|x86.ActiveCfg = Debug|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_64|Any CPU.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_64|Mixed Platforms.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_64|Mixed Platforms.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_64|Win32.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_64|x64.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_64|x86.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_64|x86.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_dbg|Any CPU.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_dbg|Mixed Platforms.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_dbg|Mixed Platforms.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_dbg|Win32.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_dbg|x64.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_dbg|x86.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_dbg|x86.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_parallel|Any CPU.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_parallel|Mixed Platforms.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_parallel|Mixed Platforms.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_parallel|Win32.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_parallel|x64.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_parallel|x86.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external_parallel|x86.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external|Any CPU.ActiveCfg = Release|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.external|Any CPU.Build.0 = Release|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.external|Mixed Platforms.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external|Mixed Platforms.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external|Win32.ActiveCfg = Release|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.external|Win32.Build.0 = Release|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.external|x64.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.external|x86.ActiveCfg = Release|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.mpi_debug|Any CPU.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.mpi_debug|Mixed Platforms.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.mpi_debug|Mixed Platforms.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.mpi_debug|Win32.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.mpi_debug|x64.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.mpi_debug|x86.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.mpi_debug|x86.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.mpi_release|Any CPU.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.mpi_release|Mixed Platforms.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.mpi_release|Mixed Platforms.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.mpi_release|Win32.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.mpi_release|x64.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.mpi_release|x86.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.mpi_release|x86.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.parallel_debug|Any CPU.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.parallel_debug|Mixed Platforms.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.parallel_debug|Mixed Platforms.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.parallel_debug|Win32.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.parallel_debug|x64.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.parallel_debug|x86.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.parallel_debug|x86.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.parallel_release|Any CPU.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.parallel_release|Mixed Platforms.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.parallel_release|Mixed Platforms.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.parallel_release|Win32.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.parallel_release|x64.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.parallel_release|x86.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.parallel_release|x86.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Release_delaysign|Any CPU.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Release_delaysign|Mixed Platforms.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Release_delaysign|Win32.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Release_delaysign|x64.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Release_delaysign|x86.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Release_delaysign|x86.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.release_mt|Any CPU.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.release_mt|Mixed Platforms.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.release_mt|Mixed Platforms.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.release_mt|Win32.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.release_mt|x64.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.release_mt|x86.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.release_mt|x86.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.release_static|Any CPU.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.release_static|Mixed Platforms.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.release_static|Mixed Platforms.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.release_static|Win32.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.release_static|x64.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.release_static|x86.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.release_static|x86.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.Release|Any CPU.Build.0 = Release|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Release|Mixed Platforms.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Release|Win32.ActiveCfg = Release|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.Release|Win32.Build.0 = Release|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.Release|x64.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Release|x64.Build.0 = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Release|x86.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.ReleaseD|Any CPU.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.ReleaseD|Mixed Platforms.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.ReleaseD|Mixed Platforms.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.ReleaseD|Win32.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.ReleaseD|x64.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.ReleaseD|x86.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.ReleaseD|x86.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.ReleaseShellOnly|Any CPU.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.ReleaseShellOnly|Mixed Platforms.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.ReleaseShellOnly|Mixed Platforms.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.ReleaseShellOnly|Win32.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.ReleaseShellOnly|x64.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.ReleaseShellOnly|x86.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.ReleaseShellOnly|x86.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Setup|Any CPU.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Setup|Mixed Platforms.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Setup|Mixed Platforms.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Setup|Win32.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Setup|x64.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Setup|x86.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Setup|x86.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Trace|Any CPU.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Trace|Mixed Platforms.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Trace|Mixed Platforms.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Trace|Win32.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Trace|x64.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Trace|x86.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Trace|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE From 778cf793397ee908885d7a52be6ea93a65b147c6 Mon Sep 17 00:00:00 2001 From: "Christoph M. Wintersteiger" Date: Thu, 11 Oct 2012 15:09:18 +0100 Subject: [PATCH 7/9] updated build.cmd for Microsoft.Z3 Signed-off-by: Christoph M. Wintersteiger --- Microsoft.Z3/test_mapi/build-external.cmd | 4 ---- Microsoft.Z3/test_mapi/build.cmd | 6 +++--- 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 Microsoft.Z3/test_mapi/build-external.cmd diff --git a/Microsoft.Z3/test_mapi/build-external.cmd b/Microsoft.Z3/test_mapi/build-external.cmd deleted file mode 100644 index c493f0d41..000000000 --- a/Microsoft.Z3/test_mapi/build-external.cmd +++ /dev/null @@ -1,4 +0,0 @@ -copy ..\..\bin\Microsoft.Z3.dll . -copy ..\..\bin\Z3.dll . - -csc /reference:Microsoft.Z3.dll /debug:full /platform:x86 /reference:System.Numerics.dll Program.cs \ No newline at end of file diff --git a/Microsoft.Z3/test_mapi/build.cmd b/Microsoft.Z3/test_mapi/build.cmd index bdcf0f15c..bfc0870aa 100644 --- a/Microsoft.Z3/test_mapi/build.cmd +++ b/Microsoft.Z3/test_mapi/build.cmd @@ -1,4 +1,4 @@ -copy ..\..\x64\release\Microsoft.Z3.dll . -copy ..\..\x64\release\Z3.dll . +copy ..\..\external\Microsoft.Z3.dll . +copy ..\..\external\Z3.dll . -csc /reference:..\..\x64\release\Microsoft.Z3.dll /debug:full /platform:x64 /reference:System.Numerics.dll Program.cs \ No newline at end of file +csc /reference:..\..\external\Microsoft.Z3.dll /platform:anycpu /reference:System.Numerics.dll Program.cs \ No newline at end of file From 9a5fbdf3ef7a99e6caef6511b9146c76adbfd66a Mon Sep 17 00:00:00 2001 From: Leonardo de Moura Date: Thu, 11 Oct 2012 08:54:34 -0700 Subject: [PATCH 8/9] adjusting compilation modes Signed-off-by: Leonardo de Moura --- z3-prover.sln | 319 ++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 257 insertions(+), 62 deletions(-) diff --git a/z3-prover.sln b/z3-prover.sln index 34d2405fb..97d4bc4d4 100644 --- a/z3-prover.sln +++ b/z3-prover.sln @@ -91,7 +91,8 @@ Global {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Debug|Win32.Build.0 = Debug|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Debug|x64.ActiveCfg = Debug|x64 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Debug|x64.Build.0 = Debug|x64 - {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Debug|x86.ActiveCfg = Debug|x64 + {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Debug|x86.ActiveCfg = Debug|Win32 + {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.Debug|x86.Build.0 = Debug|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|Any CPU.ActiveCfg = external|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|Any CPU.Build.0 = external|Win32 {4A7E5A93-19D8-4382-8950-FB2EDEC7A76E}.external|Mixed Platforms.ActiveCfg = external|Win32 @@ -155,7 +156,8 @@ Global {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Debug|Win32.Build.0 = Debug|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Debug|x64.ActiveCfg = Debug|x64 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Debug|x64.Build.0 = Debug|x64 - {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Debug|x86.ActiveCfg = Debug|x64 + {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Debug|x86.ActiveCfg = Debug|Win32 + {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.Debug|x86.Build.0 = Debug|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|Any CPU.ActiveCfg = external|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|Any CPU.Build.0 = external|Win32 {BF547582-F16D-4BE5-B9AB-8B6A9364B447}.external|Mixed Platforms.ActiveCfg = external|Win32 @@ -216,7 +218,8 @@ Global {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Debug|Win32.Build.0 = Debug|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Debug|x64.ActiveCfg = Debug|x64 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Debug|x64.Build.0 = Debug|x64 - {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Debug|x86.ActiveCfg = Debug|x64 + {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Debug|x86.ActiveCfg = Debug|Win32 + {21A10ECD-32E2-4F27-A03D-81D855A048CC}.Debug|x86.Build.0 = Debug|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external|Any CPU.ActiveCfg = external|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external|Mixed Platforms.ActiveCfg = external|Win32 {21A10ECD-32E2-4F27-A03D-81D855A048CC}.external|Win32.ActiveCfg = external|Win32 @@ -267,7 +270,8 @@ Global {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Debug|Win32.Build.0 = Debug|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Debug|x64.ActiveCfg = Debug|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Debug|x64.Build.0 = Debug|x64 - {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Debug|x86.ActiveCfg = Debug|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Debug|x86.ActiveCfg = Debug|Win32 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Debug|x86.Build.0 = Debug|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external|Any CPU.ActiveCfg = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external|Mixed Platforms.ActiveCfg = external|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.external|Mixed Platforms.Build.0 = external|Win32 @@ -293,66 +297,257 @@ Global {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|Win32.Build.0 = Release|Win32 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|x64.ActiveCfg = Release|x64 {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|x64.Build.0 = Release|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Release|x86.ActiveCfg = Release|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|Any CPU.ActiveCfg = Release|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|Mixed Platforms.ActiveCfg = Release|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|Win32.ActiveCfg = Release|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|x64.ActiveCfg = Release|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Setup|x86.ActiveCfg = Release|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Trace|Any CPU.ActiveCfg = Release|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Trace|Mixed Platforms.ActiveCfg = Release|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Trace|Win32.ActiveCfg = Release|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Trace|x64.ActiveCfg = Release|x64 + {9E76526D-EDA2-4B88-9616-A8FC08F31071}.Trace|x86.ActiveCfg = Release|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.commercial|Any CPU.ActiveCfg = commercial|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.commercial|Mixed Platforms.ActiveCfg = commercial|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.commercial|Win32.ActiveCfg = commercial|Win32 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.commercial|x64.ActiveCfg = commercial|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.commercial|x86.ActiveCfg = commercial|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|Any CPU.ActiveCfg = Debug|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|Mixed Platforms.Build.0 = Debug|Win32 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|Win32.ActiveCfg = Debug|Win32 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|Win32.Build.0 = Debug|Win32 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|x64.ActiveCfg = Debug|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|x64.Build.0 = Debug|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|x86.ActiveCfg = Debug|Win32 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|x86.Build.0 = Debug|Win32 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|Any CPU.ActiveCfg = external|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|Mixed Platforms.ActiveCfg = external|Win32 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|Mixed Platforms.Build.0 = external|Win32 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|Win32.ActiveCfg = external|Win32 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|x64.ActiveCfg = external|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|x64.Build.0 = external|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.external|x86.ActiveCfg = external|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release_delaysign|Any CPU.ActiveCfg = release_mt|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release_delaysign|Mixed Platforms.ActiveCfg = release_mt|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release_delaysign|Win32.ActiveCfg = release_mt|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release_delaysign|x64.ActiveCfg = release_mt|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release_delaysign|x86.ActiveCfg = release_mt|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_mt|Any CPU.ActiveCfg = release_mt|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_mt|Mixed Platforms.ActiveCfg = release_mt|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_mt|Win32.ActiveCfg = release_mt|Win32 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_mt|x64.ActiveCfg = release_mt|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.release_mt|x86.ActiveCfg = release_mt|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release|Any CPU.ActiveCfg = Release|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release|Mixed Platforms.ActiveCfg = Release|Win32 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release|Mixed Platforms.Build.0 = Release|Win32 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release|Win32.ActiveCfg = Release|Win32 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release|x64.ActiveCfg = Release|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release|x64.Build.0 = Release|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Release|x86.ActiveCfg = Release|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|Any CPU.ActiveCfg = trace|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|Mixed Platforms.ActiveCfg = trace|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|Win32.ActiveCfg = trace|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|x64.ActiveCfg = trace|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Setup|x86.ActiveCfg = trace|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Trace|Any CPU.ActiveCfg = trace|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Trace|Mixed Platforms.ActiveCfg = trace|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Trace|Win32.ActiveCfg = trace|Win32 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Trace|x64.ActiveCfg = trace|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Trace|x86.ActiveCfg = trace|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.commercial|Any CPU.ActiveCfg = commercial|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.commercial|Mixed Platforms.ActiveCfg = commercial|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.commercial|Win32.ActiveCfg = commercial|Win32 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.commercial|x64.ActiveCfg = commercial|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.commercial|x86.ActiveCfg = commercial|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Debug|Any CPU.ActiveCfg = Debug|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Debug|Mixed Platforms.Build.0 = Debug|Win32 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Debug|Win32.ActiveCfg = Debug|Win32 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Debug|Win32.Build.0 = Debug|Win32 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Debug|x64.ActiveCfg = Debug|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Debug|x64.Build.0 = Debug|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Debug|x86.ActiveCfg = Debug|Win32 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Debug|x86.Build.0 = Debug|Win32 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|Any CPU.ActiveCfg = external|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|Mixed Platforms.ActiveCfg = external|Win32 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|Mixed Platforms.Build.0 = external|Win32 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|Win32.ActiveCfg = external|Win32 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|x64.ActiveCfg = external|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|x64.Build.0 = external|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.external|x86.ActiveCfg = external|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|Any CPU.ActiveCfg = release_mt|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|Mixed Platforms.ActiveCfg = release_mt|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|Win32.ActiveCfg = release_mt|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|x64.ActiveCfg = release_mt|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release_delaysign|x86.ActiveCfg = release_mt|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.release_mt|Any CPU.ActiveCfg = release_mt|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.release_mt|Mixed Platforms.ActiveCfg = release_mt|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.release_mt|Win32.ActiveCfg = release_mt|Win32 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.release_mt|x64.ActiveCfg = release_mt|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.release_mt|x86.ActiveCfg = release_mt|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release|Any CPU.ActiveCfg = Release|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release|Mixed Platforms.ActiveCfg = Release|Win32 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release|Mixed Platforms.Build.0 = Release|Win32 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release|Win32.ActiveCfg = Release|Win32 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release|x64.ActiveCfg = Release|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release|x64.Build.0 = Release|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Release|x86.ActiveCfg = Release|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|Any CPU.ActiveCfg = Trace|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|Mixed Platforms.ActiveCfg = Trace|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|Win32.ActiveCfg = Trace|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|x64.ActiveCfg = Trace|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Setup|x86.ActiveCfg = Trace|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Trace|Any CPU.ActiveCfg = Trace|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Trace|Mixed Platforms.ActiveCfg = Trace|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Trace|Win32.ActiveCfg = Trace|Win32 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Trace|x64.ActiveCfg = Trace|x64 + {F008F2C4-D652-4A58-8DEF-DB83E2355454}.Trace|x86.ActiveCfg = Trace|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.commercial|Any CPU.ActiveCfg = commercial|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.commercial|Mixed Platforms.ActiveCfg = commercial|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.commercial|Win32.ActiveCfg = commercial|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.commercial|x64.ActiveCfg = commercial|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.commercial|x86.ActiveCfg = commercial|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|Any CPU.ActiveCfg = Debug|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|Mixed Platforms.Build.0 = Debug|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|Win32.ActiveCfg = Debug|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|Win32.Build.0 = Debug|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|x64.ActiveCfg = Debug|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|x64.Build.0 = Debug|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|x86.ActiveCfg = Debug|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|x86.Build.0 = Debug|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Any CPU.ActiveCfg = external|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Mixed Platforms.ActiveCfg = external|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Mixed Platforms.Build.0 = external|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|Win32.ActiveCfg = external|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|x64.ActiveCfg = external|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|x64.Build.0 = external|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.external|x86.ActiveCfg = external|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release_delaysign|Any CPU.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release_delaysign|Win32.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release_delaysign|x64.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release_delaysign|x86.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.release_mt|Any CPU.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.release_mt|Mixed Platforms.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.release_mt|Win32.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.release_mt|x64.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.release_mt|x86.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|Any CPU.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|Mixed Platforms.ActiveCfg = Release|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|Mixed Platforms.Build.0 = Release|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|Win32.ActiveCfg = Release|Win32 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|x64.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|x64.Build.0 = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Release|x86.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Setup|Any CPU.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Setup|Mixed Platforms.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Setup|Win32.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Setup|x64.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Setup|x86.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Trace|Any CPU.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Trace|Mixed Platforms.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Trace|Win32.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Trace|x64.ActiveCfg = Release|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Trace|x86.ActiveCfg = Release|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.commercial|Any CPU.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.commercial|Mixed Platforms.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.commercial|Win32.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.commercial|x64.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.commercial|x86.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|Win32.ActiveCfg = Debug|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|Win32.Build.0 = Debug|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|x64.ActiveCfg = Debug|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|x64.Build.0 = Debug|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|x86.ActiveCfg = Debug|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|x86.Build.0 = Debug|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Any CPU.ActiveCfg = external|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Mixed Platforms.ActiveCfg = external|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Mixed Platforms.Build.0 = external|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|Win32.ActiveCfg = external|x64 {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|x64.ActiveCfg = external|x64 {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|x64.Build.0 = external|x64 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.commercial|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.commercial|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.commercial|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.commercial|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.commercial|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.commercial|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.commercial|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|Any CPU.ActiveCfg = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|Win32.ActiveCfg = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|x64.ActiveCfg = Debug|x64 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|x64.Build.0 = Debug|x64 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|x86.ActiveCfg = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Debug|x86.Build.0 = Debug|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|x64.ActiveCfg = Release|x64 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.external|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release_delaysign|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release_delaysign|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release_delaysign|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release_delaysign|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release_delaysign|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release_delaysign|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_mt|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_mt|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_mt|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_mt|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_mt|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_mt|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.release_mt|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|x64.ActiveCfg = Release|x64 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|x64.Build.0 = Release|x64 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Release|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|x64.ActiveCfg = Release|x64 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Setup|x86.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Trace|Any CPU.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Trace|Mixed Platforms.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Trace|Mixed Platforms.Build.0 = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Trace|Win32.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Trace|x64.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Trace|x86.ActiveCfg = Release|x86 - {B408E4BF-338D-446D-8D28-0DAB9BE91182}.Trace|x86.Build.0 = Release|x86 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.external|x86.ActiveCfg = external|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release_delaysign|Any CPU.ActiveCfg = Release_delaysign|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release_delaysign|Mixed Platforms.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release_delaysign|Win32.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release_delaysign|x64.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release_delaysign|x86.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.release_mt|Any CPU.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.release_mt|Mixed Platforms.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.release_mt|Win32.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.release_mt|x64.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.release_mt|x86.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release|Win32.ActiveCfg = Release|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release|x64.ActiveCfg = Release|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release|x64.Build.0 = Release|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Release|x86.ActiveCfg = Release|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Setup|Any CPU.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Setup|Mixed Platforms.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Setup|Win32.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Setup|x64.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Setup|x86.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Trace|Any CPU.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Trace|Mixed Platforms.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Trace|Win32.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Trace|x64.ActiveCfg = Release_delaysign|x64 + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Trace|x86.ActiveCfg = Release_delaysign|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.commercial|Any CPU.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.commercial|Mixed Platforms.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.commercial|Win32.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.commercial|x64.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.commercial|x86.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.Debug|Win32.ActiveCfg = Debug|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.Debug|Win32.Build.0 = Debug|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.Debug|x64.ActiveCfg = Debug|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Debug|x64.Build.0 = Debug|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Debug|x86.ActiveCfg = Debug|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.Debug|x86.Build.0 = Debug|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.external|Any CPU.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.external|Mixed Platforms.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external|Mixed Platforms.Build.0 = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.external|Win32.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.external|x64.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.external|x64.Build.0 = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.external|x86.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Release_delaysign|Any CPU.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Release_delaysign|Mixed Platforms.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Release_delaysign|Win32.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Release_delaysign|x64.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Release_delaysign|x86.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.release_mt|Any CPU.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.release_mt|Mixed Platforms.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.release_mt|Win32.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.release_mt|x64.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.release_mt|x86.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {D350BC78-8455-45D3-9759-073394378BF2}.Release|Win32.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Release|x64.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Release|x64.Build.0 = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Release|x86.ActiveCfg = Release|x86 + {D350BC78-8455-45D3-9759-073394378BF2}.Setup|Any CPU.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Setup|Mixed Platforms.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Setup|Win32.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Setup|x64.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Setup|x86.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Trace|Any CPU.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Trace|Mixed Platforms.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Trace|Win32.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Trace|x64.ActiveCfg = Release|x64 + {D350BC78-8455-45D3-9759-073394378BF2}.Trace|x86.ActiveCfg = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE From ef311daf8bb6d1246ea1362cab066d44ec0f1819 Mon Sep 17 00:00:00 2001 From: Leonardo de Moura Date: Thu, 11 Oct 2012 08:55:32 -0700 Subject: [PATCH 9/9] more changes Signed-off-by: Leonardo de Moura --- z3-prover.sln | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/z3-prover.sln b/z3-prover.sln index 97d4bc4d4..7823930ae 100644 --- a/z3-prover.sln +++ b/z3-prover.sln @@ -313,7 +313,7 @@ Global {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.commercial|Win32.ActiveCfg = commercial|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.commercial|x64.ActiveCfg = commercial|x64 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.commercial|x86.ActiveCfg = commercial|x64 - {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|Any CPU.ActiveCfg = Debug|x64 + {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|Any CPU.ActiveCfg = Debug|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|Mixed Platforms.Build.0 = Debug|Win32 {0BF8CB94-61C7-4545-AE55-C58D858AA8B6}.Debug|Win32.ActiveCfg = Debug|Win32 @@ -409,7 +409,7 @@ Global {7C154132-AAAB-4F60-B652-F8C51A63D244}.commercial|Win32.ActiveCfg = commercial|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.commercial|x64.ActiveCfg = commercial|x64 {7C154132-AAAB-4F60-B652-F8C51A63D244}.commercial|x86.ActiveCfg = commercial|x64 - {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|Any CPU.ActiveCfg = Debug|x64 + {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|Any CPU.ActiveCfg = Debug|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|Mixed Platforms.Build.0 = Debug|Win32 {7C154132-AAAB-4F60-B652-F8C51A63D244}.Debug|Win32.ActiveCfg = Debug|Win32 @@ -457,7 +457,7 @@ Global {EC3DB697-B734-42F7-9468-5B62821EEB5A}.commercial|Win32.ActiveCfg = Release_delaysign|x64 {EC3DB697-B734-42F7-9468-5B62821EEB5A}.commercial|x64.ActiveCfg = Release_delaysign|x64 {EC3DB697-B734-42F7-9468-5B62821EEB5A}.commercial|x86.ActiveCfg = Release_delaysign|x64 - {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|Any CPU.ActiveCfg = Debug|x64 {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU {EC3DB697-B734-42F7-9468-5B62821EEB5A}.Debug|Win32.ActiveCfg = Debug|Any CPU