Skip to content

Commit 27179a0

Browse files
authored
DirectXShaderCompiler 2025 May update (#1112)
1 parent 71f783e commit 27179a0

36 files changed

Lines changed: 2236 additions & 341 deletions

Editor/Editor_Windows.vcxproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,6 @@
145145
<ItemGroup>
146146
<Image Include="wicked.ico" />
147147
</ItemGroup>
148-
<ItemGroup>
149-
<CopyFileToFolders Include="..\WickedEngine\dxil.dll">
150-
<FileType>Document</FileType>
151-
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
152-
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
153-
</CopyFileToFolders>
154-
</ItemGroup>
155148
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
156149
<ImportGroup Label="ExtensionTargets">
157150
</ImportGroup>

Samples/Example_ImGui/Example_ImGui.vcxproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,6 @@
158158
<FileType>Document</FileType>
159159
</CopyFileToFolders>
160160
</ItemGroup>
161-
<ItemGroup>
162-
<CopyFileToFolders Include="..\..\WickedEngine\dxil.dll">
163-
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
164-
<FileType>Document</FileType>
165-
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
166-
</CopyFileToFolders>
167-
</ItemGroup>
168161
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
169162
<ImportGroup Label="ExtensionTargets">
170163
</ImportGroup>

Samples/Example_ImGui/Example_ImGui.vcxproj.filters

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
<CopyFileToFolders Include="ImGuiVS.hlsl" />
8989
<CopyFileToFolders Include="ImGuiPS.hlsl" />
9090
<CopyFileToFolders Include="..\..\WickedEngine\dxcompiler.dll" />
91-
<CopyFileToFolders Include="..\..\WickedEngine\dxil.dll" />
9291
</ItemGroup>
9392
<ItemGroup>
9493
<Image Include="wicked.ico">

Samples/Example_ImGui_Docking/Example_ImGui_Docking.vcxproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,6 @@
162162
<Project>{06163dcb-b183-4ed9-9c62-13ef1658e049}</Project>
163163
</ProjectReference>
164164
</ItemGroup>
165-
<ItemGroup>
166-
<CopyFileToFolders Include="..\..\WickedEngine\dxil.dll">
167-
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
168-
<FileType>Document</FileType>
169-
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
170-
</CopyFileToFolders>
171-
</ItemGroup>
172165
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
173166
<ImportGroup Label="ExtensionTargets">
174167
</ImportGroup>

Samples/Example_ImGui_Docking/Example_ImGui_Docking.vcxproj.filters

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
<CopyFileToFolders Include="ImGuiPS.hlsl" />
8989
<CopyFileToFolders Include="ImGuiVS.hlsl" />
9090
<CopyFileToFolders Include="..\..\WickedEngine\dxcompiler.dll" />
91-
<CopyFileToFolders Include="..\..\WickedEngine\dxil.dll" />
9291
</ItemGroup>
9392
<ItemGroup>
9493
<Filter Include="ImGui">

Samples/Template_Windows/Template_Windows.vcxproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,6 @@
135135
<Project>{06163dcb-b183-4ed9-9c62-13ef1658e049}</Project>
136136
</ProjectReference>
137137
</ItemGroup>
138-
<ItemGroup>
139-
<CopyFileToFolders Include="..\..\WickedEngine\dxil.dll">
140-
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
141-
<FileType>Document</FileType>
142-
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
143-
</CopyFileToFolders>
144-
</ItemGroup>
145138
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
146139
<ImportGroup Label="ExtensionTargets">
147140
</ImportGroup>

Samples/Template_Windows/Template_Windows.vcxproj.filters

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,5 @@
4646
</ItemGroup>
4747
<ItemGroup>
4848
<CopyFileToFolders Include="..\..\WickedEngine\dxcompiler.dll" />
49-
<CopyFileToFolders Include="..\..\WickedEngine\dxil.dll" />
5049
</ItemGroup>
5150
</Project>

WickedEngine/OfflineShaderCompiler.vcxproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,6 @@
103103
<FileType>Document</FileType>
104104
</CopyFileToFolders>
105105
</ItemGroup>
106-
<ItemGroup>
107-
<CopyFileToFolders Include="dxil.dll">
108-
<FileType>Document</FileType>
109-
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
110-
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
111-
</CopyFileToFolders>
112-
</ItemGroup>
113106
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
114107
<ImportGroup Label="ExtensionTargets">
115108
</ImportGroup>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)