|
|
@@ -30,8 +30,8 @@
|
|
30
|
30
|
<WarningLevel>4</WarningLevel>
|
|
31
|
31
|
</PropertyGroup>
|
|
32
|
32
|
<ItemGroup>
|
|
33
|
|
- <Reference Include="MySql.Data">
|
|
34
|
|
- <HintPath>D:\web\地铁\DLL\MySql.Data.dll</HintPath>
|
|
|
33
|
+ <Reference Include="MySql.Data, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
|
34
|
+ <HintPath>..\..\packages\MySql.Data.6.9.12\lib\net45\MySql.Data.dll</HintPath>
|
|
35
|
35
|
</Reference>
|
|
36
|
36
|
<Reference Include="System" />
|
|
37
|
37
|
<Reference Include="System.Configuration" />
|
|
|
@@ -59,6 +59,10 @@
|
|
59
|
59
|
<Name>CallCenter.Utility</Name>
|
|
60
|
60
|
</ProjectReference>
|
|
61
|
61
|
</ItemGroup>
|
|
|
62
|
+ <ItemGroup>
|
|
|
63
|
+ <None Include="app.config" />
|
|
|
64
|
+ <None Include="packages.config" />
|
|
|
65
|
+ </ItemGroup>
|
|
62
|
66
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
63
|
67
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
64
|
68
|
Other similar extension points exist, see Microsoft.Common.targets.
|