Browse Source

Portable PDB so IPA's logger shows line numbers

Zingabopp 5 năm trước cách đây
mục cha
commit
1dc97fd237
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      SongBrowserPlugin/SongBrowser.csproj

+ 1 - 1
SongBrowserPlugin/SongBrowser.csproj

@@ -18,7 +18,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <PlatformTarget>AnyCPU</PlatformTarget>
     <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
+    <DebugType>pdbonly</DebugType>
     <Optimize>false</Optimize>
     <OutputPath>bin\Debug\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>