OSDN Git Service

デバッグ情報にPortable PDBを使用する
authorKimura Youichi <kim.upsilon@bucyou.net>
Sat, 26 Nov 2022 14:23:47 +0000 (23:23 +0900)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 26 Nov 2022 19:01:44 +0000 (04:01 +0900)
OpenTween/OpenTween.csproj

index 0ba0fd5..626f553 100644 (file)
@@ -16,7 +16,7 @@
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
+    <DebugType>portable</DebugType>
     <Optimize>false</Optimize>
     <OutputPath>bin\Debug\</OutputPath>
     <DefineConstants>TRACE;DEBUG</DefineConstants>
@@ -27,7 +27,7 @@
     <CodeAnalysisRuleSet>OpenTween.ruleset</CodeAnalysisRuleSet>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
+    <DebugType>portable</DebugType>
     <Optimize>true</Optimize>
     <OutputPath>bin\Release\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>