Skip to content

Commit

Permalink
fixed fody compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuffins committed Aug 18, 2017
1 parent cc27a58 commit 5dd24b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PluginMediaMonkey/PluginMediaMonkey.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<DebugType>none</DebugType>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>x32\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
Expand All @@ -55,6 +55,7 @@
<NoWarn>1607</NoWarn>
<PlatformTarget>x86</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 5dd24b6

Please sign in to comment.