Giter VIP home page Giter VIP logo

folderstructureconventions's Introduction

Folder Structure Conventions

Estrutura padrão de pastas padrão para projetos em C#

Crie um solução em branco chamada FolderStructureConventions

Adicione um novo projeto do tipo Blank solution

Adicione um novo projeto

O nome do projeto deve ser nomeado como Namespace.CamadaOuFinalidade e a pasta de destino do projeto deve ser definida em Location como (pasta da solução)\src

Exemplo

C:\GitHub\FolderStructureConventions\src

Adicione um novo projeto de testes

O nome do projeto deve ser nomeado como Namespace.CamadaOuFinalidade.Tests e a pasta de destino do projeto deve ser definida em Location como (pasta da solução)\tests

Exemplo

C:\GitHub\FolderStructureConventions\tests

Altere a pasta de builds bin e obj dos projetos

Clique com o botão direito sobre o projeto, em seguida em Properties, Clique em Build, Em Configuration, selecione Debug, Em Output path digite (pasta da solução)\build\(NomeDoProjeto)\bin\Debug, Em Configuration, selecione Release, Em Output path digite (pasta da solução)\build\(NomeDoProjeto)\bin\Release.

....\build\FolderStructureConventions.Prompt\bin\Release</OutputPath> ....\build\FolderStructureConventions.Prompt\obj\Release</IntermediateOutputPath>

Exemplo

C:\GitHub\FolderStructureConventions\build\FolderStructureConventions.Prompt\bin\Debug

ou

....\build\FolderStructureConventions.Prompt\bin\Debug

Exclua todas as pastas bin e obj

folderstructureconventions's People

Contributors

tiagopariz avatar

Watchers

 avatar  avatar

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.