Skip to content
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

Building and distributing 64-bit version of InstallerLib, InstallerEditor, and InstallerLinker for reference by 64-bit processes #160

Draft
wants to merge 47 commits into
base: master
Choose a base branch
from

Conversation

icnocop
Copy link
Collaborator

@icnocop icnocop commented Sep 8, 2023

Building and distributing 64-bit version of C# libraries for reference by 64-bit processes
Updated C# projects to SDK-style format
Replaced local copy of StyleCop with NuGet package reference
Fixes #159

… package references, and targeting "Any CPU" platform

Dynamically loading 32-bit or 64-bit CabLib.dll depending on the process architecture
Removed unused using statements
Replaced local copy of StyleCop with NuGet package reference
Using MSBuild to restore nuget packages instead of nuget.exe
Fixes dotnetinstaller#159
@icnocop icnocop force-pushed the AnyCPU branch 2 times, most recently from 7b9c900 to 8356c0d Compare September 19, 2023 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update C# projects to target the "Any CPU" platform so libraries can be referenced by a 64-bit application/process
1 participant