Skip to content

Commit 4525e07

Browse files
committed
Emit legacy debugging info only for debug builds
1 parent 19e719e commit 4525e07

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

COM3D2.DressCode.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44
<TargetFramework>net35</TargetFramework>
55
<LangVersion>10</LangVersion>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7-
<DebugType>Full</DebugType>
87
<Product>DressCode</Product>
98
<Version>1.0.0</Version>
109
<Authors>Perdition</Authors>
1110
<PackageProjectUrl>https://github.com/Perdition-117/COM3D2.DressCode</PackageProjectUrl>
1211
<RepositoryUrl>https://github.com/Perdition-117/COM3D2.DressCode.git</RepositoryUrl>
1312
</PropertyGroup>
1413

14+
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
15+
<DebugType>full</DebugType>
16+
</PropertyGroup>
17+
1518
<ItemGroup>
1619
<PackageReference Include="BepInEx.BaseLib" Version="5.4.19" />
1720
<PackageReference Include="BepInEx.PluginInfoProps" Version="1.1.0" />

0 commit comments

Comments
 (0)