diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-03-13 10:03:02 -0400 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-03-13 10:03:02 -0400 |
| commit | a36a5568728cca166272c69a00cba5cc76406c06 (patch) | |
| tree | 1021ad8a0e1fc4fd8c0c0831d78affa5aa2095fc | |
| parent | e3af1798566b7aa0b568d2db2f06a1af7a0b0ec3 (diff) | |
Mark installer as x86
| -rw-r--r-- | MediaBrowser.Installer/MediaBrowser.Installer.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Installer/MediaBrowser.Installer.csproj b/MediaBrowser.Installer/MediaBrowser.Installer.csproj index f27225749..bf1653518 100644 --- a/MediaBrowser.Installer/MediaBrowser.Installer.csproj +++ b/MediaBrowser.Installer/MediaBrowser.Installer.csproj @@ -48,7 +48,7 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <PlatformTarget>AnyCPU</PlatformTarget> + <PlatformTarget>x86</PlatformTarget> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> |
