mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 06:41:50 +01:00
10 lines
344 B
XML
10 lines
344 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<config>
|
|
<add key="repositoryPath" value="..\packages" />
|
|
<add key="globalPackagesFolder" value="..\globalPackages" />
|
|
</config>
|
|
<packageSources>
|
|
<add key="MsBuildGenerationSource" value="..\bin\Release" />
|
|
</packageSources>
|
|
</configuration> |