Add the ability to nest files
Add the ability to right-click and mark a file in the csproj as being DependentUpon another file.
<Compile Include="Controls\ElapsedTimeView.xaml.cs">
<DependentUpon>ElapsedTimeView.xaml</DependentUpon>
</Compile>
Please sign in to leave a comment.