【发布时间】:2015-02-05 05:53:22
【问题描述】:
我想知道如何将 .vbproj 文件中的引用更改为用户的本地路径,因为不同用户的项目文件夹不同。
例如,.vbproj 文件中的引用是:
<Reference Include="Spire.Common, Version=1.2.43.7035, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
HintPath>C:\Users\Maple\AppData\Local\Temp\DeskApp\DeskApp\bin\Debug\Spire.Common.dll</HintPath>
</Reference>
哪个 Maple 是我的本地用户名,我希望将其更改为:
C:\Users\**UserName**\AppData\Local\Temp\DeskApp\DeskApp\bin\Debug\Spire.Common.dll
有可能吗?谢谢。
【问题讨论】: