diff options
Diffstat (limited to 'Software/Visual_Studio_v2/Tango.BLL/Tango.BLL.csproj')
| -rw-r--r-- | Software/Visual_Studio_v2/Tango.BLL/Tango.BLL.csproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Software/Visual_Studio_v2/Tango.BLL/Tango.BLL.csproj b/Software/Visual_Studio_v2/Tango.BLL/Tango.BLL.csproj new file mode 100644 index 000000000..bc3617fb9 --- /dev/null +++ b/Software/Visual_Studio_v2/Tango.BLL/Tango.BLL.csproj @@ -0,0 +1,11 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <TargetFramework>netstandard2.0</TargetFramework> + </PropertyGroup> + + <ItemGroup> + <ProjectReference Include="..\Tango.DAL\Tango.DAL.csproj" /> + </ItemGroup> + +</Project> |
