Skip to content

Commit

Permalink
Fixed build properties for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
amirzaidi committed May 24, 2017
1 parent 3c19e85 commit 1726278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Mirai/Mirai.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@
<NoWarn>4014;1998</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>4014;1998</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Google.Apis, Version=1.24.1.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
Expand Down

0 comments on commit 1726278

Please sign in to comment.