-
-
Notifications
You must be signed in to change notification settings - Fork 12
Upgrade to .Net Framework 48 and make SayMore 64-bit #257
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
Conversation
…ed csproj files to SDK-style
…ut still needed on TC)
Stripped out DLLs no longer needed in .Net Framework 4.8 Updated XLIFF files for shared SIL DLLs. Changed the way version numbers are supplied. Restored ICU4c package that got lost during SDK-style conversion Made it possible to ignore signing failures Fixed warning because of per-user keypath registry entry for the SayMore.exe component
…-64-bit # Conflicts: # build/SayMore.proj
andrew-polk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andrew-polk reviewed 36 of 36 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @megahirt and @tombogle)
src/SayMoreTests/SayMoreTests.csproj line 44 at r1 (raw file):
<None Remove="Resources\shortSound.wav" /> <None Remove="Resources\shortVideo.wmv" /> <None Remove="Resources\test.eaf" />
Why is this list removed, then included?
|
Previously, andrew-polk wrote…
That pattern is **correct and intentional. It looks weird, but it’s exactly how you’re supposed to override the new defaults. In SDK-style projects, files like these are auto-included as |
andrew-polk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status:
complete! all files reviewed, all discussions resolved (waiting on @megahirt)
andrew-polk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andrew-polk reviewed 1 of 1 files at r2, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @megahirt)
Addresses:
#246
#248
This change is