Skip to content

Commit 0bacb6d

Browse files
committed
Add solution items and project references to solution
Created a new solution file `SubDBSharp.slnx` that includes various project references and solution items. The solution file now references three project files and includes the `Directory.Packages.props` and `Directory.Build.props` in solution items.
1 parent e2de073 commit 0bacb6d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

SubDBSharp.slnx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Solution>
2+
<Folder Name="/.Solution Items/">
3+
<File Path="Directory.Packages.props" />
4+
<File Path="Directory.Build.props" />
5+
</Folder>
6+
<Project Path="DesktopClient\DesktopClient.csproj" Type="Classic C#" />
7+
<Project Path="src\SubDBSharp.csproj" />
8+
<Project Path="SubDBSharp.UnitTest\SubDBSharp.UnitTest.csproj" />
9+
</Solution>

0 commit comments

Comments
 (0)