11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" packages\Microsoft.Direct3D.DXC.1.8.2505.32\build\native\Microsoft.Direct3D.DXC.props" Condition =" Exists('packages\Microsoft.Direct3D.DXC.1.8.2505.32\build\native\Microsoft.Direct3D.DXC.props')" />
34 <Import Project =" packages\Microsoft.Direct3D.D3D12.1.618.3\build\native\Microsoft.Direct3D.D3D12.props" Condition =" Exists('packages\Microsoft.Direct3D.D3D12.1.618.3\build\native\Microsoft.Direct3D.D3D12.props')" />
45 <ItemGroup Label =" ProjectConfigurations" >
56 <ProjectConfiguration Include =" Debug|x64" >
133134 </ClCompile >
134135 </ItemGroup >
135136 <ItemGroup >
136- <FxCompile Include =" shader_mesh_alt_pixel.hlsl" >
137- <EntryPointName Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >PSMain</EntryPointName >
138- <EntryPointName Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >PSMain</EntryPointName >
139- <ShaderModel Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >5.0</ShaderModel >
140- <ShaderModel Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >5.0</ShaderModel >
141- <ShaderType Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Pixel</ShaderType >
142- <ShaderType Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Pixel</ShaderType >
143- </FxCompile >
144- <FxCompile Include =" shader_mesh_simple_pixel.hlsl" >
145- <EntryPointName Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >PSMain</EntryPointName >
146- <EntryPointName Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >PSMain</EntryPointName >
147- <ShaderModel Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >5.0</ShaderModel >
148- <ShaderModel Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >5.0</ShaderModel >
149- <ShaderType Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Pixel</ShaderType >
150- <ShaderType Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Pixel</ShaderType >
151- <DeploymentContent >true</DeploymentContent >
152- </FxCompile >
153- <FxCompile Include =" shader_mesh_simple_vert.hlsl" >
154- <EntryPointName Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >VSMain</EntryPointName >
155- <EntryPointName Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >VSMain</EntryPointName >
156- <ShaderModel Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >5.0</ShaderModel >
157- <ShaderModel Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >5.0</ShaderModel >
158- <ShaderType Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Vertex</ShaderType >
159- <ShaderType Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Vertex</ShaderType >
160- <DeploymentContent >true</DeploymentContent >
161- <FileType >Document</FileType >
162- </FxCompile >
137+ <CustomBuild Include =" shader_mesh_alt_pixel.hlsl" >
138+ <Command Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >dxc.exe -nologo -Tps_6_0 -E"PSMain" -Zi -Qembed_debug -Fo"$(OutDir)%(Filename).cso" "%(FullPath)"</Command >
139+ <Message Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >%(Identity)</Message >
140+ <Outputs Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >$(OutDir)%(Filename).cso</Outputs >
141+ <Command Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >dxc.exe -nologo -Tps_6_0 -E"PSMain" -Zi -Qembed_debug -Fo"$(OutDir)%(Filename).cso" "%(FullPath)"</Command >
142+ <Message Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >%(Identity)</Message >
143+ <Outputs Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >$(OutDir)%(Filename).cso</Outputs >
144+ </CustomBuild >
145+ <CustomBuild Include =" shader_mesh_simple_pixel.hlsl" >
146+ <Command Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >dxc.exe -nologo -Tps_6_0 -E"PSMain" -Zi -Qembed_debug -Fo"$(OutDir)%(Filename).cso" "%(FullPath)"</Command >
147+ <Message Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >%(Identity)</Message >
148+ <Outputs Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >$(OutDir)%(Filename).cso</Outputs >
149+ <Command Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >dxc.exe -nologo -Tps_6_0 -E"PSMain" -Zi -Qembed_debug -Fo"$(OutDir)%(Filename).cso" "%(FullPath)"</Command >
150+ <Message Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >%(Identity)</Message >
151+ <Outputs Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >$(OutDir)%(Filename).cso</Outputs >
152+ </CustomBuild >
153+ <CustomBuild Include =" shader_mesh_simple_vert.hlsl" >
154+ <Command Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >dxc.exe -nologo -Tvs_6_0 -E"VSMain" -Zi -Qembed_debug -Fo"$(OutDir)%(Filename).cso" "%(FullPath)"</Command >
155+ <Message Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >%(Identity)</Message >
156+ <Outputs Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >$(OutDir)%(Filename).cso</Outputs >
157+ <Command Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >dxc.exe -nologo -Tvs_6_0 -E"VSMain" -Zi -Qembed_debug -Fo"$(OutDir)%(Filename).cso" "%(FullPath)"</Command >
158+ <Message Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >%(Identity)</Message >
159+ <Outputs Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >$(OutDir)%(Filename).cso</Outputs >
160+ </CustomBuild >
163161 </ItemGroup >
164162 <ItemGroup >
165163 <CustomBuild Include =" occcity.bin" >
174172 <ImportGroup Label =" ExtensionTargets" >
175173 <Import Project =" packages\Microsoft.Direct3D.D3D12.1.618.3\build\native\Microsoft.Direct3D.D3D12.targets" Condition =" Exists('packages\Microsoft.Direct3D.D3D12.1.618.3\build\native\Microsoft.Direct3D.D3D12.targets')" />
176174 <Import Project =" packages\WinPixEventRuntime.1.0.240308001\build\WinPixEventRuntime.targets" Condition =" Exists('packages\WinPixEventRuntime.1.0.240308001\build\WinPixEventRuntime.targets')" />
175+ <Import Project =" packages\Microsoft.Direct3D.DXC.1.8.2505.32\build\native\Microsoft.Direct3D.DXC.targets" Condition =" Exists('packages\Microsoft.Direct3D.DXC.1.8.2505.32\build\native\Microsoft.Direct3D.DXC.targets')" />
177176 </ImportGroup >
178177 <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
179178 <PropertyGroup >
182181 <Error Condition =" !Exists('packages\Microsoft.Direct3D.D3D12.1.618.3\build\native\Microsoft.Direct3D.D3D12.props')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Direct3D.D3D12.1.618.3\build\native\Microsoft.Direct3D.D3D12.props'))" />
183182 <Error Condition =" !Exists('packages\Microsoft.Direct3D.D3D12.1.618.3\build\native\Microsoft.Direct3D.D3D12.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Direct3D.D3D12.1.618.3\build\native\Microsoft.Direct3D.D3D12.targets'))" />
184183 <Error Condition =" !Exists('packages\WinPixEventRuntime.1.0.240308001\build\WinPixEventRuntime.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\WinPixEventRuntime.1.0.240308001\build\WinPixEventRuntime.targets'))" />
184+ <Error Condition =" !Exists('packages\Microsoft.Direct3D.DXC.1.8.2505.32\build\native\Microsoft.Direct3D.DXC.props')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Direct3D.DXC.1.8.2505.32\build\native\Microsoft.Direct3D.DXC.props'))" />
185+ <Error Condition =" !Exists('packages\Microsoft.Direct3D.DXC.1.8.2505.32\build\native\Microsoft.Direct3D.DXC.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Direct3D.DXC.1.8.2505.32\build\native\Microsoft.Direct3D.DXC.targets'))" />
185186 </Target >
186187</Project >
0 commit comments