Visual studio 2017 : nesting files in a class library project

后端 未结 2 602
日久生厌
日久生厌 2021-01-13 20:01

In web projects you have the option of nesting files

 + startup.cs
   +--startup.internals.cs
   +--startup.configuration.cs

Is there any

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-13 20:16

    I believe you can do this in your csproj file.

    
        startup.internals.xaml
        startup.configureation.xaml
    
    

提交回复
热议问题