Skip to content

Minor improvements to solution items and resolved a build problem with DOFSetupPBXFixup - no code changes - #23

Open
queryquandary wants to merge 1 commit into
DirectOutput:masterfrom
queryquandary:rider
Open

Minor improvements to solution items and resolved a build problem with DOFSetupPBXFixup - no code changes#23
queryquandary wants to merge 1 commit into
DirectOutput:masterfrom
queryquandary:rider

Conversation

@queryquandary

Copy link
Copy Markdown

DOFSetupPBXFixup project:
The JetBrains Rider IDE could not find the System.Reflection.Metadata package from the existing .csproj reference. I've made the following changes to fix this:

  • Created a new packages.config file for System.Reflection.Metadata and included in the .csproj.
  • Added an explicit HintPath in the .csproj reference to System.Reflection.Metadata.

.gitignore:

  • Modified .gitignore to exclude JetBrains Rider .idea metadata.

MakeZip.bat:

  • Fixed a minor typo in MakeZip.bat file usage instructions.

Solution Items:

  • Removed debugrelease.bat (obsolete)
  • Added BuildRelease.bat and MakeZip.bat

DOFSetupPBXFixup project:
- Created `packages.config` file with the `System.Reflection.Metadata` package.
- Modified .csproj reference to `System.Reflection.Metadata` with explicit `HintPath` and set it as private.

gitignore:
- Modified `.gitignore` to exclude JetBrains Rider `.idea` metadata.

MakeZip.bat:
- Fixed a minor typo in MakeZip.bat file usage instructions.

Solution Items:
- Removed obsolete debugrelease.bat from Solution Items and added BuildRelease.bat and MakeZip.bat.
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.

1 participant