Bladeren bron

Mark installer as x86

Eric Reed 12 jaren geleden
bovenliggende
commit
a36a556872
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      MediaBrowser.Installer/MediaBrowser.Installer.csproj

+ 1 - 1
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>