forked from SiliconStudio/xenko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
store.config
27 lines (23 loc) · 827 Bytes
/
store.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="repositorypath" value="GamePackages" />
<add key="mainPackage" value="Paradox"/>
<add key="mainExecutable" value="Bin\Windows-Direct3D11\Paradox.GameStudio.exe"/>
</config>
<packageRestore>
<clear/>
<!-- Allow NuGet to download missing packages -->
<add key="enabled" value="True" />
</packageRestore>
<packageSources>
<clear />
<!-- ensure only the sources defined below are used -->
<add key="Paradox" value="https://store.paradox3d.net/api/v2/" />
</packageSources>
<activePackageSource>
<clear/>
<!-- this tells only one given source is active -->
<add key="Paradox official package source" value="https://store.paradox3d.net/api/v2/" />
</activePackageSource>
</configuration>