MoonWorksDearImGuiScaffold/MoonWorksDearImGuiScaffold.csproj

33 lines
1.1 KiB
XML
Raw Normal View History

2023-12-22 00:03:12 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetName>MoonWorksDearImGuiScaffold</TargetName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<StartupObject>MoonWorksDearImGuiScaffold.Program</StartupObject>
<AssemblyName>MoonWorksDearImGuiScaffold</AssemblyName>
<RootNamespace>MoonWorksDearImGuiScaffold</RootNamespace>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ApplicationIcon />
</PropertyGroup>
<ItemGroup>
<Content Include="Content\**\*.*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<PropertyGroup>
<DefaultItemExcludes>$(DefaultItemExcludes);lib\**\*</DefaultItemExcludes>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="lib\MoonWorks\MoonWorks.csproj" />
<ProjectReference Include="lib\ImGui.NET\ImGui.NET.csproj" />
</ItemGroup>
<Import Project=".\CopyMoonlibs.targets" />
</Project>