2018-01-17 22:35:07 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>WinExe</OutputType>
|
2022-01-25 18:24:27 +00:00
|
|
|
<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>
|
2022-01-16 14:56:55 +00:00
|
|
|
<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" />
|
2021-07-19 16:11:36 +00:00
|
|
|
<ProjectReference Include="..\Libs\WebkitGtkSharp\WebkitGtkSharp.csproj" />
|
2018-01-17 22:35:07 +00:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|