From ec39a51d6028a5b01e1b0bd5707d70826cb423b3 Mon Sep 17 00:00:00 2001 From: bunnei Date: Wed, 3 Jan 2018 19:39:58 -0500 Subject: [PATCH] msvc: Update projects for VS2017. --- msvc/samples/mem_apis/mem_apis.vcxproj | 10 +++++----- msvc/samples/sample_arm/sample_arm.vcxproj | 10 +++++----- msvc/samples/sample_arm64/sample_arm64.vcxproj | 10 +++++----- msvc/samples/sample_arm64eb/sample_arm64eb.vcxproj | 10 +++++----- msvc/samples/sample_armeb/sample_armeb.vcxproj | 10 +++++----- msvc/samples/sample_batch_reg/sample_batch_reg.vcxproj | 10 +++++----- msvc/samples/sample_m68k/sample_m68k.vcxproj | 10 +++++----- msvc/samples/sample_mips/sample_mips.vcxproj | 10 +++++----- msvc/samples/sample_sparc/sample_sparc.vcxproj | 10 +++++----- msvc/samples/sample_x86/sample_x86.vcxproj | 10 +++++----- .../sample_x86_32_gdt_and_seg_regs.vcxproj | 10 +++++----- msvc/samples/shellcode/shellcode.vcxproj | 10 +++++----- msvc/unicorn/aarch64-softmmu/aarch64-softmmu.vcxproj | 10 +++++----- .../aarch64eb-softmmu/aarch64eb-softmmu.vcxproj | 10 +++++----- msvc/unicorn/arm-softmmu/arm-softmmu.vcxproj | 10 +++++----- msvc/unicorn/armeb-softmmu/armeb-softmmu.vcxproj | 10 +++++----- msvc/unicorn/m68k-softmmu/m68k-softmmu.vcxproj | 10 +++++----- msvc/unicorn/mips-softmmu/mips-softmmu.vcxproj | 10 +++++----- msvc/unicorn/mips64-softmmu/mips64-softmmu.vcxproj | 10 +++++----- msvc/unicorn/mips64el-softmmu/mips64el-softmmu.vcxproj | 10 +++++----- msvc/unicorn/mipsel-softmmu/mipsel-softmmu.vcxproj | 10 +++++----- msvc/unicorn/sparc-softmmu/sparc-softmmu.vcxproj | 10 +++++----- msvc/unicorn/sparc64-softmmu/sparc64-softmmu.vcxproj | 10 +++++----- msvc/unicorn/unicorn/unicorn.vcxproj | 10 +++++----- msvc/unicorn/unicorn_static/unicorn_static.vcxproj | 10 +++++----- msvc/unicorn/x86_64-softmmu/x86_64-softmmu.vcxproj | 10 +++++----- 26 files changed, 130 insertions(+), 130 deletions(-) diff --git a/msvc/samples/mem_apis/mem_apis.vcxproj b/msvc/samples/mem_apis/mem_apis.vcxproj index fd5fc785..a6c1e9b0 100644 --- a/msvc/samples/mem_apis/mem_apis.vcxproj +++ b/msvc/samples/mem_apis/mem_apis.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,26 +27,26 @@ Application true - v110_xp + v141_xp MultiByte Application true - v110_xp + v141_xp MultiByte Application false - v110_xp + v141_xp true MultiByte Application false - v110_xp + v141_xp true MultiByte diff --git a/msvc/samples/sample_arm/sample_arm.vcxproj b/msvc/samples/sample_arm/sample_arm.vcxproj index 25a7d57a..382578a5 100644 --- a/msvc/samples/sample_arm/sample_arm.vcxproj +++ b/msvc/samples/sample_arm/sample_arm.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,26 +27,26 @@ Application true - v110_xp + v141_xp MultiByte Application true - v110_xp + v141_xp MultiByte Application false - v110_xp + v141_xp true MultiByte Application false - v110_xp + v141_xp true MultiByte diff --git a/msvc/samples/sample_arm64/sample_arm64.vcxproj b/msvc/samples/sample_arm64/sample_arm64.vcxproj index 0de00cda..b9243298 100644 --- a/msvc/samples/sample_arm64/sample_arm64.vcxproj +++ b/msvc/samples/sample_arm64/sample_arm64.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,26 +27,26 @@ Application true - v110_xp + v141_xp MultiByte Application true - v110_xp + v141_xp MultiByte Application false - v110_xp + v141_xp true MultiByte Application false - v110_xp + v141_xp true MultiByte diff --git a/msvc/samples/sample_arm64eb/sample_arm64eb.vcxproj b/msvc/samples/sample_arm64eb/sample_arm64eb.vcxproj index f48c7e4e..e3037b0b 100644 --- a/msvc/samples/sample_arm64eb/sample_arm64eb.vcxproj +++ b/msvc/samples/sample_arm64eb/sample_arm64eb.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,26 +27,26 @@ Application true - v110_xp + v141_xp MultiByte Application true - v110_xp + v141_xp MultiByte Application false - v110_xp + v141_xp true MultiByte Application false - v110_xp + v141_xp true MultiByte diff --git a/msvc/samples/sample_armeb/sample_armeb.vcxproj b/msvc/samples/sample_armeb/sample_armeb.vcxproj index 1daf4e64..a37673ce 100644 --- a/msvc/samples/sample_armeb/sample_armeb.vcxproj +++ b/msvc/samples/sample_armeb/sample_armeb.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,26 +27,26 @@ Application true - v110_xp + v141_xp MultiByte Application true - v110_xp + v141_xp MultiByte Application false - v110_xp + v141_xp true MultiByte Application false - v110_xp + v141_xp true MultiByte diff --git a/msvc/samples/sample_batch_reg/sample_batch_reg.vcxproj b/msvc/samples/sample_batch_reg/sample_batch_reg.vcxproj index 54c409a6..d301ceec 100644 --- a/msvc/samples/sample_batch_reg/sample_batch_reg.vcxproj +++ b/msvc/samples/sample_batch_reg/sample_batch_reg.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,26 +27,26 @@ Application true - v110_xp + v141_xp MultiByte Application true - v110_xp + v141_xp MultiByte Application false - v110_xp + v141_xp true MultiByte Application false - v110_xp + v141_xp true MultiByte diff --git a/msvc/samples/sample_m68k/sample_m68k.vcxproj b/msvc/samples/sample_m68k/sample_m68k.vcxproj index f7aa38c8..beea087e 100644 --- a/msvc/samples/sample_m68k/sample_m68k.vcxproj +++ b/msvc/samples/sample_m68k/sample_m68k.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -30,26 +30,26 @@ Application true - v110_xp + v141_xp MultiByte Application true - v110_xp + v141_xp MultiByte Application false - v110_xp + v141_xp true MultiByte Application false - v110_xp + v141_xp true MultiByte diff --git a/msvc/samples/sample_mips/sample_mips.vcxproj b/msvc/samples/sample_mips/sample_mips.vcxproj index 83c50c80..0aba83f7 100644 --- a/msvc/samples/sample_mips/sample_mips.vcxproj +++ b/msvc/samples/sample_mips/sample_mips.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,26 +27,26 @@ Application true - v110_xp + v141_xp MultiByte Application true - v110_xp + v141_xp MultiByte Application false - v110_xp + v141_xp true MultiByte Application false - v110_xp + v141_xp true MultiByte diff --git a/msvc/samples/sample_sparc/sample_sparc.vcxproj b/msvc/samples/sample_sparc/sample_sparc.vcxproj index 58a2a3b8..e28c8466 100644 --- a/msvc/samples/sample_sparc/sample_sparc.vcxproj +++ b/msvc/samples/sample_sparc/sample_sparc.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,26 +27,26 @@ Application true - v110_xp + v141_xp MultiByte Application true - v110_xp + v141_xp MultiByte Application false - v110_xp + v141_xp true MultiByte Application false - v110_xp + v141_xp true MultiByte diff --git a/msvc/samples/sample_x86/sample_x86.vcxproj b/msvc/samples/sample_x86/sample_x86.vcxproj index efe7186d..8b891508 100644 --- a/msvc/samples/sample_x86/sample_x86.vcxproj +++ b/msvc/samples/sample_x86/sample_x86.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,26 +27,26 @@ Application true - v110_xp + v141_xp MultiByte Application true - v110_xp + v141_xp MultiByte Application false - v110_xp + v141_xp true MultiByte Application false - v110_xp + v141_xp true MultiByte diff --git a/msvc/samples/sample_x86_32_gdt_and_seg_regs/sample_x86_32_gdt_and_seg_regs.vcxproj b/msvc/samples/sample_x86_32_gdt_and_seg_regs/sample_x86_32_gdt_and_seg_regs.vcxproj index dffb3eb4..097116b2 100644 --- a/msvc/samples/sample_x86_32_gdt_and_seg_regs/sample_x86_32_gdt_and_seg_regs.vcxproj +++ b/msvc/samples/sample_x86_32_gdt_and_seg_regs/sample_x86_32_gdt_and_seg_regs.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,26 +27,26 @@ Application true - v110_xp + v141_xp MultiByte Application true - v110_xp + v141_xp MultiByte Application false - v110_xp + v141_xp true MultiByte Application false - v110_xp + v141_xp true MultiByte diff --git a/msvc/samples/shellcode/shellcode.vcxproj b/msvc/samples/shellcode/shellcode.vcxproj index bf81c38c..7efed10d 100644 --- a/msvc/samples/shellcode/shellcode.vcxproj +++ b/msvc/samples/shellcode/shellcode.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -30,26 +30,26 @@ Application true - v110_xp + v141_xp MultiByte Application true - v110_xp + v141_xp MultiByte Application false - v110_xp + v141_xp true MultiByte Application false - v110_xp + v141_xp true MultiByte diff --git a/msvc/unicorn/aarch64-softmmu/aarch64-softmmu.vcxproj b/msvc/unicorn/aarch64-softmmu/aarch64-softmmu.vcxproj index 5530d7f1..65e53ffc 100644 --- a/msvc/unicorn/aarch64-softmmu/aarch64-softmmu.vcxproj +++ b/msvc/unicorn/aarch64-softmmu/aarch64-softmmu.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -84,26 +84,26 @@ StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte diff --git a/msvc/unicorn/aarch64eb-softmmu/aarch64eb-softmmu.vcxproj b/msvc/unicorn/aarch64eb-softmmu/aarch64eb-softmmu.vcxproj index 71de90e0..6b387f0d 100644 --- a/msvc/unicorn/aarch64eb-softmmu/aarch64eb-softmmu.vcxproj +++ b/msvc/unicorn/aarch64eb-softmmu/aarch64eb-softmmu.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -84,26 +84,26 @@ StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte diff --git a/msvc/unicorn/arm-softmmu/arm-softmmu.vcxproj b/msvc/unicorn/arm-softmmu/arm-softmmu.vcxproj index ed1e6ff5..a429a802 100644 --- a/msvc/unicorn/arm-softmmu/arm-softmmu.vcxproj +++ b/msvc/unicorn/arm-softmmu/arm-softmmu.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -80,26 +80,26 @@ StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte diff --git a/msvc/unicorn/armeb-softmmu/armeb-softmmu.vcxproj b/msvc/unicorn/armeb-softmmu/armeb-softmmu.vcxproj index ccb812de..83794393 100644 --- a/msvc/unicorn/armeb-softmmu/armeb-softmmu.vcxproj +++ b/msvc/unicorn/armeb-softmmu/armeb-softmmu.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -80,26 +80,26 @@ StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte diff --git a/msvc/unicorn/m68k-softmmu/m68k-softmmu.vcxproj b/msvc/unicorn/m68k-softmmu/m68k-softmmu.vcxproj index 0ed9725e..bf31fdd0 100644 --- a/msvc/unicorn/m68k-softmmu/m68k-softmmu.vcxproj +++ b/msvc/unicorn/m68k-softmmu/m68k-softmmu.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -71,26 +71,26 @@ StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte diff --git a/msvc/unicorn/mips-softmmu/mips-softmmu.vcxproj b/msvc/unicorn/mips-softmmu/mips-softmmu.vcxproj index 0b76d879..aab9da0a 100644 --- a/msvc/unicorn/mips-softmmu/mips-softmmu.vcxproj +++ b/msvc/unicorn/mips-softmmu/mips-softmmu.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -82,26 +82,26 @@ StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte diff --git a/msvc/unicorn/mips64-softmmu/mips64-softmmu.vcxproj b/msvc/unicorn/mips64-softmmu/mips64-softmmu.vcxproj index 3cdf65ac..7840cf7a 100644 --- a/msvc/unicorn/mips64-softmmu/mips64-softmmu.vcxproj +++ b/msvc/unicorn/mips64-softmmu/mips64-softmmu.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -82,26 +82,26 @@ StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte diff --git a/msvc/unicorn/mips64el-softmmu/mips64el-softmmu.vcxproj b/msvc/unicorn/mips64el-softmmu/mips64el-softmmu.vcxproj index 0c4082f1..bdc6b68d 100644 --- a/msvc/unicorn/mips64el-softmmu/mips64el-softmmu.vcxproj +++ b/msvc/unicorn/mips64el-softmmu/mips64el-softmmu.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -82,26 +82,26 @@ StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte diff --git a/msvc/unicorn/mipsel-softmmu/mipsel-softmmu.vcxproj b/msvc/unicorn/mipsel-softmmu/mipsel-softmmu.vcxproj index 9b2f9f26..e4d09c67 100644 --- a/msvc/unicorn/mipsel-softmmu/mipsel-softmmu.vcxproj +++ b/msvc/unicorn/mipsel-softmmu/mipsel-softmmu.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -82,26 +82,26 @@ StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte diff --git a/msvc/unicorn/sparc-softmmu/sparc-softmmu.vcxproj b/msvc/unicorn/sparc-softmmu/sparc-softmmu.vcxproj index b4c3bbd1..bb494d64 100644 --- a/msvc/unicorn/sparc-softmmu/sparc-softmmu.vcxproj +++ b/msvc/unicorn/sparc-softmmu/sparc-softmmu.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -75,26 +75,26 @@ StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte diff --git a/msvc/unicorn/sparc64-softmmu/sparc64-softmmu.vcxproj b/msvc/unicorn/sparc64-softmmu/sparc64-softmmu.vcxproj index 46ee7ac6..db7afe44 100644 --- a/msvc/unicorn/sparc64-softmmu/sparc64-softmmu.vcxproj +++ b/msvc/unicorn/sparc64-softmmu/sparc64-softmmu.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -76,26 +76,26 @@ StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte diff --git a/msvc/unicorn/unicorn/unicorn.vcxproj b/msvc/unicorn/unicorn/unicorn.vcxproj index cd5d4b5e..d9f2adeb 100644 --- a/msvc/unicorn/unicorn/unicorn.vcxproj +++ b/msvc/unicorn/unicorn/unicorn.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -28,26 +28,26 @@ DynamicLibrary true - v110_xp + v141_xp MultiByte DynamicLibrary true - v110_xp + v141_xp MultiByte DynamicLibrary false - v110_xp + v141_xp false MultiByte DynamicLibrary false - v110_xp + v141_xp false MultiByte diff --git a/msvc/unicorn/unicorn_static/unicorn_static.vcxproj b/msvc/unicorn/unicorn_static/unicorn_static.vcxproj index c3d1ca1d..9b05cb69 100644 --- a/msvc/unicorn/unicorn_static/unicorn_static.vcxproj +++ b/msvc/unicorn/unicorn_static/unicorn_static.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -179,26 +179,26 @@ StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte diff --git a/msvc/unicorn/x86_64-softmmu/x86_64-softmmu.vcxproj b/msvc/unicorn/x86_64-softmmu/x86_64-softmmu.vcxproj index 1e9670c4..e195ef5c 100644 --- a/msvc/unicorn/x86_64-softmmu/x86_64-softmmu.vcxproj +++ b/msvc/unicorn/x86_64-softmmu/x86_64-softmmu.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -88,26 +88,26 @@ StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary true - v110_xp + v141_xp MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte StaticLibrary false - v110_xp + v141_xp false MultiByte