Skip to content

Commit

Permalink
リリースビルド時はpdbファイルを出力しない
Browse files Browse the repository at this point in the history
  • Loading branch information
AioiLight committed Apr 14, 2020
1 parent 707f0b0 commit d7578b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PrincessTool/PrincessTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
Expand Down

0 comments on commit d7578b9

Please sign in to comment.