2018-01-17 22:35:07 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
<OutputPath>..\..\BuildOutput\Samples</OutputPath>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Remove="**\*.glade" />
|
|
|
|
<EmbeddedResource Include="**\*.glade">
|
|
|
|
<LogicalName>%(Filename)%(Extension)</LogicalName>
|
|
|
|
</EmbeddedResource>
|
|
|
|
</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>
|