Skip to content

Commit

Permalink
整理券プラグイン出力パスの変更
Browse files Browse the repository at this point in the history
  • Loading branch information
automatic9045 committed Mar 28, 2021
1 parent e38bc08 commit aa88ce6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\..\..\MS-12\MS-12\bin\Debug\Any CPU\Plugins\TRS\NumberedTickets\</OutputPath>
<OutputPath>..\..\..\..\MS-12\MS-12\bin\Debug\Any CPU\Plugins\TRS\NumberedTickets\NumberedTicket\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -30,7 +30,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\..\..\MS-12\MS-12\bin\Release\Any CPU\Plugins\TRS\NumberedTickets\</OutputPath>
<OutputPath>..\..\..\..\MS-12\MS-12\bin\Release\Any CPU\Plugins\TRS\NumberedTickets\NumberedTicket\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down

0 comments on commit aa88ce6

Please sign in to comment.