Merge branch 'master' of https://github.com/Cuyler36/ACSE
This commit is contained in:
commit
23563b168f
1 changed files with 20 additions and 5 deletions
|
@ -5741,9 +5741,24 @@
|
||||||
<Error Condition="!Exists('..\packages\Fody.3.2.16\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.3.2.16\build\Fody.targets'))" />
|
<Error Condition="!Exists('..\packages\Fody.3.2.16\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.3.2.16\build\Fody.targets'))" />
|
||||||
</Target>
|
</Target>
|
||||||
<Import Project="..\packages\Fody.3.2.16\build\Fody.targets" Condition="Exists('..\packages\Fody.3.2.16\build\Fody.targets')" />
|
<Import Project="..\packages\Fody.3.2.16\build\Fody.targets" Condition="Exists('..\packages\Fody.3.2.16\build\Fody.targets')" />
|
||||||
<PropertyGroup>
|
|
||||||
<PostBuildEvent>del $(TargetDir)Newtonsoft.Json.xml
|
<PropertyGroup Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))'">
|
||||||
del $(TargetDir)$(TargetName).pdb
|
<PostBuildEvent>del $(TargetDir)Newtonsoft.Json.xml
|
||||||
del $(TargetDir)$(TargetName).exe.config</PostBuildEvent>
|
del $(TargetDir)$(TargetName).pdb
|
||||||
</PropertyGroup>
|
del $(TargetDir)$(TargetName).exe.config
|
||||||
|
</PostBuildEvent>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))'">
|
||||||
|
<PostBuildEvent>rm $(TargetDir)Newtonsoft.Json.xml
|
||||||
|
rm $(TargetDir)$(TargetName).pdb
|
||||||
|
rm $(TargetDir)$(TargetName).exe.config
|
||||||
|
</PostBuildEvent>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))'">
|
||||||
|
<PostBuildEvent>rm $(TargetDir)Newtonsoft.Json.xml
|
||||||
|
rm $(TargetDir)$(TargetName).pdb
|
||||||
|
rm $(TargetDir)$(TargetName).exe.config
|
||||||
|
</PostBuildEvent>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in a new issue