We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9953d commit 67a6458Copy full SHA for 67a6458
Targets/Xenko.targets
@@ -143,7 +143,7 @@
143
<!--This variable can be overriden by a platform specific targets (in case the executable is located into an assembly dll )-->
144
<SiliconStudioIsExecutable Condition=" '$(OutputType)' == 'Exe'">true</SiliconStudioIsExecutable>
145
<SiliconStudioIsExecutable Condition=" '$(OutputType)' == 'WinExe'">true</SiliconStudioIsExecutable>
146
- <SiliconStudioAssemblyProcessorPath>$(SiliconStudioPackageXenko)\deps\AssemblyProcessor\SiliconStudio.AssemblyProcessor.exe</SiliconStudioAssemblyProcessorPath>
+ <SiliconStudioAssemblyProcessorPath>$(SiliconStudioPackageXenko)\deps\AssemblyProcessor\SiliconStudio.AssemblyProcessor.Packed.exe</SiliconStudioAssemblyProcessorPath>
147
</PropertyGroup>
148
149
<!-- Include platform specific targets -->
0 commit comments