fix 64-bit windows build

This commit is contained in:
Luke Pulverenti 2015-12-21 10:28:47 -05:00
parent b14ca8863f
commit e290f24718
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<StartupObject>MediaBrowser.ServerApplication.MainStartup</StartupObject>