1
This commit is contained in:
8
src/WMS.Web.Api/wwwroot/WMS.Web.Core.xml
Normal file
8
src/WMS.Web.Api/wwwroot/WMS.Web.Core.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>WMS.Web.Core</name>
|
||||
</assembly>
|
||||
<members>
|
||||
</members>
|
||||
</doc>
|
||||
8
src/WMS.Web.Api/wwwroot/WMS.Web.Domain.xml
Normal file
8
src/WMS.Web.Api/wwwroot/WMS.Web.Domain.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>WMS.Web.Domain</name>
|
||||
</assembly>
|
||||
<members>
|
||||
</members>
|
||||
</doc>
|
||||
13
src/WMS.Web.Core/WMS.Web.Core.csproj
Normal file
13
src/WMS.Web.Core/WMS.Web.Core.csproj
Normal file
@@ -0,0 +1,13 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<NoWarn>1701;1702;1591</NoWarn>
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<DocumentationFile>../WMS.Web.Api/wwwroot/WMS.Web.Core.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
13
src/WMS.Web.Domain/WMS.Web.Domain.csproj
Normal file
13
src/WMS.Web.Domain/WMS.Web.Domain.csproj
Normal file
@@ -0,0 +1,13 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<NoWarn>1701;1702;1591</NoWarn>
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<DocumentationFile>../WMS.Web.Api/wwwroot/WMS.Web.Domain.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
7
src/WMS.Web.Repositories/WMS.Web.Repositories.csproj
Normal file
7
src/WMS.Web.Repositories/WMS.Web.Repositories.csproj
Normal file
@@ -0,0 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user