修改库的引用路径
This commit is contained in:
parent
cf8b375796
commit
51a9ebefd5
@ -39,13 +39,11 @@
|
||||
<Reference Include="CommandLine">
|
||||
<HintPath>..\..\Dependencies\CommandLine.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DocumentFormat.OpenXml, Version=2.10.1.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\Dependencies\DocumentFormat.OpenXml.dll</HintPath>
|
||||
<Reference Include="DocumentFormat.OpenXml">
|
||||
<HintPath>..\..\Dependencies\DocumentFormat.OpenXml.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="EPPlus, Version=4.5.3.2, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\Dependencies\EPPlus.dll</HintPath>
|
||||
<Reference Include="EPPlus">
|
||||
<HintPath>..\..\Dependencies\EPPlus.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="log4net">
|
||||
<HintPath>..\..\Dependencies\log4net.dll</HintPath>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user