Skip to content

Commit a8d73d2

Browse files
authored
Update ArcFormats.csproj
1 parent ab7b799 commit a8d73d2

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

ArcFormats/ArcFormats.csproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,17 +1328,11 @@ exit 0</PreBuildEvent>
13281328
xcopy "$(ProjectDir)\Resources\Formats.dat" "$(TargetDir)\GameData\" /D /Y &gt;NUL</PostBuildEvent>
13291329
</PropertyGroup>
13301330
<Import Project="..\packages\ZstdNet.1.4.5\build\ZstdNet.targets" Condition="Exists('..\packages\ZstdNet.1.4.5\build\ZstdNet.targets')" />
1331-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
1332-
<PropertyGroup>
1333-
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
1334-
</PropertyGroup>
1335-
<Error Condition="!Exists('..\packages\ZstdNet.1.4.5\build\ZstdNet.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ZstdNet.1.4.5\build\ZstdNet.targets'))" />
1336-
</Target>
13371331
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
13381332
Other similar extension points exist, see Microsoft.Common.targets.
13391333
<Target Name="BeforeBuild">
13401334
</Target>
13411335
<Target Name="AfterBuild">
13421336
</Target>
13431337
-->
1344-
</Project>
1338+
</Project>

0 commit comments

Comments
 (0)