From 06c4926ec51ce9548f2dc44ee948a467d588def8 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 8 Jul 2021 13:04:53 -0700 Subject: Update VS projects to 2019. (#1901) * Update VS projects to 2019. * Empty commit to trigger build --- build/visual-studio/compiler-core/compiler-core.vcxproj | 10 +++++----- build/visual-studio/core/core.vcxproj | 10 +++++----- build/visual-studio/cpu-hello-world/cpu-hello-world.vcxproj | 10 +++++----- build/visual-studio/example-base/example-base.vcxproj | 10 +++++----- build/visual-studio/gfx-util/gfx-util.vcxproj | 10 +++++----- build/visual-studio/gfx/gfx.vcxproj | 12 ++++++------ build/visual-studio/gpu-printing/gpu-printing.vcxproj | 10 +++++----- build/visual-studio/hello-world/hello-world.vcxproj | 10 +++++----- build/visual-studio/lz4/lz4.vcxproj | 10 +++++----- build/visual-studio/miniz/miniz.vcxproj | 10 +++++----- build/visual-studio/model-viewer/model-viewer.vcxproj | 10 +++++----- build/visual-studio/platform/platform.vcxproj | 12 ++++++------ build/visual-studio/ray-tracing/ray-tracing.vcxproj | 10 +++++----- .../visual-studio/render-test-tool/render-test-tool.vcxproj | 12 ++++++------ build/visual-studio/run-generators/run-generators.vcxproj | 10 +++++----- build/visual-studio/shader-object/shader-object.vcxproj | 10 +++++----- build/visual-studio/shader-toy/shader-toy.vcxproj | 10 +++++----- .../slang-cpp-extractor/slang-cpp-extractor.vcxproj | 10 +++++----- build/visual-studio/slang-embed/slang-embed.vcxproj | 10 +++++----- build/visual-studio/slang-generate/slang-generate.vcxproj | 10 +++++----- .../slang-reflection-test-tool.vcxproj | 10 +++++----- build/visual-studio/slang-test/slang-test.vcxproj | 10 +++++----- build/visual-studio/slang/slang.vcxproj | 10 +++++----- build/visual-studio/slangc/slangc.vcxproj | 10 +++++----- build/visual-studio/triangle/triangle.vcxproj | 10 +++++----- 25 files changed, 128 insertions(+), 128 deletions(-) (limited to 'build/visual-studio') diff --git a/build/visual-studio/compiler-core/compiler-core.vcxproj b/build/visual-studio/compiler-core/compiler-core.vcxproj index d472270cb..339bc73d1 100644 --- a/build/visual-studio/compiler-core/compiler-core.vcxproj +++ b/build/visual-studio/compiler-core/compiler-core.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ StaticLibrary true Unicode - v141 + v142 StaticLibrary true Unicode - v141 + v142 StaticLibrary false Unicode - v141 + v142 StaticLibrary false Unicode - v141 + v142 diff --git a/build/visual-studio/core/core.vcxproj b/build/visual-studio/core/core.vcxproj index ae49ffd1e..de23fc61c 100644 --- a/build/visual-studio/core/core.vcxproj +++ b/build/visual-studio/core/core.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ StaticLibrary true Unicode - v141 + v142 StaticLibrary true Unicode - v141 + v142 StaticLibrary false Unicode - v141 + v142 StaticLibrary false Unicode - v141 + v142 diff --git a/build/visual-studio/cpu-hello-world/cpu-hello-world.vcxproj b/build/visual-studio/cpu-hello-world/cpu-hello-world.vcxproj index 02e60ad19..e4e61a5fd 100644 --- a/build/visual-studio/cpu-hello-world/cpu-hello-world.vcxproj +++ b/build/visual-studio/cpu-hello-world/cpu-hello-world.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ Application true Unicode - v141 + v142 Application true Unicode - v141 + v142 Application false Unicode - v141 + v142 Application false Unicode - v141 + v142 diff --git a/build/visual-studio/example-base/example-base.vcxproj b/build/visual-studio/example-base/example-base.vcxproj index 524dc4109..32ab1ebdb 100644 --- a/build/visual-studio/example-base/example-base.vcxproj +++ b/build/visual-studio/example-base/example-base.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ StaticLibrary true Unicode - v141 + v142 StaticLibrary true Unicode - v141 + v142 StaticLibrary false Unicode - v141 + v142 StaticLibrary false Unicode - v141 + v142 diff --git a/build/visual-studio/gfx-util/gfx-util.vcxproj b/build/visual-studio/gfx-util/gfx-util.vcxproj index 96288d25d..c44f9ee2e 100644 --- a/build/visual-studio/gfx-util/gfx-util.vcxproj +++ b/build/visual-studio/gfx-util/gfx-util.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ StaticLibrary true Unicode - v141 + v142 StaticLibrary true Unicode - v141 + v142 StaticLibrary false Unicode - v141 + v142 StaticLibrary false Unicode - v141 + v142 diff --git a/build/visual-studio/gfx/gfx.vcxproj b/build/visual-studio/gfx/gfx.vcxproj index b3ec429e6..5c575054c 100644 --- a/build/visual-studio/gfx/gfx.vcxproj +++ b/build/visual-studio/gfx/gfx.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -23,32 +23,32 @@ true Win32Proj gfx - 10.0.14393.0 + 10.0 DynamicLibrary true Unicode - v141 + v142 DynamicLibrary true Unicode - v141 + v142 DynamicLibrary false Unicode - v141 + v142 DynamicLibrary false Unicode - v141 + v142 diff --git a/build/visual-studio/gpu-printing/gpu-printing.vcxproj b/build/visual-studio/gpu-printing/gpu-printing.vcxproj index 1f8bf4f7a..45a878b2c 100644 --- a/build/visual-studio/gpu-printing/gpu-printing.vcxproj +++ b/build/visual-studio/gpu-printing/gpu-printing.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ Application true Unicode - v141 + v142 Application true Unicode - v141 + v142 Application false Unicode - v141 + v142 Application false Unicode - v141 + v142 diff --git a/build/visual-studio/hello-world/hello-world.vcxproj b/build/visual-studio/hello-world/hello-world.vcxproj index 9cbdddaaf..5abe57bfb 100644 --- a/build/visual-studio/hello-world/hello-world.vcxproj +++ b/build/visual-studio/hello-world/hello-world.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ Application true Unicode - v141 + v142 Application true Unicode - v141 + v142 Application false Unicode - v141 + v142 Application false Unicode - v141 + v142 diff --git a/build/visual-studio/lz4/lz4.vcxproj b/build/visual-studio/lz4/lz4.vcxproj index bec177d3c..4854606e6 100644 --- a/build/visual-studio/lz4/lz4.vcxproj +++ b/build/visual-studio/lz4/lz4.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ StaticLibrary true Unicode - v141 + v142 StaticLibrary true Unicode - v141 + v142 StaticLibrary false Unicode - v141 + v142 StaticLibrary false Unicode - v141 + v142 diff --git a/build/visual-studio/miniz/miniz.vcxproj b/build/visual-studio/miniz/miniz.vcxproj index 3b5b00c10..e3f721123 100644 --- a/build/visual-studio/miniz/miniz.vcxproj +++ b/build/visual-studio/miniz/miniz.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ StaticLibrary true Unicode - v141 + v142 StaticLibrary true Unicode - v141 + v142 StaticLibrary false Unicode - v141 + v142 StaticLibrary false Unicode - v141 + v142 diff --git a/build/visual-studio/model-viewer/model-viewer.vcxproj b/build/visual-studio/model-viewer/model-viewer.vcxproj index 91fc851b1..b4590bd2f 100644 --- a/build/visual-studio/model-viewer/model-viewer.vcxproj +++ b/build/visual-studio/model-viewer/model-viewer.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ Application true Unicode - v141 + v142 Application true Unicode - v141 + v142 Application false Unicode - v141 + v142 Application false Unicode - v141 + v142 diff --git a/build/visual-studio/platform/platform.vcxproj b/build/visual-studio/platform/platform.vcxproj index 55d12d4c1..fee16dfa9 100644 --- a/build/visual-studio/platform/platform.vcxproj +++ b/build/visual-studio/platform/platform.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -23,32 +23,32 @@ true Win32Proj platform - 10.0.14393.0 + 10.0 DynamicLibrary true Unicode - v141 + v142 DynamicLibrary true Unicode - v141 + v142 DynamicLibrary false Unicode - v141 + v142 DynamicLibrary false Unicode - v141 + v142 diff --git a/build/visual-studio/ray-tracing/ray-tracing.vcxproj b/build/visual-studio/ray-tracing/ray-tracing.vcxproj index cc64fcd8c..04f76d42a 100644 --- a/build/visual-studio/ray-tracing/ray-tracing.vcxproj +++ b/build/visual-studio/ray-tracing/ray-tracing.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ Application true Unicode - v141 + v142 Application true Unicode - v141 + v142 Application false Unicode - v141 + v142 Application false Unicode - v141 + v142 diff --git a/build/visual-studio/render-test-tool/render-test-tool.vcxproj b/build/visual-studio/render-test-tool/render-test-tool.vcxproj index cc8a86ef9..79fbda5da 100644 --- a/build/visual-studio/render-test-tool/render-test-tool.vcxproj +++ b/build/visual-studio/render-test-tool/render-test-tool.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -23,32 +23,32 @@ true Win32Proj render-test-tool - 10.0.14393.0 + 10.0 DynamicLibrary true Unicode - v141 + v142 DynamicLibrary true Unicode - v141 + v142 DynamicLibrary false Unicode - v141 + v142 DynamicLibrary false Unicode - v141 + v142 diff --git a/build/visual-studio/run-generators/run-generators.vcxproj b/build/visual-studio/run-generators/run-generators.vcxproj index 4f196e043..2819cc616 100644 --- a/build/visual-studio/run-generators/run-generators.vcxproj +++ b/build/visual-studio/run-generators/run-generators.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ StaticLibrary true Unicode - v141 + v142 StaticLibrary true Unicode - v141 + v142 StaticLibrary false Unicode - v141 + v142 StaticLibrary false Unicode - v141 + v142 diff --git a/build/visual-studio/shader-object/shader-object.vcxproj b/build/visual-studio/shader-object/shader-object.vcxproj index 7d0009f75..5ea54ba42 100644 --- a/build/visual-studio/shader-object/shader-object.vcxproj +++ b/build/visual-studio/shader-object/shader-object.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ Application true Unicode - v141 + v142 Application true Unicode - v141 + v142 Application false Unicode - v141 + v142 Application false Unicode - v141 + v142 diff --git a/build/visual-studio/shader-toy/shader-toy.vcxproj b/build/visual-studio/shader-toy/shader-toy.vcxproj index 2fb4edf04..e6db5d932 100644 --- a/build/visual-studio/shader-toy/shader-toy.vcxproj +++ b/build/visual-studio/shader-toy/shader-toy.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ Application true Unicode - v141 + v142 Application true Unicode - v141 + v142 Application false Unicode - v141 + v142 Application false Unicode - v141 + v142 diff --git a/build/visual-studio/slang-cpp-extractor/slang-cpp-extractor.vcxproj b/build/visual-studio/slang-cpp-extractor/slang-cpp-extractor.vcxproj index 14edfd5d1..595ed4428 100644 --- a/build/visual-studio/slang-cpp-extractor/slang-cpp-extractor.vcxproj +++ b/build/visual-studio/slang-cpp-extractor/slang-cpp-extractor.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ Application true Unicode - v141 + v142 Application true Unicode - v141 + v142 Application false Unicode - v141 + v142 Application false Unicode - v141 + v142 diff --git a/build/visual-studio/slang-embed/slang-embed.vcxproj b/build/visual-studio/slang-embed/slang-embed.vcxproj index 4be17be5e..b1d320afa 100644 --- a/build/visual-studio/slang-embed/slang-embed.vcxproj +++ b/build/visual-studio/slang-embed/slang-embed.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ Application true Unicode - v141 + v142 Application true Unicode - v141 + v142 Application false Unicode - v141 + v142 Application false Unicode - v141 + v142 diff --git a/build/visual-studio/slang-generate/slang-generate.vcxproj b/build/visual-studio/slang-generate/slang-generate.vcxproj index 14bed1b55..fc92f0bef 100644 --- a/build/visual-studio/slang-generate/slang-generate.vcxproj +++ b/build/visual-studio/slang-generate/slang-generate.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ Application true Unicode - v141 + v142 Application true Unicode - v141 + v142 Application false Unicode - v141 + v142 Application false Unicode - v141 + v142 diff --git a/build/visual-studio/slang-reflection-test-tool/slang-reflection-test-tool.vcxproj b/build/visual-studio/slang-reflection-test-tool/slang-reflection-test-tool.vcxproj index ecdefcb49..e704b5456 100644 --- a/build/visual-studio/slang-reflection-test-tool/slang-reflection-test-tool.vcxproj +++ b/build/visual-studio/slang-reflection-test-tool/slang-reflection-test-tool.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ DynamicLibrary true Unicode - v141 + v142 DynamicLibrary true Unicode - v141 + v142 DynamicLibrary false Unicode - v141 + v142 DynamicLibrary false Unicode - v141 + v142 diff --git a/build/visual-studio/slang-test/slang-test.vcxproj b/build/visual-studio/slang-test/slang-test.vcxproj index a0b7eb825..707ecbe2e 100644 --- a/build/visual-studio/slang-test/slang-test.vcxproj +++ b/build/visual-studio/slang-test/slang-test.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ Application true Unicode - v141 + v142 Application true Unicode - v141 + v142 Application false Unicode - v141 + v142 Application false Unicode - v141 + v142 diff --git a/build/visual-studio/slang/slang.vcxproj b/build/visual-studio/slang/slang.vcxproj index ff754cb86..2b982f56e 100644 --- a/build/visual-studio/slang/slang.vcxproj +++ b/build/visual-studio/slang/slang.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ DynamicLibrary true Unicode - v141 + v142 DynamicLibrary true Unicode - v141 + v142 DynamicLibrary false Unicode - v141 + v142 DynamicLibrary false Unicode - v141 + v142 diff --git a/build/visual-studio/slangc/slangc.vcxproj b/build/visual-studio/slangc/slangc.vcxproj index 1a45c51b2..e21da56a3 100644 --- a/build/visual-studio/slangc/slangc.vcxproj +++ b/build/visual-studio/slangc/slangc.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ Application true Unicode - v141 + v142 Application true Unicode - v141 + v142 Application false Unicode - v141 + v142 Application false Unicode - v141 + v142 diff --git a/build/visual-studio/triangle/triangle.vcxproj b/build/visual-studio/triangle/triangle.vcxproj index c5c2fc33b..e7c4fbf0f 100644 --- a/build/visual-studio/triangle/triangle.vcxproj +++ b/build/visual-studio/triangle/triangle.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,25 +29,25 @@ Application true Unicode - v141 + v142 Application true Unicode - v141 + v142 Application false Unicode - v141 + v142 Application false Unicode - v141 + v142 -- cgit v1.2.3