|
|
@@ -74,9 +74,8 @@
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
- <Reference Include="Oracle.DataAccess, Version=10.2.0.100, Culture=neutral, PublicKeyToken=89b483f429c47342">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>..\..\IBOSS.PRD.Service\orcl_10_11_x32\Oracle.DataAccess.dll</HintPath>
|
|
|
+ <Reference Include="Oracle.ManagedDataAccess">
|
|
|
+ <HintPath>..\..\DLL\Oracle.ManagedDataAccess.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Drawing" />
|
|
|
@@ -1135,6 +1134,9 @@
|
|
|
<ItemGroup>
|
|
|
<None Include="Resources\functionbackground.png" />
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <WCFMetadata Include="Connected Services\" />
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|