Skip to content

Remove Visual Studio test config from Centroid.Tests project#46

Closed
thorncp wants to merge 2 commits intomasterfrom
remove-vs-test-config
Closed

Remove Visual Studio test config from Centroid.Tests project#46
thorncp wants to merge 2 commits intomasterfrom
remove-vs-test-config

Conversation

@thorncp
Copy link
Copy Markdown
Contributor

@thorncp thorncp commented Feb 21, 2014

I'm guessing the project was created as a Test Project, so VS added a bunch of stuff to the csproj file for its personal use. Not only are we not using any of it, it also kept Xamarin Studio from being able to open the project, because it didn't recognize the project type.

I think these changes just revert it back to a simple class library type. However, all I did was go through the csproj file and remove everything that looked related to testing, so I may have missed something or removed too much. Anyone know more about this?

I was able to open the project in XS after these changes, and run the tests.

I'm guessing the project was created as a unit test project, so VS dumped all
this stuff in there that we're not even using. The project types specified also
kepy Xamarin Studio from being able to open the project.
@gregoryjscott
Copy link
Copy Markdown
Contributor

Looks fine to me.

I guess Test Project is MSTest? Edited.

@thorncp
Copy link
Copy Markdown
Contributor Author

thorncp commented May 9, 2014

Replaced by #49

@thorncp thorncp closed this May 9, 2014
@thorncp thorncp deleted the remove-vs-test-config branch May 9, 2014 17:25
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.

2 participants