Fix issue with Microsoft.Web.Services3.dll in Enterprise Project.

This commit is contained in:
Virtuworks 2013-07-24 15:08:00 -04:00
parent 1b0892a41d
commit 72a2c745d0

View file

@ -48,7 +48,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Microsoft.Web.Services3"> <Reference Include="Microsoft.Web.Services3">
<HintPath>..\..\Bin\Microsoft.Web.Services3.dll</HintPath> <HintPath>..\..\Lib\Microsoft.Web.Services3.dll</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Data" /> <Reference Include="System.Data" />