mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
feat: NetStandard krang plugins are archived to .kpz files
This commit is contained in:
parent
b44cbe0093
commit
ffb00f960d
1 changed files with 3 additions and 0 deletions
|
|
@ -25,8 +25,11 @@
|
||||||
<DefineConstants>TRACE;STANDARD</DefineConstants>
|
<DefineConstants>TRACE;STANDARD</DefineConstants>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Remove="binNetCoreApp\**" />
|
||||||
<Compile Remove="SIMPLSharpLogs\**" />
|
<Compile Remove="SIMPLSharpLogs\**" />
|
||||||
|
<EmbeddedResource Remove="binNetCoreApp\**" />
|
||||||
<EmbeddedResource Remove="SIMPLSharpLogs\**" />
|
<EmbeddedResource Remove="SIMPLSharpLogs\**" />
|
||||||
|
<None Remove="binNetCoreApp\**" />
|
||||||
<None Remove="SIMPLSharpLogs\**" />
|
<None Remove="SIMPLSharpLogs\**" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue