Compare commits

..

1 Commits

Author SHA1 Message Date
_xeroxz 872294dd16 added vs2017 solution...
3 years ago

409
.gitignore vendored

@ -1,388 +1,29 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Mono auto generated files
mono_crash.*
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# Visual Studio 2017 auto generated files
Generated\ Files/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUnit
*.VisualState.xml
TestResult.xml
nunit-*.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# Benchmark Results
BenchmarkDotNet.Artifacts/
# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
# ASP.NET Scaffolding
ScaffoldingReadMe.txt
# StyleCop
StyleCopReport.xml
# Files built by Visual Studio
*_i.c
*_p.c
*_h.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.log
*.tlog
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap
# Visual Studio Trace Files
*.e2e
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json
# Coverlet is a free, cross platform Code Coverage Tool
coverage*.json
coverage*.xml
coverage*.info
# Visual Studio code coverage results
*.coverage
*.coveragexml
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/
# NuGet Packages
*.nupkg
# NuGet Symbol Packages
*.snupkg
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets
# Nuget personal access tokens and Credentials
nuget.config
# Microsoft Azure Build Output
csx/
*.build.csdef
# Microsoft Azure Emulator
ecf/
rcf/
# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!?*.[Cc]ache/
# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs
# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak
# SQL Server files
*.mdf
*.ldf
*.ndf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl
# Microsoft Fakes
FakesAssemblies/
# GhostDoc plugin setting file
*.GhostDoc.xml
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
# Paket dependency manager
.paket/paket.exe
paket-files/
# FAKE - F# Make
.fake/
# CodeRush personal settings
.cr/personal
# Python Tools for Visual Studio (PTVS)
__pycache__/
.DS_Store
*.swp
*.d
*.o
*.a
*.dSYM
*.so
*.so.*
*.exe
*.dll
*.dylib
*.class
*.jar
*.pyc
*.egg-info
*.tgz
*.tar.gz
*.github.io
_*.diff
# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config
# Tabs Studio
*.tss
# Telerik's JustMock configuration file
*.jmconfig
# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs
# OpenCover UI analysis results
OpenCover/
# Azure Stream Analytics local run output
ASALocalRun/
# MSBuild Binary and Structured Log
*.binlog
# NVidia Nsight GPU debugger configuration file
*.nvuser
# MFractors (Xamarin productivity tool) working folder
.mfractor/
# Local History for Visual Studio
.localhistory/
# BeatPulse healthcheck temp database
healthchecksdb
# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
.ionide/
# Fody - auto-generated XML schema
FodyWeavers.xsd
# VS Code files for those working on multiple tools
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/
build*/
samples/sample
_sample*.txt
tmp
MANIFEST
# Windows Installer files from build outputs
*.cab
*.msi
*.msix
*.msm
*.msp
bindings/python/dist/
bindings/python/src/
# JetBrains Rider
.idea/
*.sln.iml

Binary file not shown.

File diff suppressed because one or more lines are too long

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\CMakeLists.txt" />
</ItemGroup>

@ -24,10 +24,10 @@ BUILD_LIBS_ONLY:BOOL=OFF
BUILD_SHARED_LIBS:BOOL=OFF
//Path to a program.
CMAKE_AR:FILEPATH=G:/vs/VC/Tools/MSVC/14.29.30037/bin/Hostx64/x64/lib.exe
CMAKE_AR:FILEPATH=G:/vs2017/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/lib.exe
//ASM compiler
CMAKE_ASM_COMPILER:FILEPATH=G:/vs/VC/Tools/MSVC/14.29.30037/bin/Hostx64/x64/cl.exe
CMAKE_ASM_COMPILER:FILEPATH=G:/vs2017/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/cl.exe
//Flags used by the ASM compiler during all build types.
CMAKE_ASM_FLAGS:STRING=
@ -86,7 +86,7 @@ CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MT /Zi /O2 /Ob1 /DNDEBUG /EHsc
CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib
//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=/machine:x64
CMAKE_EXE_LINKER_FLAGS:STRING=/machine:X86
//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL
@ -104,11 +104,11 @@ CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/keystone
//Path to a program.
CMAKE_LINKER:FILEPATH=G:/vs/VC/Tools/MSVC/14.29.30037/bin/Hostx64/x64/link.exe
CMAKE_LINKER:FILEPATH=G:/vs2017/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/link.exe
//Flags used by the linker during the creation of modules during
// all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:x64
CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:X86
//Flags used by the linker during the creation of modules during
// DEBUG builds.
@ -127,7 +127,7 @@ CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
//Path to a program.
CMAKE_MT:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x86/mt.exe
CMAKE_MT:FILEPATH=CMAKE_MT-NOTFOUND
//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=
@ -154,7 +154,7 @@ CMAKE_PROJECT_VERSION_PATCH:STATIC=0
CMAKE_PROJECT_VERSION_TWEAK:STATIC=
//RC compiler
CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x86/rc.exe
CMAKE_RC_COMPILER:FILEPATH=rc
//Flags for Windows Resource Compiler during all build types.
CMAKE_RC_FLAGS:STRING=-DWIN32
@ -173,7 +173,7 @@ CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING=
//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=/machine:x64
CMAKE_SHARED_LINKER_FLAGS:STRING=/machine:X86
//Flags used by the linker during the creation of shared libraries
// during DEBUG builds.
@ -200,7 +200,7 @@ CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=/machine:x64
CMAKE_STATIC_LINKER_FLAGS:STRING=/machine:X86
//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
@ -294,7 +294,7 @@ LLVM_BUILD_TESTS:BOOL=OFF
LLVM_COMPILER_JOBS:STRING=0
//Default target for which LLVM will generate code.
LLVM_DEFAULT_TARGET_TRIPLE:STRING=x86_64-pc-win32
LLVM_DEFAULT_TARGET_TRIPLE:STRING=i686-pc-win32
//Disable llvm-shlib's atexit destructors.
LLVM_DISABLE_LLVM_DYLIB_ATEXIT:BOOL=ON
@ -368,7 +368,7 @@ LLVM_EXTERNALIZE_DEBUGINFO:BOOL=OFF
LLVM_FORCE_USE_OLD_HOST_TOOLCHAIN:BOOL=OFF
//Host on which LLVM binaries will run
LLVM_HOST_TRIPLE:STRING=x86_64-pc-win32
LLVM_HOST_TRIPLE:STRING=i686-pc-win32
//Define suffix of library directory name (32/64)
LLVM_LIBDIR_SUFFIX:STRING=
@ -514,9 +514,9 @@ CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Visual Studio 16 2019
CMAKE_GENERATOR:INTERNAL=Visual Studio 15 2017
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=G:/vs
CMAKE_GENERATOR_INSTANCE:INTERNAL=G:/vs2017
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
@ -750,7 +750,7 @@ HAVE___ASHLDI3:INTERNAL=
//Have function __ashrdi3
HAVE___ASHRDI3:INTERNAL=
//Have function __chkstk
HAVE___CHKSTK:INTERNAL=1
HAVE___CHKSTK:INTERNAL=
//Have function __chkstk_ms
HAVE___CHKSTK_MS:INTERNAL=
//Have function __cmpdi2

@ -1,11 +1,11 @@
set(CMAKE_ASM_COMPILER "G:/vs/VC/Tools/MSVC/14.29.30037/bin/Hostx64/x64/cl.exe")
set(CMAKE_ASM_COMPILER "G:/vs2017/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/cl.exe")
set(CMAKE_ASM_COMPILER_ARG1 "")
set(CMAKE_AR "G:/vs/VC/Tools/MSVC/14.29.30037/bin/Hostx64/x64/lib.exe")
set(CMAKE_AR "G:/vs2017/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/lib.exe")
set(CMAKE_ASM_COMPILER_AR "")
set(CMAKE_RANLIB ":")
set(CMAKE_ASM_COMPILER_RANLIB "")
set(CMAKE_LINKER "G:/vs/VC/Tools/MSVC/14.29.30037/bin/Hostx64/x64/link.exe")
set(CMAKE_MT "C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x86/mt.exe")
set(CMAKE_LINKER "G:/vs2017/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/link.exe")
set(CMAKE_MT "CMAKE_MT-NOTFOUND")
set(CMAKE_ASM_COMPILER_LOADED 1)
set(CMAKE_ASM_COMPILER_ID "MSVC")
set(CMAKE_ASM_COMPILER_VERSION "")

@ -1,29 +1,29 @@
set(CMAKE_C_COMPILER "G:/vs/VC/Tools/MSVC/14.29.30037/bin/Hostx64/x64/cl.exe")
set(CMAKE_C_COMPILER "G:/vs2017/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/cl.exe")
set(CMAKE_C_COMPILER_ARG1 "")
set(CMAKE_C_COMPILER_ID "MSVC")
set(CMAKE_C_COMPILER_VERSION "19.29.30037.0")
set(CMAKE_C_COMPILER_VERSION "19.16.27045.0")
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
set(CMAKE_C_COMPILER_WRAPPER "")
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "90")
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_std_99;c_std_11;c_function_prototypes;c_variadic_macros;c_restrict;c_static_assert")
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_std_99;c_std_11;c_function_prototypes;c_variadic_macros")
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_variadic_macros;c_restrict")
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_variadic_macros")
set(CMAKE_C11_COMPILE_FEATURES "c_std_11")
set(CMAKE_C_PLATFORM_ID "Windows")
set(CMAKE_C_SIMULATE_ID "")
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "")
set(CMAKE_C_SIMULATE_VERSION "")
set(CMAKE_C_COMPILER_ARCHITECTURE_ID x64)
set(CMAKE_C_COMPILER_ARCHITECTURE_ID X86)
set(MSVC_C_ARCHITECTURE_ID x64)
set(MSVC_C_ARCHITECTURE_ID X86)
set(CMAKE_AR "G:/vs/VC/Tools/MSVC/14.29.30037/bin/Hostx64/x64/lib.exe")
set(CMAKE_AR "G:/vs2017/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/lib.exe")
set(CMAKE_C_COMPILER_AR "")
set(CMAKE_RANLIB ":")
set(CMAKE_C_COMPILER_RANLIB "")
set(CMAKE_LINKER "G:/vs/VC/Tools/MSVC/14.29.30037/bin/Hostx64/x64/link.exe")
set(CMAKE_MT "C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x86/mt.exe")
set(CMAKE_LINKER "G:/vs2017/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/link.exe")
set(CMAKE_MT "CMAKE_MT-NOTFOUND")
set(CMAKE_COMPILER_IS_GNUCC )
set(CMAKE_C_COMPILER_LOADED 1)
set(CMAKE_C_COMPILER_WORKS TRUE)
@ -46,7 +46,7 @@ set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_C_LINKER_PREFERENCE 10)
# Save compiler ABI information.
set(CMAKE_C_SIZEOF_DATA_PTR "8")
set(CMAKE_C_SIZEOF_DATA_PTR "4")
set(CMAKE_C_COMPILER_ABI "")
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
set(CMAKE_C_LIBRARY_ARCHITECTURE "")

@ -1,7 +1,7 @@
set(CMAKE_CXX_COMPILER "G:/vs/VC/Tools/MSVC/14.29.30037/bin/Hostx64/x64/cl.exe")
set(CMAKE_CXX_COMPILER "G:/vs2017/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/cl.exe")
set(CMAKE_CXX_COMPILER_ARG1 "")
set(CMAKE_CXX_COMPILER_ID "MSVC")
set(CMAKE_CXX_COMPILER_VERSION "19.29.30037.0")
set(CMAKE_CXX_COMPILER_VERSION "19.16.27045.0")
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
set(CMAKE_CXX_COMPILER_WRAPPER "")
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14")
@ -17,16 +17,16 @@ set(CMAKE_CXX_PLATFORM_ID "Windows")
set(CMAKE_CXX_SIMULATE_ID "")
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "")
set(CMAKE_CXX_SIMULATE_VERSION "")
set(CMAKE_CXX_COMPILER_ARCHITECTURE_ID x64)
set(CMAKE_CXX_COMPILER_ARCHITECTURE_ID X86)
set(MSVC_CXX_ARCHITECTURE_ID x64)
set(MSVC_CXX_ARCHITECTURE_ID X86)
set(CMAKE_AR "G:/vs/VC/Tools/MSVC/14.29.30037/bin/Hostx64/x64/lib.exe")
set(CMAKE_AR "G:/vs2017/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/lib.exe")
set(CMAKE_CXX_COMPILER_AR "")
set(CMAKE_RANLIB ":")
set(CMAKE_CXX_COMPILER_RANLIB "")
set(CMAKE_LINKER "G:/vs/VC/Tools/MSVC/14.29.30037/bin/Hostx64/x64/link.exe")
set(CMAKE_MT "C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x86/mt.exe")
set(CMAKE_LINKER "G:/vs2017/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/link.exe")
set(CMAKE_MT "CMAKE_MT-NOTFOUND")
set(CMAKE_COMPILER_IS_GNUCXX )
set(CMAKE_CXX_COMPILER_LOADED 1)
set(CMAKE_CXX_COMPILER_WORKS TRUE)
@ -59,7 +59,7 @@ set(CMAKE_CXX_LINKER_PREFERENCE 30)
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
# Save compiler ABI information.
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
set(CMAKE_CXX_SIZEOF_DATA_PTR "4")
set(CMAKE_CXX_COMPILER_ABI "")
set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")

@ -1,4 +1,4 @@
set(CMAKE_RC_COMPILER "C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x86/rc.exe")
set(CMAKE_RC_COMPILER "rc")
set(CMAKE_RC_COMPILER_ARG1 "")
set(CMAKE_RC_COMPILER_LOADED 1)
set(CMAKE_RC_SOURCE_FILE_EXTENSIONS rc;RC)

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
@ -21,11 +21,11 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
@ -34,11 +34,11 @@
</ImportGroup>
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Configuration)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<ProjectOutputs>
<ProjectOutput>
<FullPath>D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CompilerIdC\CompilerIdC.exe</FullPath>
</ProjectOutput>
</ProjectOutputs>
<ContentFiles />
<SatelliteDlls />
<NonRecipeFileRefs />
</Project>

@ -1,2 +1,2 @@
PlatformToolSet=v142:VCToolArchitecture=Native64Bit:VCToolsVersion=14.29.30037:TargetPlatformVersion=10.0.19041.0:
Debug|x64|D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CompilerIdC\|
#TargetFrameworkVersion=v4.0:PlatformToolSet=v141:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.19041.0
Debug|Win32|D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CompilerIdC\|

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
@ -21,11 +21,11 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
@ -34,11 +34,11 @@
</ImportGroup>
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Configuration)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<ProjectOutputs>
<ProjectOutput>
<FullPath>D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CompilerIdCXX\CompilerIdCXX.exe</FullPath>
</ProjectOutput>
</ProjectOutputs>
<ContentFiles />
<SatelliteDlls />
<NonRecipeFileRefs />
</Project>

@ -1,2 +1,2 @@
PlatformToolSet=v142:VCToolArchitecture=Native64Bit:VCToolsVersion=14.29.30037:TargetPlatformVersion=10.0.19041.0:
Debug|x64|D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CompilerIdCXX\|
#TargetFrameworkVersion=v4.0:PlatformToolSet=v141:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.19041.0
Debug|Win32|D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CompilerIdCXX\|

@ -0,0 +1,2 @@
#TargetFrameworkVersion=v4.0:PlatformToolSet=v141:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.19041.0
Debug|Win32|D:\keystone\msvc\CMakeFiles\3.20.0-rc4\|

@ -1 +1 @@
G:/vs/MSBuild/Microsoft/VC/v160
G:/vs2017/Common7/IDE/VC/VCTargets

@ -1,25 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{F3FC6D86-508D-3FB1-96D2-995F08B142EC}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
<ItemDefinitionGroup>

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<ProjectOutputs>
<ProjectOutput>
<FullPath>D:\keystone\msvc\CMakeFiles\3.20.0-rc4\x64\Debug\VCTargetsPath</FullPath>
</ProjectOutput>
</ProjectOutputs>
<ContentFiles />
<SatelliteDlls />
<NonRecipeFileRefs />
</Project>

@ -1,2 +0,0 @@
PlatformToolSet=v142:VCToolArchitecture=Native64Bit:VCToolsVersion=14.29.30037:TargetPlatformVersion=10.0.19041.0:
Debug|x64|D:\keystone\msvc\CMakeFiles\3.20.0-rc4\|

File diff suppressed because it is too large Load Diff

@ -6,10 +6,10 @@ Id flags:
The output was:
0
Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 6/9/2021 6:29:46 PM.
Build started 6/9/2021 7:07:19 PM.
Project "D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CompilerIdC\CompilerIdC.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "Debug\".
@ -17,15 +17,15 @@ PrepareForBuild:
InitializeBuildStatus:
Creating "Debug\CompilerIdC.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
G:\vs\VC\Tools\MSVC\14.29.30037\bin\HostX64\x64\CL.exe /c /nologo /W0 /WX- /diagnostics:column /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W0 /Gd /TC /FC /errorReport:queue CMakeCCompilerId.c
G:\vs2017\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\CL.exe /c /nologo /W0 /WX- /diagnostics:classic /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc141.pdb" /Gd /TC /analyze- /FC /errorReport:queue CMakeCCompilerId.c
CMakeCCompilerId.c
Link:
G:\vs\VC\Tools\MSVC\14.29.30037\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdC.lib" /MACHINE:X64 Debug\CMakeCCompilerId.obj
CompilerIdC.vcxproj -> D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CompilerIdC\CompilerIdC.exe
G:\vs2017\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdC.lib" /MACHINE:X86 /SAFESEH Debug\CMakeCCompilerId.obj
CompilerIdC.vcxproj -> D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CompilerIdC\.\CompilerIdC.exe
PostBuildEvent:
for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
:VCEnd
CMAKE_C_COMPILER=G:\vs\VC\Tools\MSVC\14.29.30037\bin\Hostx64\x64\cl.exe
CMAKE_C_COMPILER=G:\vs2017\VC\Tools\MSVC\14.16.27023\bin\Hostx86\x86\cl.exe
FinalizeBuildStatus:
Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild".
Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
@ -35,7 +35,7 @@ Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.80
Time Elapsed 00:00:00.89
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"
@ -51,10 +51,10 @@ Id flags:
The output was:
0
Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 6/9/2021 6:29:47 PM.
Build started 6/9/2021 7:07:20 PM.
Project "D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CompilerIdCXX\CompilerIdCXX.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "Debug\".
@ -62,15 +62,15 @@ PrepareForBuild:
InitializeBuildStatus:
Creating "Debug\CompilerIdCXX.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
G:\vs\VC\Tools\MSVC\14.29.30037\bin\HostX64\x64\CL.exe /c /nologo /W0 /WX- /diagnostics:column /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W0 /Gd /TP /FC /errorReport:queue CMakeCXXCompilerId.cpp
G:\vs2017\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\CL.exe /c /nologo /W0 /WX- /diagnostics:classic /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc141.pdb" /Gd /TP /analyze- /FC /errorReport:queue CMakeCXXCompilerId.cpp
CMakeCXXCompilerId.cpp
Link:
G:\vs\VC\Tools\MSVC\14.29.30037\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X64 Debug\CMakeCXXCompilerId.obj
CompilerIdCXX.vcxproj -> D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CompilerIdCXX\CompilerIdCXX.exe
G:\vs2017\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X86 /SAFESEH Debug\CMakeCXXCompilerId.obj
CompilerIdCXX.vcxproj -> D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CompilerIdCXX\.\CompilerIdCXX.exe
PostBuildEvent:
for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
:VCEnd
CMAKE_CXX_COMPILER=G:\vs\VC\Tools\MSVC\14.29.30037\bin\Hostx64\x64\cl.exe
CMAKE_CXX_COMPILER=G:\vs2017\VC\Tools\MSVC\14.16.27023\bin\Hostx86\x86\cl.exe
FinalizeBuildStatus:
Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild".
Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate".
@ -80,7 +80,7 @@ Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.79
Time Elapsed 00:00:00.65
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"
@ -92,33 +92,37 @@ The CXX compiler identification is MSVC, found in "D:/keystone/msvc/CMakeFiles/3
Detecting C compiler ABI info compiled with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_0c4be.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_a16e8.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_a16e8.dir\Debug\\" /Fd"cmTC_a16e8.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCCompilerABI.c"
CMakeCCompilerABI.c
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_0c4be.dir\Debug\\" /Fd"cmTC_0c4be.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TC /errorReport:queue "C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCCompilerABI.c"
cmTC_0c4be.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_0c4be.exe
cmTC_a16e8.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_a16e8.exe
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_f19fb.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_878f9.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_878f9.dir\Debug\\" /Fd"cmTC_878f9.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCXXCompilerABI.cpp"
CMakeCXXCompilerABI.cpp
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_f19fb.dir\Debug\\" /Fd"cmTC_f19fb.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TP /errorReport:queue "C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCXXCompilerABI.cpp"
cmTC_f19fb.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_f19fb.exe
cmTC_878f9.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_878f9.exe
Checking whether the ASM compiler is MSVC using "-?" matched "Microsoft":
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
C/C++ COMPILER OPTIONS
@ -130,12 +134,10 @@ Copyright (C) Microsoft Corporation. All rights reserved.
/Ob<n> inline expansion (default n=0) /Od disable optimizations (default)
/Og enable global optimization /Oi[-] enable intrinsic functions
/Os favor code space /Ot favor code speed
/Ox optimizations (favor speed)
/favor:<blend|AMD64|INTEL64|ATOM> select processor to optimize for, one of:
blend - a combination of optimizations for several different x64 processors
AMD64 - 64-bit AMD processors
INTEL64 - Intel(R)64 architecture processors
ATOM - Intel(R) Atom(TM) processors
/Ox optimizations (favor speed) /Oy[-] enable frame pointer omission
/favor:<blend|ATOM> select processor to optimize for, one of:
blend - a combination of optimizations for several different x86 processors
ATOM - Intel(R) Atom(TM) processors
-CODE GENERATION-
@ -145,7 +147,6 @@ Copyright (C) Microsoft Corporation. All rights reserved.
/Gy[-] separate functions for linker /GS[-] enable security checks
/GR[-] enable C++ RTTI /GX[-] enable C++ EH (same as /EHsc)
/guard:cf[-] enable CFG (control flow guard)
/guard:ehcont[-] enable EH continuation metadata (CET)
/EHs enable C++ EH (no SEH exceptions) /EHa enable C++ EH (w/ SEH exceptions)
/EHc extern "C" defaults to nothrow
/EHr always generate noexcept runtime termination checks
@ -171,27 +172,25 @@ Copyright (C) Microsoft Corporation. All rights reserved.
/RTC1 Enable fast checks (/RTCsu) /RTCc Convert to smaller type checks
/RTCs Stack Frame runtime checking /RTCu Uninitialized local usage checks
/clr[:option] compile for common language runtime, where option is:
pure : produce IL-only output file (no native executable code)
safe : produce IL-only verifiable output file
netcore : produce assemblies targeting .NET Core runtime
noAssembly : do not produce an assembly
nostdlib : ignore the system .NET framework directory when searching for assemblies
nostdimport : do not import any required assemblies implicitly
initialAppDomain : enable initial AppDomain behavior of Visual C++ 2002
implicitKeepAlive- : turn off implicit emission of System::GC::KeepAlive(this)
/fsanitize=address Enable address sanitizer codegen
/homeparams Force parameters passed in registers to be written to the stack
/GZ Enable stack checks (/RTCs) /Gv __vectorcall calling convention
/arch:<AVX|AVX2|AVX512> minimum CPU architecture requirements, one of:
pure - produce IL-only output file (no native executable code)
safe - produce IL-only verifiable output file
initialAppDomain - enable initial AppDomain behavior of Visual C++ 2002
noAssembly - do not produce an assembly
nostdlib - ignore the default \clr directory
/Gd __cdecl calling convention /Gr __fastcall calling convention
/Gz __stdcall calling convention /GZ Enable stack checks (/RTCs)
/Gv __vectorcall calling convention /QIfist[-] use FIST instead of ftol()
/hotpatch ensure function padding for hotpatchable images
/arch:<IA32|SSE|SSE2|AVX|AVX2> minimum CPU architecture requirements, one of:
IA32 - use no enhanced instructions and use x87 for floating point
SSE - enable use of instructions available with SSE-enabled CPUs
SSE2 - (default) enable use of instructions available with SSE2-enabled CPUs
AVX - enable use of instructions available with AVX-enabled CPUs
AVX2 - enable use of instructions available with AVX2-enabled CPUs
AVX512 - enable use of instructions available with AVX-512-enabled CPUs
/QIntel-jcc-erratum enable mitigations for Intel JCC erratum
/Qimprecise_fwaits generate FWAITs only on "try" boundaries, not inside "try"
/Qsafe_fp_loads generate safe FP loads
/Qspectre-load Enable spectre mitigations for all instructions which load memory
/Qspectre-load-cf Enable spectre mitigations for all control-flow instructions which load memory
/fpcvt:<IA|BC> FP to unsigned integer conversion compatibility
IA - results compatible with VCVTTSD2USI instruction
BC - results compatible with VS2017 and earlier compiler
-OUTPUT FILES-
@ -204,7 +203,6 @@ Copyright (C) Microsoft Corporation. All rights reserved.
/Fm: <file> name map file /Fo: <file> name object file
/Fp: <file> name .PCH file /FR: <file> name extended .SBR file
/Fi: <file> name preprocessed file
/Ft<dir> location of the header files generated for #import
/doc[file] process XML documentation comments and optionally name the .xdc file
-PREPROCESSOR-
@ -217,7 +215,6 @@ Copyright (C) Microsoft Corporation. All rights reserved.
/u remove all predefined macros /I<dir> add to include search path
/X ignore "standard places"
/PH generate #pragma file_hash when preprocessing
/PD print all macro definitions
-LANGUAGE-
@ -249,34 +246,23 @@ Copyright (C) Microsoft Corporation. All rights reserved.
ternary[-] enforce C++11 rules for conditional operator (off by default)
noexceptTypes[-] enforce C++17 noexcept rules (on by default in C++17 or later)
alignedNew[-] enable C++17 alignment of dynamically allocated objects (on by default)
hiddenFriend[-] enforce Standard C++ hidden friend rules (implied by /permissive-)
externC[-] enforce Standard C++ rules for 'extern "C"' functions (implied by /permissive-)
lambda[-] better lambda support by using the newer lambda processor (off by default)
tlsGuards[-] generate runtime checks for TLS variable initialization (on by default)
zeroSizeArrayNew[-] call member new/delete for 0-size arrays of objects (on by default)
/await enable resumable functions extension
/await:strict enable standard C++20 coroutine support with earlier language versions
/constexpr:depth<N> recursion depth limit for constexpr evaluation (default: 512)
/constexpr:backtrace<N> show N constexpr evaluations in diagnostics (default: 10)
/constexpr:steps<N> terminate constexpr evaluation after N steps (default: 100000)
/Zi enable debugging information /Z7 enable old-style debug info
/Zo[-] generate richer debugging information for optimized code (on by default)
/ZH:[MD5|SHA1|SHA_256] hash algorithm for calculation of file checksum in debug info (default: MD5)
/ZH:SHA_256 use SHA256 for file checksum in debug info (experimental)
/Zp[n] pack structs on n-byte boundary /Zl omit default library name in .OBJ
/vd{0|1|2} disable/enable vtordisp /vm<x> type of pointers to members
/std:<c11|c17> C standard version
c11 - ISO/IEC 9899:2011
c17 - ISO/IEC 9899:2018
/ZI enable Edit and Continue debug info
/openmp enable OpenMP 2.0 language extensions
/openmp:experimental enable OpenMP 2.0 language extensions plus select OpenMP 3.0+ language extensions
/openmp:llvm OpenMP language extensions using LLVM runtime
-MISCELLANEOUS-
@<file> options response file /?, /help print this help message
/bigobj generate extended object format /c compile only, no link
/errorReport:option deprecated. Report internal compiler errors to Microsoft
/errorReport:option Report internal compiler errors to Microsoft
none - do not send report
prompt - prompt to immediately send report
queue - at next admin logon, prompt to send report (default)
@ -295,9 +281,6 @@ Copyright (C) Microsoft Corporation. All rights reserved.
/execution-charset:<iana-name>|.nnnn set execution character set
/utf-8 set source and execution character set to UTF-8
/validate-charset[-] validate UTF-8 files for only legal characters
/fastfail[-] enable fast-fail mode /JMC[-] enable native just my code
/presetPadding[-] zero initialize padding for stack based class types
/volatileMetadata[-] generate metadata on volatile memory accesses
-LINKING-
@ -337,140 +320,160 @@ Copyright (C) Microsoft Corporation. All rights reserved.
Determining if the include file errno.h exists passed with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_aa2fd.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_064a2.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_064a2.dir\Debug\\" /Fd"cmTC_064a2.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckIncludeFile.c
CheckIncludeFile.c
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_aa2fd.dir\Debug\\" /Fd"cmTC_aa2fd.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TC /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckIncludeFile.c
cmTC_aa2fd.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_aa2fd.exe
cmTC_064a2.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_064a2.exe
Determining if the include file fcntl.h exists passed with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_ee766.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_90227.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_90227.dir\Debug\\" /Fd"cmTC_90227.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckIncludeFile.c
CheckIncludeFile.c
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_ee766.dir\Debug\\" /Fd"cmTC_ee766.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TC /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckIncludeFile.c
cmTC_ee766.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_ee766.exe
cmTC_90227.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_90227.exe
Determining if the include file inttypes.h exists passed with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_66199.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_98886.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_98886.dir\Debug\\" /Fd"cmTC_98886.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckIncludeFile.c
CheckIncludeFile.c
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_66199.dir\Debug\\" /Fd"cmTC_66199.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TC /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckIncludeFile.c
cmTC_66199.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_66199.exe
cmTC_98886.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_98886.exe
Determining if the include file limits.h exists passed with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_988a5.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_c6597.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_c6597.dir\Debug\\" /Fd"cmTC_c6597.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckIncludeFile.c
CheckIncludeFile.c
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_988a5.dir\Debug\\" /Fd"cmTC_988a5.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TC /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckIncludeFile.c
cmTC_988a5.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_988a5.exe
cmTC_c6597.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_c6597.exe
Determining if the include file malloc.h exists passed with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_ad151.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_e10f7.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_e10f7.dir\Debug\\" /Fd"cmTC_e10f7.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckIncludeFile.c
CheckIncludeFile.c
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_ad151.dir\Debug\\" /Fd"cmTC_ad151.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TC /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckIncludeFile.c
cmTC_ad151.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_ad151.exe
cmTC_e10f7.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_e10f7.exe
Determining if the include file signal.h exists passed with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_226ef.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_ad915.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_ad915.dir\Debug\\" /Fd"cmTC_ad915.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckIncludeFile.c
CheckIncludeFile.c
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_226ef.dir\Debug\\" /Fd"cmTC_226ef.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TC /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckIncludeFile.c
cmTC_226ef.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_226ef.exe
cmTC_ad915.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_ad915.exe
Determining if the include file stdint.h exists passed with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_31244.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_a2f92.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_a2f92.dir\Debug\\" /Fd"cmTC_a2f92.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckIncludeFile.c
CheckIncludeFile.c
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_31244.dir\Debug\\" /Fd"cmTC_31244.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TC /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckIncludeFile.c
cmTC_31244.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_31244.exe
cmTC_a2f92.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_a2f92.exe
Determining if the include file sys/stat.h exists passed with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_2d25e.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_018a5.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_018a5.dir\Debug\\" /Fd"cmTC_018a5.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckIncludeFile.c
CheckIncludeFile.c
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_2d25e.dir\Debug\\" /Fd"cmTC_2d25e.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TC /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckIncludeFile.c
cmTC_2d25e.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_2d25e.exe
cmTC_018a5.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_018a5.exe
Determining if the include file fenv.h exists passed with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_9bc44.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_b6e2a.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_b6e2a.dir\Debug\\" /Fd"cmTC_b6e2a.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckIncludeFile.c
CheckIncludeFile.c
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_9bc44.dir\Debug\\" /Fd"cmTC_9bc44.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TC /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckIncludeFile.c
cmTC_9bc44.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_9bc44.exe
cmTC_b6e2a.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_b6e2a.exe
Determining if the FE_ALL_EXCEPT exist passed with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_f3c24.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_7723b.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_7723b.dir\Debug\\" /Fd"cmTC_7723b.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckSymbolExists.c
CheckSymbolExists.c
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_f3c24.dir\Debug\\" /Fd"cmTC_f3c24.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TC /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckSymbolExists.c
cmTC_f3c24.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_f3c24.exe
cmTC_7723b.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_7723b.exe
File D:/keystone/msvc/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
@ -490,14 +493,16 @@ int main(int argc, char** argv)
Determining if the FE_INEXACT exist passed with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_919fc.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_553f8.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_553f8.dir\Debug\\" /Fd"cmTC_553f8.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckSymbolExists.c
CheckSymbolExists.c
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_919fc.dir\Debug\\" /Fd"cmTC_919fc.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TC /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckSymbolExists.c
cmTC_919fc.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_919fc.exe
cmTC_553f8.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_553f8.exe
File D:/keystone/msvc/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
@ -517,14 +522,16 @@ int main(int argc, char** argv)
Determining if the strtoll exist passed with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_7149c.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_37d30.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_37d30.dir\Debug\\" /Fd"cmTC_37d30.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckSymbolExists.c
CheckSymbolExists.c
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_7149c.dir\Debug\\" /Fd"cmTC_7149c.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TC /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckSymbolExists.c
cmTC_7149c.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_7149c.exe
cmTC_37d30.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_37d30.exe
File D:/keystone/msvc/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
@ -544,15 +551,18 @@ int main(int argc, char** argv)
Determining if the strerror exist passed with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_d993b.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_4e029.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_4e029.dir\Debug\\" /Fd"cmTC_4e029.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckSymbolExists.c
CheckSymbolExists.c
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_d993b.dir\Debug\\" /Fd"cmTC_d993b.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TC /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckSymbolExists.c
D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckSymbolExists.c(8,19): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\keystone\msvc\CMakeFiles\CMakeTmp\cmTC_d993b.vcxproj]
cmTC_d993b.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_d993b.exe
D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckSymbolExists.c(8): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\keystone\msvc\CMakeFiles\CMakeTmp\cmTC_4e029.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt\string.h(178): note: see declaration of 'strerror'
cmTC_4e029.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_4e029.exe
File D:/keystone/msvc/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
@ -572,14 +582,16 @@ int main(int argc, char** argv)
Determining if the strerror_s exist passed with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_ad31f.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_2e143.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_2e143.dir\Debug\\" /Fd"cmTC_2e143.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckSymbolExists.c
CheckSymbolExists.c
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_ad31f.dir\Debug\\" /Fd"cmTC_ad31f.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TC /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckSymbolExists.c
cmTC_ad31f.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_ad31f.exe
cmTC_2e143.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_2e143.exe
File D:/keystone/msvc/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
@ -599,14 +611,16 @@ int main(int argc, char** argv)
Determining if the _chsize_s exist passed with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_0fcfb.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_96da5.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_96da5.dir\Debug\\" /Fd"cmTC_96da5.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckSymbolExists.c
CheckSymbolExists.c
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_0fcfb.dir\Debug\\" /Fd"cmTC_0fcfb.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TC /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\CheckSymbolExists.c
cmTC_0fcfb.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_0fcfb.exe
cmTC_96da5.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_96da5.exe
File D:/keystone/msvc/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
@ -623,31 +637,19 @@ int main(int argc, char** argv)
return 0;
#endif
}
Determining if the function __chkstk exists passed with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_fd3b0.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
CheckFunctionExists.c
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D CHECK_FUNCTION_EXISTS=__chkstk /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_fd3b0.dir\Debug\\" /Fd"cmTC_fd3b0.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TC /errorReport:queue "C:\Program Files\CMake\share\cmake-3.20\Modules\CheckFunctionExists.c"
cmTC_fd3b0.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_fd3b0.exe
Performing C++ SOURCE FILE Test HAVE_INT64_T succeeded with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_0c205.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_f3477.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D HAVE_INT64_T /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_f3477.dir\Debug\\" /Fd"cmTC_f3477.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\src.cxx
src.cxx
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D HAVE_INT64_T /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_0c205.dir\Debug\\" /Fd"cmTC_0c205.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TP /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\src.cxx
cmTC_0c205.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_0c205.exe
cmTC_f3477.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_f3477.exe
Source file was:
@ -663,14 +665,16 @@ Source file was:
Performing C++ SOURCE FILE Test HAVE_UINT64_T succeeded with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_42bcb.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_e4e07.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D HAVE_UINT64_T /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_e4e07.dir\Debug\\" /Fd"cmTC_e4e07.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\src.cxx
src.cxx
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D HAVE_UINT64_T /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_42bcb.dir\Debug\\" /Fd"cmTC_42bcb.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TP /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\src.cxx
cmTC_42bcb.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_42bcb.exe
cmTC_e4e07.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_e4e07.exe
Source file was:
@ -686,14 +690,16 @@ Source file was:
Performing C++ SOURCE FILE Test LLVM_HAS_ATOMICS succeeded with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_450f8.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_04bdd.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D LLVM_HAS_ATOMICS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_04bdd.dir\Debug\\" /Fd"cmTC_04bdd.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\src.cxx
src.cxx
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D LLVM_HAS_ATOMICS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_450f8.dir\Debug\\" /Fd"cmTC_450f8.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TP /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\src.cxx
cmTC_450f8.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_450f8.exe
cmTC_04bdd.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_04bdd.exe
Source file was:
@ -722,14 +728,16 @@ int main() {
Performing C++ SOURCE FILE Test HAVE_ELMCB_PCSTR succeeded with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_103b8.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_5cb9d.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D HAVE_ELMCB_PCSTR /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_5cb9d.dir\Debug\\" /Fd"cmTC_5cb9d.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\src.cxx
src.cxx
cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D HAVE_ELMCB_PCSTR /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_103b8.dir\Debug\\" /Fd"cmTC_103b8.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W3 /Gd /TP /errorReport:queue D:\keystone\msvc\CMakeFiles\CMakeTmp\src.cxx
cmTC_103b8.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_103b8.exe
cmTC_5cb9d.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_5cb9d.exe
Source file was:
@ -742,14 +750,16 @@ Source file was:
Performing C SOURCE FILE Test SUPPORTS_SIZED_DEALLOC succeeded with the following output:
Change Dir: D:/keystone/msvc/CMakeFiles/CMakeTmp
Run Build Command(s):G:/vs/MSBuild/Current/Bin/MSBuild.exe cmTC_d4615.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.10.0+4242f381a for .NET Framework
Run Build Command(s):G:/vs2017/MSBuild/15.0/Bin/MSBuild.exe cmTC_24c3c.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W4 /WX /diagnostics:classic /Od /Ob0 /Oi /Oy- /D WIN32 /D _WINDOWS /D SUPPORTS_SIZED_DEALLOC /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_24c3c.dir\Debug\\" /Fd"cmTC_24c3c.dir\Debug\vc141.pdb" /Gd /TC /wd4141 /wd4146 /wd4180 /wd4244 /wd4258 /wd4267 /wd4291 /wd4345 /wd4351 /wd4355 /wd4456 /wd4457 /wd4458 /wd4459 /wd4503 /wd4624 /wd4722 /wd4800 /wd4100 /wd4127 /wd4512 /wd4505 /wd4610 /wd4510 /wd4702 /wd4245 /wd4706 /wd4310 /wd4701 /wd4703 /wd4389 /wd4611 /wd4805 /wd4204 /wd4577 /wd4091 /wd4592 /wd4324 /analyze- /errorReport:queue /we4238 -w14062 /Zc:strictStrings /Zc:sizedDealloc- D:\keystone\msvc\CMakeFiles\CMakeTmp\src.c
src.c
cl /c /Zi /W4 /WX /diagnostics:column /Od /Ob0 /Oi /D WIN32 /D _WINDOWS /D SUPPORTS_SIZED_DEALLOC /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_d4615.dir\Debug\\" /Fd"cmTC_d4615.dir\Debug\vc142.pdb" /external:env:EXTERNAL_INCLUDE /external:W4 /Gd /TC /wd4141 /wd4146 /wd4180 /wd4244 /wd4258 /wd4267 /wd4291 /wd4345 /wd4351 /wd4355 /wd4456 /wd4457 /wd4458 /wd4459 /wd4503 /wd4624 /wd4722 /wd4800 /wd4100 /wd4127 /wd4512 /wd4505 /wd4610 /wd4510 /wd4702 /wd4245 /wd4706 /wd4310 /wd4701 /wd4703 /wd4389 /wd4611 /wd4805 /wd4204 /wd4577 /wd4091 /wd4592 /wd4324 /errorReport:queue /we4238 -w14062 /Zc:strictStrings /Zc:sizedDealloc- D:\keystone\msvc\CMakeFiles\CMakeTmp\src.c
cmTC_d4615.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_d4615.exe
cmTC_24c3c.vcxproj -> D:\keystone\msvc\CMakeFiles\CMakeTmp\Debug\cmTC_24c3c.exe
Source file was:

@ -17,7 +17,7 @@ set(CPACK_BINARY_NUGET "OFF")
set(CPACK_BINARY_WIX "OFF")
set(CPACK_BINARY_ZIP "OFF")
set(CPACK_BUILD_SOURCE_DIRS "D:/keystone;D:/keystone/msvc")
set(CPACK_CMAKE_GENERATOR "Visual Studio 16 2019")
set(CPACK_CMAKE_GENERATOR "Visual Studio 15 2017")
set(CPACK_COMPONENTS_ALL "")
set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
@ -35,7 +35,7 @@ set(CPACK_NSIS_EXTRA_INSTALL_COMMANDS "ExecWait '$INSTDIR/tools/msbuild/install.
set(CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS "ExecWait '$INSTDIR/tools/msbuild/uninstall.bat'")
set(CPACK_NSIS_INSTALLER_ICON_CODE "")
set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES64")
set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
set(CPACK_NSIS_MODIFY_PATH "ON")
set(CPACK_NSIS_MUI_ICON "D:/keystone/llvm\\cmake\\nsis_icon.ico")
set(CPACK_NSIS_MUI_UNIICON "D:/keystone/llvm\\cmake\\nsis_icon.ico")
@ -45,7 +45,7 @@ set(CPACK_OUTPUT_CONFIG_FILE "D:/keystone/msvc/CPackConfig.cmake")
set(CPACK_PACKAGE_DEFAULT_LOCATION "/")
set(CPACK_PACKAGE_DESCRIPTION_FILE "C:/Program Files/CMake/share/cmake-3.20/Templates/CPack.GenericDescription.txt")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "keystone built using CMake")
set(CPACK_PACKAGE_FILE_NAME "keystone-3.9.0svn-win64")
set(CPACK_PACKAGE_FILE_NAME "keystone-3.9.0svn-win32")
set(CPACK_PACKAGE_ICON "D:/keystone/llvm\\cmake\\nsis_logo.bmp")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "LLVM")
set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "LLVM")
@ -64,10 +64,10 @@ set(CPACK_SOURCE_7Z "ON")
set(CPACK_SOURCE_GENERATOR "7Z;ZIP")
set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "D:/keystone/msvc/CPackSourceConfig.cmake")
set(CPACK_SOURCE_ZIP "ON")
set(CPACK_SYSTEM_NAME "win64")
set(CPACK_SYSTEM_NAME "win32")
set(CPACK_THREADS "1")
set(CPACK_TOPLEVEL_TAG "win64")
set(CPACK_WIX_SIZEOF_VOID_P "8")
set(CPACK_TOPLEVEL_TAG "win32")
set(CPACK_WIX_SIZEOF_VOID_P "4")
if(NOT CPACK_PROPERTIES_FILE)
set(CPACK_PROPERTIES_FILE "D:/keystone/msvc/CPackProperties.cmake")

@ -17,7 +17,7 @@ set(CPACK_BINARY_NUGET "OFF")
set(CPACK_BINARY_WIX "OFF")
set(CPACK_BINARY_ZIP "OFF")
set(CPACK_BUILD_SOURCE_DIRS "D:/keystone;D:/keystone/msvc")
set(CPACK_CMAKE_GENERATOR "Visual Studio 16 2019")
set(CPACK_CMAKE_GENERATOR "Visual Studio 15 2017")
set(CPACK_COMPONENTS_ALL "")
set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
@ -37,7 +37,7 @@ set(CPACK_NSIS_EXTRA_INSTALL_COMMANDS "ExecWait '$INSTDIR/tools/msbuild/install.
set(CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS "ExecWait '$INSTDIR/tools/msbuild/uninstall.bat'")
set(CPACK_NSIS_INSTALLER_ICON_CODE "")
set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES64")
set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
set(CPACK_NSIS_MODIFY_PATH "ON")
set(CPACK_NSIS_MUI_ICON "D:/keystone/llvm\\cmake\\nsis_icon.ico")
set(CPACK_NSIS_MUI_UNIICON "D:/keystone/llvm\\cmake\\nsis_icon.ico")
@ -69,13 +69,13 @@ set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$
set(CPACK_SOURCE_INSTALLED_DIRECTORIES "D:/keystone;/")
set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "D:/keystone/msvc/CPackSourceConfig.cmake")
set(CPACK_SOURCE_PACKAGE_FILE_NAME "keystone-3.9.0svn-Source")
set(CPACK_SOURCE_TOPLEVEL_TAG "win64-Source")
set(CPACK_SOURCE_TOPLEVEL_TAG "win32-Source")
set(CPACK_SOURCE_ZIP "ON")
set(CPACK_STRIP_FILES "")
set(CPACK_SYSTEM_NAME "win64")
set(CPACK_SYSTEM_NAME "win32")
set(CPACK_THREADS "1")
set(CPACK_TOPLEVEL_TAG "win64-Source")
set(CPACK_WIX_SIZEOF_VOID_P "8")
set(CPACK_TOPLEVEL_TAG "win32-Source")
set(CPACK_WIX_SIZEOF_VOID_P "4")
if(NOT CPACK_PROPERTIES_FILE)
set(CPACK_PROPERTIES_FILE "D:/keystone/msvc/CPackProperties.cmake")

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>INSTALL</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,12 +56,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -74,7 +71,6 @@
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -87,7 +83,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -97,7 +93,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -110,7 +105,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<Midl>
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -120,7 +115,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -133,7 +127,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<Midl>
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -143,7 +137,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -158,8 +151,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\03919df5d8c30f22b166f6d8eb49e013\INSTALL_force.rule">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -168,12 +161,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -182,12 +174,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -196,12 +187,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -210,10 +200,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\03919df5d8c30f22b166f6d8eb49e013\INSTALL_force.rule">
<Filter>CMake Rules</Filter>

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>PACKAGE</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,12 +56,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -90,7 +87,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -116,7 +113,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<Midl>
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -142,7 +139,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<Midl>
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -170,8 +167,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\03919df5d8c30f22b166f6d8eb49e013\PACKAGE_force.rule">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -180,12 +177,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -194,12 +190,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -208,12 +203,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -222,10 +216,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\03919df5d8c30f22b166f6d8eb49e013\PACKAGE_force.rule">
<Filter>CMake Rules</Filter>

File diff suppressed because one or more lines are too long

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\03919df5d8c30f22b166f6d8eb49e013\generate.stamp.rule">
<Filter>CMake Rules</Filter>

@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
# Visual Studio 15
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CMakePredefinedTargets", "CMakePredefinedTargets", "{0C44FBD4-F434-3959-B539-77B72C8694D4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}"
@ -219,256 +219,256 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "uninstall", "uninstall.vcxp
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
MinSizeRel|x64 = MinSizeRel|x64
RelWithDebInfo|x64 = RelWithDebInfo|x64
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
MinSizeRel|Win32 = MinSizeRel|Win32
RelWithDebInfo|Win32 = RelWithDebInfo|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Debug|x64.ActiveCfg = Debug|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Debug|x64.Build.0 = Debug|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Release|x64.ActiveCfg = Release|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Release|x64.Build.0 = Release|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.Debug|x64.ActiveCfg = Debug|x64
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.Release|x64.ActiveCfg = Release|x64
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.Debug|x64.ActiveCfg = Debug|x64
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.Release|x64.ActiveCfg = Release|x64
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Debug|x64.ActiveCfg = Debug|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Debug|x64.Build.0 = Debug|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Release|x64.ActiveCfg = Release|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Release|x64.Build.0 = Release|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{67B1273D-C164-30F4-943E-EC96BE4F39E7}.Debug|x64.ActiveCfg = Debug|x64
{67B1273D-C164-30F4-943E-EC96BE4F39E7}.Debug|x64.Build.0 = Debug|x64
{67B1273D-C164-30F4-943E-EC96BE4F39E7}.Release|x64.ActiveCfg = Release|x64
{67B1273D-C164-30F4-943E-EC96BE4F39E7}.Release|x64.Build.0 = Release|x64
{67B1273D-C164-30F4-943E-EC96BE4F39E7}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{67B1273D-C164-30F4-943E-EC96BE4F39E7}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{67B1273D-C164-30F4-943E-EC96BE4F39E7}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{67B1273D-C164-30F4-943E-EC96BE4F39E7}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{F565FF7F-873C-3DDF-A369-B61E57028F9D}.Debug|x64.ActiveCfg = Debug|x64
{F565FF7F-873C-3DDF-A369-B61E57028F9D}.Debug|x64.Build.0 = Debug|x64
{F565FF7F-873C-3DDF-A369-B61E57028F9D}.Release|x64.ActiveCfg = Release|x64
{F565FF7F-873C-3DDF-A369-B61E57028F9D}.Release|x64.Build.0 = Release|x64
{F565FF7F-873C-3DDF-A369-B61E57028F9D}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{F565FF7F-873C-3DDF-A369-B61E57028F9D}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{F565FF7F-873C-3DDF-A369-B61E57028F9D}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{F565FF7F-873C-3DDF-A369-B61E57028F9D}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{C592B43D-3AC0-367B-A4DD-6EA31B8C806F}.Debug|x64.ActiveCfg = Debug|x64
{C592B43D-3AC0-367B-A4DD-6EA31B8C806F}.Debug|x64.Build.0 = Debug|x64
{C592B43D-3AC0-367B-A4DD-6EA31B8C806F}.Release|x64.ActiveCfg = Release|x64
{C592B43D-3AC0-367B-A4DD-6EA31B8C806F}.Release|x64.Build.0 = Release|x64
{C592B43D-3AC0-367B-A4DD-6EA31B8C806F}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{C592B43D-3AC0-367B-A4DD-6EA31B8C806F}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{C592B43D-3AC0-367B-A4DD-6EA31B8C806F}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{C592B43D-3AC0-367B-A4DD-6EA31B8C806F}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{93438D5C-F979-3391-9D1B-EB302C3CCF9C}.Debug|x64.ActiveCfg = Debug|x64
{93438D5C-F979-3391-9D1B-EB302C3CCF9C}.Debug|x64.Build.0 = Debug|x64
{93438D5C-F979-3391-9D1B-EB302C3CCF9C}.Release|x64.ActiveCfg = Release|x64
{93438D5C-F979-3391-9D1B-EB302C3CCF9C}.Release|x64.Build.0 = Release|x64
{93438D5C-F979-3391-9D1B-EB302C3CCF9C}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{93438D5C-F979-3391-9D1B-EB302C3CCF9C}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{93438D5C-F979-3391-9D1B-EB302C3CCF9C}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{93438D5C-F979-3391-9D1B-EB302C3CCF9C}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{1DAE0529-3D7F-3655-A956-D6E167AC196F}.Debug|x64.ActiveCfg = Debug|x64
{1DAE0529-3D7F-3655-A956-D6E167AC196F}.Debug|x64.Build.0 = Debug|x64
{1DAE0529-3D7F-3655-A956-D6E167AC196F}.Release|x64.ActiveCfg = Release|x64
{1DAE0529-3D7F-3655-A956-D6E167AC196F}.Release|x64.Build.0 = Release|x64
{1DAE0529-3D7F-3655-A956-D6E167AC196F}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{1DAE0529-3D7F-3655-A956-D6E167AC196F}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{1DAE0529-3D7F-3655-A956-D6E167AC196F}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{1DAE0529-3D7F-3655-A956-D6E167AC196F}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{47D4F7D5-11A4-3226-9B25-30110DBEC6A5}.Debug|x64.ActiveCfg = Debug|x64
{47D4F7D5-11A4-3226-9B25-30110DBEC6A5}.Debug|x64.Build.0 = Debug|x64
{47D4F7D5-11A4-3226-9B25-30110DBEC6A5}.Release|x64.ActiveCfg = Release|x64
{47D4F7D5-11A4-3226-9B25-30110DBEC6A5}.Release|x64.Build.0 = Release|x64
{47D4F7D5-11A4-3226-9B25-30110DBEC6A5}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{47D4F7D5-11A4-3226-9B25-30110DBEC6A5}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{47D4F7D5-11A4-3226-9B25-30110DBEC6A5}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{47D4F7D5-11A4-3226-9B25-30110DBEC6A5}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{99392347-9F52-381B-9C72-7527D2B003C1}.Debug|x64.ActiveCfg = Debug|x64
{99392347-9F52-381B-9C72-7527D2B003C1}.Debug|x64.Build.0 = Debug|x64
{99392347-9F52-381B-9C72-7527D2B003C1}.Release|x64.ActiveCfg = Release|x64
{99392347-9F52-381B-9C72-7527D2B003C1}.Release|x64.Build.0 = Release|x64
{99392347-9F52-381B-9C72-7527D2B003C1}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{99392347-9F52-381B-9C72-7527D2B003C1}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{99392347-9F52-381B-9C72-7527D2B003C1}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{99392347-9F52-381B-9C72-7527D2B003C1}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{CB47853B-C434-3856-BAEF-29B013E73C81}.Debug|x64.ActiveCfg = Debug|x64
{CB47853B-C434-3856-BAEF-29B013E73C81}.Debug|x64.Build.0 = Debug|x64
{CB47853B-C434-3856-BAEF-29B013E73C81}.Release|x64.ActiveCfg = Release|x64
{CB47853B-C434-3856-BAEF-29B013E73C81}.Release|x64.Build.0 = Release|x64
{CB47853B-C434-3856-BAEF-29B013E73C81}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{CB47853B-C434-3856-BAEF-29B013E73C81}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{CB47853B-C434-3856-BAEF-29B013E73C81}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{CB47853B-C434-3856-BAEF-29B013E73C81}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{D087ED0F-0290-3CE8-84EB-65FE84C1B163}.Debug|x64.ActiveCfg = Debug|x64
{D087ED0F-0290-3CE8-84EB-65FE84C1B163}.Debug|x64.Build.0 = Debug|x64
{D087ED0F-0290-3CE8-84EB-65FE84C1B163}.Release|x64.ActiveCfg = Release|x64
{D087ED0F-0290-3CE8-84EB-65FE84C1B163}.Release|x64.Build.0 = Release|x64
{D087ED0F-0290-3CE8-84EB-65FE84C1B163}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{D087ED0F-0290-3CE8-84EB-65FE84C1B163}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{D087ED0F-0290-3CE8-84EB-65FE84C1B163}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{D087ED0F-0290-3CE8-84EB-65FE84C1B163}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{2D401977-FB10-3E96-9AE2-A3C2EF16857D}.Debug|x64.ActiveCfg = Debug|x64
{2D401977-FB10-3E96-9AE2-A3C2EF16857D}.Debug|x64.Build.0 = Debug|x64
{2D401977-FB10-3E96-9AE2-A3C2EF16857D}.Release|x64.ActiveCfg = Release|x64
{2D401977-FB10-3E96-9AE2-A3C2EF16857D}.Release|x64.Build.0 = Release|x64
{2D401977-FB10-3E96-9AE2-A3C2EF16857D}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{2D401977-FB10-3E96-9AE2-A3C2EF16857D}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{2D401977-FB10-3E96-9AE2-A3C2EF16857D}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{2D401977-FB10-3E96-9AE2-A3C2EF16857D}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{80533450-6A6D-30E2-9826-AD83B842589C}.Debug|x64.ActiveCfg = Debug|x64
{80533450-6A6D-30E2-9826-AD83B842589C}.Debug|x64.Build.0 = Debug|x64
{80533450-6A6D-30E2-9826-AD83B842589C}.Release|x64.ActiveCfg = Release|x64
{80533450-6A6D-30E2-9826-AD83B842589C}.Release|x64.Build.0 = Release|x64
{80533450-6A6D-30E2-9826-AD83B842589C}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{80533450-6A6D-30E2-9826-AD83B842589C}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{80533450-6A6D-30E2-9826-AD83B842589C}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{80533450-6A6D-30E2-9826-AD83B842589C}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{4A63991F-1161-3065-AE83-93CEC5028904}.Debug|x64.ActiveCfg = Debug|x64
{4A63991F-1161-3065-AE83-93CEC5028904}.Debug|x64.Build.0 = Debug|x64
{4A63991F-1161-3065-AE83-93CEC5028904}.Release|x64.ActiveCfg = Release|x64
{4A63991F-1161-3065-AE83-93CEC5028904}.Release|x64.Build.0 = Release|x64
{4A63991F-1161-3065-AE83-93CEC5028904}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{4A63991F-1161-3065-AE83-93CEC5028904}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{4A63991F-1161-3065-AE83-93CEC5028904}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{4A63991F-1161-3065-AE83-93CEC5028904}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{E8F50301-1010-3B3D-BA4D-9D8C27882446}.Debug|x64.ActiveCfg = Debug|x64
{E8F50301-1010-3B3D-BA4D-9D8C27882446}.Debug|x64.Build.0 = Debug|x64
{E8F50301-1010-3B3D-BA4D-9D8C27882446}.Release|x64.ActiveCfg = Release|x64
{E8F50301-1010-3B3D-BA4D-9D8C27882446}.Release|x64.Build.0 = Release|x64
{E8F50301-1010-3B3D-BA4D-9D8C27882446}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{E8F50301-1010-3B3D-BA4D-9D8C27882446}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{E8F50301-1010-3B3D-BA4D-9D8C27882446}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{E8F50301-1010-3B3D-BA4D-9D8C27882446}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{D447C253-DD27-3440-9FDD-64E08EF74D65}.Debug|x64.ActiveCfg = Debug|x64
{D447C253-DD27-3440-9FDD-64E08EF74D65}.Debug|x64.Build.0 = Debug|x64
{D447C253-DD27-3440-9FDD-64E08EF74D65}.Release|x64.ActiveCfg = Release|x64
{D447C253-DD27-3440-9FDD-64E08EF74D65}.Release|x64.Build.0 = Release|x64
{D447C253-DD27-3440-9FDD-64E08EF74D65}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{D447C253-DD27-3440-9FDD-64E08EF74D65}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{D447C253-DD27-3440-9FDD-64E08EF74D65}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{D447C253-DD27-3440-9FDD-64E08EF74D65}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{B5912A4C-544A-326B-917A-C92D52E7B5AB}.Debug|x64.ActiveCfg = Debug|x64
{B5912A4C-544A-326B-917A-C92D52E7B5AB}.Debug|x64.Build.0 = Debug|x64
{B5912A4C-544A-326B-917A-C92D52E7B5AB}.Release|x64.ActiveCfg = Release|x64
{B5912A4C-544A-326B-917A-C92D52E7B5AB}.Release|x64.Build.0 = Release|x64
{B5912A4C-544A-326B-917A-C92D52E7B5AB}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{B5912A4C-544A-326B-917A-C92D52E7B5AB}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{B5912A4C-544A-326B-917A-C92D52E7B5AB}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{B5912A4C-544A-326B-917A-C92D52E7B5AB}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{E62C734B-7AE4-34C4-A1BD-08C5EDAE1DB3}.Debug|x64.ActiveCfg = Debug|x64
{E62C734B-7AE4-34C4-A1BD-08C5EDAE1DB3}.Debug|x64.Build.0 = Debug|x64
{E62C734B-7AE4-34C4-A1BD-08C5EDAE1DB3}.Release|x64.ActiveCfg = Release|x64
{E62C734B-7AE4-34C4-A1BD-08C5EDAE1DB3}.Release|x64.Build.0 = Release|x64
{E62C734B-7AE4-34C4-A1BD-08C5EDAE1DB3}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{E62C734B-7AE4-34C4-A1BD-08C5EDAE1DB3}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{E62C734B-7AE4-34C4-A1BD-08C5EDAE1DB3}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{E62C734B-7AE4-34C4-A1BD-08C5EDAE1DB3}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{1C2CD31B-3D76-38C3-8657-6F5196C4FC5E}.Debug|x64.ActiveCfg = Debug|x64
{1C2CD31B-3D76-38C3-8657-6F5196C4FC5E}.Debug|x64.Build.0 = Debug|x64
{1C2CD31B-3D76-38C3-8657-6F5196C4FC5E}.Release|x64.ActiveCfg = Release|x64
{1C2CD31B-3D76-38C3-8657-6F5196C4FC5E}.Release|x64.Build.0 = Release|x64
{1C2CD31B-3D76-38C3-8657-6F5196C4FC5E}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{1C2CD31B-3D76-38C3-8657-6F5196C4FC5E}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{1C2CD31B-3D76-38C3-8657-6F5196C4FC5E}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{1C2CD31B-3D76-38C3-8657-6F5196C4FC5E}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{2D0CA9A9-8BE3-3A72-9608-786EA28A6123}.Debug|x64.ActiveCfg = Debug|x64
{2D0CA9A9-8BE3-3A72-9608-786EA28A6123}.Debug|x64.Build.0 = Debug|x64
{2D0CA9A9-8BE3-3A72-9608-786EA28A6123}.Release|x64.ActiveCfg = Release|x64
{2D0CA9A9-8BE3-3A72-9608-786EA28A6123}.Release|x64.Build.0 = Release|x64
{2D0CA9A9-8BE3-3A72-9608-786EA28A6123}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{2D0CA9A9-8BE3-3A72-9608-786EA28A6123}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{2D0CA9A9-8BE3-3A72-9608-786EA28A6123}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{2D0CA9A9-8BE3-3A72-9608-786EA28A6123}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{A39B917A-F207-32A5-AD59-83B86DFF533D}.Debug|x64.ActiveCfg = Debug|x64
{A39B917A-F207-32A5-AD59-83B86DFF533D}.Debug|x64.Build.0 = Debug|x64
{A39B917A-F207-32A5-AD59-83B86DFF533D}.Release|x64.ActiveCfg = Release|x64
{A39B917A-F207-32A5-AD59-83B86DFF533D}.Release|x64.Build.0 = Release|x64
{A39B917A-F207-32A5-AD59-83B86DFF533D}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{A39B917A-F207-32A5-AD59-83B86DFF533D}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{A39B917A-F207-32A5-AD59-83B86DFF533D}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{A39B917A-F207-32A5-AD59-83B86DFF533D}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{96116F73-4400-36E2-8D85-5A4C365C186B}.Debug|x64.ActiveCfg = Debug|x64
{96116F73-4400-36E2-8D85-5A4C365C186B}.Debug|x64.Build.0 = Debug|x64
{96116F73-4400-36E2-8D85-5A4C365C186B}.Release|x64.ActiveCfg = Release|x64
{96116F73-4400-36E2-8D85-5A4C365C186B}.Release|x64.Build.0 = Release|x64
{96116F73-4400-36E2-8D85-5A4C365C186B}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{96116F73-4400-36E2-8D85-5A4C365C186B}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{96116F73-4400-36E2-8D85-5A4C365C186B}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{96116F73-4400-36E2-8D85-5A4C365C186B}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{44ADEFE2-BAE2-324D-B9D0-F2B7322F9398}.Debug|x64.ActiveCfg = Debug|x64
{44ADEFE2-BAE2-324D-B9D0-F2B7322F9398}.Debug|x64.Build.0 = Debug|x64
{44ADEFE2-BAE2-324D-B9D0-F2B7322F9398}.Release|x64.ActiveCfg = Release|x64
{44ADEFE2-BAE2-324D-B9D0-F2B7322F9398}.Release|x64.Build.0 = Release|x64
{44ADEFE2-BAE2-324D-B9D0-F2B7322F9398}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{44ADEFE2-BAE2-324D-B9D0-F2B7322F9398}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{44ADEFE2-BAE2-324D-B9D0-F2B7322F9398}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{44ADEFE2-BAE2-324D-B9D0-F2B7322F9398}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{42B5540A-54C9-3F5A-809D-34BE9D9629F2}.Debug|x64.ActiveCfg = Debug|x64
{42B5540A-54C9-3F5A-809D-34BE9D9629F2}.Debug|x64.Build.0 = Debug|x64
{42B5540A-54C9-3F5A-809D-34BE9D9629F2}.Release|x64.ActiveCfg = Release|x64
{42B5540A-54C9-3F5A-809D-34BE9D9629F2}.Release|x64.Build.0 = Release|x64
{42B5540A-54C9-3F5A-809D-34BE9D9629F2}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{42B5540A-54C9-3F5A-809D-34BE9D9629F2}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{42B5540A-54C9-3F5A-809D-34BE9D9629F2}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{42B5540A-54C9-3F5A-809D-34BE9D9629F2}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{A2A48D0E-A5C8-3924-8BCD-677FFEB9635E}.Debug|x64.ActiveCfg = Debug|x64
{A2A48D0E-A5C8-3924-8BCD-677FFEB9635E}.Debug|x64.Build.0 = Debug|x64
{A2A48D0E-A5C8-3924-8BCD-677FFEB9635E}.Release|x64.ActiveCfg = Release|x64
{A2A48D0E-A5C8-3924-8BCD-677FFEB9635E}.Release|x64.Build.0 = Release|x64
{A2A48D0E-A5C8-3924-8BCD-677FFEB9635E}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{A2A48D0E-A5C8-3924-8BCD-677FFEB9635E}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{A2A48D0E-A5C8-3924-8BCD-677FFEB9635E}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{A2A48D0E-A5C8-3924-8BCD-677FFEB9635E}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{4BC193F4-2E14-3D7F-A275-E16A491865A6}.Debug|x64.ActiveCfg = Debug|x64
{4BC193F4-2E14-3D7F-A275-E16A491865A6}.Debug|x64.Build.0 = Debug|x64
{4BC193F4-2E14-3D7F-A275-E16A491865A6}.Release|x64.ActiveCfg = Release|x64
{4BC193F4-2E14-3D7F-A275-E16A491865A6}.Release|x64.Build.0 = Release|x64
{4BC193F4-2E14-3D7F-A275-E16A491865A6}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{4BC193F4-2E14-3D7F-A275-E16A491865A6}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{4BC193F4-2E14-3D7F-A275-E16A491865A6}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{4BC193F4-2E14-3D7F-A275-E16A491865A6}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{00D1FCA4-E89C-32D2-BEAF-42C425FA696C}.Debug|x64.ActiveCfg = Debug|x64
{00D1FCA4-E89C-32D2-BEAF-42C425FA696C}.Debug|x64.Build.0 = Debug|x64
{00D1FCA4-E89C-32D2-BEAF-42C425FA696C}.Release|x64.ActiveCfg = Release|x64
{00D1FCA4-E89C-32D2-BEAF-42C425FA696C}.Release|x64.Build.0 = Release|x64
{00D1FCA4-E89C-32D2-BEAF-42C425FA696C}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{00D1FCA4-E89C-32D2-BEAF-42C425FA696C}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{00D1FCA4-E89C-32D2-BEAF-42C425FA696C}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{00D1FCA4-E89C-32D2-BEAF-42C425FA696C}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Debug|x64.ActiveCfg = Debug|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Debug|x64.Build.0 = Debug|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Release|x64.ActiveCfg = Release|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Release|x64.Build.0 = Release|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{616052A0-442E-33DE-9FD9-3B006E8200F4}.Debug|x64.ActiveCfg = Debug|x64
{616052A0-442E-33DE-9FD9-3B006E8200F4}.Debug|x64.Build.0 = Debug|x64
{616052A0-442E-33DE-9FD9-3B006E8200F4}.Release|x64.ActiveCfg = Release|x64
{616052A0-442E-33DE-9FD9-3B006E8200F4}.Release|x64.Build.0 = Release|x64
{616052A0-442E-33DE-9FD9-3B006E8200F4}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{616052A0-442E-33DE-9FD9-3B006E8200F4}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{616052A0-442E-33DE-9FD9-3B006E8200F4}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{616052A0-442E-33DE-9FD9-3B006E8200F4}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{AFBB2BB9-4E8B-343C-8360-2333D199E2D6}.Debug|x64.ActiveCfg = Debug|x64
{AFBB2BB9-4E8B-343C-8360-2333D199E2D6}.Release|x64.ActiveCfg = Release|x64
{AFBB2BB9-4E8B-343C-8360-2333D199E2D6}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{AFBB2BB9-4E8B-343C-8360-2333D199E2D6}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Debug|Win32.ActiveCfg = Debug|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Debug|Win32.Build.0 = Debug|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Release|Win32.ActiveCfg = Release|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Release|Win32.Build.0 = Release|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.Debug|Win32.ActiveCfg = Debug|Win32
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.Release|Win32.ActiveCfg = Release|Win32
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.Debug|Win32.ActiveCfg = Debug|Win32
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.Release|Win32.ActiveCfg = Release|Win32
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Debug|Win32.ActiveCfg = Debug|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Debug|Win32.Build.0 = Debug|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Release|Win32.ActiveCfg = Release|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Release|Win32.Build.0 = Release|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{67B1273D-C164-30F4-943E-EC96BE4F39E7}.Debug|Win32.ActiveCfg = Debug|Win32
{67B1273D-C164-30F4-943E-EC96BE4F39E7}.Debug|Win32.Build.0 = Debug|Win32
{67B1273D-C164-30F4-943E-EC96BE4F39E7}.Release|Win32.ActiveCfg = Release|Win32
{67B1273D-C164-30F4-943E-EC96BE4F39E7}.Release|Win32.Build.0 = Release|Win32
{67B1273D-C164-30F4-943E-EC96BE4F39E7}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{67B1273D-C164-30F4-943E-EC96BE4F39E7}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{67B1273D-C164-30F4-943E-EC96BE4F39E7}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{67B1273D-C164-30F4-943E-EC96BE4F39E7}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{F565FF7F-873C-3DDF-A369-B61E57028F9D}.Debug|Win32.ActiveCfg = Debug|Win32
{F565FF7F-873C-3DDF-A369-B61E57028F9D}.Debug|Win32.Build.0 = Debug|Win32
{F565FF7F-873C-3DDF-A369-B61E57028F9D}.Release|Win32.ActiveCfg = Release|Win32
{F565FF7F-873C-3DDF-A369-B61E57028F9D}.Release|Win32.Build.0 = Release|Win32
{F565FF7F-873C-3DDF-A369-B61E57028F9D}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{F565FF7F-873C-3DDF-A369-B61E57028F9D}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{F565FF7F-873C-3DDF-A369-B61E57028F9D}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{F565FF7F-873C-3DDF-A369-B61E57028F9D}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{C592B43D-3AC0-367B-A4DD-6EA31B8C806F}.Debug|Win32.ActiveCfg = Debug|Win32
{C592B43D-3AC0-367B-A4DD-6EA31B8C806F}.Debug|Win32.Build.0 = Debug|Win32
{C592B43D-3AC0-367B-A4DD-6EA31B8C806F}.Release|Win32.ActiveCfg = Release|Win32
{C592B43D-3AC0-367B-A4DD-6EA31B8C806F}.Release|Win32.Build.0 = Release|Win32
{C592B43D-3AC0-367B-A4DD-6EA31B8C806F}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{C592B43D-3AC0-367B-A4DD-6EA31B8C806F}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{C592B43D-3AC0-367B-A4DD-6EA31B8C806F}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{C592B43D-3AC0-367B-A4DD-6EA31B8C806F}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{93438D5C-F979-3391-9D1B-EB302C3CCF9C}.Debug|Win32.ActiveCfg = Debug|Win32
{93438D5C-F979-3391-9D1B-EB302C3CCF9C}.Debug|Win32.Build.0 = Debug|Win32
{93438D5C-F979-3391-9D1B-EB302C3CCF9C}.Release|Win32.ActiveCfg = Release|Win32
{93438D5C-F979-3391-9D1B-EB302C3CCF9C}.Release|Win32.Build.0 = Release|Win32
{93438D5C-F979-3391-9D1B-EB302C3CCF9C}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{93438D5C-F979-3391-9D1B-EB302C3CCF9C}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{93438D5C-F979-3391-9D1B-EB302C3CCF9C}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{93438D5C-F979-3391-9D1B-EB302C3CCF9C}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{1DAE0529-3D7F-3655-A956-D6E167AC196F}.Debug|Win32.ActiveCfg = Debug|Win32
{1DAE0529-3D7F-3655-A956-D6E167AC196F}.Debug|Win32.Build.0 = Debug|Win32
{1DAE0529-3D7F-3655-A956-D6E167AC196F}.Release|Win32.ActiveCfg = Release|Win32
{1DAE0529-3D7F-3655-A956-D6E167AC196F}.Release|Win32.Build.0 = Release|Win32
{1DAE0529-3D7F-3655-A956-D6E167AC196F}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{1DAE0529-3D7F-3655-A956-D6E167AC196F}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{1DAE0529-3D7F-3655-A956-D6E167AC196F}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{1DAE0529-3D7F-3655-A956-D6E167AC196F}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{47D4F7D5-11A4-3226-9B25-30110DBEC6A5}.Debug|Win32.ActiveCfg = Debug|Win32
{47D4F7D5-11A4-3226-9B25-30110DBEC6A5}.Debug|Win32.Build.0 = Debug|Win32
{47D4F7D5-11A4-3226-9B25-30110DBEC6A5}.Release|Win32.ActiveCfg = Release|Win32
{47D4F7D5-11A4-3226-9B25-30110DBEC6A5}.Release|Win32.Build.0 = Release|Win32
{47D4F7D5-11A4-3226-9B25-30110DBEC6A5}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{47D4F7D5-11A4-3226-9B25-30110DBEC6A5}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{47D4F7D5-11A4-3226-9B25-30110DBEC6A5}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{47D4F7D5-11A4-3226-9B25-30110DBEC6A5}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{99392347-9F52-381B-9C72-7527D2B003C1}.Debug|Win32.ActiveCfg = Debug|Win32
{99392347-9F52-381B-9C72-7527D2B003C1}.Debug|Win32.Build.0 = Debug|Win32
{99392347-9F52-381B-9C72-7527D2B003C1}.Release|Win32.ActiveCfg = Release|Win32
{99392347-9F52-381B-9C72-7527D2B003C1}.Release|Win32.Build.0 = Release|Win32
{99392347-9F52-381B-9C72-7527D2B003C1}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{99392347-9F52-381B-9C72-7527D2B003C1}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{99392347-9F52-381B-9C72-7527D2B003C1}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{99392347-9F52-381B-9C72-7527D2B003C1}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{CB47853B-C434-3856-BAEF-29B013E73C81}.Debug|Win32.ActiveCfg = Debug|Win32
{CB47853B-C434-3856-BAEF-29B013E73C81}.Debug|Win32.Build.0 = Debug|Win32
{CB47853B-C434-3856-BAEF-29B013E73C81}.Release|Win32.ActiveCfg = Release|Win32
{CB47853B-C434-3856-BAEF-29B013E73C81}.Release|Win32.Build.0 = Release|Win32
{CB47853B-C434-3856-BAEF-29B013E73C81}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{CB47853B-C434-3856-BAEF-29B013E73C81}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{CB47853B-C434-3856-BAEF-29B013E73C81}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{CB47853B-C434-3856-BAEF-29B013E73C81}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{D087ED0F-0290-3CE8-84EB-65FE84C1B163}.Debug|Win32.ActiveCfg = Debug|Win32
{D087ED0F-0290-3CE8-84EB-65FE84C1B163}.Debug|Win32.Build.0 = Debug|Win32
{D087ED0F-0290-3CE8-84EB-65FE84C1B163}.Release|Win32.ActiveCfg = Release|Win32
{D087ED0F-0290-3CE8-84EB-65FE84C1B163}.Release|Win32.Build.0 = Release|Win32
{D087ED0F-0290-3CE8-84EB-65FE84C1B163}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{D087ED0F-0290-3CE8-84EB-65FE84C1B163}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{D087ED0F-0290-3CE8-84EB-65FE84C1B163}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{D087ED0F-0290-3CE8-84EB-65FE84C1B163}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{2D401977-FB10-3E96-9AE2-A3C2EF16857D}.Debug|Win32.ActiveCfg = Debug|Win32
{2D401977-FB10-3E96-9AE2-A3C2EF16857D}.Debug|Win32.Build.0 = Debug|Win32
{2D401977-FB10-3E96-9AE2-A3C2EF16857D}.Release|Win32.ActiveCfg = Release|Win32
{2D401977-FB10-3E96-9AE2-A3C2EF16857D}.Release|Win32.Build.0 = Release|Win32
{2D401977-FB10-3E96-9AE2-A3C2EF16857D}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{2D401977-FB10-3E96-9AE2-A3C2EF16857D}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{2D401977-FB10-3E96-9AE2-A3C2EF16857D}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{2D401977-FB10-3E96-9AE2-A3C2EF16857D}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{80533450-6A6D-30E2-9826-AD83B842589C}.Debug|Win32.ActiveCfg = Debug|Win32
{80533450-6A6D-30E2-9826-AD83B842589C}.Debug|Win32.Build.0 = Debug|Win32
{80533450-6A6D-30E2-9826-AD83B842589C}.Release|Win32.ActiveCfg = Release|Win32
{80533450-6A6D-30E2-9826-AD83B842589C}.Release|Win32.Build.0 = Release|Win32
{80533450-6A6D-30E2-9826-AD83B842589C}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{80533450-6A6D-30E2-9826-AD83B842589C}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{80533450-6A6D-30E2-9826-AD83B842589C}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{80533450-6A6D-30E2-9826-AD83B842589C}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{4A63991F-1161-3065-AE83-93CEC5028904}.Debug|Win32.ActiveCfg = Debug|Win32
{4A63991F-1161-3065-AE83-93CEC5028904}.Debug|Win32.Build.0 = Debug|Win32
{4A63991F-1161-3065-AE83-93CEC5028904}.Release|Win32.ActiveCfg = Release|Win32
{4A63991F-1161-3065-AE83-93CEC5028904}.Release|Win32.Build.0 = Release|Win32
{4A63991F-1161-3065-AE83-93CEC5028904}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{4A63991F-1161-3065-AE83-93CEC5028904}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{4A63991F-1161-3065-AE83-93CEC5028904}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{4A63991F-1161-3065-AE83-93CEC5028904}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{E8F50301-1010-3B3D-BA4D-9D8C27882446}.Debug|Win32.ActiveCfg = Debug|Win32
{E8F50301-1010-3B3D-BA4D-9D8C27882446}.Debug|Win32.Build.0 = Debug|Win32
{E8F50301-1010-3B3D-BA4D-9D8C27882446}.Release|Win32.ActiveCfg = Release|Win32
{E8F50301-1010-3B3D-BA4D-9D8C27882446}.Release|Win32.Build.0 = Release|Win32
{E8F50301-1010-3B3D-BA4D-9D8C27882446}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{E8F50301-1010-3B3D-BA4D-9D8C27882446}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{E8F50301-1010-3B3D-BA4D-9D8C27882446}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{E8F50301-1010-3B3D-BA4D-9D8C27882446}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{D447C253-DD27-3440-9FDD-64E08EF74D65}.Debug|Win32.ActiveCfg = Debug|Win32
{D447C253-DD27-3440-9FDD-64E08EF74D65}.Debug|Win32.Build.0 = Debug|Win32
{D447C253-DD27-3440-9FDD-64E08EF74D65}.Release|Win32.ActiveCfg = Release|Win32
{D447C253-DD27-3440-9FDD-64E08EF74D65}.Release|Win32.Build.0 = Release|Win32
{D447C253-DD27-3440-9FDD-64E08EF74D65}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{D447C253-DD27-3440-9FDD-64E08EF74D65}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{D447C253-DD27-3440-9FDD-64E08EF74D65}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{D447C253-DD27-3440-9FDD-64E08EF74D65}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{B5912A4C-544A-326B-917A-C92D52E7B5AB}.Debug|Win32.ActiveCfg = Debug|Win32
{B5912A4C-544A-326B-917A-C92D52E7B5AB}.Debug|Win32.Build.0 = Debug|Win32
{B5912A4C-544A-326B-917A-C92D52E7B5AB}.Release|Win32.ActiveCfg = Release|Win32
{B5912A4C-544A-326B-917A-C92D52E7B5AB}.Release|Win32.Build.0 = Release|Win32
{B5912A4C-544A-326B-917A-C92D52E7B5AB}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{B5912A4C-544A-326B-917A-C92D52E7B5AB}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{B5912A4C-544A-326B-917A-C92D52E7B5AB}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{B5912A4C-544A-326B-917A-C92D52E7B5AB}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{E62C734B-7AE4-34C4-A1BD-08C5EDAE1DB3}.Debug|Win32.ActiveCfg = Debug|Win32
{E62C734B-7AE4-34C4-A1BD-08C5EDAE1DB3}.Debug|Win32.Build.0 = Debug|Win32
{E62C734B-7AE4-34C4-A1BD-08C5EDAE1DB3}.Release|Win32.ActiveCfg = Release|Win32
{E62C734B-7AE4-34C4-A1BD-08C5EDAE1DB3}.Release|Win32.Build.0 = Release|Win32
{E62C734B-7AE4-34C4-A1BD-08C5EDAE1DB3}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{E62C734B-7AE4-34C4-A1BD-08C5EDAE1DB3}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{E62C734B-7AE4-34C4-A1BD-08C5EDAE1DB3}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{E62C734B-7AE4-34C4-A1BD-08C5EDAE1DB3}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{1C2CD31B-3D76-38C3-8657-6F5196C4FC5E}.Debug|Win32.ActiveCfg = Debug|Win32
{1C2CD31B-3D76-38C3-8657-6F5196C4FC5E}.Debug|Win32.Build.0 = Debug|Win32
{1C2CD31B-3D76-38C3-8657-6F5196C4FC5E}.Release|Win32.ActiveCfg = Release|Win32
{1C2CD31B-3D76-38C3-8657-6F5196C4FC5E}.Release|Win32.Build.0 = Release|Win32
{1C2CD31B-3D76-38C3-8657-6F5196C4FC5E}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{1C2CD31B-3D76-38C3-8657-6F5196C4FC5E}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{1C2CD31B-3D76-38C3-8657-6F5196C4FC5E}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{1C2CD31B-3D76-38C3-8657-6F5196C4FC5E}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{2D0CA9A9-8BE3-3A72-9608-786EA28A6123}.Debug|Win32.ActiveCfg = Debug|Win32
{2D0CA9A9-8BE3-3A72-9608-786EA28A6123}.Debug|Win32.Build.0 = Debug|Win32
{2D0CA9A9-8BE3-3A72-9608-786EA28A6123}.Release|Win32.ActiveCfg = Release|Win32
{2D0CA9A9-8BE3-3A72-9608-786EA28A6123}.Release|Win32.Build.0 = Release|Win32
{2D0CA9A9-8BE3-3A72-9608-786EA28A6123}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{2D0CA9A9-8BE3-3A72-9608-786EA28A6123}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{2D0CA9A9-8BE3-3A72-9608-786EA28A6123}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{2D0CA9A9-8BE3-3A72-9608-786EA28A6123}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{A39B917A-F207-32A5-AD59-83B86DFF533D}.Debug|Win32.ActiveCfg = Debug|Win32
{A39B917A-F207-32A5-AD59-83B86DFF533D}.Debug|Win32.Build.0 = Debug|Win32
{A39B917A-F207-32A5-AD59-83B86DFF533D}.Release|Win32.ActiveCfg = Release|Win32
{A39B917A-F207-32A5-AD59-83B86DFF533D}.Release|Win32.Build.0 = Release|Win32
{A39B917A-F207-32A5-AD59-83B86DFF533D}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{A39B917A-F207-32A5-AD59-83B86DFF533D}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{A39B917A-F207-32A5-AD59-83B86DFF533D}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{A39B917A-F207-32A5-AD59-83B86DFF533D}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{96116F73-4400-36E2-8D85-5A4C365C186B}.Debug|Win32.ActiveCfg = Debug|Win32
{96116F73-4400-36E2-8D85-5A4C365C186B}.Debug|Win32.Build.0 = Debug|Win32
{96116F73-4400-36E2-8D85-5A4C365C186B}.Release|Win32.ActiveCfg = Release|Win32
{96116F73-4400-36E2-8D85-5A4C365C186B}.Release|Win32.Build.0 = Release|Win32
{96116F73-4400-36E2-8D85-5A4C365C186B}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{96116F73-4400-36E2-8D85-5A4C365C186B}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{96116F73-4400-36E2-8D85-5A4C365C186B}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{96116F73-4400-36E2-8D85-5A4C365C186B}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{44ADEFE2-BAE2-324D-B9D0-F2B7322F9398}.Debug|Win32.ActiveCfg = Debug|Win32
{44ADEFE2-BAE2-324D-B9D0-F2B7322F9398}.Debug|Win32.Build.0 = Debug|Win32
{44ADEFE2-BAE2-324D-B9D0-F2B7322F9398}.Release|Win32.ActiveCfg = Release|Win32
{44ADEFE2-BAE2-324D-B9D0-F2B7322F9398}.Release|Win32.Build.0 = Release|Win32
{44ADEFE2-BAE2-324D-B9D0-F2B7322F9398}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{44ADEFE2-BAE2-324D-B9D0-F2B7322F9398}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{44ADEFE2-BAE2-324D-B9D0-F2B7322F9398}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{44ADEFE2-BAE2-324D-B9D0-F2B7322F9398}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{42B5540A-54C9-3F5A-809D-34BE9D9629F2}.Debug|Win32.ActiveCfg = Debug|Win32
{42B5540A-54C9-3F5A-809D-34BE9D9629F2}.Debug|Win32.Build.0 = Debug|Win32
{42B5540A-54C9-3F5A-809D-34BE9D9629F2}.Release|Win32.ActiveCfg = Release|Win32
{42B5540A-54C9-3F5A-809D-34BE9D9629F2}.Release|Win32.Build.0 = Release|Win32
{42B5540A-54C9-3F5A-809D-34BE9D9629F2}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{42B5540A-54C9-3F5A-809D-34BE9D9629F2}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{42B5540A-54C9-3F5A-809D-34BE9D9629F2}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{42B5540A-54C9-3F5A-809D-34BE9D9629F2}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{A2A48D0E-A5C8-3924-8BCD-677FFEB9635E}.Debug|Win32.ActiveCfg = Debug|Win32
{A2A48D0E-A5C8-3924-8BCD-677FFEB9635E}.Debug|Win32.Build.0 = Debug|Win32
{A2A48D0E-A5C8-3924-8BCD-677FFEB9635E}.Release|Win32.ActiveCfg = Release|Win32
{A2A48D0E-A5C8-3924-8BCD-677FFEB9635E}.Release|Win32.Build.0 = Release|Win32
{A2A48D0E-A5C8-3924-8BCD-677FFEB9635E}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{A2A48D0E-A5C8-3924-8BCD-677FFEB9635E}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{A2A48D0E-A5C8-3924-8BCD-677FFEB9635E}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{A2A48D0E-A5C8-3924-8BCD-677FFEB9635E}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{4BC193F4-2E14-3D7F-A275-E16A491865A6}.Debug|Win32.ActiveCfg = Debug|Win32
{4BC193F4-2E14-3D7F-A275-E16A491865A6}.Debug|Win32.Build.0 = Debug|Win32
{4BC193F4-2E14-3D7F-A275-E16A491865A6}.Release|Win32.ActiveCfg = Release|Win32
{4BC193F4-2E14-3D7F-A275-E16A491865A6}.Release|Win32.Build.0 = Release|Win32
{4BC193F4-2E14-3D7F-A275-E16A491865A6}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{4BC193F4-2E14-3D7F-A275-E16A491865A6}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{4BC193F4-2E14-3D7F-A275-E16A491865A6}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{4BC193F4-2E14-3D7F-A275-E16A491865A6}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{00D1FCA4-E89C-32D2-BEAF-42C425FA696C}.Debug|Win32.ActiveCfg = Debug|Win32
{00D1FCA4-E89C-32D2-BEAF-42C425FA696C}.Debug|Win32.Build.0 = Debug|Win32
{00D1FCA4-E89C-32D2-BEAF-42C425FA696C}.Release|Win32.ActiveCfg = Release|Win32
{00D1FCA4-E89C-32D2-BEAF-42C425FA696C}.Release|Win32.Build.0 = Release|Win32
{00D1FCA4-E89C-32D2-BEAF-42C425FA696C}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{00D1FCA4-E89C-32D2-BEAF-42C425FA696C}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{00D1FCA4-E89C-32D2-BEAF-42C425FA696C}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{00D1FCA4-E89C-32D2-BEAF-42C425FA696C}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Debug|Win32.ActiveCfg = Debug|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Debug|Win32.Build.0 = Debug|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Release|Win32.ActiveCfg = Release|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Release|Win32.Build.0 = Release|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{616052A0-442E-33DE-9FD9-3B006E8200F4}.Debug|Win32.ActiveCfg = Debug|Win32
{616052A0-442E-33DE-9FD9-3B006E8200F4}.Debug|Win32.Build.0 = Debug|Win32
{616052A0-442E-33DE-9FD9-3B006E8200F4}.Release|Win32.ActiveCfg = Release|Win32
{616052A0-442E-33DE-9FD9-3B006E8200F4}.Release|Win32.Build.0 = Release|Win32
{616052A0-442E-33DE-9FD9-3B006E8200F4}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{616052A0-442E-33DE-9FD9-3B006E8200F4}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{616052A0-442E-33DE-9FD9-3B006E8200F4}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{616052A0-442E-33DE-9FD9-3B006E8200F4}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{AFBB2BB9-4E8B-343C-8360-2333D199E2D6}.Debug|Win32.ActiveCfg = Debug|Win32
{AFBB2BB9-4E8B-343C-8360-2333D199E2D6}.Release|Win32.ActiveCfg = Release|Win32
{AFBB2BB9-4E8B-343C-8360-2333D199E2D6}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{AFBB2BB9-4E8B-343C-8360-2333D199E2D6}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03} = {0C44FBD4-F434-3959-B539-77B72C8694D4}

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>ALL_BUILD</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,12 +56,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\kstool\..\include;D:\keystone\kstool\.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -74,7 +71,7 @@
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\kstool\..\include;D:\keystone\kstool\.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -84,7 +81,7 @@
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\kstool\..\include;D:\keystone\kstool\.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -94,7 +91,7 @@
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\kstool\..\include;D:\keystone\kstool\.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -106,9 +103,8 @@
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\kstool\CMakeLists.txt">
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule D:/keystone/kstool/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule D:/keystone/kstool/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SD:/keystone -BD:/keystone/msvc --check-stamp-file D:/keystone/msvc/kstool/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -117,11 +113,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\kstool\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule D:/keystone/kstool/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\kstool\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule D:/keystone/kstool/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SD:/keystone -BD:/keystone/msvc --check-stamp-file D:/keystone/msvc/kstool/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -130,11 +126,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\kstool\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule D:/keystone/kstool/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\kstool\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule D:/keystone/kstool/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SD:/keystone -BD:/keystone/msvc --check-stamp-file D:/keystone/msvc/kstool/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -143,11 +139,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\kstool\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule D:/keystone/kstool/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\kstool\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule D:/keystone/kstool/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SD:/keystone -BD:/keystone/msvc --check-stamp-file D:/keystone/msvc/kstool/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -156,9 +152,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\kstool\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\kstool\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\kstool\CMakeLists.txt" />
</ItemGroup>

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>INSTALL</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,12 +56,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\kstool\..\include;D:\keystone\kstool\.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -74,7 +71,6 @@
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -87,7 +83,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\kstool\..\include;D:\keystone\kstool\.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -97,7 +93,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -110,7 +105,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\kstool\..\include;D:\keystone\kstool\.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -120,7 +115,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -133,7 +127,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\kstool\..\include;D:\keystone\kstool\.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -143,7 +137,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -158,8 +151,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\77616e9a4fe3027050535b4833ef5ff5\INSTALL_force.rule">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -168,12 +161,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\kstool\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\kstool\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -182,12 +174,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\kstool\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\kstool\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -196,12 +187,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\kstool\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\kstool\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -210,10 +200,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\kstool\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\kstool\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\77616e9a4fe3027050535b4833ef5ff5\INSTALL_force.rule">
<Filter>CMake Rules</Filter>

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>PACKAGE</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,12 +56,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\kstool\..\include;D:\keystone\kstool\.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -90,7 +87,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\kstool\..\include;D:\keystone\kstool\.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -116,7 +113,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\kstool\..\include;D:\keystone\kstool\.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -142,7 +139,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\kstool\..\include;D:\keystone\kstool\.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -170,8 +167,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\77616e9a4fe3027050535b4833ef5ff5\PACKAGE_force.rule">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -180,12 +177,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\kstool\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\kstool\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -194,12 +190,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\kstool\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\kstool\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -208,12 +203,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\kstool\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\kstool\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -222,10 +216,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\kstool\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\kstool\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\77616e9a4fe3027050535b4833ef5ff5\PACKAGE_force.rule">
<Filter>CMake Rules</Filter>

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<ProjectOutputs>
<ProjectOutput>
<FullPath>D:\keystone\msvc\x64\Release\ZERO_CHECK</FullPath>
</ProjectOutput>
<ProjectOutput>
<FullPath>D:\keystone\msvc\kstool\Release\kstool.exe</FullPath>
</ProjectOutput>
</ProjectOutputs>
<ContentFiles />
<SatelliteDlls />
<NonRecipeFileRefs />
</Project>

@ -1,5 +0,0 @@
 Building Custom Rule D:/keystone/kstool/CMakeLists.txt
getopt.cpp
kstool.cpp
Generating Code...
kstool.vcxproj -> D:\keystone\msvc\kstool\Release\kstool.exe

@ -1,10 +0,0 @@
^D:\KEYSTONE\KSTOOL\CMAKELISTS.TXT
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SD:/keystone -BD:/keystone/msvc --check-stamp-file D:/keystone/msvc/kstool/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd

@ -1,2 +0,0 @@
^D:\KEYSTONE\KSTOOL\CMAKELISTS.TXT
D:\KEYSTONE\MSVC\KSTOOL\CMAKEFILES\GENERATE.STAMP

@ -1,2 +0,0 @@
PlatformToolSet=v142:VCToolArchitecture=Native64Bit:VCToolsVersion=14.29.30037:TargetPlatformVersion=10.0.19041.0:
Release|x64|D:\keystone\msvc\|

@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
# Visual Studio 15
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CMakePredefinedTargets", "CMakePredefinedTargets", "{0C44FBD4-F434-3959-B539-77B72C8694D4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}"
@ -38,52 +38,52 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kstool", "kstool.vcxproj",
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
MinSizeRel|x64 = MinSizeRel|x64
RelWithDebInfo|x64 = RelWithDebInfo|x64
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
MinSizeRel|Win32 = MinSizeRel|Win32
RelWithDebInfo|Win32 = RelWithDebInfo|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Debug|x64.ActiveCfg = Debug|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Debug|x64.Build.0 = Debug|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Release|x64.ActiveCfg = Release|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Release|x64.Build.0 = Release|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.Debug|x64.ActiveCfg = Debug|x64
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.Release|x64.ActiveCfg = Release|x64
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.Debug|x64.ActiveCfg = Debug|x64
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.Release|x64.ActiveCfg = Release|x64
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Debug|x64.ActiveCfg = Debug|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Debug|x64.Build.0 = Debug|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Release|x64.ActiveCfg = Release|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Release|x64.Build.0 = Release|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Debug|x64.ActiveCfg = Debug|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Debug|x64.Build.0 = Debug|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Release|x64.ActiveCfg = Release|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Release|x64.Build.0 = Release|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{616052A0-442E-33DE-9FD9-3B006E8200F4}.Debug|x64.ActiveCfg = Debug|x64
{616052A0-442E-33DE-9FD9-3B006E8200F4}.Debug|x64.Build.0 = Debug|x64
{616052A0-442E-33DE-9FD9-3B006E8200F4}.Release|x64.ActiveCfg = Release|x64
{616052A0-442E-33DE-9FD9-3B006E8200F4}.Release|x64.Build.0 = Release|x64
{616052A0-442E-33DE-9FD9-3B006E8200F4}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{616052A0-442E-33DE-9FD9-3B006E8200F4}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{616052A0-442E-33DE-9FD9-3B006E8200F4}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{616052A0-442E-33DE-9FD9-3B006E8200F4}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Debug|Win32.ActiveCfg = Debug|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Debug|Win32.Build.0 = Debug|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Release|Win32.ActiveCfg = Release|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Release|Win32.Build.0 = Release|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.Debug|Win32.ActiveCfg = Debug|Win32
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.Release|Win32.ActiveCfg = Release|Win32
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.Debug|Win32.ActiveCfg = Debug|Win32
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.Release|Win32.ActiveCfg = Release|Win32
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Debug|Win32.ActiveCfg = Debug|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Debug|Win32.Build.0 = Debug|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Release|Win32.ActiveCfg = Release|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Release|Win32.Build.0 = Release|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Debug|Win32.ActiveCfg = Debug|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Debug|Win32.Build.0 = Debug|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Release|Win32.ActiveCfg = Release|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Release|Win32.Build.0 = Release|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{616052A0-442E-33DE-9FD9-3B006E8200F4}.Debug|Win32.ActiveCfg = Debug|Win32
{616052A0-442E-33DE-9FD9-3B006E8200F4}.Debug|Win32.Build.0 = Debug|Win32
{616052A0-442E-33DE-9FD9-3B006E8200F4}.Release|Win32.ActiveCfg = Release|Win32
{616052A0-442E-33DE-9FD9-3B006E8200F4}.Release|Win32.Build.0 = Release|Win32
{616052A0-442E-33DE-9FD9-3B006E8200F4}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{616052A0-442E-33DE-9FD9-3B006E8200F4}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{616052A0-442E-33DE-9FD9-3B006E8200F4}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{616052A0-442E-33DE-9FD9-3B006E8200F4}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03} = {0C44FBD4-F434-3959-B539-77B72C8694D4}

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{616052A0-442E-33DE-9FD9-3B006E8200F4}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>kstool</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,32 +56,32 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\kstool\Debug\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">kstool.dir\Debug\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">kstool</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.exe</TargetExt>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\kstool\Release\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">kstool.dir\Release\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">kstool</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.exe</TargetExt>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest>
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\kstool\MinSizeRel\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">kstool.dir\MinSizeRel\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">kstool</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">.exe</TargetExt>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkIncremental>
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</GenerateManifest>
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\kstool\RelWithDebInfo\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">kstool.dir\RelWithDebInfo\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">kstool</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">.exe</TargetExt>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</LinkIncremental>
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</GenerateManifest>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\kstool\Debug\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">kstool.dir\Debug\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">kstool</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.exe</TargetExt>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\kstool\Release\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">kstool.dir\Release\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">kstool</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.exe</TargetExt>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest>
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\kstool\MinSizeRel\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">kstool.dir\MinSizeRel\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">kstool</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.exe</TargetExt>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkIncremental>
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">true</GenerateManifest>
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\kstool\RelWithDebInfo\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">kstool.dir\RelWithDebInfo\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">kstool</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.exe</TargetExt>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</LinkIncremental>
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</GenerateManifest>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>D:\keystone\kstool\..\include;D:\keystone\kstool\.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
@ -116,7 +113,7 @@
<Link>
<AdditionalDependencies>..\llvm\lib\Debug\keystone.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
<AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions>
<GenerateDebugInformation>true</GenerateDebugInformation>
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<ImportLibrary>D:/keystone/msvc/kstool/Debug/kstool.lib</ImportLibrary>
@ -127,7 +124,7 @@
<LinkLibraryDependencies>false</LinkLibraryDependencies>
</ProjectReference>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>D:\keystone\kstool\..\include;D:\keystone\kstool\.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
@ -159,7 +156,7 @@
<Link>
<AdditionalDependencies>..\llvm\lib\Release\keystone.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
<AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions>
<GenerateDebugInformation>false</GenerateDebugInformation>
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<ImportLibrary>D:/keystone/msvc/kstool/Release/kstool.lib</ImportLibrary>
@ -170,7 +167,7 @@
<LinkLibraryDependencies>false</LinkLibraryDependencies>
</ProjectReference>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>D:\keystone\kstool\..\include;D:\keystone\kstool\.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
@ -202,7 +199,7 @@
<Link>
<AdditionalDependencies>..\llvm\lib\MinSizeRel\keystone.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
<AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions>
<GenerateDebugInformation>false</GenerateDebugInformation>
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<ImportLibrary>D:/keystone/msvc/kstool/MinSizeRel/kstool.lib</ImportLibrary>
@ -213,7 +210,7 @@
<LinkLibraryDependencies>false</LinkLibraryDependencies>
</ProjectReference>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>D:\keystone\kstool\..\include;D:\keystone\kstool\.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
@ -244,7 +241,7 @@
<Link>
<AdditionalDependencies>..\llvm\lib\RelWithDebInfo\keystone.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
<AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions>
<GenerateDebugInformation>true</GenerateDebugInformation>
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<ImportLibrary>D:/keystone/msvc/kstool/RelWithDebInfo/kstool.lib</ImportLibrary>
@ -257,9 +254,8 @@
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\kstool\CMakeLists.txt">
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule D:/keystone/kstool/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule D:/keystone/kstool/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SD:/keystone -BD:/keystone/msvc --check-stamp-file D:/keystone/msvc/kstool/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -268,11 +264,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\kstool\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule D:/keystone/kstool/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\kstool\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule D:/keystone/kstool/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SD:/keystone -BD:/keystone/msvc --check-stamp-file D:/keystone/msvc/kstool/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -281,11 +277,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\kstool\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule D:/keystone/kstool/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\kstool\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule D:/keystone/kstool/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SD:/keystone -BD:/keystone/msvc --check-stamp-file D:/keystone/msvc/kstool/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -294,11 +290,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\kstool\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule D:/keystone/kstool/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\kstool\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule D:/keystone/kstool/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SD:/keystone -BD:/keystone/msvc --check-stamp-file D:/keystone/msvc/kstool/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -307,9 +303,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\kstool\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\kstool\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="D:\keystone\kstool\getopt.cpp">
<Filter>Source Files</Filter>

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>ALL_BUILD</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,12 +56,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm;D:\keystone\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -74,7 +71,7 @@
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm;D:\keystone\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -84,7 +81,7 @@
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm;D:\keystone\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -94,7 +91,7 @@
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm;D:\keystone\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -106,9 +103,8 @@
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\llvm\CMakeLists.txt">
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule D:/keystone/llvm/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule D:/keystone/llvm/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SD:/keystone -BD:/keystone/msvc --check-stamp-file D:/keystone/msvc/llvm/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -117,11 +113,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\Program Files\CMake\share\cmake-3.20\Modules\AddFileDependencies.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeASMCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeASMInformation.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCheckCompilerFlagCommonPatterns.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeConfigurableFile.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineASMCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeParseArguments.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeTestASMCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CPack.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CPackComponent.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckFunctionExists.c;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckFunctionExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFileCXX.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckTypeSize.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Compiler\MSVC-ASM.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPythonInterp.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Internal\CheckCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Internal\CheckSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\TestBigEndian.cmake;C:\Program Files\CMake\share\cmake-3.20\Templates\CPackConfig.cmake.in;D:\keystone\llvm\LLVMBuild.txt;D:\keystone\llvm\cmake\config-ix.cmake;D:\keystone\llvm\cmake\modules\AddLLVM.cmake;D:\keystone\llvm\cmake\modules\AddLLVMDefinitions.cmake;D:\keystone\llvm\cmake\modules\CheckAtomic.cmake;D:\keystone\llvm\cmake\modules\ChooseMSVCCRT.cmake;D:\keystone\llvm\cmake\modules\DetermineGCCCompatible.cmake;D:\keystone\llvm\cmake\modules\GetHostTriple.cmake;D:\keystone\llvm\cmake\modules\HandleLLVMOptions.cmake;D:\keystone\llvm\cmake\modules\HandleLLVMStdlib.cmake;D:\keystone\llvm\cmake\modules\LLVM-Config.cmake;D:\keystone\llvm\cmake\modules\LLVMProcessSources.cmake;D:\keystone\llvm\cmake\modules\VersionFromVCS.cmake;D:\keystone\llvm\include\llvm\Config\AsmParsers.def.in;D:\keystone\llvm\include\llvm\Config\Targets.def.in;D:\keystone\llvm\include\llvm\Config\config.h.cmake;D:\keystone\llvm\include\llvm\Config\llvm-config.h.cmake;D:\keystone\llvm\include\llvm\Support\DataTypes.h.cmake;D:\keystone\llvm\lib\LLVMBuild.txt;D:\keystone\llvm\lib\Target\AArch64\LLVMBuild.txt;D:\keystone\llvm\lib\Target\ARM\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Hexagon\LLVMBuild.txt;D:\keystone\llvm\lib\Target\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Mips\LLVMBuild.txt;D:\keystone\llvm\lib\Target\PowerPC\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Sparc\LLVMBuild.txt;D:\keystone\llvm\lib\Target\SystemZ\LLVMBuild.txt;D:\keystone\llvm\lib\Target\X86\LLVMBuild.txt;D:\keystone\llvm\utils\llvm-build\llvm-build;D:\keystone\llvm\utils\llvm-build\llvmbuild\__init__.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\componentinfo.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\configutil.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\main.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\util.py;D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CMakeASMCompiler.cmake;D:\keystone\msvc\llvm\LLVMBuild.cmake;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\llvm\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule D:/keystone/llvm/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\Program Files\CMake\share\cmake-3.20\Modules\AddFileDependencies.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeASMCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeASMInformation.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCheckCompilerFlagCommonPatterns.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeConfigurableFile.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineASMCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeParseArguments.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeTestASMCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CPack.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CPackComponent.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckFunctionExists.c;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckFunctionExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFileCXX.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckTypeSize.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Compiler\MSVC-ASM.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPythonInterp.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Internal\CheckCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Internal\CheckSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\TestBigEndian.cmake;C:\Program Files\CMake\share\cmake-3.20\Templates\CPackConfig.cmake.in;D:\keystone\llvm\LLVMBuild.txt;D:\keystone\llvm\cmake\config-ix.cmake;D:\keystone\llvm\cmake\modules\AddLLVM.cmake;D:\keystone\llvm\cmake\modules\AddLLVMDefinitions.cmake;D:\keystone\llvm\cmake\modules\CheckAtomic.cmake;D:\keystone\llvm\cmake\modules\ChooseMSVCCRT.cmake;D:\keystone\llvm\cmake\modules\DetermineGCCCompatible.cmake;D:\keystone\llvm\cmake\modules\GetHostTriple.cmake;D:\keystone\llvm\cmake\modules\HandleLLVMOptions.cmake;D:\keystone\llvm\cmake\modules\HandleLLVMStdlib.cmake;D:\keystone\llvm\cmake\modules\LLVM-Config.cmake;D:\keystone\llvm\cmake\modules\LLVMProcessSources.cmake;D:\keystone\llvm\cmake\modules\VersionFromVCS.cmake;D:\keystone\llvm\include\llvm\Config\AsmParsers.def.in;D:\keystone\llvm\include\llvm\Config\Targets.def.in;D:\keystone\llvm\include\llvm\Config\config.h.cmake;D:\keystone\llvm\include\llvm\Config\llvm-config.h.cmake;D:\keystone\llvm\include\llvm\Support\DataTypes.h.cmake;D:\keystone\llvm\lib\LLVMBuild.txt;D:\keystone\llvm\lib\Target\AArch64\LLVMBuild.txt;D:\keystone\llvm\lib\Target\ARM\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Hexagon\LLVMBuild.txt;D:\keystone\llvm\lib\Target\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Mips\LLVMBuild.txt;D:\keystone\llvm\lib\Target\PowerPC\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Sparc\LLVMBuild.txt;D:\keystone\llvm\lib\Target\SystemZ\LLVMBuild.txt;D:\keystone\llvm\lib\Target\X86\LLVMBuild.txt;D:\keystone\llvm\utils\llvm-build\llvm-build;D:\keystone\llvm\utils\llvm-build\llvmbuild\__init__.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\componentinfo.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\configutil.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\main.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\util.py;D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CMakeASMCompiler.cmake;D:\keystone\msvc\llvm\LLVMBuild.cmake;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\llvm\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule D:/keystone/llvm/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SD:/keystone -BD:/keystone/msvc --check-stamp-file D:/keystone/msvc/llvm/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -130,11 +126,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\Program Files\CMake\share\cmake-3.20\Modules\AddFileDependencies.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeASMCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeASMInformation.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCheckCompilerFlagCommonPatterns.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeConfigurableFile.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineASMCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeParseArguments.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeTestASMCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CPack.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CPackComponent.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckFunctionExists.c;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckFunctionExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFileCXX.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckTypeSize.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Compiler\MSVC-ASM.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPythonInterp.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Internal\CheckCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Internal\CheckSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\TestBigEndian.cmake;C:\Program Files\CMake\share\cmake-3.20\Templates\CPackConfig.cmake.in;D:\keystone\llvm\LLVMBuild.txt;D:\keystone\llvm\cmake\config-ix.cmake;D:\keystone\llvm\cmake\modules\AddLLVM.cmake;D:\keystone\llvm\cmake\modules\AddLLVMDefinitions.cmake;D:\keystone\llvm\cmake\modules\CheckAtomic.cmake;D:\keystone\llvm\cmake\modules\ChooseMSVCCRT.cmake;D:\keystone\llvm\cmake\modules\DetermineGCCCompatible.cmake;D:\keystone\llvm\cmake\modules\GetHostTriple.cmake;D:\keystone\llvm\cmake\modules\HandleLLVMOptions.cmake;D:\keystone\llvm\cmake\modules\HandleLLVMStdlib.cmake;D:\keystone\llvm\cmake\modules\LLVM-Config.cmake;D:\keystone\llvm\cmake\modules\LLVMProcessSources.cmake;D:\keystone\llvm\cmake\modules\VersionFromVCS.cmake;D:\keystone\llvm\include\llvm\Config\AsmParsers.def.in;D:\keystone\llvm\include\llvm\Config\Targets.def.in;D:\keystone\llvm\include\llvm\Config\config.h.cmake;D:\keystone\llvm\include\llvm\Config\llvm-config.h.cmake;D:\keystone\llvm\include\llvm\Support\DataTypes.h.cmake;D:\keystone\llvm\lib\LLVMBuild.txt;D:\keystone\llvm\lib\Target\AArch64\LLVMBuild.txt;D:\keystone\llvm\lib\Target\ARM\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Hexagon\LLVMBuild.txt;D:\keystone\llvm\lib\Target\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Mips\LLVMBuild.txt;D:\keystone\llvm\lib\Target\PowerPC\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Sparc\LLVMBuild.txt;D:\keystone\llvm\lib\Target\SystemZ\LLVMBuild.txt;D:\keystone\llvm\lib\Target\X86\LLVMBuild.txt;D:\keystone\llvm\utils\llvm-build\llvm-build;D:\keystone\llvm\utils\llvm-build\llvmbuild\__init__.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\componentinfo.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\configutil.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\main.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\util.py;D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CMakeASMCompiler.cmake;D:\keystone\msvc\llvm\LLVMBuild.cmake;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\llvm\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule D:/keystone/llvm/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\Program Files\CMake\share\cmake-3.20\Modules\AddFileDependencies.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeASMCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeASMInformation.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCheckCompilerFlagCommonPatterns.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeConfigurableFile.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineASMCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeParseArguments.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeTestASMCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CPack.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CPackComponent.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckFunctionExists.c;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckFunctionExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFileCXX.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckTypeSize.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Compiler\MSVC-ASM.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPythonInterp.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Internal\CheckCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Internal\CheckSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\TestBigEndian.cmake;C:\Program Files\CMake\share\cmake-3.20\Templates\CPackConfig.cmake.in;D:\keystone\llvm\LLVMBuild.txt;D:\keystone\llvm\cmake\config-ix.cmake;D:\keystone\llvm\cmake\modules\AddLLVM.cmake;D:\keystone\llvm\cmake\modules\AddLLVMDefinitions.cmake;D:\keystone\llvm\cmake\modules\CheckAtomic.cmake;D:\keystone\llvm\cmake\modules\ChooseMSVCCRT.cmake;D:\keystone\llvm\cmake\modules\DetermineGCCCompatible.cmake;D:\keystone\llvm\cmake\modules\GetHostTriple.cmake;D:\keystone\llvm\cmake\modules\HandleLLVMOptions.cmake;D:\keystone\llvm\cmake\modules\HandleLLVMStdlib.cmake;D:\keystone\llvm\cmake\modules\LLVM-Config.cmake;D:\keystone\llvm\cmake\modules\LLVMProcessSources.cmake;D:\keystone\llvm\cmake\modules\VersionFromVCS.cmake;D:\keystone\llvm\include\llvm\Config\AsmParsers.def.in;D:\keystone\llvm\include\llvm\Config\Targets.def.in;D:\keystone\llvm\include\llvm\Config\config.h.cmake;D:\keystone\llvm\include\llvm\Config\llvm-config.h.cmake;D:\keystone\llvm\include\llvm\Support\DataTypes.h.cmake;D:\keystone\llvm\lib\LLVMBuild.txt;D:\keystone\llvm\lib\Target\AArch64\LLVMBuild.txt;D:\keystone\llvm\lib\Target\ARM\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Hexagon\LLVMBuild.txt;D:\keystone\llvm\lib\Target\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Mips\LLVMBuild.txt;D:\keystone\llvm\lib\Target\PowerPC\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Sparc\LLVMBuild.txt;D:\keystone\llvm\lib\Target\SystemZ\LLVMBuild.txt;D:\keystone\llvm\lib\Target\X86\LLVMBuild.txt;D:\keystone\llvm\utils\llvm-build\llvm-build;D:\keystone\llvm\utils\llvm-build\llvmbuild\__init__.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\componentinfo.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\configutil.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\main.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\util.py;D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CMakeASMCompiler.cmake;D:\keystone\msvc\llvm\LLVMBuild.cmake;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\llvm\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule D:/keystone/llvm/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SD:/keystone -BD:/keystone/msvc --check-stamp-file D:/keystone/msvc/llvm/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -143,11 +139,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\Program Files\CMake\share\cmake-3.20\Modules\AddFileDependencies.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeASMCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeASMInformation.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCheckCompilerFlagCommonPatterns.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeConfigurableFile.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineASMCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeParseArguments.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeTestASMCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CPack.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CPackComponent.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckFunctionExists.c;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckFunctionExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFileCXX.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckTypeSize.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Compiler\MSVC-ASM.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPythonInterp.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Internal\CheckCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Internal\CheckSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\TestBigEndian.cmake;C:\Program Files\CMake\share\cmake-3.20\Templates\CPackConfig.cmake.in;D:\keystone\llvm\LLVMBuild.txt;D:\keystone\llvm\cmake\config-ix.cmake;D:\keystone\llvm\cmake\modules\AddLLVM.cmake;D:\keystone\llvm\cmake\modules\AddLLVMDefinitions.cmake;D:\keystone\llvm\cmake\modules\CheckAtomic.cmake;D:\keystone\llvm\cmake\modules\ChooseMSVCCRT.cmake;D:\keystone\llvm\cmake\modules\DetermineGCCCompatible.cmake;D:\keystone\llvm\cmake\modules\GetHostTriple.cmake;D:\keystone\llvm\cmake\modules\HandleLLVMOptions.cmake;D:\keystone\llvm\cmake\modules\HandleLLVMStdlib.cmake;D:\keystone\llvm\cmake\modules\LLVM-Config.cmake;D:\keystone\llvm\cmake\modules\LLVMProcessSources.cmake;D:\keystone\llvm\cmake\modules\VersionFromVCS.cmake;D:\keystone\llvm\include\llvm\Config\AsmParsers.def.in;D:\keystone\llvm\include\llvm\Config\Targets.def.in;D:\keystone\llvm\include\llvm\Config\config.h.cmake;D:\keystone\llvm\include\llvm\Config\llvm-config.h.cmake;D:\keystone\llvm\include\llvm\Support\DataTypes.h.cmake;D:\keystone\llvm\lib\LLVMBuild.txt;D:\keystone\llvm\lib\Target\AArch64\LLVMBuild.txt;D:\keystone\llvm\lib\Target\ARM\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Hexagon\LLVMBuild.txt;D:\keystone\llvm\lib\Target\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Mips\LLVMBuild.txt;D:\keystone\llvm\lib\Target\PowerPC\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Sparc\LLVMBuild.txt;D:\keystone\llvm\lib\Target\SystemZ\LLVMBuild.txt;D:\keystone\llvm\lib\Target\X86\LLVMBuild.txt;D:\keystone\llvm\utils\llvm-build\llvm-build;D:\keystone\llvm\utils\llvm-build\llvmbuild\__init__.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\componentinfo.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\configutil.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\main.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\util.py;D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CMakeASMCompiler.cmake;D:\keystone\msvc\llvm\LLVMBuild.cmake;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\llvm\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule D:/keystone/llvm/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\Program Files\CMake\share\cmake-3.20\Modules\AddFileDependencies.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeASMCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeASMInformation.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCheckCompilerFlagCommonPatterns.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeConfigurableFile.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineASMCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeParseArguments.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeTestASMCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CPack.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CPackComponent.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckFunctionExists.c;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckFunctionExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFileCXX.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckTypeSize.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Compiler\MSVC-ASM.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPythonInterp.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Internal\CheckCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Internal\CheckSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\TestBigEndian.cmake;C:\Program Files\CMake\share\cmake-3.20\Templates\CPackConfig.cmake.in;D:\keystone\llvm\LLVMBuild.txt;D:\keystone\llvm\cmake\config-ix.cmake;D:\keystone\llvm\cmake\modules\AddLLVM.cmake;D:\keystone\llvm\cmake\modules\AddLLVMDefinitions.cmake;D:\keystone\llvm\cmake\modules\CheckAtomic.cmake;D:\keystone\llvm\cmake\modules\ChooseMSVCCRT.cmake;D:\keystone\llvm\cmake\modules\DetermineGCCCompatible.cmake;D:\keystone\llvm\cmake\modules\GetHostTriple.cmake;D:\keystone\llvm\cmake\modules\HandleLLVMOptions.cmake;D:\keystone\llvm\cmake\modules\HandleLLVMStdlib.cmake;D:\keystone\llvm\cmake\modules\LLVM-Config.cmake;D:\keystone\llvm\cmake\modules\LLVMProcessSources.cmake;D:\keystone\llvm\cmake\modules\VersionFromVCS.cmake;D:\keystone\llvm\include\llvm\Config\AsmParsers.def.in;D:\keystone\llvm\include\llvm\Config\Targets.def.in;D:\keystone\llvm\include\llvm\Config\config.h.cmake;D:\keystone\llvm\include\llvm\Config\llvm-config.h.cmake;D:\keystone\llvm\include\llvm\Support\DataTypes.h.cmake;D:\keystone\llvm\lib\LLVMBuild.txt;D:\keystone\llvm\lib\Target\AArch64\LLVMBuild.txt;D:\keystone\llvm\lib\Target\ARM\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Hexagon\LLVMBuild.txt;D:\keystone\llvm\lib\Target\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Mips\LLVMBuild.txt;D:\keystone\llvm\lib\Target\PowerPC\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Sparc\LLVMBuild.txt;D:\keystone\llvm\lib\Target\SystemZ\LLVMBuild.txt;D:\keystone\llvm\lib\Target\X86\LLVMBuild.txt;D:\keystone\llvm\utils\llvm-build\llvm-build;D:\keystone\llvm\utils\llvm-build\llvmbuild\__init__.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\componentinfo.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\configutil.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\main.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\util.py;D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CMakeASMCompiler.cmake;D:\keystone\msvc\llvm\LLVMBuild.cmake;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\llvm\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule D:/keystone/llvm/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SD:/keystone -BD:/keystone/msvc --check-stamp-file D:/keystone/msvc/llvm/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -156,9 +152,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\Program Files\CMake\share\cmake-3.20\Modules\AddFileDependencies.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeASMCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeASMInformation.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCheckCompilerFlagCommonPatterns.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeConfigurableFile.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineASMCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeParseArguments.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeTestASMCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CPack.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CPackComponent.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckFunctionExists.c;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckFunctionExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFileCXX.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckTypeSize.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Compiler\MSVC-ASM.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPythonInterp.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Internal\CheckCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Internal\CheckSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\TestBigEndian.cmake;C:\Program Files\CMake\share\cmake-3.20\Templates\CPackConfig.cmake.in;D:\keystone\llvm\LLVMBuild.txt;D:\keystone\llvm\cmake\config-ix.cmake;D:\keystone\llvm\cmake\modules\AddLLVM.cmake;D:\keystone\llvm\cmake\modules\AddLLVMDefinitions.cmake;D:\keystone\llvm\cmake\modules\CheckAtomic.cmake;D:\keystone\llvm\cmake\modules\ChooseMSVCCRT.cmake;D:\keystone\llvm\cmake\modules\DetermineGCCCompatible.cmake;D:\keystone\llvm\cmake\modules\GetHostTriple.cmake;D:\keystone\llvm\cmake\modules\HandleLLVMOptions.cmake;D:\keystone\llvm\cmake\modules\HandleLLVMStdlib.cmake;D:\keystone\llvm\cmake\modules\LLVM-Config.cmake;D:\keystone\llvm\cmake\modules\LLVMProcessSources.cmake;D:\keystone\llvm\cmake\modules\VersionFromVCS.cmake;D:\keystone\llvm\include\llvm\Config\AsmParsers.def.in;D:\keystone\llvm\include\llvm\Config\Targets.def.in;D:\keystone\llvm\include\llvm\Config\config.h.cmake;D:\keystone\llvm\include\llvm\Config\llvm-config.h.cmake;D:\keystone\llvm\include\llvm\Support\DataTypes.h.cmake;D:\keystone\llvm\lib\LLVMBuild.txt;D:\keystone\llvm\lib\Target\AArch64\LLVMBuild.txt;D:\keystone\llvm\lib\Target\ARM\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Hexagon\LLVMBuild.txt;D:\keystone\llvm\lib\Target\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Mips\LLVMBuild.txt;D:\keystone\llvm\lib\Target\PowerPC\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Sparc\LLVMBuild.txt;D:\keystone\llvm\lib\Target\SystemZ\LLVMBuild.txt;D:\keystone\llvm\lib\Target\X86\LLVMBuild.txt;D:\keystone\llvm\utils\llvm-build\llvm-build;D:\keystone\llvm\utils\llvm-build\llvmbuild\__init__.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\componentinfo.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\configutil.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\main.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\util.py;D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CMakeASMCompiler.cmake;D:\keystone\msvc\llvm\LLVMBuild.cmake;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\llvm\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\Program Files\CMake\share\cmake-3.20\Modules\AddFileDependencies.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeASMCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeASMInformation.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCheckCompilerFlagCommonPatterns.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeConfigurableFile.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineASMCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeParseArguments.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CMakeTestASMCompiler.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CPack.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CPackComponent.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckFunctionExists.c;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckFunctionExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckIncludeFileCXX.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\CheckTypeSize.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Compiler\MSVC-ASM.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\FindPythonInterp.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Internal\CheckCompilerFlag.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\Internal\CheckSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.20\Modules\TestBigEndian.cmake;C:\Program Files\CMake\share\cmake-3.20\Templates\CPackConfig.cmake.in;D:\keystone\llvm\LLVMBuild.txt;D:\keystone\llvm\cmake\config-ix.cmake;D:\keystone\llvm\cmake\modules\AddLLVM.cmake;D:\keystone\llvm\cmake\modules\AddLLVMDefinitions.cmake;D:\keystone\llvm\cmake\modules\CheckAtomic.cmake;D:\keystone\llvm\cmake\modules\ChooseMSVCCRT.cmake;D:\keystone\llvm\cmake\modules\DetermineGCCCompatible.cmake;D:\keystone\llvm\cmake\modules\GetHostTriple.cmake;D:\keystone\llvm\cmake\modules\HandleLLVMOptions.cmake;D:\keystone\llvm\cmake\modules\HandleLLVMStdlib.cmake;D:\keystone\llvm\cmake\modules\LLVM-Config.cmake;D:\keystone\llvm\cmake\modules\LLVMProcessSources.cmake;D:\keystone\llvm\cmake\modules\VersionFromVCS.cmake;D:\keystone\llvm\include\llvm\Config\AsmParsers.def.in;D:\keystone\llvm\include\llvm\Config\Targets.def.in;D:\keystone\llvm\include\llvm\Config\config.h.cmake;D:\keystone\llvm\include\llvm\Config\llvm-config.h.cmake;D:\keystone\llvm\include\llvm\Support\DataTypes.h.cmake;D:\keystone\llvm\lib\LLVMBuild.txt;D:\keystone\llvm\lib\Target\AArch64\LLVMBuild.txt;D:\keystone\llvm\lib\Target\ARM\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Hexagon\LLVMBuild.txt;D:\keystone\llvm\lib\Target\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Mips\LLVMBuild.txt;D:\keystone\llvm\lib\Target\PowerPC\LLVMBuild.txt;D:\keystone\llvm\lib\Target\Sparc\LLVMBuild.txt;D:\keystone\llvm\lib\Target\SystemZ\LLVMBuild.txt;D:\keystone\llvm\lib\Target\X86\LLVMBuild.txt;D:\keystone\llvm\utils\llvm-build\llvm-build;D:\keystone\llvm\utils\llvm-build\llvmbuild\__init__.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\componentinfo.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\configutil.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\main.py;D:\keystone\llvm\utils\llvm-build\llvmbuild\util.py;D:\keystone\msvc\CMakeFiles\3.20.0-rc4\CMakeASMCompiler.cmake;D:\keystone\msvc\llvm\LLVMBuild.cmake;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\llvm\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\llvm\CMakeLists.txt" />
</ItemGroup>

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>INSTALL</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,12 +56,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm;D:\keystone\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -74,7 +71,6 @@
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -87,7 +83,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm;D:\keystone\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -97,7 +93,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -110,7 +105,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm;D:\keystone\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -120,7 +115,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -133,7 +127,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm;D:\keystone\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -143,7 +137,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -158,8 +151,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\559bea0fc4e542396d7eadd48ca55c49\INSTALL_force.rule">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -168,12 +161,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\llvm\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\llvm\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -182,12 +174,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\llvm\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\llvm\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -196,12 +187,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\llvm\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\llvm\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -210,10 +200,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\llvm\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\llvm\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\559bea0fc4e542396d7eadd48ca55c49\INSTALL_force.rule">
<Filter>CMake Rules</Filter>

@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
# Visual Studio 15
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CMakePredefinedTargets", "CMakePredefinedTargets", "{0C44FBD4-F434-3959-B539-77B72C8694D4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}"
@ -32,44 +32,44 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "keystone", "keystone\keysto
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
MinSizeRel|x64 = MinSizeRel|x64
RelWithDebInfo|x64 = RelWithDebInfo|x64
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
MinSizeRel|Win32 = MinSizeRel|Win32
RelWithDebInfo|Win32 = RelWithDebInfo|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Debug|x64.ActiveCfg = Debug|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Debug|x64.Build.0 = Debug|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Release|x64.ActiveCfg = Release|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Release|x64.Build.0 = Release|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.Debug|x64.ActiveCfg = Debug|x64
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.Release|x64.ActiveCfg = Release|x64
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.Debug|x64.ActiveCfg = Debug|x64
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.Release|x64.ActiveCfg = Release|x64
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Debug|x64.ActiveCfg = Debug|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Debug|x64.Build.0 = Debug|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Release|x64.ActiveCfg = Release|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Release|x64.Build.0 = Release|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Debug|x64.ActiveCfg = Debug|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Debug|x64.Build.0 = Debug|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Release|x64.ActiveCfg = Release|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Release|x64.Build.0 = Release|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Debug|Win32.ActiveCfg = Debug|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Debug|Win32.Build.0 = Debug|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Release|Win32.ActiveCfg = Release|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.Release|Win32.Build.0 = Release|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.Debug|Win32.ActiveCfg = Debug|Win32
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.Release|Win32.ActiveCfg = Release|Win32
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.Debug|Win32.ActiveCfg = Debug|Win32
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.Release|Win32.ActiveCfg = Release|Win32
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Debug|Win32.ActiveCfg = Debug|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Debug|Win32.Build.0 = Debug|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Release|Win32.ActiveCfg = Release|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.Release|Win32.Build.0 = Release|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{7B7FA05B-C277-322F-89D8-255B4EB85FC2}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Debug|Win32.ActiveCfg = Debug|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Debug|Win32.Build.0 = Debug|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Release|Win32.ActiveCfg = Release|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.Release|Win32.Build.0 = Release|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{E4754E3E-2503-307A-8076-8AC2AD8B75B2}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{34FA8C56-50FE-3C5D-ACE7-2D0730493D03} = {0C44FBD4-F434-3959-B539-77B72C8694D4}

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>PACKAGE</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,12 +56,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm;D:\keystone\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -90,7 +87,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm;D:\keystone\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -116,7 +113,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm;D:\keystone\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -142,7 +139,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm;D:\keystone\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -170,8 +167,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\559bea0fc4e542396d7eadd48ca55c49\PACKAGE_force.rule">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -180,12 +177,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\llvm\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\llvm\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -194,12 +190,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\llvm\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\llvm\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -208,12 +203,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\llvm\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\llvm\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -222,10 +216,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\llvm\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\llvm\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\559bea0fc4e542396d7eadd48ca55c49\PACKAGE_force.rule">
<Filter>CMake Rules</Filter>

@ -24,7 +24,7 @@ set(LLVM_TARGETS_WITH_JIT )
set(TARGET_TRIPLE "x86_64-pc-win32")
set(TARGET_TRIPLE "i686-pc-win32")
set(LLVM_ABI_BREAKING_CHECKS WITH_ASSERTS)

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>INSTALL</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,12 +56,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\cmake\modules;D:\keystone\llvm\cmake\modules;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -74,7 +71,6 @@
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -87,7 +83,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\cmake\modules;D:\keystone\llvm\cmake\modules;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -97,7 +93,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -110,7 +105,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\cmake\modules;D:\keystone\llvm\cmake\modules;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -120,7 +115,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -133,7 +127,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\cmake\modules;D:\keystone\llvm\cmake\modules;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -143,7 +137,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -158,8 +151,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\608965547384452d176b57e03393cf3c\INSTALL_force.rule">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -168,12 +161,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\llvm\cmake\modules\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\llvm\cmake\modules\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -182,12 +174,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\llvm\cmake\modules\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\llvm\cmake\modules\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -196,12 +187,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\llvm\cmake\modules\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\llvm\cmake\modules\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -210,10 +200,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\llvm\cmake\modules\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\llvm\cmake\modules\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\608965547384452d176b57e03393cf3c\INSTALL_force.rule">
<Filter>CMake Rules</Filter>

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>PACKAGE</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,12 +56,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\cmake\modules;D:\keystone\llvm\cmake\modules;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -90,7 +87,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\cmake\modules;D:\keystone\llvm\cmake\modules;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -116,7 +113,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\cmake\modules;D:\keystone\llvm\cmake\modules;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -142,7 +139,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\cmake\modules;D:\keystone\llvm\cmake\modules;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -170,8 +167,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\608965547384452d176b57e03393cf3c\PACKAGE_force.rule">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -180,12 +177,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\llvm\cmake\modules\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\llvm\cmake\modules\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -194,12 +190,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\llvm\cmake\modules\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\llvm\cmake\modules\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -208,12 +203,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\llvm\cmake\modules\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\llvm\cmake\modules\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -222,10 +216,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\llvm\cmake\modules\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\llvm\cmake\modules\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\608965547384452d176b57e03393cf3c\PACKAGE_force.rule">
<Filter>CMake Rules</Filter>

@ -48,7 +48,7 @@
#define HAVE_DECL_STRERROR_S 1
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
#define HAVE_DIA_SDK 1
/* #undef HAVE_DIA_SDK */
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
@ -362,7 +362,7 @@
/* #undef HAVE___ASHRDI3 */
/* Have host's __chkstk */
#define HAVE___CHKSTK 1
/* #undef HAVE___CHKSTK */
/* Have host's __chkstk_ms */
/* #undef HAVE___CHKSTK_MS */
@ -421,7 +421,7 @@
/* Target triple LLVM will generate code for by default
* Doesn't use `cmakedefine` because it is allowed to be empty.
*/
#define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-pc-win32"
#define LLVM_DEFAULT_TARGET_TRIPLE "i686-pc-win32"
/* Installation directory for documentation */
/* #undef LLVM_DOCSDIR */
@ -443,7 +443,7 @@
#define LLVM_HAS_ATOMICS 1
/* Host triple LLVM will be executed on */
#define LLVM_HOST_TRIPLE "x86_64-pc-win32"
#define LLVM_HOST_TRIPLE "i686-pc-win32"
/* Installation directory for include files */
/* #undef LLVM_INCLUDEDIR */

@ -24,7 +24,7 @@
/* #undef LLVM_DATADIR */
/* Target triple LLVM will generate code for by default */
#define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-pc-win32"
#define LLVM_DEFAULT_TARGET_TRIPLE "i686-pc-win32"
/* Installation directory for documentation */
/* #undef LLVM_DOCSDIR */
@ -43,7 +43,7 @@
#define LLVM_HAS_ATOMICS 1
/* Host triple LLVM will be executed on */
#define LLVM_HOST_TRIPLE "x86_64-pc-win32"
#define LLVM_HOST_TRIPLE "i686-pc-win32"
/* Installation directory for include files */
/* #undef LLVM_INCLUDEDIR */

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>INSTALL</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,12 +56,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\include\llvm;D:\keystone\llvm\include\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -74,7 +71,6 @@
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -87,7 +83,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\include\llvm;D:\keystone\llvm\include\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -97,7 +93,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -110,7 +105,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\include\llvm;D:\keystone\llvm\include\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -120,7 +115,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -133,7 +127,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\include\llvm;D:\keystone\llvm\include\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -143,7 +137,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -158,8 +151,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\dd4cd0e099e518beeaa48f838a8564eb\INSTALL_force.rule">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -168,12 +161,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\llvm\include\llvm\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\llvm\include\llvm\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -182,12 +174,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\llvm\include\llvm\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\llvm\include\llvm\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -196,12 +187,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\llvm\include\llvm\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\llvm\include\llvm\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -210,10 +200,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\llvm\include\llvm\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\llvm\include\llvm\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\dd4cd0e099e518beeaa48f838a8564eb\INSTALL_force.rule">
<Filter>CMake Rules</Filter>

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>PACKAGE</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,12 +56,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\include\llvm;D:\keystone\llvm\include\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -90,7 +87,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\include\llvm;D:\keystone\llvm\include\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -116,7 +113,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\include\llvm;D:\keystone\llvm\include\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -142,7 +139,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\include\llvm;D:\keystone\llvm\include\llvm;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -170,8 +167,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\dd4cd0e099e518beeaa48f838a8564eb\PACKAGE_force.rule">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -180,12 +177,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\llvm\include\llvm\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\llvm\include\llvm\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -194,12 +190,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\llvm\include\llvm\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\llvm\include\llvm\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -208,12 +203,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\llvm\include\llvm\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\llvm\include\llvm\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -222,10 +216,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\llvm\include\llvm\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\llvm\include\llvm\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\dd4cd0e099e518beeaa48f838a8564eb\PACKAGE_force.rule">
<Filter>CMake Rules</Filter>

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>INSTALL</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,12 +56,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\keystone;D:\keystone\llvm\keystone;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;D:\keystone\llvm\keystone\..\..\include;D:\keystone\llvm\keystone\..\lib\Target\AArch64;D:\keystone\llvm\keystone\..\lib\Target\ARM;D:\keystone\llvm\keystone\..\lib\Target\Hexagon;D:\keystone\llvm\keystone\..\lib\Target\Mips;D:\keystone\llvm\keystone\..\lib\Target\PowerPC;D:\keystone\llvm\keystone\..\lib\Target\Sparc;D:\keystone\llvm\keystone\..\lib\Target\SystemZ;D:\keystone\llvm\keystone\..\lib\Target\X86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -74,7 +71,6 @@
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -87,7 +83,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\keystone;D:\keystone\llvm\keystone;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;D:\keystone\llvm\keystone\..\..\include;D:\keystone\llvm\keystone\..\lib\Target\AArch64;D:\keystone\llvm\keystone\..\lib\Target\ARM;D:\keystone\llvm\keystone\..\lib\Target\Hexagon;D:\keystone\llvm\keystone\..\lib\Target\Mips;D:\keystone\llvm\keystone\..\lib\Target\PowerPC;D:\keystone\llvm\keystone\..\lib\Target\Sparc;D:\keystone\llvm\keystone\..\lib\Target\SystemZ;D:\keystone\llvm\keystone\..\lib\Target\X86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -97,7 +93,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -110,7 +105,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\keystone;D:\keystone\llvm\keystone;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;D:\keystone\llvm\keystone\..\..\include;D:\keystone\llvm\keystone\..\lib\Target\AArch64;D:\keystone\llvm\keystone\..\lib\Target\ARM;D:\keystone\llvm\keystone\..\lib\Target\Hexagon;D:\keystone\llvm\keystone\..\lib\Target\Mips;D:\keystone\llvm\keystone\..\lib\Target\PowerPC;D:\keystone\llvm\keystone\..\lib\Target\Sparc;D:\keystone\llvm\keystone\..\lib\Target\SystemZ;D:\keystone\llvm\keystone\..\lib\Target\X86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -120,7 +115,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -133,7 +127,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\keystone;D:\keystone\llvm\keystone;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;D:\keystone\llvm\keystone\..\..\include;D:\keystone\llvm\keystone\..\lib\Target\AArch64;D:\keystone\llvm\keystone\..\lib\Target\ARM;D:\keystone\llvm\keystone\..\lib\Target\Hexagon;D:\keystone\llvm\keystone\..\lib\Target\Mips;D:\keystone\llvm\keystone\..\lib\Target\PowerPC;D:\keystone\llvm\keystone\..\lib\Target\Sparc;D:\keystone\llvm\keystone\..\lib\Target\SystemZ;D:\keystone\llvm\keystone\..\lib\Target\X86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -143,7 +137,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -158,8 +151,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\ce664a6bc1c6cf3803d340fa0387e3ff\INSTALL_force.rule">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -168,12 +161,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\llvm\keystone\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\llvm\keystone\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -182,12 +174,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\llvm\keystone\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\llvm\keystone\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -196,12 +187,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\llvm\keystone\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\llvm\keystone\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -210,10 +200,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\llvm\keystone\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\llvm\keystone\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\ce664a6bc1c6cf3803d340fa0387e3ff\INSTALL_force.rule">
<Filter>CMake Rules</Filter>

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>PACKAGE</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,12 +56,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\keystone;D:\keystone\llvm\keystone;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;D:\keystone\llvm\keystone\..\..\include;D:\keystone\llvm\keystone\..\lib\Target\AArch64;D:\keystone\llvm\keystone\..\lib\Target\ARM;D:\keystone\llvm\keystone\..\lib\Target\Hexagon;D:\keystone\llvm\keystone\..\lib\Target\Mips;D:\keystone\llvm\keystone\..\lib\Target\PowerPC;D:\keystone\llvm\keystone\..\lib\Target\Sparc;D:\keystone\llvm\keystone\..\lib\Target\SystemZ;D:\keystone\llvm\keystone\..\lib\Target\X86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -90,7 +87,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\keystone;D:\keystone\llvm\keystone;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;D:\keystone\llvm\keystone\..\..\include;D:\keystone\llvm\keystone\..\lib\Target\AArch64;D:\keystone\llvm\keystone\..\lib\Target\ARM;D:\keystone\llvm\keystone\..\lib\Target\Hexagon;D:\keystone\llvm\keystone\..\lib\Target\Mips;D:\keystone\llvm\keystone\..\lib\Target\PowerPC;D:\keystone\llvm\keystone\..\lib\Target\Sparc;D:\keystone\llvm\keystone\..\lib\Target\SystemZ;D:\keystone\llvm\keystone\..\lib\Target\X86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -116,7 +113,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\keystone;D:\keystone\llvm\keystone;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;D:\keystone\llvm\keystone\..\..\include;D:\keystone\llvm\keystone\..\lib\Target\AArch64;D:\keystone\llvm\keystone\..\lib\Target\ARM;D:\keystone\llvm\keystone\..\lib\Target\Hexagon;D:\keystone\llvm\keystone\..\lib\Target\Mips;D:\keystone\llvm\keystone\..\lib\Target\PowerPC;D:\keystone\llvm\keystone\..\lib\Target\Sparc;D:\keystone\llvm\keystone\..\lib\Target\SystemZ;D:\keystone\llvm\keystone\..\lib\Target\X86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -142,7 +139,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\keystone;D:\keystone\llvm\keystone;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;D:\keystone\llvm\keystone\..\..\include;D:\keystone\llvm\keystone\..\lib\Target\AArch64;D:\keystone\llvm\keystone\..\lib\Target\ARM;D:\keystone\llvm\keystone\..\lib\Target\Hexagon;D:\keystone\llvm\keystone\..\lib\Target\Mips;D:\keystone\llvm\keystone\..\lib\Target\PowerPC;D:\keystone\llvm\keystone\..\lib\Target\Sparc;D:\keystone\llvm\keystone\..\lib\Target\SystemZ;D:\keystone\llvm\keystone\..\lib\Target\X86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -170,8 +167,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\ce664a6bc1c6cf3803d340fa0387e3ff\PACKAGE_force.rule">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -180,12 +177,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\llvm\keystone\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\llvm\keystone\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -194,12 +190,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\llvm\keystone\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\llvm\keystone\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -208,12 +203,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\llvm\keystone\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\llvm\keystone\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -222,10 +216,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\llvm\keystone\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\llvm\keystone\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\ce664a6bc1c6cf3803d340fa0387e3ff\PACKAGE_force.rule">
<Filter>CMake Rules</Filter>

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{E4754E3E-2503-307A-8076-8AC2AD8B75B2}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>keystone</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,24 +56,24 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\llvm\lib\Debug\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">keystone.dir\Debug\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">keystone</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.lib</TargetExt>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\llvm\lib\Release\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">keystone.dir\Release\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">keystone</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.lib</TargetExt>
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\llvm\lib\MinSizeRel\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">keystone.dir\MinSizeRel\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">keystone</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">.lib</TargetExt>
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\llvm\lib\RelWithDebInfo\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">keystone.dir\RelWithDebInfo\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">keystone</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">.lib</TargetExt>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\llvm\lib\Debug\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">keystone.dir\Debug\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">keystone</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.lib</TargetExt>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\llvm\lib\Release\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">keystone.dir\Release\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">keystone</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.lib</TargetExt>
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\llvm\lib\MinSizeRel\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">keystone.dir\MinSizeRel\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">keystone</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.lib</TargetExt>
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\llvm\lib\RelWithDebInfo\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">keystone.dir\RelWithDebInfo\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">keystone</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.lib</TargetExt>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\keystone;D:\keystone\llvm\keystone;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;D:\keystone\llvm\keystone\..\..\include;D:\keystone\llvm\keystone\..\lib\Target\AArch64;D:\keystone\llvm\keystone\..\lib\Target\ARM;D:\keystone\llvm\keystone\..\lib\Target\Hexagon;D:\keystone\llvm\keystone\..\lib\Target\Mips;D:\keystone\llvm\keystone\..\lib\Target\PowerPC;D:\keystone\llvm\keystone\..\lib\Target\Sparc;D:\keystone\llvm\keystone\..\lib\Target\SystemZ;D:\keystone\llvm\keystone\..\lib\Target\X86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalOptions>%(AdditionalOptions) -w14062 /Zc:strictStrings /Zc:sizedDealloc-</AdditionalOptions>
@ -112,10 +109,10 @@
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<Lib>
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
<AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\keystone;D:\keystone\llvm\keystone;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;D:\keystone\llvm\keystone\..\..\include;D:\keystone\llvm\keystone\..\lib\Target\AArch64;D:\keystone\llvm\keystone\..\lib\Target\ARM;D:\keystone\llvm\keystone\..\lib\Target\Hexagon;D:\keystone\llvm\keystone\..\lib\Target\Mips;D:\keystone\llvm\keystone\..\lib\Target\PowerPC;D:\keystone\llvm\keystone\..\lib\Target\Sparc;D:\keystone\llvm\keystone\..\lib\Target\SystemZ;D:\keystone\llvm\keystone\..\lib\Target\X86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalOptions>%(AdditionalOptions) -w14062 /Zc:strictStrings /Zc:sizedDealloc-</AdditionalOptions>
@ -129,7 +126,7 @@
<Optimization>MaxSpeed</Optimization>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<RemoveUnreferencedCodeData>true</RemoveUnreferencedCodeData>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<TreatSpecificWarningsAsErrors>4238</TreatSpecificWarningsAsErrors>
<UseFullPaths>false</UseFullPaths>
<WarningLevel>Level4</WarningLevel>
@ -151,10 +148,10 @@
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<Lib>
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
<AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\keystone;D:\keystone\llvm\keystone;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;D:\keystone\llvm\keystone\..\..\include;D:\keystone\llvm\keystone\..\lib\Target\AArch64;D:\keystone\llvm\keystone\..\lib\Target\ARM;D:\keystone\llvm\keystone\..\lib\Target\Hexagon;D:\keystone\llvm\keystone\..\lib\Target\Mips;D:\keystone\llvm\keystone\..\lib\Target\PowerPC;D:\keystone\llvm\keystone\..\lib\Target\Sparc;D:\keystone\llvm\keystone\..\lib\Target\SystemZ;D:\keystone\llvm\keystone\..\lib\Target\X86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalOptions>%(AdditionalOptions) -w14062 /Zc:strictStrings /Zc:sizedDealloc-</AdditionalOptions>
@ -191,10 +188,10 @@
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<Lib>
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
<AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\keystone;D:\keystone\llvm\keystone;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;D:\keystone\llvm\keystone\..\..\include;D:\keystone\llvm\keystone\..\lib\Target\AArch64;D:\keystone\llvm\keystone\..\lib\Target\ARM;D:\keystone\llvm\keystone\..\lib\Target\Hexagon;D:\keystone\llvm\keystone\..\lib\Target\Mips;D:\keystone\llvm\keystone\..\lib\Target\PowerPC;D:\keystone\llvm\keystone\..\lib\Target\Sparc;D:\keystone\llvm\keystone\..\lib\Target\SystemZ;D:\keystone\llvm\keystone\..\lib\Target\X86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalOptions>%(AdditionalOptions) -w14062 /Zc:strictStrings /Zc:sizedDealloc-</AdditionalOptions>
@ -229,14 +226,13 @@
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<Lib>
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
<AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions>
</Lib>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\llvm\keystone\CMakeLists.txt">
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule D:/keystone/llvm/keystone/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule D:/keystone/llvm/keystone/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SD:/keystone -BD:/keystone/msvc --check-stamp-file D:/keystone/msvc/llvm/keystone/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -245,11 +241,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\llvm\keystone\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule D:/keystone/llvm/keystone/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\llvm\keystone\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule D:/keystone/llvm/keystone/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SD:/keystone -BD:/keystone/msvc --check-stamp-file D:/keystone/msvc/llvm/keystone/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -258,11 +254,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\llvm\keystone\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule D:/keystone/llvm/keystone/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\llvm\keystone\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule D:/keystone/llvm/keystone/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SD:/keystone -BD:/keystone/msvc --check-stamp-file D:/keystone/msvc/llvm/keystone/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -271,11 +267,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\llvm\keystone\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule D:/keystone/llvm/keystone/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\llvm\keystone\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule D:/keystone/llvm/keystone/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SD:/keystone -BD:/keystone/msvc --check-stamp-file D:/keystone/msvc/llvm/keystone/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -284,9 +280,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\llvm\keystone\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\llvm\keystone\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="D:\keystone\llvm\lib\MC\ConstantPools.cpp">
<Filter>Source Files</Filter>

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
</Project>

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>INSTALL</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,12 +56,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\lib;D:\keystone\llvm\lib;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -74,7 +71,6 @@
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -87,7 +83,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\lib;D:\keystone\llvm\lib;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -97,7 +93,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -110,7 +105,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\lib;D:\keystone\llvm\lib;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -120,7 +115,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -133,7 +127,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\lib;D:\keystone\llvm\lib;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -143,7 +137,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -158,8 +151,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\92010dc28ce1c0b72cd7601529f345de\INSTALL_force.rule">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -168,12 +161,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\llvm\lib\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\llvm\lib\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -182,12 +174,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\llvm\lib\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\llvm\lib\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -196,12 +187,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\llvm\lib\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\llvm\lib\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -210,10 +200,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\llvm\lib\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\llvm\lib\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\92010dc28ce1c0b72cd7601529f345de\INSTALL_force.rule">
<Filter>CMake Rules</Filter>

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{9EFD62E5-551B-3B2B-9EBB-4C0F899C7B6A}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>INSTALL</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,12 +56,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\lib\MC;D:\keystone\llvm\lib\MC;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -74,7 +71,6 @@
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -87,7 +83,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\lib\MC;D:\keystone\llvm\lib\MC;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -97,7 +93,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -110,7 +105,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\lib\MC;D:\keystone\llvm\lib\MC;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -120,7 +115,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -133,7 +127,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\lib\MC;D:\keystone\llvm\lib\MC;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -143,7 +137,6 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<PostBuildEvent>
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
@ -158,8 +151,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\ba3a779ba1119f83be626a8e8e19078a\INSTALL_force.rule">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -168,12 +161,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\llvm\lib\MC\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\llvm\lib\MC\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -182,12 +174,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\llvm\lib\MC\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\llvm\lib\MC\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -196,12 +187,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\llvm\lib\MC\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\llvm\lib\MC\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -210,10 +200,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\llvm\lib\MC\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\llvm\lib\MC\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\ba3a779ba1119f83be626a8e8e19078a\INSTALL_force.rule">
<Filter>CMake Rules</Filter>

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>PACKAGE</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,12 +56,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\lib\MC;D:\keystone\llvm\lib\MC;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -90,7 +87,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\lib\MC;D:\keystone\llvm\lib\MC;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -116,7 +113,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\lib\MC;D:\keystone\llvm\lib\MC;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -142,7 +139,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\lib\MC;D:\keystone\llvm\lib\MC;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -170,8 +167,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\ba3a779ba1119f83be626a8e8e19078a\PACKAGE_force.rule">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -180,12 +177,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\llvm\lib\MC\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\llvm\lib\MC\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -194,12 +190,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\llvm\lib\MC\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\llvm\lib\MC\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -208,12 +203,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\llvm\lib\MC\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\llvm\lib\MC\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -222,10 +216,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\llvm\lib\MC\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\llvm\lib\MC\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\ba3a779ba1119f83be626a8e8e19078a\PACKAGE_force.rule">
<Filter>CMake Rules</Filter>

@ -1,54 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{12BD1DA3-6D29-3AD4-B7E0-382BA165392B}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<Platform>Win32</Platform>
<ProjectName>PACKAGE</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@ -59,12 +56,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\lib;D:\keystone\llvm\lib;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -90,7 +87,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\lib;D:\keystone\llvm\lib;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -116,7 +113,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\lib;D:\keystone\llvm\lib;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -142,7 +139,7 @@ exit /b %1
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
<Midl>
<AdditionalIncludeDirectories>D:\keystone\msvc\llvm\lib;D:\keystone\llvm\lib;D:\keystone\msvc\llvm\include;D:\keystone\llvm\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
@ -170,8 +167,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\keystone\msvc\CMakeFiles\92010dc28ce1c0b72cd7601529f345de\PACKAGE_force.rule">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -180,12 +177,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\keystone\msvc\llvm\lib\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\keystone\msvc\llvm\lib\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -194,12 +190,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\keystone\msvc\llvm\lib\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\keystone\msvc\llvm\lib\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -208,12 +203,11 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\keystone\msvc\llvm\lib\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\keystone\msvc\llvm\lib\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
@ -222,10 +216,9 @@ endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\keystone\msvc\llvm\lib\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\keystone\msvc\llvm\lib\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save