Thanks to visit codestin.com
Credit goes to github.com

Skip to content

How to build Microsoft.Windowsdesktop.App package #10763

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
baikaishiuc opened this issue Apr 13, 2025 · 1 comment
Open

How to build Microsoft.Windowsdesktop.App package #10763

baikaishiuc opened this issue Apr 13, 2025 · 1 comment
Labels
Question General question, not a problem in source code or documentation (yet)

Comments

@baikaishiuc
Copy link

baikaishiuc commented Apr 13, 2025

Hi, I arranged the directory structure like this:

${rootdir}
|------> wpf
|------> runtime
|------> windowsdesktop

Then I entered the windowsdesktop subdirectory and ran:

cd windowsdesktop
.\build.cmd -pack -c Release

This generated a package at:

artifacts\packages\Release\Shipping\windowsdesktop-runtime-8.0.11-win-x64.zip

However, after extracting this ZIP package, I found that the PresentationCore.dll MD5 hash is different from the one in wpf/artifacts.

Where is the library in the windowsdesktop package coming from?
How can I pack my custom PresentationCore.dll in windowsdesktop-runtime-8.0.11-win-x64.zip

@himgoyalmicro himgoyalmicro added the Question General question, not a problem in source code or documentation (yet) label Apr 14, 2025
@lindexi
Copy link
Member

lindexi commented Apr 18, 2025

@baikaishiuc Sorry for delay reply. Run build.cmd -pack -ci -configuration $(Configuration) -prepareMachine /p:Platform=$(Platform)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question General question, not a problem in source code or documentation (yet)
Projects
None yet
Development

No branches or pull requests

3 participants