|
@@ -18,8 +18,8 @@
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
- <DebugSymbols>false</DebugSymbols>
|
|
|
- <DebugType>none</DebugType>
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugType>embedded</DebugType>
|
|
|
<Optimize>false</Optimize>
|
|
|
<OutputPath>..\bin\</OutputPath>
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
@@ -30,13 +30,14 @@
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
- <DebugType>pdbonly</DebugType>
|
|
|
+ <DebugType>embedded</DebugType>
|
|
|
<Optimize>true</Optimize>
|
|
|
<OutputPath>..\bin\</OutputPath>
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup>
|
|
|
<StartupObject>BepInEx.Patcher.Program</StartupObject>
|