Modified the build paths for plugins in Release mode

This commit is contained in:
Alekhya Reddy Kommuru
2020-03-10 15:04:57 -07:00
parent b31215c257
commit 36a3b6f479
5 changed files with 6 additions and 5 deletions

View File

@@ -29,7 +29,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\Output\Release\Plugins\Wox.Plugin.Program\</OutputPath>
<OutputPath>..\..\..\..\..\x64\Release\modules\Wox\Plugins\Wox.Plugin.Program\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>