Ryujinx-GtkSharp/Source/Samples/Samples.csproj

31 lines
1.3 KiB
XML
Raw Normal View History

2018-01-17 23:35:07 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
2020-05-18 20:20:54 +02:00
<TargetFramework>netcoreapp3.1</TargetFramework>
2018-01-17 23:35:07 +01: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 23:35:07 +01:00
</ItemGroup>
2018-01-21 20:44:00 +01:00
<ItemGroup>
2018-01-26 00:55:45 +01:00
<EmbeddedResource Include="Sections\**\*.cs" Visible="false">
2018-01-21 20:44:00 +01:00
<LogicalName>GtkSharp.Samples.%(Filename).cs</LogicalName>
</EmbeddedResource>
</ItemGroup>
2018-01-17 23:35:07 +01:00
<ItemGroup>
2018-01-18 18:01:04 +01: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 23:35:07 +01:00
<ProjectReference Include="..\Libs\GtkSharp\GtkSharp.csproj" />
2018-01-18 18:01:04 +01:00
<ProjectReference Include="..\Libs\PangoSharp\PangoSharp.csproj" />
<ProjectReference Include="..\Libs\SourceView\SourceView.csproj" />
2018-01-17 23:35:07 +01:00
</ItemGroup>
</Project>