Skip to content

Commit 67a6458

Browse files
committed
[Build] AssemblyProcessor: Fixed samples/user game builds
# Original commit: '6aafb1cfefc0e20a8ad19f6d964889ccbe8a71ae'
1 parent 9a9953d commit 67a6458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Targets/Xenko.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<!--This variable can be overriden by a platform specific targets (in case the executable is located into an assembly dll )-->
144144
<SiliconStudioIsExecutable Condition=" '$(OutputType)' == 'Exe'">true</SiliconStudioIsExecutable>
145145
<SiliconStudioIsExecutable Condition=" '$(OutputType)' == 'WinExe'">true</SiliconStudioIsExecutable>
146-
<SiliconStudioAssemblyProcessorPath>$(SiliconStudioPackageXenko)\deps\AssemblyProcessor\SiliconStudio.AssemblyProcessor.exe</SiliconStudioAssemblyProcessorPath>
146+
<SiliconStudioAssemblyProcessorPath>$(SiliconStudioPackageXenko)\deps\AssemblyProcessor\SiliconStudio.AssemblyProcessor.Packed.exe</SiliconStudioAssemblyProcessorPath>
147147
</PropertyGroup>
148148

149149
<!-- Include platform specific targets -->

0 commit comments

Comments
 (0)