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

Fix castle references in .csproj #11

Merged
merged 1 commit into from
Jun 15, 2012

Conversation

yorah
Copy link
Contributor

@yorah yorah commented Jun 15, 2012

Fixed the castle versions declared in the .csproj.
I had to make those changes to get Moq to compile (from the github repository) in Debug mode.

Also, as I don't have the same Office version than yours, I had to remove the reference to Microsoft.Office.Interop.Word, and to remove the corresponding test, in order to be able to run the full test suite. I did not commit this change. However, it might be worthy to document this in a readme or a wiki page.

@kzu
Copy link
Contributor

kzu commented Jun 15, 2012

Maybe what we could do is conditionally include the reference (via a check for Exists(...) in the .csproj) as well as the test itself (also with a condition on the file -would need to put it separately-)

kzu added a commit that referenced this pull request Jun 15, 2012
@kzu kzu merged commit 7e50ae6 into devlooped:master Jun 15, 2012
david-kalbermatten added a commit to david-kalbermatten/moq4 that referenced this pull request Jun 9, 2023
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.

None yet

2 participants