GtkSharp/Source/Samples/Samples.csproj

34 lines
1.4 KiB
XML
Raw Permalink Normal View History

2018-01-17 22:35:07 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
2018-01-17 22:35:07 +00:00
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>..\..\BuildOutput\Samples</OutputPath>
</PropertyGroup>
<ItemGroup>
<None Remove="**\*.glade" />
<EmbeddedResource Include="**\*.glade">
<LogicalName>%(Filename)%(Extension)</LogicalName>
</EmbeddedResource>
2021-03-07 11:31:19 +00:00
<EmbeddedResource Include="Testpic.png">
<LogicalName>Testpic</LogicalName>
</EmbeddedResource>
2018-01-17 22:35:07 +00:00
</ItemGroup>
2018-01-21 19:44:00 +00:00
<ItemGroup>
<EmbeddedResource Include="Sections\**\*.cs">
2018-01-21 19:44:00 +00:00
<LogicalName>GtkSharp.Samples.%(Filename).cs</LogicalName>
</EmbeddedResource>
</ItemGroup>
2018-01-17 22:35:07 +00:00
<ItemGroup>
2018-01-18 17:01:04 +00:00
<ProjectReference Include="..\Libs\AtkSharp\AtkSharp.csproj" />
<ProjectReference Include="..\Libs\CairoSharp\CairoSharp.csproj" />
<ProjectReference Include="..\Libs\GdkSharp\GdkSharp.csproj" />
<ProjectReference Include="..\Libs\GioSharp\GioSharp.csproj" />
<ProjectReference Include="..\Libs\GLibSharp\GLibSharp.csproj" />
2018-01-17 22:35:07 +00:00
<ProjectReference Include="..\Libs\GtkSharp\GtkSharp.csproj" />
2018-01-18 17:01:04 +00:00
<ProjectReference Include="..\Libs\PangoSharp\PangoSharp.csproj" />
2020-07-22 17:32:38 +00:00
<ProjectReference Include="..\Libs\GtkSourceSharp\GtkSourceSharp.csproj" />
<ProjectReference Include="..\Libs\WebkitGtkSharp\WebkitGtkSharp.csproj" />
2018-01-17 22:35:07 +00:00
</ItemGroup>
</Project>