Replies: 1 comment
-
any suggestions. I'm stumble upon same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I need a dll : vcinet.x64.dll.
When I work in local environment, I always need to copy this dll to the folder AppX because the folder doesn't want to be copied in AppX folder. The dll is in the parent folder. If I had understand AppX utility, it's only for when I run the app.
So I decided to put this dll in my project files and a script to copy it.
I put the dll on Resources\vcinet\x64\vcinet.x64.dll
I put this on my csproj :
And this :
And I want to add a "script" :
I tried :
It works, I have my annie folder created with the dll when I build.
When I publish :
If I use 7-zip to unpackage the .msix, I don't see any vicinet folder$(TargetDir) instead of $ (PublishDir) and also $(OutDir) and also $ (OutputPath) and it doesn't work.
I tried
I also tried :
I tried with AfterPublish instead of Publish and it doesn't work
I also tried this but not working either.
I also want, for the debug, the dll in my AppX folder so I tried
I see my vcinet folder in AppX folder.
But when I launch the app, the AppX folder disappear and reappear without de folder vcinet
Thanks if you find me the miracle command :)
(To have the file in my AppX, I moved from Resources to vcinet directly at the root of the project)
Beta Was this translation helpful? Give feedback.
All reactions