2015-01-04 13:17:21 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<solution>
|
|
|
|
<add key="disableSourceControlIntegration" value="true" />
|
|
|
|
</solution>
|
2015-01-05 03:34:47 +00:00
|
|
|
<packageSources>
|
|
|
|
<add key="NuGet official package source" value="https://nuget.org/api/v2/" />
|
|
|
|
<add key="Icedream NuGet" value="http://nuget.icedream.kthx.at/" />
|
|
|
|
</packageSources>
|
2015-01-04 13:17:21 +00:00
|
|
|
</configuration>
|