|
@@ -9,7 +9,7 @@
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
<RootNamespace>BenQGuru.eMES.DLLService</RootNamespace>
|
|
|
<AssemblyName>BenQGuru.eMES.DLLService</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<TargetFrameworkProfile />
|
|
|
</PropertyGroup>
|
|
@@ -23,6 +23,7 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<RegisterForComInterop>true</RegisterForComInterop>
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<DebugType>pdbonly</DebugType>
|
|
@@ -44,6 +45,9 @@
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>tool\Oracle.DataAccess.dll</HintPath>
|
|
|
</Reference>
|
|
|
+ <Reference Include="Oracle.ManagedDataAccess">
|
|
|
+ <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|
|
|
<Reference Include="System.Data.OracleClient" />
|