1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 15:06:06 +00:00
This commit is contained in:
Yan Maniez 2018-10-04 20:17:08 +02:00
parent adddd1008c
commit 747223292b
2 changed files with 4 additions and 0 deletions

View file

@ -71,6 +71,9 @@
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\..\..\Program Files (x86)\GtkSharp\2.12\lib\gtk-sharp-2.0\pango-sharp.dll</HintPath> <HintPath>..\..\..\..\..\..\..\..\Program Files (x86)\GtkSharp\2.12\lib\gtk-sharp-2.0\pango-sharp.dll</HintPath>
</Reference> </Reference>
<Reference Include="Rg.Plugins.Popup, Version=1.1.4.168, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Rg.Plugins.Popup.1.1.4.168\lib\netstandard1.0\Rg.Plugins.Popup.dll</HintPath>
</Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" /> <Reference Include="System.Xml.Linq" />

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="Markdig" version="0.15.3" targetFramework="net471" /> <package id="Markdig" version="0.15.3" targetFramework="net471" />
<package id="Rg.Plugins.Popup" version="1.1.4.168" targetFramework="net471" />
<package id="Xamarin.Forms" version="3.2.0.871581" targetFramework="net471" /> <package id="Xamarin.Forms" version="3.2.0.871581" targetFramework="net471" />
<package id="Xamarin.Forms.Platform.GTK" version="3.2.0.871581" targetFramework="net471" /> <package id="Xamarin.Forms.Platform.GTK" version="3.2.0.871581" targetFramework="net471" />
</packages> </packages>