forked from nikita/muzika-gromche
Include debug symbols, but strip sensitive source paths
This commit is contained in:
parent
a4ca1c86ec
commit
b6f576d50d
|
|
@ -13,9 +13,6 @@
|
|||
<LangVersion>latest</LangVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
|
||||
<!-- NetcodePatch requires anything but 'full' -->
|
||||
<DebugType>portable</DebugType>
|
||||
|
||||
<PackageReadmeFile>../README.md</PackageReadmeFile>
|
||||
<PackageProjectUrl>https://git.vilunov.me/ratijas/muzika-gromche</PackageProjectUrl>
|
||||
<RepositoryUrl>https://git.vilunov.me/ratijas/muzika-gromche</RepositoryUrl>
|
||||
|
|
@ -32,6 +29,16 @@
|
|||
<NoWarn>$(NoWarn);CS0436</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Embedded debug -->
|
||||
<PropertyGroup>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<!-- NetcodePatch requires anything but 'full' -->
|
||||
<DebugType>embedded</DebugType>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="$(Configuration) == 'Release'">
|
||||
<PathMap>$(UserProfile)=~,$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))=$(PackageId)/</PathMap>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="BepInEx.Analyzers" Version="1.*" PrivateAssets="all" Private="false" />
|
||||
<PackageReference Include="BepInEx.Core" Version="5.*" PrivateAssets="all" Private="false" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue