N3developertoolkit / neo3-visual-tracker

Neo N3 blockchain explorer that is directly available within Visual Studio Code for developer usage and development scenarios.
https://marketplace.visualstudio.com/items?itemName=ngd-seattle.neo3-visual-tracker
MIT License
7 stars 11 forks source link

new template C# project should create .sln file in root #99

Closed devhawk closed 3 years ago

devhawk commented 3 years ago

If we are going to create the sample project in a sub directory, we should create a SLN file in the root that includes the csproj file of the contract.

I'm thinking the contract should go in the src folder and then we also have a test folder

djnicholson commented 3 years ago

The recent changes to the template create a dirs.proj in the root which I believe should be sufficient. Assign back to me if you disagree.