Like @giggio described in #56:
We will still have only one repository, this one.
We decided for a structure like this:
/src
/src/CSharp
/src/CSharp/CodeCracker
/src/CSharp/CodeCracker.Vsix
/src/VisualBasic
/src/VisualBasic/CodeCracker
/src/VisualBasic/CodeCracker.Vsix
/test
/test/CSharp
/test/CSharp/CodeCracker.Test
/test/VisualBasic
/test/VisualBasic/CodeCracker.Test
There will be two solutions at root /, CodeCracker.CSharp.sln and CodeCracker.VisualBasic.sln.
There will be two different Nugets, one for C#, one for VB, and two different Vsix. Maybe we can also have a third Vsix in the future with both. We will decide that later.
Like @giggio described in #56:
We will still have only one repository, this one.
We decided for a structure like this:
There will be two solutions at root /, CodeCracker.CSharp.sln and CodeCracker.VisualBasic.sln.
There will be two different Nugets, one for C#, one for VB, and two different Vsix. Maybe we can also have a third Vsix in the future with both. We will decide that later.