Skip to content

Commit 48d452e

Browse files
committed
Clean up debug symbol configurations
1 parent bfd203a commit 48d452e

5 files changed

Lines changed: 13 additions & 10 deletions

File tree

src/ConstructorProfiler/ConstructorProfiler.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@
2323
<WarningLevel>4</WarningLevel>
2424
</PropertyGroup>
2525
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26-
<DebugType>pdbonly</DebugType>
26+
<DebugType>embedded</DebugType>
2727
<Optimize>true</Optimize>
2828
<OutputPath>..\..\bin\Release\</OutputPath>
2929
<DefineConstants>TRACE</DefineConstants>
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
32+
<DebugSymbols>true</DebugSymbols>
3233
</PropertyGroup>
3334
<ItemGroup>
3435
<Reference Include="0Harmony, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">

src/DemystifyExceptions/DemystifyExceptions.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1717
<DebugSymbols>true</DebugSymbols>
18-
<DebugType>full</DebugType>
18+
<DebugType>embedded</DebugType>
1919
<Optimize>false</Optimize>
2020
<OutputPath>..\..\bin\Debug\</OutputPath>
2121
<DefineConstants>TRACE;DEBUG;APKD_STACKTRACE_NOCACHE;APKD_STACKTRACE_LAMBDAORDINALS;APKD_STACKTRACE_NOFORMAT</DefineConstants>
@@ -24,13 +24,14 @@
2424
<LangVersion>8</LangVersion>
2525
</PropertyGroup>
2626
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27-
<DebugType>none</DebugType>
27+
<DebugType>embedded</DebugType>
2828
<Optimize>true</Optimize>
2929
<OutputPath>..\..\bin\Release\</OutputPath>
3030
<DefineConstants>TRACE;APKD_STACKTRACE_NOCACHE;APKD_STACKTRACE_LAMBDAORDINALS;APKD_STACKTRACE_NOFORMAT</DefineConstants>
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>
3333
<LangVersion>8</LangVersion>
34+
<DebugSymbols>true</DebugSymbols>
3435
</PropertyGroup>
3536
<ItemGroup>
3637
<Reference Include="0Harmony, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">

src/MirrorInternalLogs/MirrorInternalLogs.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,24 @@
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1717
<PlatformTarget>AnyCPU</PlatformTarget>
1818
<DebugSymbols>true</DebugSymbols>
19-
<DebugType>full</DebugType>
19+
<DebugType>embedded</DebugType>
2020
<Optimize>false</Optimize>
21-
<OutputPath>bin\Debug\</OutputPath>
21+
<OutputPath>..\..\bin\Debug\</OutputPath>
2222
<DefineConstants>DEBUG;TRACE</DefineConstants>
2323
<ErrorReport>prompt</ErrorReport>
2424
<WarningLevel>4</WarningLevel>
2525
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2626
</PropertyGroup>
2727
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2828
<PlatformTarget>AnyCPU</PlatformTarget>
29-
<DebugType>none</DebugType>
29+
<DebugType>embedded</DebugType>
3030
<Optimize>true</Optimize>
3131
<OutputPath>..\..\bin\Release\</OutputPath>
3232
<DefineConstants>TRACE</DefineConstants>
3333
<ErrorReport>prompt</ErrorReport>
3434
<WarningLevel>4</WarningLevel>
3535
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
36+
<DebugSymbols>true</DebugSymbols>
3637
</PropertyGroup>
3738
<ItemGroup>
3839
<Reference Include="0Harmony, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">

src/ScriptEngine/ScriptEngine.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
</PropertyGroup>
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1717
<DebugSymbols>true</DebugSymbols>
18-
<DebugType>full</DebugType>
18+
<DebugType>embedded</DebugType>
1919
<Optimize>false</Optimize>
2020
<OutputPath>..\..\bin\Debug\</OutputPath>
2121
<DefineConstants>DEBUG;TRACE</DefineConstants>
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
2424
</PropertyGroup>
2525
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26-
<DebugType>none</DebugType>
26+
<DebugType>embedded</DebugType>
2727
<Optimize>true</Optimize>
2828
<OutputPath>..\..\bin\Release\</OutputPath>
2929
<DefineConstants>TRACE</DefineConstants>
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
32-
<DebugSymbols>false</DebugSymbols>
32+
<DebugSymbols>true</DebugSymbols>
3333
</PropertyGroup>
3434
<ItemGroup>
3535
<Reference Include="0Harmony, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">

src/StartupProfiler/StartupProfiler.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1717
<DebugSymbols>true</DebugSymbols>
18-
<DebugType>full</DebugType>
18+
<DebugType>embedded</DebugType>
1919
<Optimize>false</Optimize>
2020
<OutputPath>..\..\bin\Debug\</OutputPath>
2121
<DefineConstants>DEBUG;TRACE</DefineConstants>

0 commit comments

Comments
 (0)