Skip to content

Commit

Permalink
Properly target x86 for Release target
Browse files Browse the repository at this point in the history
  • Loading branch information
nixxquality committed Apr 25, 2014
1 parent dd4ba66 commit 644df64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FFMSsharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<WarningLevel>4</WarningLevel>
<DocumentationFile>FFMSsharp.xml</DocumentationFile>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down

0 comments on commit 644df64

Please sign in to comment.