Code Monkey home page Code Monkey logo

Comments (6)

zspitz avatar zspitz commented on May 22, 2024 1

OK. I'll work it out, as part of generating a standard template for the C#/VB versions.

from basic-computer-games.

zspitz avatar zspitz commented on May 22, 2024 1

This is implemented via #520.

from basic-computer-games.

coding-horror avatar coding-horror commented on May 22, 2024

Sure! If we can normalize on the simpler method, and it still works with Visual Studio, I'm all for it! Feel free to check in a normalization of all csharp (and vbnet) folders!

from basic-computer-games.

coding-horror avatar coding-horror commented on May 22, 2024

@zspitz if you'd like to take this on it would be quite welcome!

from basic-computer-games.

journich avatar journich commented on May 22, 2024

Thanks @zspitz, much appreciated!

from basic-computer-games.

zspitz avatar zspitz commented on May 22, 2024

I'm rethinking this. When there are multiple projects, then each project should be in a separate folder. There are currently four ports that have multiple projects, for one of two reasons:

Not sure about the second -- unless we're going to create some shared abstraction of output usable by all the programs, I think having it in each one is just added noise. But I think having test projects is certainly a valid reason for multiple projects.

Moving an existing port from a "project-in-same-folder-as-solution" to "project-in-subfolder" requires a bit of work:

  1. opening the solution
  2. removing the project from within the solution
  3. moving the project files into a subfolder -- .csproj/.vbproj and all the code files
  4. reattaching the .csproj/.vbproj file from its new location

This is a strong argument for having the project files in a subfolder from the beginning, especially since this is how Visual Studio constructs projects by default.

from basic-computer-games.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.