GtkSharp/Source/Samples/Samples.csproj

30 lines
1.2 KiB
XML
Raw Normal View History

2018-01-17 22:35:07 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
2020-05-18 18:20:54 +00:00
<TargetFramework>netcoreapp3.1</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>
<EmbeddedResource Include="Testpic.png" />
2018-01-17 22:35:07 +00:00
</ItemGroup>
2018-01-21 19:44:00 +00:00
<ItemGroup>
2018-01-25 23:55:45 +00:00
<EmbeddedResource Include="Sections\**\*.cs" Visible="false">
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" />
2018-01-17 22:35:07 +00:00
</ItemGroup>
</Project>