1 Star 0 Fork 2

luise1987/Llvm.NET

forked from 蛋蛋/Llvm.NET 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
NuGet.Config 749 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<!--
This is needed since NUGET modifies VCXPROJ files to include imports
that are relative to the project. Thus, if this repo is cloned to some
other machine the path could be wrong without this.
-->
<add key="repositoryPath" value="BuildOutput\packages" />
<add key="globalPackagesFolder" value="BuildOutput\packages" />
</config>
<packageSources>
<add key="BuildOutput" value="BuildOutput\Nuget" />
<add key="AppVeyorLlvmLibs" value="https://ci.appveyor.com/nuget/llvm.libs" />
<add key="AppVeyor" value="https://ci.appveyor.com/nuget/llvm.net" />
</packageSources>
</configuration>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/luise1987/Llvm.NET.git
git@gitee.com:luise1987/Llvm.NET.git
luise1987
Llvm.NET
Llvm.NET
master

搜索帮助