fix 64-bit windows build

pull/702/head
Luke Pulverenti 9 years ago
parent b14ca8863f
commit e290f24718

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

Loading…
Cancel
Save