Sers.Core.csproj 1.1 KB

123456789101112131415161718192021222324252627282930
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <Version>2.1.1.315</Version>
  5. <Description>https://github.com/sersms/Sers/tree/2.1.1/release</Description>
  6. </PropertyGroup>
  7. <PropertyGroup>
  8. <DocumentationFile>bin\Debug\netstandard2.0\Sers.Core.xml</DocumentationFile>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <Compile Remove="SersLoader\ApiDesc\Attribute\Valid\delete\**" />
  12. <Compile Remove="SersLoader\ApiDesc\Attribute\Valid\delete\**" />
  13. <EmbeddedResource Remove="SersLoader\ApiDesc\Attribute\Valid\delete\**" />
  14. <EmbeddedResource Remove="SersLoader\ApiDesc\Attribute\Valid\delete\**" />
  15. <None Remove="SersLoader\ApiDesc\Attribute\Valid\delete\**" />
  16. <None Remove="SersLoader\ApiDesc\Attribute\Valid\delete\**" />
  17. <Compile Remove="Module\Api\LocalApi\ApiTrace\Rpc\RpcContextWithApiTrace.cs" />
  18. </ItemGroup>
  19. <ItemGroup>
  20. <ProjectReference Include="..\..\..\Vit\Vit.Core\Vit.Core\Vit.Core.csproj" />
  21. <ProjectReference Include="..\..\Sers.Hardware\Sers.Hardware\Sers.Hardware.csproj" />
  22. </ItemGroup>
  23. </Project>