From 63a46619ea575cd67dd20fc2ca14ab0e6a76cdf1 Mon Sep 17 00:00:00 2001 From: GrieferAtWork Date: Fri, 17 May 2024 20:57:07 +0200 Subject: [PATCH] Try to fix msbuild pipeline --- .../workflows/{.disabled => }/windows-x32.yml | 2 +- .vs/deemon-v142.sln | 810 +++++++++ .vs/deemon-v142.vcxproj | 942 +++++++++++ .vs/deemon-v142.vcxproj.filters | 1504 +++++++++++++++++ .vs/dex/_hostasm-v142.vcxproj | 466 +++++ .vs/dex/_hostasm-v142.vcxproj.filters | 50 + .vs/dex/_jit-v142.vcxproj | 457 +++++ .vs/dex/collections-v142.vcxproj | 449 +++++ .vs/dex/ctypes-v142.vcxproj | 543 ++++++ .vs/dex/ctypes-v142.vcxproj.filters | 84 + .vs/dex/disassembler-v142.vcxproj | 442 +++++ .vs/dex/files-v142.vcxproj | 442 +++++ .vs/dex/hashlib-v142.vcxproj | 534 ++++++ .vs/dex/hashlib-v142.vcxproj.filters | 294 ++++ .vs/dex/ipc-v142.vcxproj | 443 +++++ .vs/dex/json-v142.vcxproj | 440 +++++ .vs/dex/math-v142.vcxproj | 440 +++++ .vs/dex/net-v142.vcxproj | 444 +++++ .vs/dex/posix-v142.vcxproj | 476 ++++++ .vs/dex/rt-v142.vcxproj | 441 +++++ .vs/dex/threading-v142.vcxproj | 445 +++++ .vs/dex/time-v142.vcxproj | 440 +++++ .vs/dex/win32-v142.vcxproj | 443 +++++ util/make-vs-proj.dee | 2 +- 24 files changed, 11031 insertions(+), 2 deletions(-) rename .github/workflows/{.disabled => }/windows-x32.yml (97%) create mode 100644 .vs/deemon-v142.sln create mode 100644 .vs/deemon-v142.vcxproj create mode 100644 .vs/deemon-v142.vcxproj.filters create mode 100644 .vs/dex/_hostasm-v142.vcxproj create mode 100644 .vs/dex/_hostasm-v142.vcxproj.filters create mode 100644 .vs/dex/_jit-v142.vcxproj create mode 100644 .vs/dex/collections-v142.vcxproj create mode 100644 .vs/dex/ctypes-v142.vcxproj create mode 100644 .vs/dex/ctypes-v142.vcxproj.filters create mode 100644 .vs/dex/disassembler-v142.vcxproj create mode 100644 .vs/dex/files-v142.vcxproj create mode 100644 .vs/dex/hashlib-v142.vcxproj create mode 100644 .vs/dex/hashlib-v142.vcxproj.filters create mode 100644 .vs/dex/ipc-v142.vcxproj create mode 100644 .vs/dex/json-v142.vcxproj create mode 100644 .vs/dex/math-v142.vcxproj create mode 100644 .vs/dex/net-v142.vcxproj create mode 100644 .vs/dex/posix-v142.vcxproj create mode 100644 .vs/dex/rt-v142.vcxproj create mode 100644 .vs/dex/threading-v142.vcxproj create mode 100644 .vs/dex/time-v142.vcxproj create mode 100644 .vs/dex/win32-v142.vcxproj diff --git a/.github/workflows/.disabled/windows-x32.yml b/.github/workflows/windows-x32.yml similarity index 97% rename from .github/workflows/.disabled/windows-x32.yml rename to .github/workflows/windows-x32.yml index 3300e5f15..808be54cf 100644 --- a/.github/workflows/.disabled/windows-x32.yml +++ b/.github/workflows/windows-x32.yml @@ -23,7 +23,7 @@ jobs: uses: ammaraskar/msvc-problem-matcher@master - name: Make - run: msbuild /m /p:Configuration=Debug-MSVC /p:Platform=Win32 .vs\deemon-v143.sln + run: msbuild /m /p:Configuration=Debug-MSVC /p:Platform=Win32 .vs\deemon-v142.sln - name: Test run: ${{ github.workspace }}\deemon.exe util\test.dee diff --git a/.vs/deemon-v142.sln b/.vs/deemon-v142.sln new file mode 100644 index 000000000..d29c8cdd7 --- /dev/null +++ b/.vs/deemon-v142.sln @@ -0,0 +1,810 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.1321 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deemon", "deemon-v142.vcxproj", "{86D226C5-EF62-4562-AC06-E6A753DFA7CF}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dex", "dex", "{2360741E-FB49-40D4-B684-000000001A50}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_hostasm", "dex\_hostasm-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000A7043B5}" + ProjectSection(ProjectDependencies) = postProject + {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_jit", "dex\_jit-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000A7BC}" + ProjectSection(ProjectDependencies) = postProject + {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "collections", "dex\collections-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-001BD8220AC3}" + ProjectSection(ProjectDependencies) = postProject + {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ctypes", "dex\ctypes-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-000000362D5B}" + ProjectSection(ProjectDependencies) = postProject + {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "disassembler", "dex\disassembler-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00D1B6988C5A}" + ProjectSection(ProjectDependencies) = postProject + {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "files", "dex\files-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000006AA5B}" + ProjectSection(ProjectDependencies) = postProject + {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hashlib", "dex\hashlib-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000197782A}" + ProjectSection(ProjectDependencies) = postProject + {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ipc", "dex\ipc-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-0000000019A3}" + ProjectSection(ProjectDependencies) = postProject + {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "json", "dex\json-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000CBD6}" + ProjectSection(ProjectDependencies) = postProject + {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "math", "dex\math-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000C188}" + ProjectSection(ProjectDependencies) = postProject + {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "net", "dex\net-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-0000000018DC}" + ProjectSection(ProjectDependencies) = postProject + {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "posix", "dex\posix-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000007C1F0}" + ProjectSection(ProjectDependencies) = postProject + {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rt", "dex\rt-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-0000000003E4}" + ProjectSection(ProjectDependencies) = postProject + {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "threading", "dex\threading-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-000078FC4157}" + ProjectSection(ProjectDependencies) = postProject + {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "time", "dex\time-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000F14D}" + ProjectSection(ProjectDependencies) = postProject + {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "win32", "dex\win32-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000007B82A}" + ProjectSection(ProjectDependencies) = postProject + {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "lib", "lib", "{2360741E-FB49-40D4-B684-00000000182A}" + ProjectSection(SolutionItems) = preProject + ..\lib\LANGUAGE.txt = ..\lib\LANGUAGE.txt + ..\lib\annotations.dee = ..\lib\annotations.dee + ..\lib\codecs.dee = ..\lib\codecs.dee + ..\lib\doc.dee = ..\lib\doc.dee + ..\lib\doctext.dee = ..\lib\doctext.dee + ..\lib\errors.dee = ..\lib\errors.dee + ..\lib\fs.dee = ..\lib\fs.dee + ..\lib\functools.dee = ..\lib\functools.dee + ..\lib\gitignore.dee = ..\lib\gitignore.dee + ..\lib\operators.dee = ..\lib\operators.dee + ..\lib\py2dee.dee = ..\lib\py2dee.dee + ..\lib\random.dee = ..\lib\random.dee + ..\lib\thread_util.dee = ..\lib\thread_util.dee + ..\lib\util.dee = ..\lib\util.dee + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_codecs", "_codecs", "{2360741E-FB49-40D4-B684-001820CBA22B}" + ProjectSection(SolutionItems) = preProject + ..\lib\_codecs\.gitignore = ..\lib\_codecs\.gitignore + ..\lib\_codecs\_gencodecs.dee = ..\lib\_codecs\_gencodecs.dee + ..\lib\_codecs\cp037.dee = ..\lib\_codecs\cp037.dee + ..\lib\_codecs\cp10000.dee = ..\lib\_codecs\cp10000.dee + ..\lib\_codecs\cp10006.dee = ..\lib\_codecs\cp10006.dee + ..\lib\_codecs\cp10007.dee = ..\lib\_codecs\cp10007.dee + ..\lib\_codecs\cp10029.dee = ..\lib\_codecs\cp10029.dee + ..\lib\_codecs\cp10079.dee = ..\lib\_codecs\cp10079.dee + ..\lib\_codecs\cp10081.dee = ..\lib\_codecs\cp10081.dee + ..\lib\_codecs\cp1026.dee = ..\lib\_codecs\cp1026.dee + ..\lib\_codecs\cp1250.dee = ..\lib\_codecs\cp1250.dee + ..\lib\_codecs\cp1251.dee = ..\lib\_codecs\cp1251.dee + ..\lib\_codecs\cp1252.dee = ..\lib\_codecs\cp1252.dee + ..\lib\_codecs\cp1253.dee = ..\lib\_codecs\cp1253.dee + ..\lib\_codecs\cp1254.dee = ..\lib\_codecs\cp1254.dee + ..\lib\_codecs\cp1255.dee = ..\lib\_codecs\cp1255.dee + ..\lib\_codecs\cp1256.dee = ..\lib\_codecs\cp1256.dee + ..\lib\_codecs\cp1257.dee = ..\lib\_codecs\cp1257.dee + ..\lib\_codecs\cp1258.dee = ..\lib\_codecs\cp1258.dee + ..\lib\_codecs\cp437.dee = ..\lib\_codecs\cp437.dee + ..\lib\_codecs\cp500.dee = ..\lib\_codecs\cp500.dee + ..\lib\_codecs\cp737.dee = ..\lib\_codecs\cp737.dee + ..\lib\_codecs\cp775.dee = ..\lib\_codecs\cp775.dee + ..\lib\_codecs\cp850.dee = ..\lib\_codecs\cp850.dee + ..\lib\_codecs\cp852.dee = ..\lib\_codecs\cp852.dee + ..\lib\_codecs\cp855.dee = ..\lib\_codecs\cp855.dee + ..\lib\_codecs\cp857.dee = ..\lib\_codecs\cp857.dee + ..\lib\_codecs\cp860.dee = ..\lib\_codecs\cp860.dee + ..\lib\_codecs\cp861.dee = ..\lib\_codecs\cp861.dee + ..\lib\_codecs\cp862.dee = ..\lib\_codecs\cp862.dee + ..\lib\_codecs\cp863.dee = ..\lib\_codecs\cp863.dee + ..\lib\_codecs\cp864.dee = ..\lib\_codecs\cp864.dee + ..\lib\_codecs\cp865.dee = ..\lib\_codecs\cp865.dee + ..\lib\_codecs\cp866.dee = ..\lib\_codecs\cp866.dee + ..\lib\_codecs\cp869.dee = ..\lib\_codecs\cp869.dee + ..\lib\_codecs\cp874.dee = ..\lib\_codecs\cp874.dee + ..\lib\_codecs\cp875.dee = ..\lib\_codecs\cp875.dee + ..\lib\_codecs\iso8859-1.dee = ..\lib\_codecs\iso8859-1.dee + ..\lib\_codecs\iso8859-10.dee = ..\lib\_codecs\iso8859-10.dee + ..\lib\_codecs\iso8859-11.dee = ..\lib\_codecs\iso8859-11.dee + ..\lib\_codecs\iso8859-13.dee = ..\lib\_codecs\iso8859-13.dee + ..\lib\_codecs\iso8859-14.dee = ..\lib\_codecs\iso8859-14.dee + ..\lib\_codecs\iso8859-15.dee = ..\lib\_codecs\iso8859-15.dee + ..\lib\_codecs\iso8859-16.dee = ..\lib\_codecs\iso8859-16.dee + ..\lib\_codecs\iso8859-2.dee = ..\lib\_codecs\iso8859-2.dee + ..\lib\_codecs\iso8859-3.dee = ..\lib\_codecs\iso8859-3.dee + ..\lib\_codecs\iso8859-4.dee = ..\lib\_codecs\iso8859-4.dee + ..\lib\_codecs\iso8859-5.dee = ..\lib\_codecs\iso8859-5.dee + ..\lib\_codecs\iso8859-6.dee = ..\lib\_codecs\iso8859-6.dee + ..\lib\_codecs\iso8859-7.dee = ..\lib\_codecs\iso8859-7.dee + ..\lib\_codecs\iso8859-8.dee = ..\lib\_codecs\iso8859-8.dee + ..\lib\_codecs\iso8859-9.dee = ..\lib\_codecs\iso8859-9.dee + ..\lib\_codecs\nextstep.dee = ..\lib\_codecs\nextstep.dee + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "include", "include", "{2360741E-FB49-40D4-B684-00182015F605}" + ProjectSection(SolutionItems) = preProject + ..\lib\include\README.txt = ..\lib\include\README.txt + ..\lib\include\TODO.txt = ..\lib\include\TODO.txt + ..\lib\include\TPP_ASSERT.h = ..\lib\include\TPP_ASSERT.h + ..\lib\include\TPP_CAT.h = ..\lib\include\TPP_CAT.h + ..\lib\include\TPP_CTYPE.h = ..\lib\include\TPP_CTYPE.h + ..\lib\include\TPP_FOR.h = ..\lib\include\TPP_FOR.h + ..\lib\include\TPP_FOREACH.h = ..\lib\include\TPP_FOREACH.h + ..\lib\include\TPP_IF.h = ..\lib\include\TPP_IF.h + ..\lib\include\TPP_OVERLOAD.h = ..\lib\include\TPP_OVERLOAD.h + ..\lib\include\TPP_REPEAT.h = ..\lib\include\TPP_REPEAT.h + ..\lib\include\TPP_STR.h = ..\lib\include\TPP_STR.h + ..\lib\include\TPP_TUPLE_AT.h = ..\lib\include\TPP_TUPLE_AT.h + ..\lib\include\TPP_VA_NARGS.h = ..\lib\include\TPP_VA_NARGS.h + ..\lib\include\TPP_WHILE.h = ..\lib\include\TPP_WHILE.h + ..\lib\include\__TPP_STDINC.h = ..\lib\include\__TPP_STDINC.h + ..\lib\include\__builtin_bswap.dee = ..\lib\include\__builtin_bswap.dee + ..\lib\include\__builtin_class.dee = ..\lib\include\__builtin_class.dee + ..\lib\include\__builtin_code.dee = ..\lib\include\__builtin_code.dee + ..\lib\include\__builtin_enumattr.dee = ..\lib\include\__builtin_enumattr.dee + ..\lib\include\__builtin_exit.dee = ..\lib\include\__builtin_exit.dee + ..\lib\include\__builtin_extern.dee = ..\lib\include\__builtin_extern.dee + ..\lib\include\__builtin_fs.dee = ..\lib\include\__builtin_fs.dee + ..\lib\include\__builtin_gcc.dee = ..\lib\include\__builtin_gcc.dee + ..\lib\include\__builtin_help.dee = ..\lib\include\__builtin_help.dee + ..\lib\include\__builtin_malloc.dee = ..\lib\include\__builtin_malloc.dee + ..\lib\include\__builtin_math.dee = ..\lib\include\__builtin_math.dee + ..\lib\include\__builtin_mem.dee = ..\lib\include\__builtin_mem.dee + ..\lib\include\__builtin_pointer.dee = ..\lib\include\__builtin_pointer.dee + ..\lib\include\__builtin_runtime.dee = ..\lib\include\__builtin_runtime.dee + ..\lib\include\__builtin_util.dee = ..\lib\include\__builtin_util.dee + ..\lib\include\__cdefault.dee = ..\lib\include\__cdefault.dee + ..\lib\include\__cxxdefault.dee = ..\lib\include\__cxxdefault.dee + ..\lib\include\__deemon_chartraits.dee = ..\lib\include\__deemon_chartraits.dee + ..\lib\include\__ffs.dee = ..\lib\include\__ffs.dee + ..\lib\include\__intrin.dee = ..\lib\include\__intrin.dee + ..\lib\include\__stddef.dee = ..\lib\include\__stddef.dee + ..\lib\include\atomic = ..\lib\include\atomic + ..\lib\include\attrutil = ..\lib\include\attrutil + ..\lib\include\cell = ..\lib\include\cell + ..\lib\include\dexmodule = ..\lib\include\dexmodule + ..\lib\include\endian = ..\lib\include\endian + ..\lib\include\error = ..\lib\include\error + ..\lib\include\file = ..\lib\include\file + ..\lib\include\fs = ..\lib\include\fs + ..\lib\include\fs.env = ..\lib\include\fs.env + ..\lib\include\function = ..\lib\include\function + ..\lib\include\gc = ..\lib\include\gc + ..\lib\include\intrin = ..\lib\include\intrin + ..\lib\include\m_fs.dee = ..\lib\include\m_fs.dee + ..\lib\include\m_fs_path.dee = ..\lib\include\m_fs_path.dee + ..\lib\include\m_fs_posix.dee = ..\lib\include\m_fs_posix.dee + ..\lib\include\m_fs_win32.dee = ..\lib\include\m_fs_win32.dee + ..\lib\include\m_math.dee = ..\lib\include\m_math.dee + ..\lib\include\m_sys.dee = ..\lib\include\m_sys.dee + ..\lib\include\m_util.dee = ..\lib\include\m_util.dee + ..\lib\include\m_util_attr.dee = ..\lib\include\m_util_attr.dee + ..\lib\include\math = ..\lib\include\math + ..\lib\include\mem = ..\lib\include\mem + ..\lib\include\pipe = ..\lib\include\pipe + ..\lib\include\process = ..\lib\include\process + ..\lib\include\random = ..\lib\include\random + ..\lib\include\shared_lib = ..\lib\include\shared_lib + ..\lib\include\stddef.h = ..\lib\include\stddef.h + ..\lib\include\stdnoreturn.h = ..\lib\include\stdnoreturn.h + ..\lib\include\sys = ..\lib\include\sys + ..\lib\include\thread = ..\lib\include\thread + ..\lib\include\time = ..\lib\include\time + ..\lib\include\util = ..\lib\include\util + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dex", "dex", "{2360741E-FB49-40D4-B684-4301F0D08B78}" + ProjectSection(SolutionItems) = preProject + ..\lib\include\dex\hashlib = ..\lib\include\dex\hashlib + ..\lib\include\dex\hashlib.dee = ..\lib\include\dex\hashlib.dee + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "gcode", "gcode", "{2360741E-FB49-40D4-B684-BF650AB8E3CD}" + ProjectSection(SolutionItems) = preProject + ..\lib\include\gcode\__gc_default.dee = ..\lib\include\gcode\__gc_default.dee + ..\lib\include\gcode\fs.dee = ..\lib\include\gcode\fs.dee + ..\lib\include\gcode\m_gcode_fs.dee = ..\lib\include\gcode\m_gcode_fs.dee + ..\lib\include\gcode\m_gcode_sys.dee = ..\lib\include\gcode\m_gcode_sys.dee + ..\lib\include\gcode\m_gcode_timing.dee = ..\lib\include\gcode\m_gcode_timing.dee + ..\lib\include\gcode\m_gcode_types.dee = ..\lib\include\gcode\m_gcode_types.dee + ..\lib\include\gcode\sys.dee = ..\lib\include\gcode\sys.dee + ..\lib\include\gcode\timing.dee = ..\lib\include\gcode\timing.dee + ..\lib\include\gcode\types.dee = ..\lib\include\gcode\types.dee + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "net", "net", "{2360741E-FB49-40D4-B684-4301F0D088B2}" + ProjectSection(SolutionItems) = preProject + ..\lib\include\net\endian = ..\lib\include\net\endian + ..\lib\include\net\socket = ..\lib\include\net\socket + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tr1", "tr1", "{2360741E-FB49-40D4-B684-4301F0D08DF1}" + ProjectSection(SolutionItems) = preProject + ..\lib\include\tr1\m_tr1.dee = ..\lib\include\tr1\m_tr1.dee + ..\lib\include\tr1\m_tr1_geometry.dee = ..\lib\include\tr1\m_tr1_geometry.dee + ..\lib\include\tr1\unique_iterator = ..\lib\include\tr1\unique_iterator + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "geometry", "geometry", "{2360741E-FB49-40D4-B684-591924C4CFA6}" + ProjectSection(SolutionItems) = preProject + ..\lib\include\tr1\geometry\point = ..\lib\include\tr1\geometry\point + ..\lib\include\tr1\geometry\rect = ..\lib\include\tr1\geometry\rect + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "net", "net", "{2360741E-FB49-40D4-B684-0000018200DC}" + ProjectSection(SolutionItems) = preProject + ..\lib\net\ftp.dee = ..\lib\net\ftp.dee + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "python", "python", "{2360741E-FB49-40D4-B684-0003040F6116}" + ProjectSection(SolutionItems) = preProject + ..\lib\python\builtins.dee = ..\lib\python\builtins.dee + ..\lib\python\exceptions.dee = ..\lib\python\exceptions.dee + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "rt", "rt", "{2360741E-FB49-40D4-B684-0000003040E4}" + ProjectSection(SolutionItems) = preProject + ..\lib\rt\builtins.dee = ..\lib\rt\builtins.dee + ..\lib\rt\bytecode.dee = ..\lib\rt\bytecode.dee + ..\lib\rt\d200.dee = ..\lib\rt\d200.dee + ..\lib\rt\hash.dee = ..\lib\rt\hash.dee + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "gen", "gen", "{2360741E-FB49-40D4-B684-0003040EE286}" + ProjectSection(SolutionItems) = preProject + ..\lib\rt\gen\cxxapi.dee = ..\lib\rt\gen\cxxapi.dee + ..\lib\rt\gen\dexutils.dee = ..\lib\rt\gen\dexutils.dee + ..\lib\rt\gen\hash.dee = ..\lib\rt\gen\hash.dee + ..\lib\rt\gen\string.dee = ..\lib\rt\gen\string.dee + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "util", "util", "{2360741E-FB49-40D4-B684-00000000F424}" + ProjectSection(SolutionItems) = preProject + ..\util\deemon.xml = ..\util\deemon.xml + ..\util\doc-server.dee = ..\util\doc-server.dee + ..\util\evalstackdump.dee = ..\util\evalstackdump.dee + ..\util\make-vs-proj.dee = ..\util\make-vs-proj.dee + ..\util\makelight.dee = ..\util\makelight.dee + ..\util\notepad++-stylesheet-light.xml = ..\util\notepad++-stylesheet-light.xml + ..\util\notepad++-stylesheet.xml = ..\util\notepad++-stylesheet.xml + ..\util\test-errors.dee = ..\util\test-errors.dee + ..\util\test.dee = ..\util\test.dee + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{2360741E-FB49-40D4-B684-00F42E7A6DD3}" + ProjectSection(SolutionItems) = preProject + ..\util\scripts\fib.dee = ..\util\scripts\fib.dee + ..\util\scripts\fixlinefeeds.dee = ..\util\scripts\fixlinefeeds.dee + ..\util\scripts\migrate-tag-descriptions.dee = ..\util\scripts\migrate-tag-descriptions.dee + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2360741E-FB49-40D4-B684-00007A1732AC}" + ProjectSection(SolutionItems) = preProject + ..\util\test\collections-bitset.dee = ..\util\test\collections-bitset.dee + ..\util\test\collections-rbtree.dee = ..\util\test\collections-rbtree.dee + ..\util\test\collections.dee = ..\util\test\collections.dee + ..\util\test\compiler-assert.dee = ..\util\test\compiler-assert.dee + ..\util\test\compiler-c-cast.dee = ..\util\test\compiler-c-cast.dee + ..\util\test\compiler-call-non-tuple.dee = ..\util\test\compiler-call-non-tuple.dee + ..\util\test\compiler-class-constructors.dee = ..\util\test\compiler-class-constructors.dee + ..\util\test\compiler-class-final-member.dee = ..\util\test\compiler-class-final-member.dee + ..\util\test\compiler-class-with-multiple-bases.dee = ..\util\test\compiler-class-with-multiple-bases.dee + ..\util\test\compiler-conversion-operator.dee = ..\util\test\compiler-conversion-operator.dee + ..\util\test\compiler-destructor-order.dee = ..\util\test\compiler-destructor-order.dee + ..\util\test\compiler-except-branching.dee = ..\util\test\compiler-except-branching.dee + ..\util\test\compiler-except-expr.dee = ..\util\test\compiler-except-expr.dee + ..\util\test\compiler-except-order.dee = ..\util\test\compiler-except-order.dee + ..\util\test\compiler-except-retval.dee = ..\util\test\compiler-except-retval.dee + ..\util\test\compiler-finally-in-except.dee = ..\util\test\compiler-finally-in-except.dee + ..\util\test\compiler-forward-class-symbols.dee = ..\util\test\compiler-forward-class-symbols.dee + ..\util\test\compiler-function-keywords.dee = ..\util\test\compiler-function-keywords.dee + ..\util\test\compiler-implicit-local-conversion.dee = ..\util\test\compiler-implicit-local-conversion.dee + ..\util\test\compiler-import-self.dee = ..\util\test\compiler-import-self.dee + ..\util\test\compiler-int-imm.dee = ..\util\test\compiler-int-imm.dee + ..\util\test\compiler-int-incdec.dee = ..\util\test\compiler-int-incdec.dee + ..\util\test\compiler-kwds.dee = ..\util\test\compiler-kwds.dee + ..\util\test\compiler-lexer-corners.dee = ..\util\test\compiler-lexer-corners.dee + ..\util\test\compiler-paren-brace-pasing.dee = ..\util\test\compiler-paren-brace-pasing.dee + ..\util\test\compiler-print-in-statement-expressions.dee = ..\util\test\compiler-print-in-statement-expressions.dee + ..\util\test\compiler-qmarkqmark-operator.dee = ..\util\test\compiler-qmarkqmark-operator.dee + ..\util\test\compiler-range-expressions.dee = ..\util\test\compiler-range-expressions.dee + ..\util\test\compiler-recursive-references.dee = ..\util\test\compiler-recursive-references.dee + ..\util\test\compiler-self-recursion.dee = ..\util\test\compiler-self-recursion.dee + ..\util\test\compiler-sequence-cast.dee = ..\util\test\compiler-sequence-cast.dee + ..\util\test\compiler-sequence-copy.dee = ..\util\test\compiler-sequence-copy.dee + ..\util\test\compiler-static-constinit.dee = ..\util\test\compiler-static-constinit.dee + ..\util\test\compiler-static-initialization-abort.dee = ..\util\test\compiler-static-initialization-abort.dee + ..\util\test\compiler-static-once.dee = ..\util\test\compiler-static-once.dee + ..\util\test\compiler-static-variables.dee = ..\util\test\compiler-static-variables.dee + ..\util\test\compiler-template-string-jit.dee = ..\util\test\compiler-template-string-jit.dee + ..\util\test\compiler-template-string.dee = ..\util\test\compiler-template-string.dee + ..\util\test\compiler-thousands-grouping.dee = ..\util\test\compiler-thousands-grouping.dee + ..\util\test\compiler-type-annotations.dee = ..\util\test\compiler-type-annotations.dee + ..\util\test\compiler-unused-getset.dee = ..\util\test\compiler-unused-getset.dee + ..\util\test\compiler-varying-functions.dee = ..\util\test\compiler-varying-functions.dee + ..\util\test\ctypes-from-bytes.dee = ..\util\test\ctypes-from-bytes.dee + ..\util\test\ctypes-futex.dee = ..\util\test\ctypes-futex.dee + ..\util\test\ctypes.dee = ..\util\test\ctypes.dee + ..\util\test\deemon-class-inheritance.dee = ..\util\test\deemon-class-inheritance.dee + ..\util\test\deemon-dict-frozen.dee = ..\util\test\deemon-dict-frozen.dee + ..\util\test\deemon-dict-update.dee = ..\util\test\deemon-dict-update.dee + ..\util\test\deemon-float.dee = ..\util\test\deemon-float.dee + ..\util\test\deemon-frame-ddi-manipulation.dee = ..\util\test\deemon-frame-ddi-manipulation.dee + ..\util\test\deemon-hash.dee = ..\util\test\deemon-hash.dee + ..\util\test\deemon-int-bitcount.dee = ..\util\test\deemon-int-bitcount.dee + ..\util\test\deemon-int-frombytes.dee = ..\util\test\deemon-int-frombytes.dee + ..\util\test\deemon-int-fromstring.dee = ..\util\test\deemon-int-fromstring.dee + ..\util\test\deemon-int-msb.dee = ..\util\test\deemon-int-msb.dee + ..\util\test\deemon-int-nth.dee = ..\util\test\deemon-int-nth.dee + ..\util\test\deemon-int-tostr-thousands.dee = ..\util\test\deemon-int-tostr-thousands.dee + ..\util\test\deemon-int-tostr.dee = ..\util\test\deemon-int-tostr.dee + ..\util\test\deemon-java-lambda.dee = ..\util\test\deemon-java-lambda.dee + ..\util\test\deemon-kwcall-reference-loophole.dee = ..\util\test\deemon-kwcall-reference-loophole.dee + ..\util\test\deemon-list-sort.dee = ..\util\test\deemon-list-sort.dee + ..\util\test\deemon-mapping-byattr.dee = ..\util\test\deemon-mapping-byattr.dee + ..\util\test\deemon-mapping-byhash.dee = ..\util\test\deemon-mapping-byhash.dee + ..\util\test\deemon-numeric-isfloat.dee = ..\util\test\deemon-numeric-isfloat.dee + ..\util\test\deemon-object-id.dee = ..\util\test\deemon-object-id.dee + ..\util\test\deemon-primitives-are-const-castable.dee = ..\util\test\deemon-primitives-are-const-castable.dee + ..\util\test\deemon-property.dee = ..\util\test\deemon-property.dee + ..\util\test\deemon-sequence-bsearch.dee = ..\util\test\deemon-sequence-bsearch.dee + ..\util\test\deemon-sequence-compare.dee = ..\util\test\deemon-sequence-compare.dee + ..\util\test\deemon-sequence-each.dee = ..\util\test\deemon-sequence-each.dee + ..\util\test\deemon-sequence-segments.dee = ..\util\test\deemon-sequence-segments.dee + ..\util\test\deemon-sequence.dee = ..\util\test\deemon-sequence.dee + ..\util\test\deemon-string-asnumeric.dee = ..\util\test\deemon-string-asnumeric.dee + ..\util\test\deemon-string-audit.dee = ..\util\test\deemon-string-audit.dee + ..\util\test\deemon-string-casefold.dee = ..\util\test\deemon-string-casefold.dee + ..\util\test\deemon-string-cformat.dee = ..\util\test\deemon-string-cformat.dee + ..\util\test\deemon-string-compare-bytes.dee = ..\util\test\deemon-string-compare-bytes.dee + ..\util\test\deemon-string-compare.dee = ..\util\test\deemon-string-compare.dee + ..\util\test\deemon-string-encoding.dee = ..\util\test\deemon-string-encoding.dee + ..\util\test\deemon-string-find.dee = ..\util\test\deemon-string-find.dee + ..\util\test\deemon-string-findany.dee = ..\util\test\deemon-string-findany.dee + ..\util\test\deemon-string-isspace.dee = ..\util\test\deemon-string-isspace.dee + ..\util\test\deemon-string-join.dee = ..\util\test\deemon-string-join.dee + ..\util\test\deemon-string-quote.dee = ..\util\test\deemon-string-quote.dee + ..\util\test\deemon-string-regex.dee = ..\util\test\deemon-string-regex.dee + ..\util\test\deemon-string-repeat.dee = ..\util\test\deemon-string-repeat.dee + ..\util\test\deemon-string-replace.dee = ..\util\test\deemon-string-replace.dee + ..\util\test\deemon-string-scanf.dee = ..\util\test\deemon-string-scanf.dee + ..\util\test\deemon-string-sstrip.dee = ..\util\test\deemon-string-sstrip.dee + ..\util\test\deemon-string-strip.dee = ..\util\test\deemon-string-strip.dee + ..\util\test\deemon-string-striplines.dee = ..\util\test\deemon-string-striplines.dee + ..\util\test\deemon-string.dee = ..\util\test\deemon-string.dee + ..\util\test\deemon-type-mro.dee = ..\util\test\deemon-type-mro.dee + ..\util\test\deemon-type-newinstance.dee = ..\util\test\deemon-type-newinstance.dee + ..\util\test\deemon-yield-function-ddi-symbols.dee = ..\util\test\deemon-yield-function-ddi-symbols.dee + ..\util\test\deemon-yield-function-manual-stack-push.dee = ..\util\test\deemon-yield-function-manual-stack-push.dee + ..\util\test\deemon-yield-function-with-kwds.dee = ..\util\test\deemon-yield-function-with-kwds.dee + ..\util\test\hashlib.dee = ..\util\test\hashlib.dee + ..\util\test\hostasm-regression.dee = ..\util\test\hostasm-regression.dee + ..\util\test\jit-c-style-struct.dee = ..\util\test\jit-c-style-struct.dee + ..\util\test\jit-function-reference.dee = ..\util\test\jit-function-reference.dee + ..\util\test\jit-import.dee = ..\util\test\jit-import.dee + ..\util\test\jit.dee = ..\util\test\jit.dee + ..\util\test\json.dee = ..\util\test\json.dee + ..\util\test\misc-cover.dee = ..\util\test\misc-cover.dee + ..\util\test\misc-import-lib.dee = ..\util\test\misc-import-lib.dee + ..\util\test\posix-DIR.dee = ..\util\test\posix-DIR.dee + ..\util\test\posix-walklink.dee = ..\util\test\posix-walklink.dee + ..\util\test\rt-classdescriptor-reprcopy.dee = ..\util\test\rt-classdescriptor-reprcopy.dee + ..\util\test\rt-hash.dee = ..\util\test\rt-hash.dee + ..\util\test\threading-lock.dee = ..\util\test\threading-lock.dee + ..\util\test\threading-once.dee = ..\util\test\threading-once.dee + ..\util\test\time-time.dee = ..\util\test\time-time.dee + ..\util\test\util-clamprange.dee = ..\util\test\util-clamprange.dee + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tut", "tut", "{2360741E-FB49-40D4-B684-00000F42E6DC}" + ProjectSection(SolutionItems) = preProject + ..\util\tut\001_hello_world.dee = ..\util\tut\001_hello_world.dee + ..\util\tut\002_strings.dee = ..\util\tut\002_strings.dee + ..\util\tut\003_arithmetic.dee = ..\util\tut\003_arithmetic.dee + ..\util\tut\004_conversion_operators.dee = ..\util\tut\004_conversion_operators.dee + ..\util\tut\005_sequence_operators.dee = ..\util\tut\005_sequence_operators.dee + ..\util\tut\006_variables.dee = ..\util\tut\006_variables.dee + ..\util\tut\007_predefined_symbols.dee = ..\util\tut\007_predefined_symbols.dee + ..\util\tut\008_statements.dee = ..\util\tut\008_statements.dee + ..\util\tut\009_functions.dee = ..\util\tut\009_functions.dee + ..\util\tut\00A_classes.dee = ..\util\tut\00A_classes.dee + ..\util\tut\00B_going_further.dee = ..\util\tut\00B_going_further.dee + ..\util\tut\demo_module.dee = ..\util\tut\demo_module.dee + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assorted", "assorted", "{2360741E-FB49-40D4-B684-C63EFA43917B}" + ProjectSection(SolutionItems) = preProject + ..\util\tut\assorted\af_unix_socket.dee = ..\util\tut\assorted\af_unix_socket.dee + ..\util\tut\assorted\classes.dee = ..\util\tut\assorted\classes.dee + ..\util\tut\assorted\conversion_operator.dee = ..\util\tut\assorted\conversion_operator.dee + ..\util\tut\assorted\deemon_format.dee = ..\util\tut\assorted\deemon_format.dee + ..\util\tut\assorted\destructor_hax.dee = ..\util\tut\assorted\destructor_hax.dee + ..\util\tut\assorted\enum_attributes.dee = ..\util\tut\assorted\enum_attributes.dee + ..\util\tut\assorted\expand_expressions.dee = ..\util\tut\assorted\expand_expressions.dee + ..\util\tut\assorted\extern_function.dee = ..\util\tut\assorted\extern_function.dee + ..\util\tut\assorted\fancy_loading.dee = ..\util\tut\assorted\fancy_loading.dee + ..\util\tut\assorted\generators.dee = ..\util\tut\assorted\generators.dee + ..\util\tut\assorted\linked_list.dee = ..\util\tut\assorted\linked_list.dee + ..\util\tut\assorted\list_env.dee = ..\util\tut\assorted\list_env.dee + ..\util\tut\assorted\more_class_fun.dee = ..\util\tut\assorted\more_class_fun.dee + ..\util\tut\assorted\nametuple.dee = ..\util\tut\assorted\nametuple.dee + ..\util\tut\assorted\pipe_thread.dee = ..\util\tut\assorted\pipe_thread.dee + ..\util\tut\assorted\python_style_main.dee = ..\util\tut\assorted\python_style_main.dee + ..\util\tut\assorted\runall.sh = ..\util\tut\assorted\runall.sh + ..\util\tut\assorted\simple_echo.dee = ..\util\tut\assorted\simple_echo.dee + ..\util\tut\assorted\simple_io.dee = ..\util\tut\assorted\simple_io.dee + ..\util\tut\assorted\simple_scanf.dee = ..\util\tut\assorted\simple_scanf.dee + ..\util\tut\assorted\super_classes.dee = ..\util\tut\assorted\super_classes.dee + ..\util\tut\assorted\thread_punishment.dee = ..\util\tut\assorted\thread_punishment.dee + ..\util\tut\assorted\walk_path.dee = ..\util\tut\assorted\walk_path.dee + ..\util\tut\assorted\win32_process.dee = ..\util\tut\assorted\win32_process.dee + ..\util\tut\assorted\yield_awesomeness.dee = ..\util\tut\assorted\yield_awesomeness.dee + ..\util\tut\assorted\yield_iter_copy.dee = ..\util\tut\assorted\yield_iter_copy.dee + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug-MSVC (NDEBUG)|Win32 = Debug-MSVC (NDEBUG)|Win32 + Debug-MSVC (NDEBUG)|x64 = Debug-MSVC (NDEBUG)|x64 + Debug-MSVC|Win32 = Debug-MSVC|Win32 + Debug-MSVC|x64 = Debug-MSVC|x64 + Release-MSVC (NDEBUG)|Win32 = Release-MSVC (NDEBUG)|Win32 + Release-MSVC (NDEBUG)|x64 = Release-MSVC (NDEBUG)|x64 + Release-MSVC|Win32 = Release-MSVC|Win32 + Release-MSVC|x64 = Release-MSVC|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {86D226C5-EF62-4562-AC06-E6A753DFA7CF}.Debug-MSVC (NDEBUG)|Win32.ActiveCfg = Debug-MSVC (NDEBUG)|Win32 + {86D226C5-EF62-4562-AC06-E6A753DFA7CF}.Debug-MSVC (NDEBUG)|Win32.Build.0 = Debug-MSVC (NDEBUG)|Win32 + {86D226C5-EF62-4562-AC06-E6A753DFA7CF}.Debug-MSVC (NDEBUG)|x64.ActiveCfg = Debug-MSVC (NDEBUG)|x64 + {86D226C5-EF62-4562-AC06-E6A753DFA7CF}.Debug-MSVC (NDEBUG)|x64.Build.0 = Debug-MSVC (NDEBUG)|x64 + {86D226C5-EF62-4562-AC06-E6A753DFA7CF}.Debug-MSVC|Win32.ActiveCfg = Debug-MSVC|Win32 + {86D226C5-EF62-4562-AC06-E6A753DFA7CF}.Debug-MSVC|Win32.Build.0 = Debug-MSVC|Win32 + {86D226C5-EF62-4562-AC06-E6A753DFA7CF}.Debug-MSVC|x64.ActiveCfg = Debug-MSVC|x64 + {86D226C5-EF62-4562-AC06-E6A753DFA7CF}.Debug-MSVC|x64.Build.0 = Debug-MSVC|x64 + {86D226C5-EF62-4562-AC06-E6A753DFA7CF}.Release-MSVC (NDEBUG)|Win32.ActiveCfg = Release-MSVC (NDEBUG)|Win32 + {86D226C5-EF62-4562-AC06-E6A753DFA7CF}.Release-MSVC (NDEBUG)|Win32.Build.0 = Release-MSVC (NDEBUG)|Win32 + {86D226C5-EF62-4562-AC06-E6A753DFA7CF}.Release-MSVC (NDEBUG)|x64.ActiveCfg = Release-MSVC (NDEBUG)|x64 + {86D226C5-EF62-4562-AC06-E6A753DFA7CF}.Release-MSVC (NDEBUG)|x64.Build.0 = Release-MSVC (NDEBUG)|x64 + {86D226C5-EF62-4562-AC06-E6A753DFA7CF}.Release-MSVC|Win32.ActiveCfg = Release-MSVC|Win32 + {86D226C5-EF62-4562-AC06-E6A753DFA7CF}.Release-MSVC|Win32.Build.0 = Release-MSVC|Win32 + {86D226C5-EF62-4562-AC06-E6A753DFA7CF}.Release-MSVC|x64.ActiveCfg = Release-MSVC|x64 + {86D226C5-EF62-4562-AC06-E6A753DFA7CF}.Release-MSVC|x64.Build.0 = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000A7043B5}.Debug-MSVC (NDEBUG)|Win32.ActiveCfg = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000A7043B5}.Debug-MSVC (NDEBUG)|Win32.Build.0 = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000A7043B5}.Debug-MSVC (NDEBUG)|x64.ActiveCfg = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000A7043B5}.Debug-MSVC (NDEBUG)|x64.Build.0 = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000A7043B5}.Debug-MSVC|Win32.ActiveCfg = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000A7043B5}.Debug-MSVC|Win32.Build.0 = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000A7043B5}.Debug-MSVC|x64.ActiveCfg = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000A7043B5}.Debug-MSVC|x64.Build.0 = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000A7043B5}.Release-MSVC (NDEBUG)|Win32.ActiveCfg = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000A7043B5}.Release-MSVC (NDEBUG)|Win32.Build.0 = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000A7043B5}.Release-MSVC (NDEBUG)|x64.ActiveCfg = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000A7043B5}.Release-MSVC (NDEBUG)|x64.Build.0 = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000A7043B5}.Release-MSVC|Win32.ActiveCfg = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000A7043B5}.Release-MSVC|Win32.Build.0 = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000A7043B5}.Release-MSVC|x64.ActiveCfg = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000A7043B5}.Release-MSVC|x64.Build.0 = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000000A7BC}.Debug-MSVC (NDEBUG)|Win32.ActiveCfg = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000000A7BC}.Debug-MSVC (NDEBUG)|Win32.Build.0 = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000000A7BC}.Debug-MSVC (NDEBUG)|x64.ActiveCfg = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000000A7BC}.Debug-MSVC (NDEBUG)|x64.Build.0 = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000000A7BC}.Debug-MSVC|Win32.ActiveCfg = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000000A7BC}.Debug-MSVC|Win32.Build.0 = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000000A7BC}.Debug-MSVC|x64.ActiveCfg = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000000A7BC}.Debug-MSVC|x64.Build.0 = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000000A7BC}.Release-MSVC (NDEBUG)|Win32.ActiveCfg = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000000A7BC}.Release-MSVC (NDEBUG)|Win32.Build.0 = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000000A7BC}.Release-MSVC (NDEBUG)|x64.ActiveCfg = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000000A7BC}.Release-MSVC (NDEBUG)|x64.Build.0 = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000000A7BC}.Release-MSVC|Win32.ActiveCfg = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000000A7BC}.Release-MSVC|Win32.Build.0 = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000000A7BC}.Release-MSVC|x64.ActiveCfg = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000000A7BC}.Release-MSVC|x64.Build.0 = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-001BD8220AC3}.Debug-MSVC (NDEBUG)|Win32.ActiveCfg = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-001BD8220AC3}.Debug-MSVC (NDEBUG)|Win32.Build.0 = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-001BD8220AC3}.Debug-MSVC (NDEBUG)|x64.ActiveCfg = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-001BD8220AC3}.Debug-MSVC (NDEBUG)|x64.Build.0 = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-001BD8220AC3}.Debug-MSVC|Win32.ActiveCfg = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-001BD8220AC3}.Debug-MSVC|Win32.Build.0 = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-001BD8220AC3}.Debug-MSVC|x64.ActiveCfg = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-001BD8220AC3}.Debug-MSVC|x64.Build.0 = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-001BD8220AC3}.Release-MSVC (NDEBUG)|Win32.ActiveCfg = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-001BD8220AC3}.Release-MSVC (NDEBUG)|Win32.Build.0 = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-001BD8220AC3}.Release-MSVC (NDEBUG)|x64.ActiveCfg = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-001BD8220AC3}.Release-MSVC (NDEBUG)|x64.Build.0 = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-001BD8220AC3}.Release-MSVC|Win32.ActiveCfg = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-001BD8220AC3}.Release-MSVC|Win32.Build.0 = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-001BD8220AC3}.Release-MSVC|x64.ActiveCfg = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-001BD8220AC3}.Release-MSVC|x64.Build.0 = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-000000362D5B}.Debug-MSVC (NDEBUG)|Win32.ActiveCfg = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-000000362D5B}.Debug-MSVC (NDEBUG)|Win32.Build.0 = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-000000362D5B}.Debug-MSVC (NDEBUG)|x64.ActiveCfg = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-000000362D5B}.Debug-MSVC (NDEBUG)|x64.Build.0 = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-000000362D5B}.Debug-MSVC|Win32.ActiveCfg = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-000000362D5B}.Debug-MSVC|Win32.Build.0 = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-000000362D5B}.Debug-MSVC|x64.ActiveCfg = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-000000362D5B}.Debug-MSVC|x64.Build.0 = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-000000362D5B}.Release-MSVC (NDEBUG)|Win32.ActiveCfg = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-000000362D5B}.Release-MSVC (NDEBUG)|Win32.Build.0 = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-000000362D5B}.Release-MSVC (NDEBUG)|x64.ActiveCfg = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-000000362D5B}.Release-MSVC (NDEBUG)|x64.Build.0 = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-000000362D5B}.Release-MSVC|Win32.ActiveCfg = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-000000362D5B}.Release-MSVC|Win32.Build.0 = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-000000362D5B}.Release-MSVC|x64.ActiveCfg = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-000000362D5B}.Release-MSVC|x64.Build.0 = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00D1B6988C5A}.Debug-MSVC (NDEBUG)|Win32.ActiveCfg = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00D1B6988C5A}.Debug-MSVC (NDEBUG)|Win32.Build.0 = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00D1B6988C5A}.Debug-MSVC (NDEBUG)|x64.ActiveCfg = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00D1B6988C5A}.Debug-MSVC (NDEBUG)|x64.Build.0 = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00D1B6988C5A}.Debug-MSVC|Win32.ActiveCfg = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00D1B6988C5A}.Debug-MSVC|Win32.Build.0 = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00D1B6988C5A}.Debug-MSVC|x64.ActiveCfg = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00D1B6988C5A}.Debug-MSVC|x64.Build.0 = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00D1B6988C5A}.Release-MSVC (NDEBUG)|Win32.ActiveCfg = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00D1B6988C5A}.Release-MSVC (NDEBUG)|Win32.Build.0 = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00D1B6988C5A}.Release-MSVC (NDEBUG)|x64.ActiveCfg = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00D1B6988C5A}.Release-MSVC (NDEBUG)|x64.Build.0 = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00D1B6988C5A}.Release-MSVC|Win32.ActiveCfg = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00D1B6988C5A}.Release-MSVC|Win32.Build.0 = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00D1B6988C5A}.Release-MSVC|x64.ActiveCfg = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00D1B6988C5A}.Release-MSVC|x64.Build.0 = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000006AA5B}.Debug-MSVC (NDEBUG)|Win32.ActiveCfg = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000006AA5B}.Debug-MSVC (NDEBUG)|Win32.Build.0 = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000006AA5B}.Debug-MSVC (NDEBUG)|x64.ActiveCfg = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000006AA5B}.Debug-MSVC (NDEBUG)|x64.Build.0 = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000006AA5B}.Debug-MSVC|Win32.ActiveCfg = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000006AA5B}.Debug-MSVC|Win32.Build.0 = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000006AA5B}.Debug-MSVC|x64.ActiveCfg = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000006AA5B}.Debug-MSVC|x64.Build.0 = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000006AA5B}.Release-MSVC (NDEBUG)|Win32.ActiveCfg = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000006AA5B}.Release-MSVC (NDEBUG)|Win32.Build.0 = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000006AA5B}.Release-MSVC (NDEBUG)|x64.ActiveCfg = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000006AA5B}.Release-MSVC (NDEBUG)|x64.Build.0 = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000006AA5B}.Release-MSVC|Win32.ActiveCfg = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000006AA5B}.Release-MSVC|Win32.Build.0 = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000006AA5B}.Release-MSVC|x64.ActiveCfg = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000006AA5B}.Release-MSVC|x64.Build.0 = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000197782A}.Debug-MSVC (NDEBUG)|Win32.ActiveCfg = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000197782A}.Debug-MSVC (NDEBUG)|Win32.Build.0 = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000197782A}.Debug-MSVC (NDEBUG)|x64.ActiveCfg = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000197782A}.Debug-MSVC (NDEBUG)|x64.Build.0 = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000197782A}.Debug-MSVC|Win32.ActiveCfg = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000197782A}.Debug-MSVC|Win32.Build.0 = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000197782A}.Debug-MSVC|x64.ActiveCfg = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000197782A}.Debug-MSVC|x64.Build.0 = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000197782A}.Release-MSVC (NDEBUG)|Win32.ActiveCfg = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000197782A}.Release-MSVC (NDEBUG)|Win32.Build.0 = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000197782A}.Release-MSVC (NDEBUG)|x64.ActiveCfg = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000197782A}.Release-MSVC (NDEBUG)|x64.Build.0 = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000197782A}.Release-MSVC|Win32.ActiveCfg = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000197782A}.Release-MSVC|Win32.Build.0 = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000197782A}.Release-MSVC|x64.ActiveCfg = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000197782A}.Release-MSVC|x64.Build.0 = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-0000000019A3}.Debug-MSVC (NDEBUG)|Win32.ActiveCfg = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-0000000019A3}.Debug-MSVC (NDEBUG)|Win32.Build.0 = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-0000000019A3}.Debug-MSVC (NDEBUG)|x64.ActiveCfg = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-0000000019A3}.Debug-MSVC (NDEBUG)|x64.Build.0 = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-0000000019A3}.Debug-MSVC|Win32.ActiveCfg = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-0000000019A3}.Debug-MSVC|Win32.Build.0 = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-0000000019A3}.Debug-MSVC|x64.ActiveCfg = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-0000000019A3}.Debug-MSVC|x64.Build.0 = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-0000000019A3}.Release-MSVC (NDEBUG)|Win32.ActiveCfg = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-0000000019A3}.Release-MSVC (NDEBUG)|Win32.Build.0 = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-0000000019A3}.Release-MSVC (NDEBUG)|x64.ActiveCfg = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-0000000019A3}.Release-MSVC (NDEBUG)|x64.Build.0 = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-0000000019A3}.Release-MSVC|Win32.ActiveCfg = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-0000000019A3}.Release-MSVC|Win32.Build.0 = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-0000000019A3}.Release-MSVC|x64.ActiveCfg = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-0000000019A3}.Release-MSVC|x64.Build.0 = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000000CBD6}.Debug-MSVC (NDEBUG)|Win32.ActiveCfg = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000000CBD6}.Debug-MSVC (NDEBUG)|Win32.Build.0 = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000000CBD6}.Debug-MSVC (NDEBUG)|x64.ActiveCfg = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000000CBD6}.Debug-MSVC (NDEBUG)|x64.Build.0 = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000000CBD6}.Debug-MSVC|Win32.ActiveCfg = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000000CBD6}.Debug-MSVC|Win32.Build.0 = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000000CBD6}.Debug-MSVC|x64.ActiveCfg = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000000CBD6}.Debug-MSVC|x64.Build.0 = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000000CBD6}.Release-MSVC (NDEBUG)|Win32.ActiveCfg = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000000CBD6}.Release-MSVC (NDEBUG)|Win32.Build.0 = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000000CBD6}.Release-MSVC (NDEBUG)|x64.ActiveCfg = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000000CBD6}.Release-MSVC (NDEBUG)|x64.Build.0 = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000000CBD6}.Release-MSVC|Win32.ActiveCfg = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000000CBD6}.Release-MSVC|Win32.Build.0 = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000000CBD6}.Release-MSVC|x64.ActiveCfg = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000000CBD6}.Release-MSVC|x64.Build.0 = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000000C188}.Debug-MSVC (NDEBUG)|Win32.ActiveCfg = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000000C188}.Debug-MSVC (NDEBUG)|Win32.Build.0 = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000000C188}.Debug-MSVC (NDEBUG)|x64.ActiveCfg = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000000C188}.Debug-MSVC (NDEBUG)|x64.Build.0 = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000000C188}.Debug-MSVC|Win32.ActiveCfg = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000000C188}.Debug-MSVC|Win32.Build.0 = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000000C188}.Debug-MSVC|x64.ActiveCfg = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000000C188}.Debug-MSVC|x64.Build.0 = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000000C188}.Release-MSVC (NDEBUG)|Win32.ActiveCfg = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000000C188}.Release-MSVC (NDEBUG)|Win32.Build.0 = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000000C188}.Release-MSVC (NDEBUG)|x64.ActiveCfg = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000000C188}.Release-MSVC (NDEBUG)|x64.Build.0 = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000000C188}.Release-MSVC|Win32.ActiveCfg = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000000C188}.Release-MSVC|Win32.Build.0 = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000000C188}.Release-MSVC|x64.ActiveCfg = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000000C188}.Release-MSVC|x64.Build.0 = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-0000000018DC}.Debug-MSVC (NDEBUG)|Win32.ActiveCfg = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-0000000018DC}.Debug-MSVC (NDEBUG)|Win32.Build.0 = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-0000000018DC}.Debug-MSVC (NDEBUG)|x64.ActiveCfg = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-0000000018DC}.Debug-MSVC (NDEBUG)|x64.Build.0 = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-0000000018DC}.Debug-MSVC|Win32.ActiveCfg = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-0000000018DC}.Debug-MSVC|Win32.Build.0 = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-0000000018DC}.Debug-MSVC|x64.ActiveCfg = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-0000000018DC}.Debug-MSVC|x64.Build.0 = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-0000000018DC}.Release-MSVC (NDEBUG)|Win32.ActiveCfg = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-0000000018DC}.Release-MSVC (NDEBUG)|Win32.Build.0 = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-0000000018DC}.Release-MSVC (NDEBUG)|x64.ActiveCfg = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-0000000018DC}.Release-MSVC (NDEBUG)|x64.Build.0 = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-0000000018DC}.Release-MSVC|Win32.ActiveCfg = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-0000000018DC}.Release-MSVC|Win32.Build.0 = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-0000000018DC}.Release-MSVC|x64.ActiveCfg = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-0000000018DC}.Release-MSVC|x64.Build.0 = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000007C1F0}.Debug-MSVC (NDEBUG)|Win32.ActiveCfg = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000007C1F0}.Debug-MSVC (NDEBUG)|Win32.Build.0 = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000007C1F0}.Debug-MSVC (NDEBUG)|x64.ActiveCfg = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000007C1F0}.Debug-MSVC (NDEBUG)|x64.Build.0 = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000007C1F0}.Debug-MSVC|Win32.ActiveCfg = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000007C1F0}.Debug-MSVC|Win32.Build.0 = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000007C1F0}.Debug-MSVC|x64.ActiveCfg = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000007C1F0}.Debug-MSVC|x64.Build.0 = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000007C1F0}.Release-MSVC (NDEBUG)|Win32.ActiveCfg = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000007C1F0}.Release-MSVC (NDEBUG)|Win32.Build.0 = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000007C1F0}.Release-MSVC (NDEBUG)|x64.ActiveCfg = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000007C1F0}.Release-MSVC (NDEBUG)|x64.Build.0 = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000007C1F0}.Release-MSVC|Win32.ActiveCfg = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000007C1F0}.Release-MSVC|Win32.Build.0 = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000007C1F0}.Release-MSVC|x64.ActiveCfg = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000007C1F0}.Release-MSVC|x64.Build.0 = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-0000000003E4}.Debug-MSVC (NDEBUG)|Win32.ActiveCfg = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-0000000003E4}.Debug-MSVC (NDEBUG)|Win32.Build.0 = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-0000000003E4}.Debug-MSVC (NDEBUG)|x64.ActiveCfg = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-0000000003E4}.Debug-MSVC (NDEBUG)|x64.Build.0 = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-0000000003E4}.Debug-MSVC|Win32.ActiveCfg = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-0000000003E4}.Debug-MSVC|Win32.Build.0 = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-0000000003E4}.Debug-MSVC|x64.ActiveCfg = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-0000000003E4}.Debug-MSVC|x64.Build.0 = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-0000000003E4}.Release-MSVC (NDEBUG)|Win32.ActiveCfg = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-0000000003E4}.Release-MSVC (NDEBUG)|Win32.Build.0 = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-0000000003E4}.Release-MSVC (NDEBUG)|x64.ActiveCfg = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-0000000003E4}.Release-MSVC (NDEBUG)|x64.Build.0 = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-0000000003E4}.Release-MSVC|Win32.ActiveCfg = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-0000000003E4}.Release-MSVC|Win32.Build.0 = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-0000000003E4}.Release-MSVC|x64.ActiveCfg = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-0000000003E4}.Release-MSVC|x64.Build.0 = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-000078FC4157}.Debug-MSVC (NDEBUG)|Win32.ActiveCfg = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-000078FC4157}.Debug-MSVC (NDEBUG)|Win32.Build.0 = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-000078FC4157}.Debug-MSVC (NDEBUG)|x64.ActiveCfg = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-000078FC4157}.Debug-MSVC (NDEBUG)|x64.Build.0 = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-000078FC4157}.Debug-MSVC|Win32.ActiveCfg = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-000078FC4157}.Debug-MSVC|Win32.Build.0 = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-000078FC4157}.Debug-MSVC|x64.ActiveCfg = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-000078FC4157}.Debug-MSVC|x64.Build.0 = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-000078FC4157}.Release-MSVC (NDEBUG)|Win32.ActiveCfg = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-000078FC4157}.Release-MSVC (NDEBUG)|Win32.Build.0 = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-000078FC4157}.Release-MSVC (NDEBUG)|x64.ActiveCfg = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-000078FC4157}.Release-MSVC (NDEBUG)|x64.Build.0 = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-000078FC4157}.Release-MSVC|Win32.ActiveCfg = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-000078FC4157}.Release-MSVC|Win32.Build.0 = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-000078FC4157}.Release-MSVC|x64.ActiveCfg = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-000078FC4157}.Release-MSVC|x64.Build.0 = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000000F14D}.Debug-MSVC (NDEBUG)|Win32.ActiveCfg = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000000F14D}.Debug-MSVC (NDEBUG)|Win32.Build.0 = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000000F14D}.Debug-MSVC (NDEBUG)|x64.ActiveCfg = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000000F14D}.Debug-MSVC (NDEBUG)|x64.Build.0 = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000000F14D}.Debug-MSVC|Win32.ActiveCfg = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000000F14D}.Debug-MSVC|Win32.Build.0 = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000000F14D}.Debug-MSVC|x64.ActiveCfg = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000000F14D}.Debug-MSVC|x64.Build.0 = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000000F14D}.Release-MSVC (NDEBUG)|Win32.ActiveCfg = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000000F14D}.Release-MSVC (NDEBUG)|Win32.Build.0 = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000000F14D}.Release-MSVC (NDEBUG)|x64.ActiveCfg = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000000F14D}.Release-MSVC (NDEBUG)|x64.Build.0 = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000000F14D}.Release-MSVC|Win32.ActiveCfg = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000000F14D}.Release-MSVC|Win32.Build.0 = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000000F14D}.Release-MSVC|x64.ActiveCfg = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000000F14D}.Release-MSVC|x64.Build.0 = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000007B82A}.Debug-MSVC (NDEBUG)|Win32.ActiveCfg = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000007B82A}.Debug-MSVC (NDEBUG)|Win32.Build.0 = Debug-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000007B82A}.Debug-MSVC (NDEBUG)|x64.ActiveCfg = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000007B82A}.Debug-MSVC (NDEBUG)|x64.Build.0 = Debug-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000007B82A}.Debug-MSVC|Win32.ActiveCfg = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000007B82A}.Debug-MSVC|Win32.Build.0 = Debug-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000007B82A}.Debug-MSVC|x64.ActiveCfg = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000007B82A}.Debug-MSVC|x64.Build.0 = Debug-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000007B82A}.Release-MSVC (NDEBUG)|Win32.ActiveCfg = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000007B82A}.Release-MSVC (NDEBUG)|Win32.Build.0 = Release-MSVC (NDEBUG)|Win32 + {85DE4E2D-552A-48E3-A320-00000007B82A}.Release-MSVC (NDEBUG)|x64.ActiveCfg = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000007B82A}.Release-MSVC (NDEBUG)|x64.Build.0 = Release-MSVC (NDEBUG)|x64 + {85DE4E2D-552A-48E3-A320-00000007B82A}.Release-MSVC|Win32.ActiveCfg = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000007B82A}.Release-MSVC|Win32.Build.0 = Release-MSVC|Win32 + {85DE4E2D-552A-48E3-A320-00000007B82A}.Release-MSVC|x64.ActiveCfg = Release-MSVC|x64 + {85DE4E2D-552A-48E3-A320-00000007B82A}.Release-MSVC|x64.Build.0 = Release-MSVC|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {85DE4E2D-552A-48E3-A320-00000A7043B5} = {2360741E-FB49-40D4-B684-000000001A50} + {85DE4E2D-552A-48E3-A320-00000000A7BC} = {2360741E-FB49-40D4-B684-000000001A50} + {85DE4E2D-552A-48E3-A320-001BD8220AC3} = {2360741E-FB49-40D4-B684-000000001A50} + {85DE4E2D-552A-48E3-A320-000000362D5B} = {2360741E-FB49-40D4-B684-000000001A50} + {85DE4E2D-552A-48E3-A320-00D1B6988C5A} = {2360741E-FB49-40D4-B684-000000001A50} + {85DE4E2D-552A-48E3-A320-00000006AA5B} = {2360741E-FB49-40D4-B684-000000001A50} + {85DE4E2D-552A-48E3-A320-00000197782A} = {2360741E-FB49-40D4-B684-000000001A50} + {85DE4E2D-552A-48E3-A320-0000000019A3} = {2360741E-FB49-40D4-B684-000000001A50} + {85DE4E2D-552A-48E3-A320-00000000CBD6} = {2360741E-FB49-40D4-B684-000000001A50} + {85DE4E2D-552A-48E3-A320-00000000C188} = {2360741E-FB49-40D4-B684-000000001A50} + {85DE4E2D-552A-48E3-A320-0000000018DC} = {2360741E-FB49-40D4-B684-000000001A50} + {85DE4E2D-552A-48E3-A320-00000007C1F0} = {2360741E-FB49-40D4-B684-000000001A50} + {85DE4E2D-552A-48E3-A320-0000000003E4} = {2360741E-FB49-40D4-B684-000000001A50} + {85DE4E2D-552A-48E3-A320-000078FC4157} = {2360741E-FB49-40D4-B684-000000001A50} + {85DE4E2D-552A-48E3-A320-00000000F14D} = {2360741E-FB49-40D4-B684-000000001A50} + {85DE4E2D-552A-48E3-A320-00000007B82A} = {2360741E-FB49-40D4-B684-000000001A50} + {2360741E-FB49-40D4-B684-001820CBA22B} = {2360741E-FB49-40D4-B684-00000000182A} + {2360741E-FB49-40D4-B684-00182015F605} = {2360741E-FB49-40D4-B684-00000000182A} + {2360741E-FB49-40D4-B684-0000018200DC} = {2360741E-FB49-40D4-B684-00000000182A} + {2360741E-FB49-40D4-B684-0003040F6116} = {2360741E-FB49-40D4-B684-00000000182A} + {2360741E-FB49-40D4-B684-0000003040E4} = {2360741E-FB49-40D4-B684-00000000182A} + {2360741E-FB49-40D4-B684-4301F0D08B78} = {2360741E-FB49-40D4-B684-00182015F605} + {2360741E-FB49-40D4-B684-BF650AB8E3CD} = {2360741E-FB49-40D4-B684-00182015F605} + {2360741E-FB49-40D4-B684-4301F0D088B2} = {2360741E-FB49-40D4-B684-00182015F605} + {2360741E-FB49-40D4-B684-4301F0D08DF1} = {2360741E-FB49-40D4-B684-00182015F605} + {2360741E-FB49-40D4-B684-591924C4CFA6} = {2360741E-FB49-40D4-B684-4301F0D08DF1} + {2360741E-FB49-40D4-B684-0003040EE286} = {2360741E-FB49-40D4-B684-0000003040E4} + {2360741E-FB49-40D4-B684-00F42E7A6DD3} = {2360741E-FB49-40D4-B684-00000000F424} + {2360741E-FB49-40D4-B684-00007A1732AC} = {2360741E-FB49-40D4-B684-00000000F424} + {2360741E-FB49-40D4-B684-00000F42E6DC} = {2360741E-FB49-40D4-B684-00000000F424} + {2360741E-FB49-40D4-B684-C63EFA43917B} = {2360741E-FB49-40D4-B684-00000F42E6DC} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A751EA8C-34FD-41A5-B12E-5C7D76FEF65A} + EndGlobalSection +EndGlobal diff --git a/.vs/deemon-v142.vcxproj b/.vs/deemon-v142.vcxproj new file mode 100644 index 000000000..25b2659be --- /dev/null +++ b/.vs/deemon-v142.vcxproj @@ -0,0 +1,942 @@ + + + + + Debug-MSVC (NDEBUG) + Win32 + + + Debug-MSVC (NDEBUG) + x64 + + + Debug-MSVC + Win32 + + + Debug-MSVC + x64 + + + Release-MSVC (NDEBUG) + Win32 + + + Release-MSVC (NDEBUG) + x64 + + + Release-MSVC + Win32 + + + Release-MSVC + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Document + cl.exe /EP "$(SolutionDir)..\src\deemon\execute\asm\altstack.ms-x64.S" > "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.asm" +ml.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.obj" "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.asm" + cl.exe /EP "$(SolutionDir)..\src\deemon\execute\asm\altstack.ms-x64.S" > "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.asm" +ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.obj" "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.asm" + cl.exe /EP "$(SolutionDir)..\src\deemon\execute\asm\altstack.ms-x64.S" > "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.asm" +ml.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.obj" "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.asm" + cl.exe /EP "$(SolutionDir)..\src\deemon\execute\asm\altstack.ms-x64.S" > "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.asm" +ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.obj" "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.asm" + cl.exe /EP "$(SolutionDir)..\src\deemon\execute\asm\altstack.ms-x64.S" > "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.asm" +ml.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.obj" "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.asm" + cl.exe /EP "$(SolutionDir)..\src\deemon\execute\asm\altstack.ms-x64.S" > "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.asm" +ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.obj" "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.asm" + cl.exe /EP "$(SolutionDir)..\src\deemon\execute\asm\altstack.ms-x64.S" > "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.asm" +ml.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.obj" "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.asm" + cl.exe /EP "$(SolutionDir)..\src\deemon\execute\asm\altstack.ms-x64.S" > "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.asm" +ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.obj" "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.asm" + $(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.obj;%(Outputs) + $(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.obj;%(Outputs) + $(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.obj;%(Outputs) + $(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.obj;%(Outputs) + $(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.obj;%(Outputs) + $(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.obj;%(Outputs) + $(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.obj;%(Outputs) + $(IntermediateOutputPath)\src-deemon-execute-asm-altstack.ms-x64.obj;%(Outputs) + true + true + true + true + + + + + + + + + + + + + {86D226C5-EF62-4562-AC06-E6A753DFA7CF} + deemon + 10.0.17763.0 + + + + Application + false + v142 + true + MultiByte + + + Application + false + v142 + true + MultiByte + + + Application + false + v142 + true + MultiByte + + + Application + false + v142 + true + MultiByte + + + Application + false + v142 + true + MultiByte + + + Application + false + v142 + true + MultiByte + + + Application + false + v142 + true + MultiByte + + + Application + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEEMON;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + 4194304 + ..\src\deemon\linker-scripts\link-deemon-msvc-i386-win32.def + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEEMON;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + 8388608 + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEEMON;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + 4194304 + ..\src\deemon\linker-scripts\link-deemon-msvc-i386-win32.def + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEEMON;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + 8388608 + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEEMON;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + 4194304 + ..\src\deemon\linker-scripts\link-deemon-msvc-i386-win32.def + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEEMON;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + 8388608 + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEEMON;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + 4194304 + ..\src\deemon\linker-scripts\link-deemon-msvc-i386-win32.def + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEEMON;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + 8388608 + + + + + + \ No newline at end of file diff --git a/.vs/deemon-v142.vcxproj.filters b/.vs/deemon-v142.vcxproj.filters new file mode 100644 index 000000000..b62be7ed6 --- /dev/null +++ b/.vs/deemon-v142.vcxproj.filters @@ -0,0 +1,1504 @@ + + + + + {372a956e-8c03-4d55-8939-00000195F605} + + + {372a956e-8c03-4d55-8939-00195F60F339} + + + {372a956e-8c03-4d55-8939-E54B7E739EFF} + + + {372a956e-8c03-4d55-8939-00195F60F378} + + + {372a956e-8c03-4d55-8939-AF4C3B9EA148} + + + {372a956e-8c03-4d55-8939-1D14ABCAE2A7} + + + {372a956e-8c03-4d55-8939-4789B705866D} + + + {372a956e-8c03-4d55-8939-815D8B79A204} + + + {372a956e-8c03-4d55-8939-94ECAADB4187} + + + {372a956e-8c03-4d55-8939-A873FE28831C} + + + {372a956e-8c03-4d55-8939-0AF0BF8D8393} + + + {372a956e-8c03-4d55-8939-00CAFB07B424} + + + {372a956e-8c03-4d55-8939-000000001F33} + + + {372a956e-8c03-4d55-8939-00F9C9ED4A5A} + + + {372a956e-8c03-4d55-8939-855739EF538E} + + + {372a956e-8c03-4d55-8939-B665F278FC77} + + + {372a956e-8c03-4d55-8939-09363B73029E} + + + {372a956e-8c03-4d55-8939-F89298B3D49A} + + + {372a956e-8c03-4d55-8939-001F392E8885} + + + {372a956e-8c03-4d55-8939-0A5B9CCC8A6F} + + + {372a956e-8c03-4d55-8939-0F28B9353A51} + + + {372a956e-8c03-4d55-8939-001F390B7113} + + + {372a956e-8c03-4d55-8939-0A58EC995C55} + + + {372a956e-8c03-4d55-8939-A1E329861DCC} + + + {372a956e-8c03-4d55-8939-C0DDF0AC63F6} + + + {372a956e-8c03-4d55-8939-001F3974914D} + + + {372a956e-8c03-4d55-8939-0003E72EE845} + + + + + + + + include\abi + + + include\abi + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include\compiler + + + include\compiler + + + include\compiler + + + include\compiler + + + include\compiler + + + include\compiler + + + include\compiler + + + include\compiler + + + include\compiler + + + include\compiler + + + include\compiler + + + include\compiler + + + include + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include\cxx + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include\kos-headers + + + include\kos-headers + + + include\kos-headers\compiler + + + include\kos-headers\compiler + + + include\kos-headers\compiler + + + include\kos-headers\compiler + + + include\kos-headers\compiler + + + include\kos-headers\compiler + + + include\kos-headers\compiler + + + include\kos-headers\compiler + + + include\kos-headers\compiler + + + include\kos-headers\compiler + + + include\kos-headers\compiler + + + include\kos-headers\compiler + + + include\kos-headers\compiler + + + include\kos-headers\compiler + + + include\kos-headers\compiler + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid\pp + + + include\kos-headers\hybrid\pp + + + include\kos-headers\hybrid\pp + + + include\kos-headers\hybrid\sched + + + include\kos-headers\hybrid\sched + + + include\kos-headers\hybrid\sched + + + include\kos-headers\hybrid\sched + + + include\kos-headers\hybrid\sched + + + include\kos-headers\hybrid\sched + + + include\kos-headers\hybrid\sched + + + include\kos-headers\hybrid\sched + + + include\kos-headers\hybrid\sched + + + include\kos-headers\hybrid\sequence + + + include\kos-headers\hybrid\sequence + + + include\kos-headers\hybrid\sequence + + + include\kos-headers\hybrid\sequence + + + include\kos-headers\hybrid\sequence + + + include\kos-headers\hybrid\sequence + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid\sync + + + include\kos-headers\hybrid\sync + + + include\kos-headers\hybrid\sync + + + include\kos-headers\hybrid\sync + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include\kos-headers\hybrid + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include\util + + + include\util + + + include\util + + + include\util + + + include\util + + + include\util + + + include\util + + + include\util + + + include\util + + + include\util + + + include\util + + + include + + + src + + + src + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\lexer + + + src\execute + + + src\execute + + + src\execute + + + src\execute + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects + + + src\objects + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\system + + + src\system + + + src\system + + + src\system + + + src\system + + + + + src + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler\asm + + + src\compiler + + + src\compiler + + + src\compiler + + + src\compiler + + + src\compiler + + + src\compiler + + + src\compiler + + + src\compiler\interface + + + src\compiler\interface + + + src\compiler\interface + + + src\compiler\interface + + + src\compiler\interface + + + src\compiler\interface + + + src\compiler\interface + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\lexer + + + src\compiler\optimize + + + src\compiler\optimize + + + src\compiler\optimize + + + src\compiler\optimize + + + src\compiler\optimize + + + src\compiler\optimize + + + src\compiler\optimize + + + src\compiler\optimize + + + src\compiler\optimize + + + src\compiler\optimize + + + src\compiler\optimize + + + src\compiler\optimize + + + src\compiler\optimize + + + src\compiler\optimize + + + src\compiler + + + src\compiler + + + src\compiler + + + src\execute + + + src\execute + + + src\execute + + + src\execute + + + src\execute + + + src\execute + + + src\execute + + + src\execute + + + src\execute + + + src\execute + + + src\execute + + + src + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects\seq + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects\unicode + + + src\objects + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\runtime + + + src\system + + + src\system + + + src\system + + + + + + + + + + + include\compiler + + + src\compiler\asm + + + src\execute\asm + + + src\linker-scripts + + + src\linker-scripts + + + src\linker-scripts + + + src\objects\unicode\db + + + src\objects\unicode\db + + + src\objects\unicode\db + + + src\runtime + + + src\runtime + + + + + src\execute\asm + + + \ No newline at end of file diff --git a/.vs/dex/_hostasm-v142.vcxproj b/.vs/dex/_hostasm-v142.vcxproj new file mode 100644 index 000000000..a2491ed50 --- /dev/null +++ b/.vs/dex/_hostasm-v142.vcxproj @@ -0,0 +1,466 @@ + + + + + Debug-MSVC (NDEBUG) + Win32 + + + Debug-MSVC (NDEBUG) + x64 + + + Debug-MSVC + Win32 + + + Debug-MSVC + x64 + + + Release-MSVC (NDEBUG) + Win32 + + + Release-MSVC (NDEBUG) + x64 + + + Release-MSVC + Win32 + + + Release-MSVC + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {85DE4E2D-552A-48E3-A320-00000A7043B5} + _hostasm + 10.0.17763.0 + + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/.vs/dex/_hostasm-v142.vcxproj.filters b/.vs/dex/_hostasm-v142.vcxproj.filters new file mode 100644 index 000000000..3c9c7cd52 --- /dev/null +++ b/.vs/dex/_hostasm-v142.vcxproj.filters @@ -0,0 +1,50 @@ + + + + + {372a956e-8c03-4d55-8939-00000C13A076} + + + + + + libgen86 + + + libgen86 + + + libgen86 + + + + + + + + + + + + + + + + + + + + + + + + + + + libgen86 + + + libgen86 + + + \ No newline at end of file diff --git a/.vs/dex/_jit-v142.vcxproj b/.vs/dex/_jit-v142.vcxproj new file mode 100644 index 000000000..6903e4c19 --- /dev/null +++ b/.vs/dex/_jit-v142.vcxproj @@ -0,0 +1,457 @@ + + + + + Debug-MSVC (NDEBUG) + Win32 + + + Debug-MSVC (NDEBUG) + x64 + + + Debug-MSVC + Win32 + + + Debug-MSVC + x64 + + + Release-MSVC (NDEBUG) + Win32 + + + Release-MSVC (NDEBUG) + x64 + + + Release-MSVC + Win32 + + + Release-MSVC + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + {85DE4E2D-552A-48E3-A320-00000000A7BC} + _jit + 10.0.17763.0 + + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/.vs/dex/collections-v142.vcxproj b/.vs/dex/collections-v142.vcxproj new file mode 100644 index 000000000..f4e659478 --- /dev/null +++ b/.vs/dex/collections-v142.vcxproj @@ -0,0 +1,449 @@ + + + + + Debug-MSVC (NDEBUG) + Win32 + + + Debug-MSVC (NDEBUG) + x64 + + + Debug-MSVC + Win32 + + + Debug-MSVC + x64 + + + Release-MSVC (NDEBUG) + Win32 + + + Release-MSVC (NDEBUG) + x64 + + + Release-MSVC + Win32 + + + Release-MSVC + x64 + + + + + + + + + + + + + + + + + + + {85DE4E2D-552A-48E3-A320-001BD8220AC3} + collections + 10.0.17763.0 + + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/.vs/dex/ctypes-v142.vcxproj b/.vs/dex/ctypes-v142.vcxproj new file mode 100644 index 000000000..d40d6ddf9 --- /dev/null +++ b/.vs/dex/ctypes-v142.vcxproj @@ -0,0 +1,543 @@ + + + + + Debug-MSVC (NDEBUG) + Win32 + + + Debug-MSVC (NDEBUG) + x64 + + + Debug-MSVC + Win32 + + + Debug-MSVC + x64 + + + Release-MSVC (NDEBUG) + Win32 + + + Release-MSVC (NDEBUG) + x64 + + + Release-MSVC + Win32 + + + Release-MSVC + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Document + cl.exe /EP "$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc\win32.ms-x86.S" > "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.asm" +ml.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.obj" "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.asm" + cl.exe /EP "$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc\win32.ms-x86.S" > "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.asm" +ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.obj" "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.asm" + cl.exe /EP "$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc\win32.ms-x86.S" > "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.asm" +ml.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.obj" "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.asm" + cl.exe /EP "$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc\win32.ms-x86.S" > "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.asm" +ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.obj" "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.asm" + cl.exe /EP "$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc\win32.ms-x86.S" > "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.asm" +ml.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.obj" "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.asm" + cl.exe /EP "$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc\win32.ms-x86.S" > "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.asm" +ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.obj" "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.asm" + cl.exe /EP "$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc\win32.ms-x86.S" > "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.asm" +ml.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.obj" "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.asm" + cl.exe /EP "$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc\win32.ms-x86.S" > "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.asm" +ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.obj" "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.asm" + $(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.obj;%(Outputs) + $(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.obj;%(Outputs) + $(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.obj;%(Outputs) + $(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.obj;%(Outputs) + $(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.obj;%(Outputs) + $(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.obj;%(Outputs) + $(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.obj;%(Outputs) + $(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win32.ms-x86.obj;%(Outputs) + true + true + true + true + + + Document + cl.exe /EP "$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc\win64.ms-x64.S" > "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.asm" +ml.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.obj" "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.asm" + cl.exe /EP "$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc\win64.ms-x64.S" > "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.asm" +ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.obj" "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.asm" + cl.exe /EP "$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc\win64.ms-x64.S" > "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.asm" +ml.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.obj" "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.asm" + cl.exe /EP "$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc\win64.ms-x64.S" > "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.asm" +ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.obj" "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.asm" + cl.exe /EP "$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc\win64.ms-x64.S" > "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.asm" +ml.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.obj" "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.asm" + cl.exe /EP "$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc\win64.ms-x64.S" > "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.asm" +ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.obj" "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.asm" + cl.exe /EP "$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc\win64.ms-x64.S" > "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.asm" +ml.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.obj" "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.asm" + cl.exe /EP "$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc\win64.ms-x64.S" > "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.asm" +ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.obj" "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.asm" + $(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.obj;%(Outputs) + $(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.obj;%(Outputs) + $(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.obj;%(Outputs) + $(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.obj;%(Outputs) + $(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.obj;%(Outputs) + $(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.obj;%(Outputs) + $(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.obj;%(Outputs) + $(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-win64.ms-x64.obj;%(Outputs) + true + true + true + true + + + + {85DE4E2D-552A-48E3-A320-000000362D5B} + ctypes + 10.0.17763.0 + + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(SolutionDir)..\src\dex\ctypes\ffi\libffi_msvc;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + false + deemon.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/.vs/dex/ctypes-v142.vcxproj.filters b/.vs/dex/ctypes-v142.vcxproj.filters new file mode 100644 index 000000000..817e16823 --- /dev/null +++ b/.vs/dex/ctypes-v142.vcxproj.filters @@ -0,0 +1,84 @@ + + + + + {372a956e-8c03-4d55-8939-000000001AD9} + + + {372a956e-8c03-4d55-8939-7BA834DD6F9A} + + + + + + + + + + ffi\libffi_msvc + + + ffi\libffi_msvc + + + ffi\libffi_msvc + + + ffi\libffi_msvc + + + ffi\libffi_msvc + + + ffi\libffi_msvc + + + ffi\libffi_msvc + + + + + + + + + + + + + + + ffi\libffi_msvc + + + ffi\libffi_msvc + + + ffi\libffi_msvc + + + ffi\libffi_msvc + + + ffi\libffi_msvc + + + ffi\libffi_msvc + + + + + + + + + + + + ffi\libffi_msvc + + + ffi\libffi_msvc + + + \ No newline at end of file diff --git a/.vs/dex/disassembler-v142.vcxproj b/.vs/dex/disassembler-v142.vcxproj new file mode 100644 index 000000000..8861278d9 --- /dev/null +++ b/.vs/dex/disassembler-v142.vcxproj @@ -0,0 +1,442 @@ + + + + + Debug-MSVC (NDEBUG) + Win32 + + + Debug-MSVC (NDEBUG) + x64 + + + Debug-MSVC + Win32 + + + Debug-MSVC + x64 + + + Release-MSVC (NDEBUG) + Win32 + + + Release-MSVC (NDEBUG) + x64 + + + Release-MSVC + Win32 + + + Release-MSVC + x64 + + + + + + + + + + + + {85DE4E2D-552A-48E3-A320-00D1B6988C5A} + disassembler + 10.0.17763.0 + + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/.vs/dex/files-v142.vcxproj b/.vs/dex/files-v142.vcxproj new file mode 100644 index 000000000..f2c486f9d --- /dev/null +++ b/.vs/dex/files-v142.vcxproj @@ -0,0 +1,442 @@ + + + + + Debug-MSVC (NDEBUG) + Win32 + + + Debug-MSVC (NDEBUG) + x64 + + + Debug-MSVC + Win32 + + + Debug-MSVC + x64 + + + Release-MSVC (NDEBUG) + Win32 + + + Release-MSVC (NDEBUG) + x64 + + + Release-MSVC + Win32 + + + Release-MSVC + x64 + + + + + + + + + + + + {85DE4E2D-552A-48E3-A320-00000006AA5B} + files + 10.0.17763.0 + + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/.vs/dex/hashlib-v142.vcxproj b/.vs/dex/hashlib-v142.vcxproj new file mode 100644 index 000000000..3daf23746 --- /dev/null +++ b/.vs/dex/hashlib-v142.vcxproj @@ -0,0 +1,534 @@ + + + + + Debug-MSVC (NDEBUG) + Win32 + + + Debug-MSVC (NDEBUG) + x64 + + + Debug-MSVC + Win32 + + + Debug-MSVC + x64 + + + Release-MSVC (NDEBUG) + Win32 + + + Release-MSVC (NDEBUG) + x64 + + + Release-MSVC + Win32 + + + Release-MSVC + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {85DE4E2D-552A-48E3-A320-00000197782A} + hashlib + 10.0.17763.0 + + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/.vs/dex/hashlib-v142.vcxproj.filters b/.vs/dex/hashlib-v142.vcxproj.filters new file mode 100644 index 000000000..b5d819eca --- /dev/null +++ b/.vs/dex/hashlib-v142.vcxproj.filters @@ -0,0 +1,294 @@ + + + + + {372a956e-8c03-4d55-8939-00036963611B} + + + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + algorithms + + + + + + + + \ No newline at end of file diff --git a/.vs/dex/ipc-v142.vcxproj b/.vs/dex/ipc-v142.vcxproj new file mode 100644 index 000000000..58d57cb7b --- /dev/null +++ b/.vs/dex/ipc-v142.vcxproj @@ -0,0 +1,443 @@ + + + + + Debug-MSVC (NDEBUG) + Win32 + + + Debug-MSVC (NDEBUG) + x64 + + + Debug-MSVC + Win32 + + + Debug-MSVC + x64 + + + Release-MSVC (NDEBUG) + Win32 + + + Release-MSVC (NDEBUG) + x64 + + + Release-MSVC + Win32 + + + Release-MSVC + x64 + + + + + + + + + + + + + {85DE4E2D-552A-48E3-A320-0000000019A3} + ipc + 10.0.17763.0 + + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/.vs/dex/json-v142.vcxproj b/.vs/dex/json-v142.vcxproj new file mode 100644 index 000000000..4f0598a98 --- /dev/null +++ b/.vs/dex/json-v142.vcxproj @@ -0,0 +1,440 @@ + + + + + Debug-MSVC (NDEBUG) + Win32 + + + Debug-MSVC (NDEBUG) + x64 + + + Debug-MSVC + Win32 + + + Debug-MSVC + x64 + + + Release-MSVC (NDEBUG) + Win32 + + + Release-MSVC (NDEBUG) + x64 + + + Release-MSVC + Win32 + + + Release-MSVC + x64 + + + + + + + + + + {85DE4E2D-552A-48E3-A320-00000000CBD6} + json + 10.0.17763.0 + + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/.vs/dex/math-v142.vcxproj b/.vs/dex/math-v142.vcxproj new file mode 100644 index 000000000..3983dafca --- /dev/null +++ b/.vs/dex/math-v142.vcxproj @@ -0,0 +1,440 @@ + + + + + Debug-MSVC (NDEBUG) + Win32 + + + Debug-MSVC (NDEBUG) + x64 + + + Debug-MSVC + Win32 + + + Debug-MSVC + x64 + + + Release-MSVC (NDEBUG) + Win32 + + + Release-MSVC (NDEBUG) + x64 + + + Release-MSVC + Win32 + + + Release-MSVC + x64 + + + + + + + + + + {85DE4E2D-552A-48E3-A320-00000000C188} + math + 10.0.17763.0 + + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/.vs/dex/net-v142.vcxproj b/.vs/dex/net-v142.vcxproj new file mode 100644 index 000000000..b62adac69 --- /dev/null +++ b/.vs/dex/net-v142.vcxproj @@ -0,0 +1,444 @@ + + + + + Debug-MSVC (NDEBUG) + Win32 + + + Debug-MSVC (NDEBUG) + x64 + + + Debug-MSVC + Win32 + + + Debug-MSVC + x64 + + + Release-MSVC (NDEBUG) + Win32 + + + Release-MSVC (NDEBUG) + x64 + + + Release-MSVC + Win32 + + + Release-MSVC + x64 + + + + + + + + + + + + + + {85DE4E2D-552A-48E3-A320-0000000018DC} + net + 10.0.17763.0 + + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/.vs/dex/posix-v142.vcxproj b/.vs/dex/posix-v142.vcxproj new file mode 100644 index 000000000..d5e34b78f --- /dev/null +++ b/.vs/dex/posix-v142.vcxproj @@ -0,0 +1,476 @@ + + + + + Debug-MSVC (NDEBUG) + Win32 + + + Debug-MSVC (NDEBUG) + x64 + + + Debug-MSVC + Win32 + + + Debug-MSVC + x64 + + + Release-MSVC (NDEBUG) + Win32 + + + Release-MSVC (NDEBUG) + x64 + + + Release-MSVC + Win32 + + + Release-MSVC + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {85DE4E2D-552A-48E3-A320-00000007C1F0} + posix + 10.0.17763.0 + + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/.vs/dex/rt-v142.vcxproj b/.vs/dex/rt-v142.vcxproj new file mode 100644 index 000000000..3c6380c14 --- /dev/null +++ b/.vs/dex/rt-v142.vcxproj @@ -0,0 +1,441 @@ + + + + + Debug-MSVC (NDEBUG) + Win32 + + + Debug-MSVC (NDEBUG) + x64 + + + Debug-MSVC + Win32 + + + Debug-MSVC + x64 + + + Release-MSVC (NDEBUG) + Win32 + + + Release-MSVC (NDEBUG) + x64 + + + Release-MSVC + Win32 + + + Release-MSVC + x64 + + + + + + + + + + + {85DE4E2D-552A-48E3-A320-0000000003E4} + rt + 10.0.17763.0 + + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/.vs/dex/threading-v142.vcxproj b/.vs/dex/threading-v142.vcxproj new file mode 100644 index 000000000..5516a3be8 --- /dev/null +++ b/.vs/dex/threading-v142.vcxproj @@ -0,0 +1,445 @@ + + + + + Debug-MSVC (NDEBUG) + Win32 + + + Debug-MSVC (NDEBUG) + x64 + + + Debug-MSVC + Win32 + + + Debug-MSVC + x64 + + + Release-MSVC (NDEBUG) + Win32 + + + Release-MSVC (NDEBUG) + x64 + + + Release-MSVC + Win32 + + + Release-MSVC + x64 + + + + + + + + + + + + + + + {85DE4E2D-552A-48E3-A320-000078FC4157} + threading + 10.0.17763.0 + + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/.vs/dex/time-v142.vcxproj b/.vs/dex/time-v142.vcxproj new file mode 100644 index 000000000..d6a71b43d --- /dev/null +++ b/.vs/dex/time-v142.vcxproj @@ -0,0 +1,440 @@ + + + + + Debug-MSVC (NDEBUG) + Win32 + + + Debug-MSVC (NDEBUG) + x64 + + + Debug-MSVC + Win32 + + + Debug-MSVC + x64 + + + Release-MSVC (NDEBUG) + Win32 + + + Release-MSVC (NDEBUG) + x64 + + + Release-MSVC + Win32 + + + Release-MSVC + x64 + + + + + + + + + + {85DE4E2D-552A-48E3-A320-00000000F14D} + time + 10.0.17763.0 + + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/.vs/dex/win32-v142.vcxproj b/.vs/dex/win32-v142.vcxproj new file mode 100644 index 000000000..e4e067607 --- /dev/null +++ b/.vs/dex/win32-v142.vcxproj @@ -0,0 +1,443 @@ + + + + + Debug-MSVC (NDEBUG) + Win32 + + + Debug-MSVC (NDEBUG) + x64 + + + Debug-MSVC + Win32 + + + Debug-MSVC + x64 + + + Release-MSVC (NDEBUG) + Win32 + + + Release-MSVC (NDEBUG) + x64 + + + Release-MSVC + Win32 + + + Release-MSVC + x64 + + + + + + + + + + + + + {85DE4E2D-552A-48E3-A320-00000007B82A} + win32 + 10.0.17763.0 + + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) + $(SolutionDir)..\lib\ + AllRules.ruleset + $(SolutionDir)..\build\.vs\$(ProjectName)\$(Platform)-$(Configuration)\a\b\c\ + make + make -B + make + $(SolutionDir)..;$(LibraryPath) + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;NDEBUG;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__NO_INLINE__;%(PreprocessorDefinitions) + Neither + Disabled + false + MultiThreadedDebugDLL + true + false + Disabled + true + EnableFastChecks + + + true + Default + true + false + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;NDEBUG;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + Level4 + true + true + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + false + true + true + CONFIG_BUILDING_DEX;__OPTIMIZE__;%(PreprocessorDefinitions) + Speed + AnySuitable + true + MultiThreadedDLL + false + false + MaxSpeed + + + true + UseLinkTimeCodeGeneration + true + true + deemon.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/util/make-vs-proj.dee b/util/make-vs-proj.dee index 5c25d4473..0c71ceb7f 100644 --- a/util/make-vs-proj.dee +++ b/util/make-vs-proj.dee @@ -37,7 +37,7 @@ function isDirOrSymlinkToDir(ent: dirent): bool { /* Make sure that .gitignore is being parsed correctly. */ assert isFileGitIgnored("deemon.exe"); -global final SUPPORTED_PLATFORM_TOOLSETS = ["v141", "v143"]; +global final SUPPORTED_PLATFORM_TOOLSETS = ["v141", "v142", "v143"]; global final DEEMON_GUID = "8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942"; global final DEEMON_CORE_GUID = "86D226C5-EF62-4562-AC06-E6A753DFA7CF"; global final ROOT_FOLDER_GUID = "2150E333-8FDC-42A3-9474-1A3956D46DE8";