diff --git a/MiniEngine/Core/Core_VS15.vcxproj b/MiniEngine/Core/Core_VS15.vcxproj index d9d2fc128..1a586ee92 100644 --- a/MiniEngine/Core/Core_VS15.vcxproj +++ b/MiniEngine/Core/Core_VS15.vcxproj @@ -28,7 +28,7 @@ StaticLibrary Unicode - v142 + v141 diff --git a/MiniEngine/Model/Model_VS15.vcxproj b/MiniEngine/Model/Model_VS15.vcxproj index aecf7eaf1..95e316b79 100644 --- a/MiniEngine/Model/Model_VS15.vcxproj +++ b/MiniEngine/Model/Model_VS15.vcxproj @@ -28,7 +28,7 @@ StaticLibrary Unicode - v142 + v141 diff --git a/MiniEngine/ModelConverter/ModelConverter_VS15.vcxproj b/MiniEngine/ModelConverter/ModelConverter_VS15.vcxproj index 52ededbae..d16c57e9b 100644 --- a/MiniEngine/ModelConverter/ModelConverter_VS15.vcxproj +++ b/MiniEngine/ModelConverter/ModelConverter_VS15.vcxproj @@ -20,7 +20,7 @@ v141 15.0 Native - 10.0.15063.0 + 10.0.18362.0 @@ -76,23 +76,23 @@ - ..\Packages\zlib-vc140-static-64.1.2.11\lib\native\libs\x64\static\Release;%(AdditionalLibraryDirectories) + ..\..\Packages\zlib-vc140-static-64.1.2.11\lib\native\libs\x64\static\Release;%(AdditionalLibraryDirectories) zlibstatic.lib;%(AdditionalDependencies) /nodefaultlib:LIBCMT %(AdditionalOptions) - - - + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - + + + + \ No newline at end of file diff --git a/MiniEngine/ModelConverter/packages.config b/MiniEngine/ModelConverter/packages.config index 3ddafe3ed..2c9ecf3c3 100644 --- a/MiniEngine/ModelConverter/packages.config +++ b/MiniEngine/ModelConverter/packages.config @@ -2,6 +2,6 @@ - + \ No newline at end of file diff --git a/Samples/Desktop/D3D1211On12/src/D3D1211On12.sln b/Samples/Desktop/D3D1211On12/src/D3D1211On12.sln index 417472882..5cd293ceb 100644 --- a/Samples/Desktop/D3D1211On12/src/D3D1211On12.sln +++ b/Samples/Desktop/D3D1211On12/src/D3D1211On12.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D1211On12", "D3D1211On12.vcxproj", "{46B71301-A352-4611-BB90-6987F918B988}" EndProject @@ -19,4 +19,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E6545E63-C6FC-4D18-9ADA-D7D923697255} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12Bundles/src/D3D12Bundles.sln b/Samples/Desktop/D3D12Bundles/src/D3D12Bundles.sln index 9a431a1ca..360245920 100644 --- a/Samples/Desktop/D3D12Bundles/src/D3D12Bundles.sln +++ b/Samples/Desktop/D3D12Bundles/src/D3D12Bundles.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12Bundles", "D3D12Bundles.vcxproj", "{6B14BF7F-31E1-4DC9-91F2-9CDDB6E22C2C}" EndProject @@ -19,4 +19,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {3547A2F5-D407-4BE8-8043-4C83C3CE9097} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12Bundles/src/D3D12Bundles.vcxproj b/Samples/Desktop/D3D12Bundles/src/D3D12Bundles.vcxproj index 4ee59a45d..b87552441 100644 --- a/Samples/Desktop/D3D12Bundles/src/D3D12Bundles.vcxproj +++ b/Samples/Desktop/D3D12Bundles/src/D3D12Bundles.vcxproj @@ -172,12 +172,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12Bundles/src/packages.config b/Samples/Desktop/D3D12Bundles/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/Desktop/D3D12Bundles/src/packages.config +++ b/Samples/Desktop/D3D12Bundles/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12DepthBoundsTest/src/D3D12DepthBoundsTest.sln b/Samples/Desktop/D3D12DepthBoundsTest/src/D3D12DepthBoundsTest.sln index 81398760b..96981b1ba 100644 --- a/Samples/Desktop/D3D12DepthBoundsTest/src/D3D12DepthBoundsTest.sln +++ b/Samples/Desktop/D3D12DepthBoundsTest/src/D3D12DepthBoundsTest.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12DepthBoundsTest", "D3D12DepthBoundsTest.vcxproj", "{A6DB1D1C-E2EE-462D-AC61-0E3100C010DF}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12DepthBoundsTest", "D3D12DepthBoundsTest.vcxproj", "{EDC25A65-E2D7-427E-8FEA-DB448AFD71AD}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,12 +11,15 @@ Global Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A6DB1D1C-E2EE-462D-AC61-0E3100C010DF}.Debug|x64.ActiveCfg = Debug|x64 - {A6DB1D1C-E2EE-462D-AC61-0E3100C010DF}.Debug|x64.Build.0 = Debug|x64 - {A6DB1D1C-E2EE-462D-AC61-0E3100C010DF}.Release|x64.ActiveCfg = Release|x64 - {A6DB1D1C-E2EE-462D-AC61-0E3100C010DF}.Release|x64.Build.0 = Release|x64 + {EDC25A65-E2D7-427E-8FEA-DB448AFD71AD}.Debug|x64.ActiveCfg = Debug|x64 + {EDC25A65-E2D7-427E-8FEA-DB448AFD71AD}.Debug|x64.Build.0 = Debug|x64 + {EDC25A65-E2D7-427E-8FEA-DB448AFD71AD}.Release|x64.ActiveCfg = Release|x64 + {EDC25A65-E2D7-427E-8FEA-DB448AFD71AD}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {BB69B4AA-1ADB-409A-AAE0-84FE660B2A77} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12DepthBoundsTest/src/D3D12DepthBoundsTest.vcxproj b/Samples/Desktop/D3D12DepthBoundsTest/src/D3D12DepthBoundsTest.vcxproj index 287fc18db..7035323aa 100644 --- a/Samples/Desktop/D3D12DepthBoundsTest/src/D3D12DepthBoundsTest.vcxproj +++ b/Samples/Desktop/D3D12DepthBoundsTest/src/D3D12DepthBoundsTest.vcxproj @@ -133,12 +133,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12DepthBoundsTest/src/packages.config b/Samples/Desktop/D3D12DepthBoundsTest/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/Desktop/D3D12DepthBoundsTest/src/packages.config +++ b/Samples/Desktop/D3D12DepthBoundsTest/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12DynamicIndexing/src/D3D12DynamicIndexing.sln b/Samples/Desktop/D3D12DynamicIndexing/src/D3D12DynamicIndexing.sln index 59dab2ac9..5365c80fb 100644 --- a/Samples/Desktop/D3D12DynamicIndexing/src/D3D12DynamicIndexing.sln +++ b/Samples/Desktop/D3D12DynamicIndexing/src/D3D12DynamicIndexing.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12DynamicIndexing", "D3D12DynamicIndexing.vcxproj", "{110F6CA7-039D-437F-A624-8D218C14D0EF}" EndProject @@ -19,4 +19,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {6F153D84-DE5E-4794-B57F-3030203CD489} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12DynamicIndexing/src/D3D12DynamicIndexing.vcxproj b/Samples/Desktop/D3D12DynamicIndexing/src/D3D12DynamicIndexing.vcxproj index 458f3f5f8..aaff105a4 100644 --- a/Samples/Desktop/D3D12DynamicIndexing/src/D3D12DynamicIndexing.vcxproj +++ b/Samples/Desktop/D3D12DynamicIndexing/src/D3D12DynamicIndexing.vcxproj @@ -167,12 +167,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12DynamicIndexing/src/packages.config b/Samples/Desktop/D3D12DynamicIndexing/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/Desktop/D3D12DynamicIndexing/src/packages.config +++ b/Samples/Desktop/D3D12DynamicIndexing/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12ExecuteIndirect/src/D3D12ExecuteIndirect.sln b/Samples/Desktop/D3D12ExecuteIndirect/src/D3D12ExecuteIndirect.sln index 29c3836a2..bbae52162 100644 --- a/Samples/Desktop/D3D12ExecuteIndirect/src/D3D12ExecuteIndirect.sln +++ b/Samples/Desktop/D3D12ExecuteIndirect/src/D3D12ExecuteIndirect.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12ExecuteIndirect", "D3D12ExecuteIndirect.vcxproj", "{9C46643A-4522-46F1-94B9-7207B9A1B4F5}" EndProject @@ -19,4 +19,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {494A62E1-EB51-489F-BB84-E66553759A3E} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12ExecuteIndirect/src/D3D12ExecuteIndirect.vcxproj b/Samples/Desktop/D3D12ExecuteIndirect/src/D3D12ExecuteIndirect.vcxproj index 180040e05..a1bd4c3c7 100644 --- a/Samples/Desktop/D3D12ExecuteIndirect/src/D3D12ExecuteIndirect.vcxproj +++ b/Samples/Desktop/D3D12ExecuteIndirect/src/D3D12ExecuteIndirect.vcxproj @@ -148,12 +148,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12ExecuteIndirect/src/packages.config b/Samples/Desktop/D3D12ExecuteIndirect/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/Desktop/D3D12ExecuteIndirect/src/packages.config +++ b/Samples/Desktop/D3D12ExecuteIndirect/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12Fullscreen/src/D3D12Fullscreen.sln b/Samples/Desktop/D3D12Fullscreen/src/D3D12Fullscreen.sln index e1ee22953..e7d996c7a 100644 --- a/Samples/Desktop/D3D12Fullscreen/src/D3D12Fullscreen.sln +++ b/Samples/Desktop/D3D12Fullscreen/src/D3D12Fullscreen.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12Fullscreen", "D3D12Fullscreen.vcxproj", "{296530E7-221E-436A-80FC-B1EF5218C820}" EndProject @@ -19,4 +19,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {02617CFD-EB6D-4E58-98AF-5796FCAC5B1B} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12Fullscreen/src/D3D12Fullscreen.vcxproj b/Samples/Desktop/D3D12Fullscreen/src/D3D12Fullscreen.vcxproj index 18290b731..e2a759ffa 100644 --- a/Samples/Desktop/D3D12Fullscreen/src/D3D12Fullscreen.vcxproj +++ b/Samples/Desktop/D3D12Fullscreen/src/D3D12Fullscreen.vcxproj @@ -144,12 +144,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12Fullscreen/src/packages.config b/Samples/Desktop/D3D12Fullscreen/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/Desktop/D3D12Fullscreen/src/packages.config +++ b/Samples/Desktop/D3D12Fullscreen/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12HDR/src/D3D12HDR.sln b/Samples/Desktop/D3D12HDR/src/D3D12HDR.sln index 73c9c1597..2a1091a38 100644 --- a/Samples/Desktop/D3D12HDR/src/D3D12HDR.sln +++ b/Samples/Desktop/D3D12HDR/src/D3D12HDR.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12HDR", "D3D12HDR.vcxproj", "{010274FF-11D2-4FBC-88E4-0B6DC174507F}" EndProject @@ -19,4 +19,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {CE77BD21-B511-43BC-8D86-8674D4966C36} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12HDR/src/D3D12HDR.vcxproj b/Samples/Desktop/D3D12HDR/src/D3D12HDR.vcxproj index 8537ef827..a9d735705 100644 --- a/Samples/Desktop/D3D12HDR/src/D3D12HDR.vcxproj +++ b/Samples/Desktop/D3D12HDR/src/D3D12HDR.vcxproj @@ -203,12 +203,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12HDR/src/packages.config b/Samples/Desktop/D3D12HDR/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/Desktop/D3D12HDR/src/packages.config +++ b/Samples/Desktop/D3D12HDR/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12HelloWorld/src/D3D12HelloWorld.sln b/Samples/Desktop/D3D12HelloWorld/src/D3D12HelloWorld.sln index 3c98d2cf5..f06b444aa 100644 --- a/Samples/Desktop/D3D12HelloWorld/src/D3D12HelloWorld.sln +++ b/Samples/Desktop/D3D12HelloWorld/src/D3D12HelloWorld.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12HelloTriangle", "HelloTriangle\D3D12HelloTriangle.vcxproj", "{5018F6A3-6533-4744-B1FD-727D199FD2E9}" EndProject @@ -49,4 +49,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {518998E0-7022-41DA-8C05-9DDCD5C02BB4} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12HeterogeneousMultiadapter/src/D3D12HeterogeneousMultiadapter.sln b/Samples/Desktop/D3D12HeterogeneousMultiadapter/src/D3D12HeterogeneousMultiadapter.sln index c7e770b4a..a584ce6d8 100644 --- a/Samples/Desktop/D3D12HeterogeneousMultiadapter/src/D3D12HeterogeneousMultiadapter.sln +++ b/Samples/Desktop/D3D12HeterogeneousMultiadapter/src/D3D12HeterogeneousMultiadapter.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12HeterogeneousMultiadapter", "D3D12HeterogeneousMultiadapter.vcxproj", "{AE603B26-C9E0-4D35-9737-A86E74FD7E1C}" EndProject @@ -19,4 +19,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {BAA741A1-CF81-4ED6-88F0-116A3468C5BA} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12LinkedGpus/src/D3D12LinkedGpus.sln b/Samples/Desktop/D3D12LinkedGpus/src/D3D12LinkedGpus.sln index 151d7037f..47d98f24a 100644 --- a/Samples/Desktop/D3D12LinkedGpus/src/D3D12LinkedGpus.sln +++ b/Samples/Desktop/D3D12LinkedGpus/src/D3D12LinkedGpus.sln @@ -1,14 +1,11 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12LinkedGpus", "LinkedGpus\D3D12LinkedGpus.vcxproj", "{2C4064CC-ACA4-4CEA-8DC7-BD9C6F8CCE59}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12LinkedGpusAffinity", "LinkedGpusAffinity\D3D12LinkedGpusAffinity.vcxproj", "{8799E11E-7043-4449-BF24-85F966EB2C65}" - ProjectSection(ProjectDependencies) = postProject - {B2283BA1-603B-4360-AE99-7A3F5912BC42} = {B2283BA1-603B-4360-AE99-7A3F5912BC42} - EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3DX12AffinityLayer", "D3DX12AffinityLayer\D3DX12AffinityLayer.vcxproj", "{B2283BA1-603B-4360-AE99-7A3F5912BC42}" EndProject @@ -40,4 +37,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {524E8C6D-874E-4B85-9711-24750865F792} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12LinkedGpus/src/LinkedGpus/D3D12LinkedGpus.vcxproj b/Samples/Desktop/D3D12LinkedGpus/src/LinkedGpus/D3D12LinkedGpus.vcxproj index ffec6321d..91f710b71 100644 --- a/Samples/Desktop/D3D12LinkedGpus/src/LinkedGpus/D3D12LinkedGpus.vcxproj +++ b/Samples/Desktop/D3D12LinkedGpus/src/LinkedGpus/D3D12LinkedGpus.vcxproj @@ -58,12 +58,13 @@ Disabled WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) true - + + Windows true - dxgi.lib;d3d12.lib;%(AdditionalDependencies) + dxgi.lib;d3d12.lib;dxguid.lib;%(AdditionalDependencies) d3d12.dll @@ -79,14 +80,15 @@ true WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) true - + + Windows true true true - dxgi.lib;d3d12.lib;%(AdditionalDependencies) + dxgi.lib;d3d12.lib;dxguid.lib;%(AdditionalDependencies) d3d12.dll diff --git a/Samples/Desktop/D3D12LinkedGpus/src/SingleGpu/D3D12SingleGpu.vcxproj b/Samples/Desktop/D3D12LinkedGpus/src/SingleGpu/D3D12SingleGpu.vcxproj index b45bb8808..9c903dd27 100644 --- a/Samples/Desktop/D3D12LinkedGpus/src/SingleGpu/D3D12SingleGpu.vcxproj +++ b/Samples/Desktop/D3D12LinkedGpus/src/SingleGpu/D3D12SingleGpu.vcxproj @@ -63,7 +63,7 @@ Windows true - dxgi.lib;d3d12.lib;%(AdditionalDependencies) + dxgi.lib;d3d12.lib;dxguid.lib;%(AdditionalDependencies) d3d12.dll @@ -86,7 +86,7 @@ true true true - dxgi.lib;d3d12.lib;%(AdditionalDependencies) + dxgi.lib;d3d12.lib;dxguid.lib;%(AdditionalDependencies) d3d12.dll diff --git a/Samples/Desktop/D3D12MeshShaders/src/D3D12MeshShaders.sln b/Samples/Desktop/D3D12MeshShaders/src/D3D12MeshShaders.sln index 66d008ea6..f71969313 100644 --- a/Samples/Desktop/D3D12MeshShaders/src/D3D12MeshShaders.sln +++ b/Samples/Desktop/D3D12MeshShaders/src/D3D12MeshShaders.sln @@ -12,9 +12,6 @@ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12MeshletInstancing", "MeshletInstancing\D3D12MeshletInstancing.vcxproj", "{7794C60A-1871-4558-A982-95D627E42CDF}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12WavefrontConverter", "WavefrontConverter\D3D12WavefrontConverter.vcxproj", "{D4DBD8B1-49CA-4BC3-87E1-9128CF8F1126}" - ProjectSection(ProjectDependencies) = postProject - {265611FB-24A4-4FD0-B604-CD27089FC1DA} = {265611FB-24A4-4FD0-B604-CD27089FC1DA} - EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12MeshletGenerator", "MeshletGenerator\D3D12MeshletGenerator.vcxproj", "{265611FB-24A4-4FD0-B604-CD27089FC1DA}" EndProject @@ -32,26 +29,22 @@ Global {759F6318-300C-43D7-A6D7-EC6F98ACC070}.Debug|x64.Build.0 = Debug|x64 {759F6318-300C-43D7-A6D7-EC6F98ACC070}.Release|x64.ActiveCfg = Release|x64 {759F6318-300C-43D7-A6D7-EC6F98ACC070}.Release|x64.Build.0 = Release|x64 - {D4DBD8B1-49CA-4BC3-87E1-9128CF8F1126}.Debug|x64.ActiveCfg = Debug|x64 - {D4DBD8B1-49CA-4BC3-87E1-9128CF8F1126}.Debug|x64.Build.0 = Debug|x64 - {D4DBD8B1-49CA-4BC3-87E1-9128CF8F1126}.Release|x64.ActiveCfg = Release|x64 - {D4DBD8B1-49CA-4BC3-87E1-9128CF8F1126}.Release|x64.Build.0 = Release|x64 - {265611FB-24A4-4FD0-B604-CD27089FC1DA}.Debug|x64.ActiveCfg = Debug|x64 - {265611FB-24A4-4FD0-B604-CD27089FC1DA}.Debug|x64.Build.0 = Debug|x64 - {265611FB-24A4-4FD0-B604-CD27089FC1DA}.Release|x64.ActiveCfg = Release|x64 - {265611FB-24A4-4FD0-B604-CD27089FC1DA}.Release|x64.Build.0 = Release|x64 {142428ED-B5C7-4BAD-88E4-4AF34BD9D48A}.Debug|x64.ActiveCfg = Debug|x64 {142428ED-B5C7-4BAD-88E4-4AF34BD9D48A}.Debug|x64.Build.0 = Debug|x64 {142428ED-B5C7-4BAD-88E4-4AF34BD9D48A}.Release|x64.ActiveCfg = Release|x64 {142428ED-B5C7-4BAD-88E4-4AF34BD9D48A}.Release|x64.Build.0 = Release|x64 - {DECD10D0-A6F7-42F7-9DA6-2F5D49E13C3E}.Debug|x64.ActiveCfg = Debug|x64 - {DECD10D0-A6F7-42F7-9DA6-2F5D49E13C3E}.Debug|x64.Build.0 = Debug|x64 - {DECD10D0-A6F7-42F7-9DA6-2F5D49E13C3E}.Release|x64.ActiveCfg = Release|x64 - {DECD10D0-A6F7-42F7-9DA6-2F5D49E13C3E}.Release|x64.Build.0 = Release|x64 {7794C60A-1871-4558-A982-95D627E42CDF}.Debug|x64.ActiveCfg = Debug|x64 {7794C60A-1871-4558-A982-95D627E42CDF}.Debug|x64.Build.0 = Debug|x64 {7794C60A-1871-4558-A982-95D627E42CDF}.Release|x64.ActiveCfg = Release|x64 {7794C60A-1871-4558-A982-95D627E42CDF}.Release|x64.Build.0 = Release|x64 + {D4DBD8B1-49CA-4BC3-87E1-9128CF8F1126}.Debug|x64.ActiveCfg = Debug|x64 + {D4DBD8B1-49CA-4BC3-87E1-9128CF8F1126}.Debug|x64.Build.0 = Debug|x64 + {D4DBD8B1-49CA-4BC3-87E1-9128CF8F1126}.Release|x64.ActiveCfg = Release|x64 + {D4DBD8B1-49CA-4BC3-87E1-9128CF8F1126}.Release|x64.Build.0 = Release|x64 + {265611FB-24A4-4FD0-B604-CD27089FC1DA}.Debug|x64.ActiveCfg = Debug|x64 + {265611FB-24A4-4FD0-B604-CD27089FC1DA}.Debug|x64.Build.0 = Debug|x64 + {265611FB-24A4-4FD0-B604-CD27089FC1DA}.Release|x64.ActiveCfg = Release|x64 + {265611FB-24A4-4FD0-B604-CD27089FC1DA}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Samples/Desktop/D3D12MeshShaders/src/WavefrontConverter/D3D12WavefrontConverter.vcxproj b/Samples/Desktop/D3D12MeshShaders/src/WavefrontConverter/D3D12WavefrontConverter.vcxproj index 90a18930f..e2da0202f 100644 --- a/Samples/Desktop/D3D12MeshShaders/src/WavefrontConverter/D3D12WavefrontConverter.vcxproj +++ b/Samples/Desktop/D3D12MeshShaders/src/WavefrontConverter/D3D12WavefrontConverter.vcxproj @@ -30,6 +30,12 @@ + + + {265611fb-24a4-4fd0-b604-cd27089fc1da} + false + + 15.0 {D4DBD8B1-49CA-4BC3-87E1-9128CF8F1126} diff --git a/Samples/Desktop/D3D12Multithreading/src/D3D12Multithreading.sln b/Samples/Desktop/D3D12Multithreading/src/D3D12Multithreading.sln index b96fe9b0d..961357c15 100644 --- a/Samples/Desktop/D3D12Multithreading/src/D3D12Multithreading.sln +++ b/Samples/Desktop/D3D12Multithreading/src/D3D12Multithreading.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12Multithreading", "D3D12Multithreading.vcxproj", "{3FC193D0-7E4E-4918-8431-D67391EE4145}" EndProject @@ -19,4 +19,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5F3025A6-0B27-443A-B175-2B0D4C7240E1} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12Multithreading/src/D3D12Multithreading.vcxproj b/Samples/Desktop/D3D12Multithreading/src/D3D12Multithreading.vcxproj index db6f0917a..1bb680f32 100644 --- a/Samples/Desktop/D3D12Multithreading/src/D3D12Multithreading.vcxproj +++ b/Samples/Desktop/D3D12Multithreading/src/D3D12Multithreading.vcxproj @@ -148,12 +148,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12Multithreading/src/packages.config b/Samples/Desktop/D3D12Multithreading/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/Desktop/D3D12Multithreading/src/packages.config +++ b/Samples/Desktop/D3D12Multithreading/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12On7/src/D3D12On7.sln b/Samples/Desktop/D3D12On7/src/D3D12On7.sln index 675f6bb7b..9c69fccd0 100644 --- a/Samples/Desktop/D3D12On7/src/D3D12On7.sln +++ b/Samples/Desktop/D3D12On7/src/D3D12On7.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12On7", "D3D12On7.vcxproj", "{5018F6A3-6533-4744-B1FD-727D199FD2E9}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12On7", "D3D12On7.vcxproj", "{3094FDBC-E341-46E8-AED0-B822339C563D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,12 +11,15 @@ Global Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {5018F6A3-6533-4744-B1FD-727D199FD2E9}.Debug|x64.ActiveCfg = Debug|x64 - {5018F6A3-6533-4744-B1FD-727D199FD2E9}.Debug|x64.Build.0 = Debug|x64 - {5018F6A3-6533-4744-B1FD-727D199FD2E9}.Release|x64.ActiveCfg = Release|x64 - {5018F6A3-6533-4744-B1FD-727D199FD2E9}.Release|x64.Build.0 = Release|x64 + {3094FDBC-E341-46E8-AED0-B822339C563D}.Debug|x64.ActiveCfg = Debug|x64 + {3094FDBC-E341-46E8-AED0-B822339C563D}.Debug|x64.Build.0 = Debug|x64 + {3094FDBC-E341-46E8-AED0-B822339C563D}.Release|x64.ActiveCfg = Release|x64 + {3094FDBC-E341-46E8-AED0-B822339C563D}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {847D9901-92AB-4727-9E61-C1065804BD97} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12PipelineStateCache/src/D3D12PipelineStateCache.sln b/Samples/Desktop/D3D12PipelineStateCache/src/D3D12PipelineStateCache.sln index edb82ea91..0c60ae35d 100644 --- a/Samples/Desktop/D3D12PipelineStateCache/src/D3D12PipelineStateCache.sln +++ b/Samples/Desktop/D3D12PipelineStateCache/src/D3D12PipelineStateCache.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12PipelineStateCache", "D3D12PipelineStateCache.vcxproj", "{AB31FB4E-E202-4D6A-B313-4C57F5D70C9E}" EndProject @@ -19,4 +19,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {BCA3E544-3F7D-4503-B01B-6270E695DF1D} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12PipelineStateCache/src/D3D12PipelineStateCache.vcxproj b/Samples/Desktop/D3D12PipelineStateCache/src/D3D12PipelineStateCache.vcxproj index 9a29b7115..16a61dce8 100644 --- a/Samples/Desktop/D3D12PipelineStateCache/src/D3D12PipelineStateCache.vcxproj +++ b/Samples/Desktop/D3D12PipelineStateCache/src/D3D12PipelineStateCache.vcxproj @@ -345,12 +345,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12PipelineStateCache/src/packages.config b/Samples/Desktop/D3D12PipelineStateCache/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/Desktop/D3D12PipelineStateCache/src/packages.config +++ b/Samples/Desktop/D3D12PipelineStateCache/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12PredicationQueries/src/D3D12PredicationQueries.sln b/Samples/Desktop/D3D12PredicationQueries/src/D3D12PredicationQueries.sln index 809aa62df..af16ab8fe 100644 --- a/Samples/Desktop/D3D12PredicationQueries/src/D3D12PredicationQueries.sln +++ b/Samples/Desktop/D3D12PredicationQueries/src/D3D12PredicationQueries.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12PredicationQueries", "D3D12PredicationQueries.vcxproj", "{B6AF5084-28EC-4BEC-AB32-C7CBCC5B5B1E}" EndProject @@ -19,4 +19,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {D3415C84-E0A6-437F-B141-B95EBD4809D6} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12PredicationQueries/src/D3D12PredicationQueries.vcxproj b/Samples/Desktop/D3D12PredicationQueries/src/D3D12PredicationQueries.vcxproj index b37907be8..f8060f7db 100644 --- a/Samples/Desktop/D3D12PredicationQueries/src/D3D12PredicationQueries.vcxproj +++ b/Samples/Desktop/D3D12PredicationQueries/src/D3D12PredicationQueries.vcxproj @@ -133,12 +133,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12PredicationQueries/src/packages.config b/Samples/Desktop/D3D12PredicationQueries/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/Desktop/D3D12PredicationQueries/src/packages.config +++ b/Samples/Desktop/D3D12PredicationQueries/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12Raytracing/src/D3D12Raytracing.sln b/Samples/Desktop/D3D12Raytracing/src/D3D12Raytracing.sln index 85d3eb1ad..42d019219 100644 --- a/Samples/Desktop/D3D12Raytracing/src/D3D12Raytracing.sln +++ b/Samples/Desktop/D3D12Raytracing/src/D3D12Raytracing.sln @@ -73,18 +73,18 @@ Global {0C266269-AC0C-41B0-9D25-0117DC23CFC7}.Profile|x64.Build.0 = Release|x64 {0C266269-AC0C-41B0-9D25-0117DC23CFC7}.Release|x64.ActiveCfg = Release|x64 {0C266269-AC0C-41B0-9D25-0117DC23CFC7}.Release|x64.Build.0 = Release|x64 - {0AF699F0-99A8-4493-9FF7-1FFDE2900100}.Debug|x64.ActiveCfg = Debug|x64 - {0AF699F0-99A8-4493-9FF7-1FFDE2900100}.Debug|x64.Build.0 = Debug|x64 - {0AF699F0-99A8-4493-9FF7-1FFDE2900100}.Profile|x64.ActiveCfg = Release|x64 - {0AF699F0-99A8-4493-9FF7-1FFDE2900100}.Profile|x64.Build.0 = Release|x64 - {0AF699F0-99A8-4493-9FF7-1FFDE2900100}.Release|x64.ActiveCfg = Release|x64 - {0AF699F0-99A8-4493-9FF7-1FFDE2900100}.Release|x64.Build.0 = Release|x64 {19585C81-FB12-4A4B-B700-CCE253BDBA02}.Debug|x64.ActiveCfg = Debug|x64 {19585C81-FB12-4A4B-B700-CCE253BDBA02}.Debug|x64.Build.0 = Debug|x64 {19585C81-FB12-4A4B-B700-CCE253BDBA02}.Profile|x64.ActiveCfg = Profile|x64 {19585C81-FB12-4A4B-B700-CCE253BDBA02}.Profile|x64.Build.0 = Profile|x64 {19585C81-FB12-4A4B-B700-CCE253BDBA02}.Release|x64.ActiveCfg = Release|x64 {19585C81-FB12-4A4B-B700-CCE253BDBA02}.Release|x64.Build.0 = Release|x64 + {0AF699F0-99A8-4493-9FF7-1FFDE2900100}.Debug|x64.ActiveCfg = Debug|x64 + {0AF699F0-99A8-4493-9FF7-1FFDE2900100}.Debug|x64.Build.0 = Debug|x64 + {0AF699F0-99A8-4493-9FF7-1FFDE2900100}.Profile|x64.ActiveCfg = Release|x64 + {0AF699F0-99A8-4493-9FF7-1FFDE2900100}.Profile|x64.Build.0 = Release|x64 + {0AF699F0-99A8-4493-9FF7-1FFDE2900100}.Release|x64.ActiveCfg = Release|x64 + {0AF699F0-99A8-4493-9FF7-1FFDE2900100}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Samples/Desktop/D3D12Raytracing/src/D3D12RaytracingMiniEngineSample/ModelViewer_VS16.vcxproj b/Samples/Desktop/D3D12Raytracing/src/D3D12RaytracingMiniEngineSample/ModelViewer_VS16.vcxproj index 93810f2d1..e35634923 100644 --- a/Samples/Desktop/D3D12Raytracing/src/D3D12RaytracingMiniEngineSample/ModelViewer_VS16.vcxproj +++ b/Samples/Desktop/D3D12Raytracing/src/D3D12RaytracingMiniEngineSample/ModelViewer_VS16.vcxproj @@ -35,10 +35,10 @@ Win32Proj D3D12RaytracingMiniEngineSample ModelViewer - v141 + v142 15.0 Native - 10.0.18362.0 + 10.0.19041.0 diff --git a/Samples/Desktop/D3D12ReservedResources/src/D3D12ReservedResources.sln b/Samples/Desktop/D3D12ReservedResources/src/D3D12ReservedResources.sln index 0ab170162..fceab6c06 100644 --- a/Samples/Desktop/D3D12ReservedResources/src/D3D12ReservedResources.sln +++ b/Samples/Desktop/D3D12ReservedResources/src/D3D12ReservedResources.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12ReservedResources", "D3D12ReservedResources.vcxproj", "{44243D44-1DC7-403A-8BA6-169BD5151876}" EndProject @@ -19,4 +19,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {36949D73-B36B-4A7E-AF8D-D3F132859E88} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12Residency/src/D3D12Residency.sln b/Samples/Desktop/D3D12Residency/src/D3D12Residency.sln index eb39b1006..1c040c5c1 100644 --- a/Samples/Desktop/D3D12Residency/src/D3D12Residency.sln +++ b/Samples/Desktop/D3D12Residency/src/D3D12Residency.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12Residency", "D3D12Residency.vcxproj", "{5141ABDE-3F88-4435-848E-7728C304C7D3}" EndProject @@ -19,4 +19,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {B5E02718-3A84-45C9-8504-2E925EFEAFD6} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12Residency/src/D3D12Residency.vcxproj b/Samples/Desktop/D3D12Residency/src/D3D12Residency.vcxproj index eb0686046..9c3b154d4 100644 --- a/Samples/Desktop/D3D12Residency/src/D3D12Residency.vcxproj +++ b/Samples/Desktop/D3D12Residency/src/D3D12Residency.vcxproj @@ -125,12 +125,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12Residency/src/packages.config b/Samples/Desktop/D3D12Residency/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/Desktop/D3D12Residency/src/packages.config +++ b/Samples/Desktop/D3D12Residency/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12SM6WaveIntrinsics/src/D3D12SM6WaveIntrinsics.sln b/Samples/Desktop/D3D12SM6WaveIntrinsics/src/D3D12SM6WaveIntrinsics.sln index 1e5483706..858cab3f6 100644 --- a/Samples/Desktop/D3D12SM6WaveIntrinsics/src/D3D12SM6WaveIntrinsics.sln +++ b/Samples/Desktop/D3D12SM6WaveIntrinsics/src/D3D12SM6WaveIntrinsics.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12SM6WaveIntrinsics", "D3D12SM6WaveIntrinsics.vcxproj", "{D1425B0C-06B6-4FC2-9C3C-A699535C082E}" EndProject @@ -19,4 +19,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5A43EF34-8EA5-4958-886D-8E27CA0C0500} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12SmallResources/src/D3D12SmallResources.sln b/Samples/Desktop/D3D12SmallResources/src/D3D12SmallResources.sln index 7cfc5f1c1..6c97e38e1 100644 --- a/Samples/Desktop/D3D12SmallResources/src/D3D12SmallResources.sln +++ b/Samples/Desktop/D3D12SmallResources/src/D3D12SmallResources.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12SmallResources", "D3D12SmallResources.vcxproj", "{A6DB1D1C-E2EE-462D-AC61-0E3100C010DF}" EndProject @@ -19,4 +19,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {C0A5E9C2-FB4D-45C2-983E-1D00C5176F45} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12SmallResources/src/D3D12SmallResources.vcxproj b/Samples/Desktop/D3D12SmallResources/src/D3D12SmallResources.vcxproj index b9665a2ec..2a336d328 100644 --- a/Samples/Desktop/D3D12SmallResources/src/D3D12SmallResources.vcxproj +++ b/Samples/Desktop/D3D12SmallResources/src/D3D12SmallResources.vcxproj @@ -133,12 +133,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12SmallResources/src/packages.config b/Samples/Desktop/D3D12SmallResources/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/Desktop/D3D12SmallResources/src/packages.config +++ b/Samples/Desktop/D3D12SmallResources/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12VariableRateShading/src/D3D12VariableRateShading.sln b/Samples/Desktop/D3D12VariableRateShading/src/D3D12VariableRateShading.sln index 144c86cdf..2d0965877 100644 --- a/Samples/Desktop/D3D12VariableRateShading/src/D3D12VariableRateShading.sln +++ b/Samples/Desktop/D3D12VariableRateShading/src/D3D12VariableRateShading.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27703.2035 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12VariableRateShading", "D3D12VariableRateShading.vcxproj", "{9337191E-8566-464A-A0F7-622DC54DCB65}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12VariableRateShading", "D3D12VariableRateShading.vcxproj", "{60ABBAA1-404D-43B9-88E1-EE8EFFF29B70}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,10 +11,10 @@ Global Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {9337191E-8566-464A-A0F7-622DC54DCB65}.Debug|x64.ActiveCfg = Debug|x64 - {9337191E-8566-464A-A0F7-622DC54DCB65}.Debug|x64.Build.0 = Debug|x64 - {9337191E-8566-464A-A0F7-622DC54DCB65}.Release|x64.ActiveCfg = Release|x64 - {9337191E-8566-464A-A0F7-622DC54DCB65}.Release|x64.Build.0 = Release|x64 + {60ABBAA1-404D-43B9-88E1-EE8EFFF29B70}.Debug|x64.ActiveCfg = Debug|x64 + {60ABBAA1-404D-43B9-88E1-EE8EFFF29B70}.Debug|x64.Build.0 = Debug|x64 + {60ABBAA1-404D-43B9-88E1-EE8EFFF29B70}.Release|x64.ActiveCfg = Release|x64 + {60ABBAA1-404D-43B9-88E1-EE8EFFF29B70}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Samples/Desktop/D3D12VariableRateShading/src/D3D12VariableRateShading.vcxproj b/Samples/Desktop/D3D12VariableRateShading/src/D3D12VariableRateShading.vcxproj index 02f064cf0..da8ff93a7 100644 --- a/Samples/Desktop/D3D12VariableRateShading/src/D3D12VariableRateShading.vcxproj +++ b/Samples/Desktop/D3D12VariableRateShading/src/D3D12VariableRateShading.vcxproj @@ -229,12 +229,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12VariableRateShading/src/packages.config b/Samples/Desktop/D3D12VariableRateShading/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/Desktop/D3D12VariableRateShading/src/packages.config +++ b/Samples/Desktop/D3D12VariableRateShading/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12nBodyGravity/src/D3D12nBodyGravity.sln b/Samples/Desktop/D3D12nBodyGravity/src/D3D12nBodyGravity.sln index 0b36999aa..a0293beb2 100644 --- a/Samples/Desktop/D3D12nBodyGravity/src/D3D12nBodyGravity.sln +++ b/Samples/Desktop/D3D12nBodyGravity/src/D3D12nBodyGravity.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12nBodyGravity", "D3D12nBodyGravity.vcxproj", "{2E637720-4AEE-45B5-A5AC-D165E5623DB9}" EndProject @@ -19,4 +19,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {7FA8FA57-6E10-48E0-80C6-BFA4EDD7758B} + EndGlobalSection EndGlobal diff --git a/Samples/Desktop/D3D12nBodyGravity/src/D3D12nBodyGravity.vcxproj b/Samples/Desktop/D3D12nBodyGravity/src/D3D12nBodyGravity.vcxproj index f15b743b7..f7271ae25 100644 --- a/Samples/Desktop/D3D12nBodyGravity/src/D3D12nBodyGravity.vcxproj +++ b/Samples/Desktop/D3D12nBodyGravity/src/D3D12nBodyGravity.vcxproj @@ -141,12 +141,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12nBodyGravity/src/packages.config b/Samples/Desktop/D3D12nBodyGravity/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/Desktop/D3D12nBodyGravity/src/packages.config +++ b/Samples/Desktop/D3D12nBodyGravity/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12xGPU/src/D3D12xGPU.sln b/Samples/Desktop/D3D12xGPU/src/D3D12xGPU.sln index 77fa1e54b..27e88cced 100644 --- a/Samples/Desktop/D3D12xGPU/src/D3D12xGPU.sln +++ b/Samples/Desktop/D3D12xGPU/src/D3D12xGPU.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27004.2009 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12xGPU", "D3D12xGPU.vcxproj", "{9337191E-8566-464A-A0F7-622DC54DCB65}" EndProject diff --git a/Samples/Desktop/D3D12xGPU/src/D3D12xGPU.vcxproj b/Samples/Desktop/D3D12xGPU/src/D3D12xGPU.vcxproj index 3fbe097a9..1623c9035 100644 --- a/Samples/Desktop/D3D12xGPU/src/D3D12xGPU.vcxproj +++ b/Samples/Desktop/D3D12xGPU/src/D3D12xGPU.vcxproj @@ -187,12 +187,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/Desktop/D3D12xGPU/src/packages.config b/Samples/Desktop/D3D12xGPU/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/Desktop/D3D12xGPU/src/packages.config +++ b/Samples/Desktop/D3D12xGPU/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/UWP/D3D1211On12/src/D3D1211On12.sln b/Samples/UWP/D3D1211On12/src/D3D1211On12.sln index 5d2042e5d..43a019b91 100644 --- a/Samples/UWP/D3D1211On12/src/D3D1211On12.sln +++ b/Samples/UWP/D3D1211On12/src/D3D1211On12.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D1211On12", "D3D1211On12.vcxproj", "{CB09B510-8BB3-427C-BB87-32D85A81DBC7}" EndProject @@ -37,4 +37,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {937129BE-BF38-4812-A536-BE4095B30631} + EndGlobalSection EndGlobal diff --git a/Samples/UWP/D3D12Bundles/src/D3D12Bundles.sln b/Samples/UWP/D3D12Bundles/src/D3D12Bundles.sln index fd7bb873c..12b649b5a 100644 --- a/Samples/UWP/D3D12Bundles/src/D3D12Bundles.sln +++ b/Samples/UWP/D3D12Bundles/src/D3D12Bundles.sln @@ -1,40 +1,43 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12Bundles", "D3D12Bundles.vcxproj", "{CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Debug|x64 = Debug|x64 Debug|ARM = Debug|ARM - Release|x86 = Release|x86 - Release|x64 = Release|x64 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|ARM = Release|ARM + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Debug|x86.ActiveCfg = Debug|Win32 - {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Debug|x86.Build.0 = Debug|Win32 - {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Debug|x86.Deploy.0 = Debug|Win32 - {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Debug|x64.ActiveCfg = Debug|x64 - {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Debug|x64.Build.0 = Debug|x64 - {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Debug|x64.Deploy.0 = Debug|x64 {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Debug|ARM.ActiveCfg = Debug|ARM {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Debug|ARM.Build.0 = Debug|ARM {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Debug|ARM.Deploy.0 = Debug|ARM - {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Release|x86.ActiveCfg = Release|Win32 - {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Release|x86.Build.0 = Release|Win32 - {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Release|x86.Deploy.0 = Release|Win32 - {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Release|x64.ActiveCfg = Release|x64 - {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Release|x64.Build.0 = Release|x64 - {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Release|x64.Deploy.0 = Release|x64 + {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Debug|x64.ActiveCfg = Debug|x64 + {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Debug|x64.Build.0 = Debug|x64 + {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Debug|x64.Deploy.0 = Debug|x64 + {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Debug|x86.ActiveCfg = Debug|Win32 + {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Debug|x86.Build.0 = Debug|Win32 + {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Debug|x86.Deploy.0 = Debug|Win32 {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Release|ARM.ActiveCfg = Release|ARM {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Release|ARM.Build.0 = Release|ARM {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Release|ARM.Deploy.0 = Release|ARM + {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Release|x64.ActiveCfg = Release|x64 + {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Release|x64.Build.0 = Release|x64 + {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Release|x64.Deploy.0 = Release|x64 + {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Release|x86.ActiveCfg = Release|Win32 + {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Release|x86.Build.0 = Release|Win32 + {CF7ED694-5B84-49C2-8F07-0DCE5A1FFF5A}.Release|x86.Deploy.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F729C0AF-9564-4FB6-B51B-87B96B675B54} + EndGlobalSection EndGlobal diff --git a/Samples/UWP/D3D12Bundles/src/D3D12Bundles.vcxproj b/Samples/UWP/D3D12Bundles/src/D3D12Bundles.vcxproj index de2f32dea..baa82647d 100644 --- a/Samples/UWP/D3D12Bundles/src/D3D12Bundles.vcxproj +++ b/Samples/UWP/D3D12Bundles/src/D3D12Bundles.vcxproj @@ -379,12 +379,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/UWP/D3D12Bundles/src/packages.config b/Samples/UWP/D3D12Bundles/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/UWP/D3D12Bundles/src/packages.config +++ b/Samples/UWP/D3D12Bundles/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/UWP/D3D12DepthBoundsTest/src/D3D12DepthBoundsTest.sln b/Samples/UWP/D3D12DepthBoundsTest/src/D3D12DepthBoundsTest.sln index b60b8348b..db8a39f0a 100644 --- a/Samples/UWP/D3D12DepthBoundsTest/src/D3D12DepthBoundsTest.sln +++ b/Samples/UWP/D3D12DepthBoundsTest/src/D3D12DepthBoundsTest.sln @@ -1,40 +1,43 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12DepthBoundsTest", "D3D12DepthBoundsTest.vcxproj", "{2869AA54-4B40-44B1-99E6-8D9F41C46C4B}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Debug|x64 = Debug|x64 Debug|ARM = Debug|ARM - Release|x86 = Release|x86 - Release|x64 = Release|x64 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|ARM = Release|ARM + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x86.ActiveCfg = Debug|Win32 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x86.Build.0 = Debug|Win32 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x86.Deploy.0 = Debug|Win32 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x64.ActiveCfg = Debug|x64 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x64.Build.0 = Debug|x64 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x64.Deploy.0 = Debug|x64 {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|ARM.ActiveCfg = Debug|ARM {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|ARM.Build.0 = Debug|ARM {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|ARM.Deploy.0 = Debug|ARM - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x86.ActiveCfg = Release|Win32 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x86.Build.0 = Release|Win32 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x86.Deploy.0 = Release|Win32 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x64.ActiveCfg = Release|x64 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x64.Build.0 = Release|x64 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x64.Deploy.0 = Release|x64 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x64.ActiveCfg = Debug|x64 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x64.Build.0 = Debug|x64 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x64.Deploy.0 = Debug|x64 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x86.ActiveCfg = Debug|Win32 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x86.Build.0 = Debug|Win32 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x86.Deploy.0 = Debug|Win32 {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|ARM.ActiveCfg = Release|ARM {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|ARM.Build.0 = Release|ARM {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|ARM.Deploy.0 = Release|ARM + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x64.ActiveCfg = Release|x64 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x64.Build.0 = Release|x64 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x64.Deploy.0 = Release|x64 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x86.ActiveCfg = Release|Win32 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x86.Build.0 = Release|Win32 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x86.Deploy.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {3D366E6C-9934-4C0C-9AA3-9B22116E8B96} + EndGlobalSection EndGlobal diff --git a/Samples/UWP/D3D12DepthBoundsTest/src/D3D12DepthBoundsTest.vcxproj b/Samples/UWP/D3D12DepthBoundsTest/src/D3D12DepthBoundsTest.vcxproj index bb2050e40..7129e8221 100644 --- a/Samples/UWP/D3D12DepthBoundsTest/src/D3D12DepthBoundsTest.vcxproj +++ b/Samples/UWP/D3D12DepthBoundsTest/src/D3D12DepthBoundsTest.vcxproj @@ -308,12 +308,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/UWP/D3D12DepthBoundsTest/src/packages.config b/Samples/UWP/D3D12DepthBoundsTest/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/UWP/D3D12DepthBoundsTest/src/packages.config +++ b/Samples/UWP/D3D12DepthBoundsTest/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/UWP/D3D12DynamicIndexing/src/D3D12DynamicIndexing.sln b/Samples/UWP/D3D12DynamicIndexing/src/D3D12DynamicIndexing.sln index 81e9e9e6c..c428273d9 100644 --- a/Samples/UWP/D3D12DynamicIndexing/src/D3D12DynamicIndexing.sln +++ b/Samples/UWP/D3D12DynamicIndexing/src/D3D12DynamicIndexing.sln @@ -1,40 +1,43 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12DynamicIndexing", "D3D12DynamicIndexing.vcxproj", "{933BF618-54B0-426F-83C2-0ABC33940F9F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Debug|x64 = Debug|x64 Debug|ARM = Debug|ARM - Release|x86 = Release|x86 - Release|x64 = Release|x64 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|ARM = Release|ARM + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {933BF618-54B0-426F-83C2-0ABC33940F9F}.Debug|x86.ActiveCfg = Debug|Win32 - {933BF618-54B0-426F-83C2-0ABC33940F9F}.Debug|x86.Build.0 = Debug|Win32 - {933BF618-54B0-426F-83C2-0ABC33940F9F}.Debug|x86.Deploy.0 = Debug|Win32 - {933BF618-54B0-426F-83C2-0ABC33940F9F}.Debug|x64.ActiveCfg = Debug|x64 - {933BF618-54B0-426F-83C2-0ABC33940F9F}.Debug|x64.Build.0 = Debug|x64 - {933BF618-54B0-426F-83C2-0ABC33940F9F}.Debug|x64.Deploy.0 = Debug|x64 {933BF618-54B0-426F-83C2-0ABC33940F9F}.Debug|ARM.ActiveCfg = Debug|ARM {933BF618-54B0-426F-83C2-0ABC33940F9F}.Debug|ARM.Build.0 = Debug|ARM {933BF618-54B0-426F-83C2-0ABC33940F9F}.Debug|ARM.Deploy.0 = Debug|ARM - {933BF618-54B0-426F-83C2-0ABC33940F9F}.Release|x86.ActiveCfg = Release|Win32 - {933BF618-54B0-426F-83C2-0ABC33940F9F}.Release|x86.Build.0 = Release|Win32 - {933BF618-54B0-426F-83C2-0ABC33940F9F}.Release|x86.Deploy.0 = Release|Win32 - {933BF618-54B0-426F-83C2-0ABC33940F9F}.Release|x64.ActiveCfg = Release|x64 - {933BF618-54B0-426F-83C2-0ABC33940F9F}.Release|x64.Build.0 = Release|x64 - {933BF618-54B0-426F-83C2-0ABC33940F9F}.Release|x64.Deploy.0 = Release|x64 + {933BF618-54B0-426F-83C2-0ABC33940F9F}.Debug|x64.ActiveCfg = Debug|x64 + {933BF618-54B0-426F-83C2-0ABC33940F9F}.Debug|x64.Build.0 = Debug|x64 + {933BF618-54B0-426F-83C2-0ABC33940F9F}.Debug|x64.Deploy.0 = Debug|x64 + {933BF618-54B0-426F-83C2-0ABC33940F9F}.Debug|x86.ActiveCfg = Debug|Win32 + {933BF618-54B0-426F-83C2-0ABC33940F9F}.Debug|x86.Build.0 = Debug|Win32 + {933BF618-54B0-426F-83C2-0ABC33940F9F}.Debug|x86.Deploy.0 = Debug|Win32 {933BF618-54B0-426F-83C2-0ABC33940F9F}.Release|ARM.ActiveCfg = Release|ARM {933BF618-54B0-426F-83C2-0ABC33940F9F}.Release|ARM.Build.0 = Release|ARM {933BF618-54B0-426F-83C2-0ABC33940F9F}.Release|ARM.Deploy.0 = Release|ARM + {933BF618-54B0-426F-83C2-0ABC33940F9F}.Release|x64.ActiveCfg = Release|x64 + {933BF618-54B0-426F-83C2-0ABC33940F9F}.Release|x64.Build.0 = Release|x64 + {933BF618-54B0-426F-83C2-0ABC33940F9F}.Release|x64.Deploy.0 = Release|x64 + {933BF618-54B0-426F-83C2-0ABC33940F9F}.Release|x86.ActiveCfg = Release|Win32 + {933BF618-54B0-426F-83C2-0ABC33940F9F}.Release|x86.Build.0 = Release|Win32 + {933BF618-54B0-426F-83C2-0ABC33940F9F}.Release|x86.Deploy.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {49F1D812-50BA-49DB-A9F7-67DFFBF1BAB0} + EndGlobalSection EndGlobal diff --git a/Samples/UWP/D3D12DynamicIndexing/src/D3D12DynamicIndexing.vcxproj b/Samples/UWP/D3D12DynamicIndexing/src/D3D12DynamicIndexing.vcxproj index 37d927cba..5065b8662 100644 --- a/Samples/UWP/D3D12DynamicIndexing/src/D3D12DynamicIndexing.vcxproj +++ b/Samples/UWP/D3D12DynamicIndexing/src/D3D12DynamicIndexing.vcxproj @@ -364,12 +364,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/UWP/D3D12DynamicIndexing/src/packages.config b/Samples/UWP/D3D12DynamicIndexing/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/UWP/D3D12DynamicIndexing/src/packages.config +++ b/Samples/UWP/D3D12DynamicIndexing/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/UWP/D3D12ExecuteIndirect/src/D3D12ExecuteIndirect.sln b/Samples/UWP/D3D12ExecuteIndirect/src/D3D12ExecuteIndirect.sln index de58eec51..251d2c87e 100644 --- a/Samples/UWP/D3D12ExecuteIndirect/src/D3D12ExecuteIndirect.sln +++ b/Samples/UWP/D3D12ExecuteIndirect/src/D3D12ExecuteIndirect.sln @@ -1,40 +1,43 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12ExecuteIndirect", "D3D12ExecuteIndirect.vcxproj", "{92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Debug|x64 = Debug|x64 Debug|ARM = Debug|ARM - Release|x86 = Release|x86 - Release|x64 = Release|x64 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|ARM = Release|ARM + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Debug|x86.ActiveCfg = Debug|Win32 - {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Debug|x86.Build.0 = Debug|Win32 - {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Debug|x86.Deploy.0 = Debug|Win32 - {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Debug|x64.ActiveCfg = Debug|x64 - {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Debug|x64.Build.0 = Debug|x64 - {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Debug|x64.Deploy.0 = Debug|x64 {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Debug|ARM.ActiveCfg = Debug|ARM {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Debug|ARM.Build.0 = Debug|ARM {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Debug|ARM.Deploy.0 = Debug|ARM - {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Release|x86.ActiveCfg = Release|Win32 - {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Release|x86.Build.0 = Release|Win32 - {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Release|x86.Deploy.0 = Release|Win32 - {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Release|x64.ActiveCfg = Release|x64 - {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Release|x64.Build.0 = Release|x64 - {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Release|x64.Deploy.0 = Release|x64 + {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Debug|x64.ActiveCfg = Debug|x64 + {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Debug|x64.Build.0 = Debug|x64 + {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Debug|x64.Deploy.0 = Debug|x64 + {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Debug|x86.ActiveCfg = Debug|Win32 + {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Debug|x86.Build.0 = Debug|Win32 + {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Debug|x86.Deploy.0 = Debug|Win32 {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Release|ARM.ActiveCfg = Release|ARM {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Release|ARM.Build.0 = Release|ARM {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Release|ARM.Deploy.0 = Release|ARM + {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Release|x64.ActiveCfg = Release|x64 + {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Release|x64.Build.0 = Release|x64 + {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Release|x64.Deploy.0 = Release|x64 + {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Release|x86.ActiveCfg = Release|Win32 + {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Release|x86.Build.0 = Release|Win32 + {92CDDE47-3CCE-4D3E-96C5-0EE84AA0B6A1}.Release|x86.Deploy.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E06C6A91-B721-43B1-ABB1-A79CBD0AC88E} + EndGlobalSection EndGlobal diff --git a/Samples/UWP/D3D12ExecuteIndirect/src/D3D12ExecuteIndirect.vcxproj b/Samples/UWP/D3D12ExecuteIndirect/src/D3D12ExecuteIndirect.vcxproj index 4cb8456a5..1c6587bbe 100644 --- a/Samples/UWP/D3D12ExecuteIndirect/src/D3D12ExecuteIndirect.vcxproj +++ b/Samples/UWP/D3D12ExecuteIndirect/src/D3D12ExecuteIndirect.vcxproj @@ -312,12 +312,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/UWP/D3D12ExecuteIndirect/src/packages.config b/Samples/UWP/D3D12ExecuteIndirect/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/UWP/D3D12ExecuteIndirect/src/packages.config +++ b/Samples/UWP/D3D12ExecuteIndirect/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/UWP/D3D12Fullscreen/src/D3D12Fullscreen.sln b/Samples/UWP/D3D12Fullscreen/src/D3D12Fullscreen.sln index b5e19efb0..62035ca4c 100644 --- a/Samples/UWP/D3D12Fullscreen/src/D3D12Fullscreen.sln +++ b/Samples/UWP/D3D12Fullscreen/src/D3D12Fullscreen.sln @@ -1,40 +1,43 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12Fullscreen", "D3D12Fullscreen.vcxproj", "{C5372747-29F1-4C63-A64B-3BADEA401A78}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Debug|x64 = Debug|x64 Debug|ARM = Debug|ARM - Release|x86 = Release|x86 - Release|x64 = Release|x64 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|ARM = Release|ARM + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {C5372747-29F1-4C63-A64B-3BADEA401A78}.Debug|x86.ActiveCfg = Debug|Win32 - {C5372747-29F1-4C63-A64B-3BADEA401A78}.Debug|x86.Build.0 = Debug|Win32 - {C5372747-29F1-4C63-A64B-3BADEA401A78}.Debug|x86.Deploy.0 = Debug|Win32 - {C5372747-29F1-4C63-A64B-3BADEA401A78}.Debug|x64.ActiveCfg = Debug|x64 - {C5372747-29F1-4C63-A64B-3BADEA401A78}.Debug|x64.Build.0 = Debug|x64 - {C5372747-29F1-4C63-A64B-3BADEA401A78}.Debug|x64.Deploy.0 = Debug|x64 {C5372747-29F1-4C63-A64B-3BADEA401A78}.Debug|ARM.ActiveCfg = Debug|ARM {C5372747-29F1-4C63-A64B-3BADEA401A78}.Debug|ARM.Build.0 = Debug|ARM {C5372747-29F1-4C63-A64B-3BADEA401A78}.Debug|ARM.Deploy.0 = Debug|ARM - {C5372747-29F1-4C63-A64B-3BADEA401A78}.Release|x86.ActiveCfg = Release|Win32 - {C5372747-29F1-4C63-A64B-3BADEA401A78}.Release|x86.Build.0 = Release|Win32 - {C5372747-29F1-4C63-A64B-3BADEA401A78}.Release|x86.Deploy.0 = Release|Win32 - {C5372747-29F1-4C63-A64B-3BADEA401A78}.Release|x64.ActiveCfg = Release|x64 - {C5372747-29F1-4C63-A64B-3BADEA401A78}.Release|x64.Build.0 = Release|x64 - {C5372747-29F1-4C63-A64B-3BADEA401A78}.Release|x64.Deploy.0 = Release|x64 + {C5372747-29F1-4C63-A64B-3BADEA401A78}.Debug|x64.ActiveCfg = Debug|x64 + {C5372747-29F1-4C63-A64B-3BADEA401A78}.Debug|x64.Build.0 = Debug|x64 + {C5372747-29F1-4C63-A64B-3BADEA401A78}.Debug|x64.Deploy.0 = Debug|x64 + {C5372747-29F1-4C63-A64B-3BADEA401A78}.Debug|x86.ActiveCfg = Debug|Win32 + {C5372747-29F1-4C63-A64B-3BADEA401A78}.Debug|x86.Build.0 = Debug|Win32 + {C5372747-29F1-4C63-A64B-3BADEA401A78}.Debug|x86.Deploy.0 = Debug|Win32 {C5372747-29F1-4C63-A64B-3BADEA401A78}.Release|ARM.ActiveCfg = Release|ARM {C5372747-29F1-4C63-A64B-3BADEA401A78}.Release|ARM.Build.0 = Release|ARM {C5372747-29F1-4C63-A64B-3BADEA401A78}.Release|ARM.Deploy.0 = Release|ARM + {C5372747-29F1-4C63-A64B-3BADEA401A78}.Release|x64.ActiveCfg = Release|x64 + {C5372747-29F1-4C63-A64B-3BADEA401A78}.Release|x64.Build.0 = Release|x64 + {C5372747-29F1-4C63-A64B-3BADEA401A78}.Release|x64.Deploy.0 = Release|x64 + {C5372747-29F1-4C63-A64B-3BADEA401A78}.Release|x86.ActiveCfg = Release|Win32 + {C5372747-29F1-4C63-A64B-3BADEA401A78}.Release|x86.Build.0 = Release|Win32 + {C5372747-29F1-4C63-A64B-3BADEA401A78}.Release|x86.Deploy.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {2AECA547-EB8A-4BDA-8733-6854E3C6246C} + EndGlobalSection EndGlobal diff --git a/Samples/UWP/D3D12Fullscreen/src/D3D12Fullscreen.vcxproj b/Samples/UWP/D3D12Fullscreen/src/D3D12Fullscreen.vcxproj index ef4d54a8c..8909ec930 100644 --- a/Samples/UWP/D3D12Fullscreen/src/D3D12Fullscreen.vcxproj +++ b/Samples/UWP/D3D12Fullscreen/src/D3D12Fullscreen.vcxproj @@ -314,12 +314,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/UWP/D3D12Fullscreen/src/packages.config b/Samples/UWP/D3D12Fullscreen/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/UWP/D3D12Fullscreen/src/packages.config +++ b/Samples/UWP/D3D12Fullscreen/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/UWP/D3D12HDR/src/D3D12HDR.sln b/Samples/UWP/D3D12HDR/src/D3D12HDR.sln index 25e90bf4f..23f73fff6 100644 --- a/Samples/UWP/D3D12HDR/src/D3D12HDR.sln +++ b/Samples/UWP/D3D12HDR/src/D3D12HDR.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12HDR", "D3D12HDR.vcxproj", "{C5DBC19D-6528-4EC1-8BDB-73B191B5AA9D}" EndProject @@ -37,4 +37,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E872DF99-6F77-4E09-AA28-C7F2B23F8D66} + EndGlobalSection EndGlobal diff --git a/Samples/UWP/D3D12HDR/src/D3D12HDR.vcxproj b/Samples/UWP/D3D12HDR/src/D3D12HDR.vcxproj index d99a2193b..d29ebf131 100644 --- a/Samples/UWP/D3D12HDR/src/D3D12HDR.vcxproj +++ b/Samples/UWP/D3D12HDR/src/D3D12HDR.vcxproj @@ -352,12 +352,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/UWP/D3D12HDR/src/packages.config b/Samples/UWP/D3D12HDR/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/UWP/D3D12HDR/src/packages.config +++ b/Samples/UWP/D3D12HDR/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/UWP/D3D12HelloWorld/src/D3D12HelloWorld.sln b/Samples/UWP/D3D12HelloWorld/src/D3D12HelloWorld.sln index 02571c4b0..04f7a2f53 100644 --- a/Samples/UWP/D3D12HelloWorld/src/D3D12HelloWorld.sln +++ b/Samples/UWP/D3D12HelloWorld/src/D3D12HelloWorld.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12HelloBundles", "HelloBundles\D3D12HelloBundles.vcxproj", "{9A1687E5-442B-4331-A9AC-863373A724EF}" EndProject @@ -137,4 +137,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {DDBBC9AA-888B-4133-BF5E-7C04B94BC094} + EndGlobalSection EndGlobal diff --git a/Samples/UWP/D3D12HeterogeneousMultiadapter/src/D3D12HeterogeneousMultiadapter.sln b/Samples/UWP/D3D12HeterogeneousMultiadapter/src/D3D12HeterogeneousMultiadapter.sln index 2442a52f4..e6edfb34c 100644 --- a/Samples/UWP/D3D12HeterogeneousMultiadapter/src/D3D12HeterogeneousMultiadapter.sln +++ b/Samples/UWP/D3D12HeterogeneousMultiadapter/src/D3D12HeterogeneousMultiadapter.sln @@ -1,40 +1,43 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12HeterogeneousMultiadapter", "D3D12HeterogeneousMultiadapter.vcxproj", "{B57D44B5-53C5-415A-8301-37AEE3DE849F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Debug|x64 = Debug|x64 Debug|ARM = Debug|ARM - Release|x86 = Release|x86 - Release|x64 = Release|x64 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|ARM = Release|ARM + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Debug|x86.ActiveCfg = Debug|Win32 - {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Debug|x86.Build.0 = Debug|Win32 - {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Debug|x86.Deploy.0 = Debug|Win32 - {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Debug|x64.ActiveCfg = Debug|x64 - {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Debug|x64.Build.0 = Debug|x64 - {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Debug|x64.Deploy.0 = Debug|x64 {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Debug|ARM.ActiveCfg = Debug|ARM {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Debug|ARM.Build.0 = Debug|ARM {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Debug|ARM.Deploy.0 = Debug|ARM - {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Release|x86.ActiveCfg = Release|Win32 - {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Release|x86.Build.0 = Release|Win32 - {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Release|x86.Deploy.0 = Release|Win32 - {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Release|x64.ActiveCfg = Release|x64 - {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Release|x64.Build.0 = Release|x64 - {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Release|x64.Deploy.0 = Release|x64 + {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Debug|x64.ActiveCfg = Debug|x64 + {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Debug|x64.Build.0 = Debug|x64 + {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Debug|x64.Deploy.0 = Debug|x64 + {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Debug|x86.ActiveCfg = Debug|Win32 + {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Debug|x86.Build.0 = Debug|Win32 + {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Debug|x86.Deploy.0 = Debug|Win32 {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Release|ARM.ActiveCfg = Release|ARM {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Release|ARM.Build.0 = Release|ARM {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Release|ARM.Deploy.0 = Release|ARM + {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Release|x64.ActiveCfg = Release|x64 + {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Release|x64.Build.0 = Release|x64 + {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Release|x64.Deploy.0 = Release|x64 + {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Release|x86.ActiveCfg = Release|Win32 + {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Release|x86.Build.0 = Release|Win32 + {B57D44B5-53C5-415A-8301-37AEE3DE849F}.Release|x86.Deploy.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {6868BE0C-2D0C-42EB-AF9C-1BEE308D3DE1} + EndGlobalSection EndGlobal diff --git a/Samples/UWP/D3D12LinkedGpus/src/D3D12LinkedGpus.sln b/Samples/UWP/D3D12LinkedGpus/src/D3D12LinkedGpus.sln index 60950433d..1ce000c32 100644 --- a/Samples/UWP/D3D12LinkedGpus/src/D3D12LinkedGpus.sln +++ b/Samples/UWP/D3D12LinkedGpus/src/D3D12LinkedGpus.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12LinkedGpus", "LinkedGpus\D3D12LinkedGpus.vcxproj", "{0EBB27B5-F636-4557-BF7D-EF2405EA938A}" EndProject @@ -16,12 +16,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12SingleGpu", "SingleGpu EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM = Debug|ARM Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 - Debug|ARM = Debug|ARM + Release|ARM = Release|ARM Release|x64 = Release|x64 Release|x86 = Release|x86 - Release|ARM = Release|ARM EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {0EBB27B5-F636-4557-BF7D-EF2405EA938A}.Debug|ARM.ActiveCfg = Debug|ARM @@ -94,4 +94,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5B002614-0E1B-469E-B286-898F3C4FB186} + EndGlobalSection EndGlobal diff --git a/Samples/UWP/D3D12PipelineStateCache/src/D3D12PipelineStateCache.sln b/Samples/UWP/D3D12PipelineStateCache/src/D3D12PipelineStateCache.sln index 49fa4cf5f..9911dfc82 100644 --- a/Samples/UWP/D3D12PipelineStateCache/src/D3D12PipelineStateCache.sln +++ b/Samples/UWP/D3D12PipelineStateCache/src/D3D12PipelineStateCache.sln @@ -1,40 +1,43 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12PipelineStateCache", "D3D12PipelineStateCache.vcxproj", "{A1AA024B-C7DC-4989-90F5-D5254B58A3C4}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Debug|x64 = Debug|x64 Debug|ARM = Debug|ARM - Release|x86 = Release|x86 - Release|x64 = Release|x64 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|ARM = Release|ARM + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Debug|x86.ActiveCfg = Debug|Win32 - {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Debug|x86.Build.0 = Debug|Win32 - {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Debug|x86.Deploy.0 = Debug|Win32 - {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Debug|x64.ActiveCfg = Debug|x64 - {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Debug|x64.Build.0 = Debug|x64 - {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Debug|x64.Deploy.0 = Debug|x64 {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Debug|ARM.ActiveCfg = Debug|ARM {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Debug|ARM.Build.0 = Debug|ARM {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Debug|ARM.Deploy.0 = Debug|ARM - {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Release|x86.ActiveCfg = Release|Win32 - {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Release|x86.Build.0 = Release|Win32 - {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Release|x86.Deploy.0 = Release|Win32 - {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Release|x64.ActiveCfg = Release|x64 - {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Release|x64.Build.0 = Release|x64 - {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Release|x64.Deploy.0 = Release|x64 + {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Debug|x64.ActiveCfg = Debug|x64 + {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Debug|x64.Build.0 = Debug|x64 + {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Debug|x64.Deploy.0 = Debug|x64 + {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Debug|x86.ActiveCfg = Debug|Win32 + {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Debug|x86.Build.0 = Debug|Win32 + {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Debug|x86.Deploy.0 = Debug|Win32 {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Release|ARM.ActiveCfg = Release|ARM {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Release|ARM.Build.0 = Release|ARM {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Release|ARM.Deploy.0 = Release|ARM + {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Release|x64.ActiveCfg = Release|x64 + {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Release|x64.Build.0 = Release|x64 + {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Release|x64.Deploy.0 = Release|x64 + {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Release|x86.ActiveCfg = Release|Win32 + {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Release|x86.Build.0 = Release|Win32 + {A1AA024B-C7DC-4989-90F5-D5254B58A3C4}.Release|x86.Deploy.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {08C835FB-AF2D-4BBF-AC73-AD1233FD50D1} + EndGlobalSection EndGlobal diff --git a/Samples/UWP/D3D12PipelineStateCache/src/D3D12PipelineStateCache.vcxproj b/Samples/UWP/D3D12PipelineStateCache/src/D3D12PipelineStateCache.vcxproj index 7cf46bca7..f141ab5d9 100644 --- a/Samples/UWP/D3D12PipelineStateCache/src/D3D12PipelineStateCache.vcxproj +++ b/Samples/UWP/D3D12PipelineStateCache/src/D3D12PipelineStateCache.vcxproj @@ -352,12 +352,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/UWP/D3D12PipelineStateCache/src/packages.config b/Samples/UWP/D3D12PipelineStateCache/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/UWP/D3D12PipelineStateCache/src/packages.config +++ b/Samples/UWP/D3D12PipelineStateCache/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/UWP/D3D12PredicationQueries/src/D3D12PredicationQueries.sln b/Samples/UWP/D3D12PredicationQueries/src/D3D12PredicationQueries.sln index daeeb76dd..31da874ce 100644 --- a/Samples/UWP/D3D12PredicationQueries/src/D3D12PredicationQueries.sln +++ b/Samples/UWP/D3D12PredicationQueries/src/D3D12PredicationQueries.sln @@ -1,40 +1,43 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.23107.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12PredicationQueries", "D3D12PredicationQueries.vcxproj", "{22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Debug|x64 = Debug|x64 Debug|ARM = Debug|ARM - Release|x86 = Release|x86 - Release|x64 = Release|x64 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|ARM = Release|ARM + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Debug|x86.ActiveCfg = Debug|Win32 - {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Debug|x86.Build.0 = Debug|Win32 - {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Debug|x86.Deploy.0 = Debug|Win32 - {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Debug|x64.ActiveCfg = Debug|x64 - {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Debug|x64.Build.0 = Debug|x64 - {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Debug|x64.Deploy.0 = Debug|x64 {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Debug|ARM.ActiveCfg = Debug|ARM {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Debug|ARM.Build.0 = Debug|ARM {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Debug|ARM.Deploy.0 = Debug|ARM - {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Release|x86.ActiveCfg = Release|Win32 - {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Release|x86.Build.0 = Release|Win32 - {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Release|x86.Deploy.0 = Release|Win32 - {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Release|x64.ActiveCfg = Release|x64 - {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Release|x64.Build.0 = Release|x64 - {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Release|x64.Deploy.0 = Release|x64 + {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Debug|x64.ActiveCfg = Debug|x64 + {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Debug|x64.Build.0 = Debug|x64 + {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Debug|x64.Deploy.0 = Debug|x64 + {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Debug|x86.ActiveCfg = Debug|Win32 + {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Debug|x86.Build.0 = Debug|Win32 + {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Debug|x86.Deploy.0 = Debug|Win32 {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Release|ARM.ActiveCfg = Release|ARM {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Release|ARM.Build.0 = Release|ARM {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Release|ARM.Deploy.0 = Release|ARM + {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Release|x64.ActiveCfg = Release|x64 + {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Release|x64.Build.0 = Release|x64 + {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Release|x64.Deploy.0 = Release|x64 + {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Release|x86.ActiveCfg = Release|Win32 + {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Release|x86.Build.0 = Release|Win32 + {22B0D422-04D4-45DA-9879-E4BCCEAEFC5B}.Release|x86.Deploy.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {C516AA68-E404-4782-9F94-04A69F2997E8} + EndGlobalSection EndGlobal diff --git a/Samples/UWP/D3D12PredicationQueries/src/D3D12PredicationQueries.vcxproj b/Samples/UWP/D3D12PredicationQueries/src/D3D12PredicationQueries.vcxproj index 7799b68a7..18115399b 100644 --- a/Samples/UWP/D3D12PredicationQueries/src/D3D12PredicationQueries.vcxproj +++ b/Samples/UWP/D3D12PredicationQueries/src/D3D12PredicationQueries.vcxproj @@ -308,12 +308,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/UWP/D3D12PredicationQueries/src/packages.config b/Samples/UWP/D3D12PredicationQueries/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/UWP/D3D12PredicationQueries/src/packages.config +++ b/Samples/UWP/D3D12PredicationQueries/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/UWP/D3D12ReservedResources/src/D3D12ReservedResources.sln b/Samples/UWP/D3D12ReservedResources/src/D3D12ReservedResources.sln index 5c8268439..d9987081a 100644 --- a/Samples/UWP/D3D12ReservedResources/src/D3D12ReservedResources.sln +++ b/Samples/UWP/D3D12ReservedResources/src/D3D12ReservedResources.sln @@ -1,40 +1,43 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12ReservedResources", "D3D12ReservedResources.vcxproj", "{FF80FA07-356D-47A3-B935-45E08DECCD95}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Debug|x64 = Debug|x64 Debug|ARM = Debug|ARM - Release|x86 = Release|x86 - Release|x64 = Release|x64 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|ARM = Release|ARM + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {FF80FA07-356D-47A3-B935-45E08DECCD95}.Debug|x86.ActiveCfg = Debug|Win32 - {FF80FA07-356D-47A3-B935-45E08DECCD95}.Debug|x86.Build.0 = Debug|Win32 - {FF80FA07-356D-47A3-B935-45E08DECCD95}.Debug|x86.Deploy.0 = Debug|Win32 - {FF80FA07-356D-47A3-B935-45E08DECCD95}.Debug|x64.ActiveCfg = Debug|x64 - {FF80FA07-356D-47A3-B935-45E08DECCD95}.Debug|x64.Build.0 = Debug|x64 - {FF80FA07-356D-47A3-B935-45E08DECCD95}.Debug|x64.Deploy.0 = Debug|x64 {FF80FA07-356D-47A3-B935-45E08DECCD95}.Debug|ARM.ActiveCfg = Debug|ARM {FF80FA07-356D-47A3-B935-45E08DECCD95}.Debug|ARM.Build.0 = Debug|ARM {FF80FA07-356D-47A3-B935-45E08DECCD95}.Debug|ARM.Deploy.0 = Debug|ARM - {FF80FA07-356D-47A3-B935-45E08DECCD95}.Release|x86.ActiveCfg = Release|Win32 - {FF80FA07-356D-47A3-B935-45E08DECCD95}.Release|x86.Build.0 = Release|Win32 - {FF80FA07-356D-47A3-B935-45E08DECCD95}.Release|x86.Deploy.0 = Release|Win32 - {FF80FA07-356D-47A3-B935-45E08DECCD95}.Release|x64.ActiveCfg = Release|x64 - {FF80FA07-356D-47A3-B935-45E08DECCD95}.Release|x64.Build.0 = Release|x64 - {FF80FA07-356D-47A3-B935-45E08DECCD95}.Release|x64.Deploy.0 = Release|x64 + {FF80FA07-356D-47A3-B935-45E08DECCD95}.Debug|x64.ActiveCfg = Debug|x64 + {FF80FA07-356D-47A3-B935-45E08DECCD95}.Debug|x64.Build.0 = Debug|x64 + {FF80FA07-356D-47A3-B935-45E08DECCD95}.Debug|x64.Deploy.0 = Debug|x64 + {FF80FA07-356D-47A3-B935-45E08DECCD95}.Debug|x86.ActiveCfg = Debug|Win32 + {FF80FA07-356D-47A3-B935-45E08DECCD95}.Debug|x86.Build.0 = Debug|Win32 + {FF80FA07-356D-47A3-B935-45E08DECCD95}.Debug|x86.Deploy.0 = Debug|Win32 {FF80FA07-356D-47A3-B935-45E08DECCD95}.Release|ARM.ActiveCfg = Release|ARM {FF80FA07-356D-47A3-B935-45E08DECCD95}.Release|ARM.Build.0 = Release|ARM {FF80FA07-356D-47A3-B935-45E08DECCD95}.Release|ARM.Deploy.0 = Release|ARM + {FF80FA07-356D-47A3-B935-45E08DECCD95}.Release|x64.ActiveCfg = Release|x64 + {FF80FA07-356D-47A3-B935-45E08DECCD95}.Release|x64.Build.0 = Release|x64 + {FF80FA07-356D-47A3-B935-45E08DECCD95}.Release|x64.Deploy.0 = Release|x64 + {FF80FA07-356D-47A3-B935-45E08DECCD95}.Release|x86.ActiveCfg = Release|Win32 + {FF80FA07-356D-47A3-B935-45E08DECCD95}.Release|x86.Build.0 = Release|Win32 + {FF80FA07-356D-47A3-B935-45E08DECCD95}.Release|x86.Deploy.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {8E9C99A3-8BA3-4F90-A789-E8B7D38D1956} + EndGlobalSection EndGlobal diff --git a/Samples/UWP/D3D12Residency/src/D3D12Residency.sln b/Samples/UWP/D3D12Residency/src/D3D12Residency.sln index d0819c1b2..4af7885d9 100644 --- a/Samples/UWP/D3D12Residency/src/D3D12Residency.sln +++ b/Samples/UWP/D3D12Residency/src/D3D12Residency.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12Residency", "D3D12Residency.vcxproj", "{8230AF97-4816-4B3A-8250-F19A9AADA7E1}" EndProject @@ -37,4 +37,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4B32000E-8FF8-48AE-97AA-9F5B23A46737} + EndGlobalSection EndGlobal diff --git a/Samples/UWP/D3D12Residency/src/D3D12Residency.vcxproj b/Samples/UWP/D3D12Residency/src/D3D12Residency.vcxproj index 31b21ff3f..ec052e3d9 100644 --- a/Samples/UWP/D3D12Residency/src/D3D12Residency.vcxproj +++ b/Samples/UWP/D3D12Residency/src/D3D12Residency.vcxproj @@ -128,12 +128,13 @@ - mincore.lib;d3dcompiler.lib;d3d12.lib;dxgi.lib;%(AdditionalDependencies) + mincore.lib;d3dcompiler.lib;d3d12.lib;dxgi.lib;dxguid.lib;%(AdditionalDependencies) %(AdditionalLibraryDirectories); $(VCInstallDir)\lib\store; $(VCInstallDir)\lib d3d12.dll - + + /bigobj %(AdditionalOptions) _DEBUG;%(PreprocessorDefinitions) stdafx.h @@ -150,12 +151,13 @@ - mincore.lib;d3dcompiler.lib;d3d12.lib;dxgi.lib;%(AdditionalDependencies) + mincore.lib;d3dcompiler.lib;d3d12.lib;dxgi.lib;dxguid.lib;%(AdditionalDependencies) %(AdditionalLibraryDirectories); $(VCInstallDir)\lib\store; $(VCInstallDir)\lib d3d12.dll - + + /bigobj %(AdditionalOptions) NDEBUG;%(PreprocessorDefinitions) stdafx.h @@ -172,12 +174,13 @@ - mincore.lib;d3dcompiler.lib;d3d12.lib;dxgi.lib;%(AdditionalDependencies) + mincore.lib;d3dcompiler.lib;d3d12.lib;dxgi.lib;dxguid.lib;%(AdditionalDependencies) %(AdditionalLibraryDirectories); $(VCInstallDir)\lib\store\amd64; $(VCInstallDir)\lib\amd64 d3d12.dll - + + /bigobj %(AdditionalOptions) _DEBUG;%(PreprocessorDefinitions) stdafx.h @@ -194,12 +197,13 @@ - mincore.lib;d3dcompiler.lib;d3d12.lib;dxgi.lib;%(AdditionalDependencies) + mincore.lib;d3dcompiler.lib;d3d12.lib;dxgi.lib;dxguid.lib;%(AdditionalDependencies) %(AdditionalLibraryDirectories); $(VCInstallDir)\lib\store\amd64; $(VCInstallDir)\lib\amd64 d3d12.dll - + + /bigobj %(AdditionalOptions) NDEBUG;%(PreprocessorDefinitions) stdafx.h @@ -216,12 +220,13 @@ - mincore.lib;d3dcompiler.lib;d3d12.lib;dxgi.lib;%(AdditionalDependencies) + mincore.lib;d3dcompiler.lib;d3d12.lib;dxgi.lib;dxguid.lib;%(AdditionalDependencies) %(AdditionalLibraryDirectories); $(VCInstallDir)\lib\store\arm; $(VCInstallDir)\lib\arm d3d12.dll - + + /bigobj %(AdditionalOptions) _DEBUG;%(PreprocessorDefinitions) stdafx.h @@ -238,12 +243,13 @@ - mincore.lib;d3dcompiler.lib;d3d12.lib;dxgi.lib;%(AdditionalDependencies) + mincore.lib;d3dcompiler.lib;d3d12.lib;dxgi.lib;dxguid.lib;%(AdditionalDependencies) %(AdditionalLibraryDirectories); $(VCInstallDir)\lib\store\arm; $(VCInstallDir)\lib\arm d3d12.dll - + + /bigobj %(AdditionalOptions) NDEBUG;%(PreprocessorDefinitions) stdafx.h @@ -309,12 +315,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/UWP/D3D12Residency/src/packages.config b/Samples/UWP/D3D12Residency/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/UWP/D3D12Residency/src/packages.config +++ b/Samples/UWP/D3D12Residency/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/UWP/D3D12SM6WaveIntrinsics/src/D3D12SM6WaveIntrinsics.sln b/Samples/UWP/D3D12SM6WaveIntrinsics/src/D3D12SM6WaveIntrinsics.sln index f203963d3..fcf95fb50 100644 --- a/Samples/UWP/D3D12SM6WaveIntrinsics/src/D3D12SM6WaveIntrinsics.sln +++ b/Samples/UWP/D3D12SM6WaveIntrinsics/src/D3D12SM6WaveIntrinsics.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12SM6WaveIntrinsics", "D3D12SM6WaveIntrinsics.vcxproj", "{DDEA14A0-6957-4380-970D-6CF6B384FBC0}" EndProject @@ -37,4 +37,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5B88920F-EF67-41CD-98E8-A9F01ECF8E61} + EndGlobalSection EndGlobal diff --git a/Samples/UWP/D3D12SmallResources/src/D3D12SmallResources.sln b/Samples/UWP/D3D12SmallResources/src/D3D12SmallResources.sln index 03ed0c6df..94be671ca 100644 --- a/Samples/UWP/D3D12SmallResources/src/D3D12SmallResources.sln +++ b/Samples/UWP/D3D12SmallResources/src/D3D12SmallResources.sln @@ -1,40 +1,43 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12SmallResources", "D3D12SmallResources.vcxproj", "{2869AA54-4B40-44B1-99E6-8D9F41C46C4B}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Debug|x64 = Debug|x64 Debug|ARM = Debug|ARM - Release|x86 = Release|x86 - Release|x64 = Release|x64 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|ARM = Release|ARM + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x86.ActiveCfg = Debug|Win32 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x86.Build.0 = Debug|Win32 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x86.Deploy.0 = Debug|Win32 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x64.ActiveCfg = Debug|x64 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x64.Build.0 = Debug|x64 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x64.Deploy.0 = Debug|x64 {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|ARM.ActiveCfg = Debug|ARM {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|ARM.Build.0 = Debug|ARM {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|ARM.Deploy.0 = Debug|ARM - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x86.ActiveCfg = Release|Win32 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x86.Build.0 = Release|Win32 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x86.Deploy.0 = Release|Win32 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x64.ActiveCfg = Release|x64 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x64.Build.0 = Release|x64 - {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x64.Deploy.0 = Release|x64 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x64.ActiveCfg = Debug|x64 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x64.Build.0 = Debug|x64 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x64.Deploy.0 = Debug|x64 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x86.ActiveCfg = Debug|Win32 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x86.Build.0 = Debug|Win32 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Debug|x86.Deploy.0 = Debug|Win32 {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|ARM.ActiveCfg = Release|ARM {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|ARM.Build.0 = Release|ARM {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|ARM.Deploy.0 = Release|ARM + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x64.ActiveCfg = Release|x64 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x64.Build.0 = Release|x64 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x64.Deploy.0 = Release|x64 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x86.ActiveCfg = Release|Win32 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x86.Build.0 = Release|Win32 + {2869AA54-4B40-44B1-99E6-8D9F41C46C4B}.Release|x86.Deploy.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {38B13847-CBA3-48AC-BFF4-FB2400172D40} + EndGlobalSection EndGlobal diff --git a/Samples/UWP/D3D12SmallResources/src/D3D12SmallResources.vcxproj b/Samples/UWP/D3D12SmallResources/src/D3D12SmallResources.vcxproj index b68e13a52..5101005b6 100644 --- a/Samples/UWP/D3D12SmallResources/src/D3D12SmallResources.vcxproj +++ b/Samples/UWP/D3D12SmallResources/src/D3D12SmallResources.vcxproj @@ -308,12 +308,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/UWP/D3D12SmallResources/src/packages.config b/Samples/UWP/D3D12SmallResources/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/UWP/D3D12SmallResources/src/packages.config +++ b/Samples/UWP/D3D12SmallResources/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/UWP/D3D12VariableRateShading/src/D3D12VariableRateShading.sln b/Samples/UWP/D3D12VariableRateShading/src/D3D12VariableRateShading.sln index 144c86cdf..96307fafc 100644 --- a/Samples/UWP/D3D12VariableRateShading/src/D3D12VariableRateShading.sln +++ b/Samples/UWP/D3D12VariableRateShading/src/D3D12VariableRateShading.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27703.2035 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12VariableRateShading", "D3D12VariableRateShading.vcxproj", "{9337191E-8566-464A-A0F7-622DC54DCB65}" EndProject diff --git a/Samples/UWP/D3D12VariableRateShading/src/D3D12VariableRateShading.vcxproj b/Samples/UWP/D3D12VariableRateShading/src/D3D12VariableRateShading.vcxproj index e02785aa2..4e990613d 100644 --- a/Samples/UWP/D3D12VariableRateShading/src/D3D12VariableRateShading.vcxproj +++ b/Samples/UWP/D3D12VariableRateShading/src/D3D12VariableRateShading.vcxproj @@ -419,12 +419,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/UWP/D3D12VariableRateShading/src/packages.config b/Samples/UWP/D3D12VariableRateShading/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/UWP/D3D12VariableRateShading/src/packages.config +++ b/Samples/UWP/D3D12VariableRateShading/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/UWP/D3D12nBodyGravity/src/D3D12nBodyGravity.sln b/Samples/UWP/D3D12nBodyGravity/src/D3D12nBodyGravity.sln index 57feda8fd..338ad0e22 100644 --- a/Samples/UWP/D3D12nBodyGravity/src/D3D12nBodyGravity.sln +++ b/Samples/UWP/D3D12nBodyGravity/src/D3D12nBodyGravity.sln @@ -1,40 +1,43 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12nBodyGravity", "D3D12nBodyGravity.vcxproj", "{7DAD7853-3F78-48F9-B509-428D64658AE8}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Debug|x64 = Debug|x64 Debug|ARM = Debug|ARM - Release|x86 = Release|x86 - Release|x64 = Release|x64 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|ARM = Release|ARM + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {7DAD7853-3F78-48F9-B509-428D64658AE8}.Debug|x86.ActiveCfg = Debug|Win32 - {7DAD7853-3F78-48F9-B509-428D64658AE8}.Debug|x86.Build.0 = Debug|Win32 - {7DAD7853-3F78-48F9-B509-428D64658AE8}.Debug|x86.Deploy.0 = Debug|Win32 - {7DAD7853-3F78-48F9-B509-428D64658AE8}.Debug|x64.ActiveCfg = Debug|x64 - {7DAD7853-3F78-48F9-B509-428D64658AE8}.Debug|x64.Build.0 = Debug|x64 - {7DAD7853-3F78-48F9-B509-428D64658AE8}.Debug|x64.Deploy.0 = Debug|x64 {7DAD7853-3F78-48F9-B509-428D64658AE8}.Debug|ARM.ActiveCfg = Debug|ARM {7DAD7853-3F78-48F9-B509-428D64658AE8}.Debug|ARM.Build.0 = Debug|ARM {7DAD7853-3F78-48F9-B509-428D64658AE8}.Debug|ARM.Deploy.0 = Debug|ARM - {7DAD7853-3F78-48F9-B509-428D64658AE8}.Release|x86.ActiveCfg = Release|Win32 - {7DAD7853-3F78-48F9-B509-428D64658AE8}.Release|x86.Build.0 = Release|Win32 - {7DAD7853-3F78-48F9-B509-428D64658AE8}.Release|x86.Deploy.0 = Release|Win32 - {7DAD7853-3F78-48F9-B509-428D64658AE8}.Release|x64.ActiveCfg = Release|x64 - {7DAD7853-3F78-48F9-B509-428D64658AE8}.Release|x64.Build.0 = Release|x64 - {7DAD7853-3F78-48F9-B509-428D64658AE8}.Release|x64.Deploy.0 = Release|x64 + {7DAD7853-3F78-48F9-B509-428D64658AE8}.Debug|x64.ActiveCfg = Debug|x64 + {7DAD7853-3F78-48F9-B509-428D64658AE8}.Debug|x64.Build.0 = Debug|x64 + {7DAD7853-3F78-48F9-B509-428D64658AE8}.Debug|x64.Deploy.0 = Debug|x64 + {7DAD7853-3F78-48F9-B509-428D64658AE8}.Debug|x86.ActiveCfg = Debug|Win32 + {7DAD7853-3F78-48F9-B509-428D64658AE8}.Debug|x86.Build.0 = Debug|Win32 + {7DAD7853-3F78-48F9-B509-428D64658AE8}.Debug|x86.Deploy.0 = Debug|Win32 {7DAD7853-3F78-48F9-B509-428D64658AE8}.Release|ARM.ActiveCfg = Release|ARM {7DAD7853-3F78-48F9-B509-428D64658AE8}.Release|ARM.Build.0 = Release|ARM {7DAD7853-3F78-48F9-B509-428D64658AE8}.Release|ARM.Deploy.0 = Release|ARM + {7DAD7853-3F78-48F9-B509-428D64658AE8}.Release|x64.ActiveCfg = Release|x64 + {7DAD7853-3F78-48F9-B509-428D64658AE8}.Release|x64.Build.0 = Release|x64 + {7DAD7853-3F78-48F9-B509-428D64658AE8}.Release|x64.Deploy.0 = Release|x64 + {7DAD7853-3F78-48F9-B509-428D64658AE8}.Release|x86.ActiveCfg = Release|Win32 + {7DAD7853-3F78-48F9-B509-428D64658AE8}.Release|x86.Build.0 = Release|Win32 + {7DAD7853-3F78-48F9-B509-428D64658AE8}.Release|x86.Deploy.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {0282F11F-1E0D-4C54-A957-3CAF8DE2B8B7} + EndGlobalSection EndGlobal diff --git a/Samples/UWP/D3D12nBodyGravity/src/D3D12nBodyGravity.vcxproj b/Samples/UWP/D3D12nBodyGravity/src/D3D12nBodyGravity.vcxproj index 410932918..d1e52c4d3 100644 --- a/Samples/UWP/D3D12nBodyGravity/src/D3D12nBodyGravity.vcxproj +++ b/Samples/UWP/D3D12nBodyGravity/src/D3D12nBodyGravity.vcxproj @@ -314,12 +314,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/UWP/D3D12nBodyGravity/src/packages.config b/Samples/UWP/D3D12nBodyGravity/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/UWP/D3D12nBodyGravity/src/packages.config +++ b/Samples/UWP/D3D12nBodyGravity/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Samples/UWP/D3D12xGPU/src/D3D12xGPU.sln b/Samples/UWP/D3D12xGPU/src/D3D12xGPU.sln index 77fa1e54b..27e88cced 100644 --- a/Samples/UWP/D3D12xGPU/src/D3D12xGPU.sln +++ b/Samples/UWP/D3D12xGPU/src/D3D12xGPU.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27004.2009 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12xGPU", "D3D12xGPU.vcxproj", "{9337191E-8566-464A-A0F7-622DC54DCB65}" EndProject diff --git a/Samples/UWP/D3D12xGPU/src/D3D12xGPU.vcxproj b/Samples/UWP/D3D12xGPU/src/D3D12xGPU.vcxproj index b72b4ffc2..d5b5da5e0 100644 --- a/Samples/UWP/D3D12xGPU/src/D3D12xGPU.vcxproj +++ b/Samples/UWP/D3D12xGPU/src/D3D12xGPU.vcxproj @@ -380,12 +380,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Samples/UWP/D3D12xGPU/src/packages.config b/Samples/UWP/D3D12xGPU/src/packages.config index 9d7263bc9..8e4a1f8dd 100644 --- a/Samples/UWP/D3D12xGPU/src/packages.config +++ b/Samples/UWP/D3D12xGPU/src/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/TechniqueDemos/D3D12MemoryManagement/src/D3D12MemoryManagement.sln b/TechniqueDemos/D3D12MemoryManagement/src/D3D12MemoryManagement.sln index 991251faf..e44211382 100644 --- a/TechniqueDemos/D3D12MemoryManagement/src/D3D12MemoryManagement.sln +++ b/TechniqueDemos/D3D12MemoryManagement/src/D3D12MemoryManagement.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.23107.0 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.1267 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D12MemoryManagement", "D3D12MemoryManagement.vcxproj", "{DB40D747-0C18-47BA-A8E8-316562316632}" EndProject @@ -19,4 +19,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {7762FC84-2757-4375-B148-D8471BC8D641} + EndGlobalSection EndGlobal diff --git a/TechniqueDemos/D3D12MemoryManagement/src/D3D12MemoryManagement.vcxproj b/TechniqueDemos/D3D12MemoryManagement/src/D3D12MemoryManagement.vcxproj index dd0064f85..3caf1879f 100644 --- a/TechniqueDemos/D3D12MemoryManagement/src/D3D12MemoryManagement.vcxproj +++ b/TechniqueDemos/D3D12MemoryManagement/src/D3D12MemoryManagement.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -15,19 +15,19 @@ Win32Proj D3D12MemoryManagement D3D12MemoryManagement - 10.0.14393.0 + 10.0.15063.0 Application true - v140 + v141 Unicode Application false - v140 + v141 true Unicode diff --git a/TechniqueDemos/D3D12MemoryManagement/src/Framework.cpp b/TechniqueDemos/D3D12MemoryManagement/src/Framework.cpp index 700bd26d9..9c84d4413 100644 --- a/TechniqueDemos/D3D12MemoryManagement/src/Framework.cpp +++ b/TechniqueDemos/D3D12MemoryManagement/src/Framework.cpp @@ -765,7 +765,7 @@ HRESULT DX12Framework::CreateSwapChainResources() float dpiX; float dpiY; - m_pD2DFactory->GetDesktopDpi(&dpiX, &dpiY); + dpiX = dpiY = static_cast(GetDpiForWindow(m_Hwnd)); D2D1_BITMAP_PROPERTIES1 bitmapProperties = D2D1::BitmapProperties1( D2D1_BITMAP_OPTIONS_TARGET | D2D1_BITMAP_OPTIONS_CANNOT_DRAW, D2D1::PixelFormat(DXGI_FORMAT_UNKNOWN, D2D1_ALPHA_MODE_PREMULTIPLIED),