[WIP] Overhauled project to make Linux build work out of the box

TODO: fix the Windows build, fix the Debug builds, make OSX
configurations, work around a bug in MonoDevelop where copied content
files don't respect the original directory structure
This commit is contained in:
juanjp600
2017-12-15 08:31:07 -03:00
parent e17b5a195c
commit 4997ebf20d
19 changed files with 246 additions and 543 deletions

View File

@@ -7,6 +7,6 @@
<add key="Microsoft and .NET" value="true" />
</disabledPackageSources>
<config>
<add key="repositoryPath" value=".\Libraries\NuGet" />
<add key="repositoryPath" value="Libraries/NuGet" />
</config>
</configuration>