forked from TalAloni/SMBLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSMBServer.slnx
16 lines (16 loc) · 942 Bytes
/
SMBServer.slnx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project Sdk="Microsoft.Build.Traversal/3.3.0">
<ItemGroup Label="files" >
<SolutionFile Include="*.props" Folder="build" />
<SolutionFile Include="*.targets" Folder="build" />
</ItemGroup>
<ItemGroup Label="projects" >
<ProjectReference Include="SMBLibrary.Adapters\SMBLibrary.Adapters.csproj" Folder="" />
<ProjectReference Include="SMBLibrary.Storage\SMBLibrary.Storage.csproj" Folder="" />
<ProjectReference Include="SMBLibrary.Console\SMBLibrary.Console.csproj" Folder="" />
<ProjectReference Include="SMBLibrary.Tests\SMBLibrary.Tests.csproj" Folder="" />
<ProjectReference Include="SMBLibrary.Win32\SMBLibrary.Win32.csproj" Folder="" />
<ProjectReference Include="SMBLibrary\SMBLibrary.csproj" Folder="" />
<ProjectReference Include="SMBServer\SMBServer.csproj" Folder="" />
<ProjectReference Include="Utilities\Utilities.csproj" Folder="" />
</ItemGroup>
</Project>