mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-03 15:45:30 +00:00
Project files
This commit is contained in:
parent
517ef13dfc
commit
32fdca5754
|
@ -7,6 +7,8 @@
|
|||
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
||||
<Description>AtkSharp is a C# wrapper for the Atk library.</Description>
|
||||
<PackageTags>atk;atksharp;atk-sharp;wrapper</PackageTags>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>..\..\GtkSharp.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
||||
|
@ -16,7 +18,6 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
||||
<Name>GLibSharp</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
||||
<Description>CairoSharp is a C# wrapper for the Cairo library.</Description>
|
||||
<PackageTags>cairo;cairosharp;cairo-sharp;wrapper</PackageTags>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>..\..\GtkSharp.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
||||
<Description>GLibSharp is a C# wrapper for the GLib library.</Description>
|
||||
<PackageTags>glib;glibsharp;glib-sharp;wrapper</PackageTags>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>..\..\GtkSharp.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
||||
<Description>GdkSharp is a C# wrapper for the Gdk library.</Description>
|
||||
<PackageTags>gdk;gdksharp;gdk-sharp;wrapper</PackageTags>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>..\..\GtkSharp.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
||||
|
@ -16,16 +18,12 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
||||
<Name>GLibSharp</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\GioSharp\GioSharp.csproj">
|
||||
<Name>GioSharp</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\CairoSharp\CairoSharp.csproj">
|
||||
<Name>CairoSharp</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\PangoSharp\PangoSharp.csproj">
|
||||
<Name>PangoSharp</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
||||
<Description>GioSharp is a C# wrapper for the Gio library.</Description>
|
||||
<PackageTags>gio;giosharp;gio-sharp;wrapper</PackageTags>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>..\..\GtkSharp.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
||||
|
@ -16,7 +18,6 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
||||
<Name>GLibSharp</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
||||
<Description>GtkSharp is a C# wrapper for the Gtk library.</Description>
|
||||
<PackageTags>gtk;gtksharp;gtk-sharp;wrapper</PackageTags>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>..\..\GtkSharp.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
||||
|
@ -18,22 +20,16 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
||||
<Name>GLibSharp</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\GioSharp\GioSharp.csproj">
|
||||
<Name>GioSharp</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\AtkSharp\AtkSharp.csproj">
|
||||
<Name>AtkSharp</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\GdkSharp\GdkSharp.csproj">
|
||||
<Name>GdkSharp</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\CairoSharp\CairoSharp.csproj">
|
||||
<Name>CairoSharp</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\PangoSharp\PangoSharp.csproj">
|
||||
<Name>PangoSharp</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
||||
<Description>PangoSharp is a C# wrapper for the Pango library.</Description>
|
||||
<PackageTags>pango;pangosharp;pango-sharp;wrapper</PackageTags>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>..\..\GtkSharp.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
||||
|
@ -16,10 +18,8 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
||||
<Name>GLibSharp</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\CairoSharp\CairoSharp.csproj">
|
||||
<Name>CairoSharp</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in a new issue