13 lines
357 B
XML
13 lines
357 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
|
</packageSources>
|
|
<ItemGroup>
|
|
<Reference Include="Ink">
|
|
<HintPath>$(ProjectDir)/ink-engine-runtime.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</configuration>
|