parent
99960543b1
commit
377a1abfc4
7 changed files with 14 additions and 14 deletions
|
@ -7,8 +7,6 @@
|
||||||
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
||||||
<Description>AtkSharp is a C# wrapper for the Atk library.</Description>
|
<Description>AtkSharp is a C# wrapper for the Atk library.</Description>
|
||||||
<PackageTags>atk;atksharp;atk-sharp;wrapper</PackageTags>
|
<PackageTags>atk;atksharp;atk-sharp;wrapper</PackageTags>
|
||||||
<SignAssembly>true</SignAssembly>
|
|
||||||
<AssemblyOriginatorKeyFile>..\..\GtkSharp.snk</AssemblyOriginatorKeyFile>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||||
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
||||||
|
@ -18,6 +16,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
||||||
|
<Name>GLibSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
||||||
<Description>CairoSharp is a C# wrapper for the Cairo library.</Description>
|
<Description>CairoSharp is a C# wrapper for the Cairo library.</Description>
|
||||||
<PackageTags>cairo;cairosharp;cairo-sharp;wrapper</PackageTags>
|
<PackageTags>cairo;cairosharp;cairo-sharp;wrapper</PackageTags>
|
||||||
<SignAssembly>true</SignAssembly>
|
|
||||||
<AssemblyOriginatorKeyFile>..\..\GtkSharp.snk</AssemblyOriginatorKeyFile>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||||
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
||||||
<Description>GLibSharp is a C# wrapper for the GLib library.</Description>
|
<Description>GLibSharp is a C# wrapper for the GLib library.</Description>
|
||||||
<PackageTags>glib;glibsharp;glib-sharp;wrapper</PackageTags>
|
<PackageTags>glib;glibsharp;glib-sharp;wrapper</PackageTags>
|
||||||
<SignAssembly>true</SignAssembly>
|
|
||||||
<AssemblyOriginatorKeyFile>..\..\GtkSharp.snk</AssemblyOriginatorKeyFile>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||||
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
||||||
<Description>GdkSharp is a C# wrapper for the Gdk library.</Description>
|
<Description>GdkSharp is a C# wrapper for the Gdk library.</Description>
|
||||||
<PackageTags>gdk;gdksharp;gdk-sharp;wrapper</PackageTags>
|
<PackageTags>gdk;gdksharp;gdk-sharp;wrapper</PackageTags>
|
||||||
<SignAssembly>true</SignAssembly>
|
|
||||||
<AssemblyOriginatorKeyFile>..\..\GtkSharp.snk</AssemblyOriginatorKeyFile>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||||
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
||||||
|
@ -18,12 +16,16 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
||||||
|
<Name>GLibSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\GioSharp\GioSharp.csproj">
|
<ProjectReference Include="..\GioSharp\GioSharp.csproj">
|
||||||
|
<Name>GioSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\CairoSharp\CairoSharp.csproj">
|
<ProjectReference Include="..\CairoSharp\CairoSharp.csproj">
|
||||||
|
<Name>CairoSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\PangoSharp\PangoSharp.csproj">
|
<ProjectReference Include="..\PangoSharp\PangoSharp.csproj">
|
||||||
|
<Name>PangoSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
||||||
<Description>GioSharp is a C# wrapper for the Gio library.</Description>
|
<Description>GioSharp is a C# wrapper for the Gio library.</Description>
|
||||||
<PackageTags>gio;giosharp;gio-sharp;wrapper</PackageTags>
|
<PackageTags>gio;giosharp;gio-sharp;wrapper</PackageTags>
|
||||||
<SignAssembly>true</SignAssembly>
|
|
||||||
<AssemblyOriginatorKeyFile>..\..\GtkSharp.snk</AssemblyOriginatorKeyFile>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||||
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
||||||
|
@ -18,6 +16,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
||||||
|
<Name>GLibSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -9,8 +9,6 @@
|
||||||
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
||||||
<Description>GtkSharp is a C# wrapper for the Gtk library.</Description>
|
<Description>GtkSharp is a C# wrapper for the Gtk library.</Description>
|
||||||
<PackageTags>gtk;gtksharp;gtk-sharp;wrapper</PackageTags>
|
<PackageTags>gtk;gtksharp;gtk-sharp;wrapper</PackageTags>
|
||||||
<SignAssembly>true</SignAssembly>
|
|
||||||
<AssemblyOriginatorKeyFile>..\..\GtkSharp.snk</AssemblyOriginatorKeyFile>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||||
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
||||||
|
@ -20,16 +18,22 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
||||||
|
<Name>GLibSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\GioSharp\GioSharp.csproj">
|
<ProjectReference Include="..\GioSharp\GioSharp.csproj">
|
||||||
|
<Name>GioSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\AtkSharp\AtkSharp.csproj">
|
<ProjectReference Include="..\AtkSharp\AtkSharp.csproj">
|
||||||
|
<Name>AtkSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\GdkSharp\GdkSharp.csproj">
|
<ProjectReference Include="..\GdkSharp\GdkSharp.csproj">
|
||||||
|
<Name>GdkSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\CairoSharp\CairoSharp.csproj">
|
<ProjectReference Include="..\CairoSharp\CairoSharp.csproj">
|
||||||
|
<Name>CairoSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\PangoSharp\PangoSharp.csproj">
|
<ProjectReference Include="..\PangoSharp\PangoSharp.csproj">
|
||||||
|
<Name>PangoSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
||||||
<Description>PangoSharp is a C# wrapper for the Pango library.</Description>
|
<Description>PangoSharp is a C# wrapper for the Pango library.</Description>
|
||||||
<PackageTags>pango;pangosharp;pango-sharp;wrapper</PackageTags>
|
<PackageTags>pango;pangosharp;pango-sharp;wrapper</PackageTags>
|
||||||
<SignAssembly>true</SignAssembly>
|
|
||||||
<AssemblyOriginatorKeyFile>..\..\GtkSharp.snk</AssemblyOriginatorKeyFile>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||||
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
||||||
|
@ -18,8 +16,10 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
||||||
|
<Name>GLibSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\CairoSharp\CairoSharp.csproj">
|
<ProjectReference Include="..\CairoSharp\CairoSharp.csproj">
|
||||||
|
<Name>CairoSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Reference in a new issue