diff options
Diffstat (limited to 'nejdb/nejdb.csproj')
-rw-r--r-- | nejdb/nejdb.csproj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/nejdb/nejdb.csproj b/nejdb/nejdb.csproj index 21383d4..6b450a3 100644 --- a/nejdb/nejdb.csproj +++ b/nejdb/nejdb.csproj @@ -39,7 +39,7 @@ <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <ConsolePause>false</ConsolePause> - <PlatformTarget>x86</PlatformTarget> + <PlatformTarget>AnyCPU</PlatformTarget> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWindows|AnyCPU' "> <DebugType>none</DebugType> @@ -49,7 +49,7 @@ <WarningLevel>4</WarningLevel> <ConsolePause>false</ConsolePause> <DefineConstants>EJDBDLL;</DefineConstants> - <PlatformTarget>x86</PlatformTarget> + <PlatformTarget>AnyCPU</PlatformTarget> </PropertyGroup> <ItemGroup> <Reference Include="nunit.framework"> @@ -57,7 +57,6 @@ </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> - <Reference Include="Mono.Posix" /> </ItemGroup> <ItemGroup> <Compile Include="AssemblyInfo.cs" /> |