diff options
author | adam <adamansky@gmail.com> | 2013-08-16 15:33:49 +0700 |
---|---|---|
committer | adam <adamansky@gmail.com> | 2013-08-16 15:33:49 +0700 |
commit | 40e0b6d2ed81908484bdde4d13baca75d88c05fb (patch) | |
tree | 6105bc9e4515d094275aacd30570500cf8e596b2 /nejdb | |
parent | 32b4ec790c36a92cecec35b6562db56888a3c95f (diff) | |
download | ejdb-40e0b6d2ed81908484bdde4d13baca75d88c05fb.tar.gz ejdb-40e0b6d2ed81908484bdde4d13baca75d88c05fb.tar.bz2 ejdb-40e0b6d2ed81908484bdde4d13baca75d88c05fb.zip |
#92 done
Diffstat (limited to 'nejdb')
-rw-r--r-- | nejdb/nejdb.csproj | 5 | ||||
-rw-r--r-- | nejdb/sample/sample.csproj | 4 |
2 files changed, 4 insertions, 5 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" /> diff --git a/nejdb/sample/sample.csproj b/nejdb/sample/sample.csproj index c57f86b..bf571a8 100644 --- a/nejdb/sample/sample.csproj +++ b/nejdb/sample/sample.csproj @@ -20,7 +20,7 @@ <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Externalconsole>true</Externalconsole> - <PlatformTarget>x86</PlatformTarget> + <PlatformTarget>AnyCPU</PlatformTarget> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWindows|AnyCPU' "> <DebugType>full</DebugType> @@ -29,7 +29,7 @@ <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Externalconsole>true</Externalconsole> - <PlatformTarget>x86</PlatformTarget> + <PlatformTarget>AnyCPU</PlatformTarget> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugUnix|AnyCPU' "> <DebugSymbols>true</DebugSymbols> |