no more submodule
This commit is contained in:
33
GtkSharp/Source/Samples/Samples.csproj
Normal file
33
GtkSharp/Source/Samples/Samples.csproj
Normal file
@@ -0,0 +1,33 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<OutputPath>..\..\BuildOutput\Samples</OutputPath>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<None Remove="**\*.glade" />
|
||||
<EmbeddedResource Include="**\*.glade">
|
||||
<LogicalName>%(Filename)%(Extension)</LogicalName>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Testpic.png">
|
||||
<LogicalName>Testpic</LogicalName>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Sections\**\*.cs">
|
||||
<LogicalName>GtkSharp.Samples.%(Filename).cs</LogicalName>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<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" />
|
||||
<ProjectReference Include="..\Libs\GtkSharp\GtkSharp.csproj" />
|
||||
<ProjectReference Include="..\Libs\PangoSharp\PangoSharp.csproj" />
|
||||
<ProjectReference Include="..\Libs\GtkSourceSharp\GtkSourceSharp.csproj" />
|
||||
<ProjectReference Include="..\Libs\WebkitGtkSharp\WebkitGtkSharp.csproj" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user