|
|
@ -16,10 +16,6 @@ |
|
|
|
<DocumentationFile Condition="'$(Configuration)' == 'Release'">$(OutputPath)\ImGui.NET.xml</DocumentationFile> |
|
|
|
<DocumentationFile Condition="'$(Configuration)' == 'Release'">$(OutputPath)\ImGui.NET.xml</DocumentationFile> |
|
|
|
<RootNamespace>ImGuiNET</RootNamespace> |
|
|
|
<RootNamespace>ImGuiNET</RootNamespace> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
<Compile Include="..\..\NativeDrawContext.cs" Link="NativeDrawContext.cs" /> |
|
|
|
|
|
|
|
<Compile Include="..\..\NativeSimpleColumns.cs" Link="NativeSimpleColumns.cs" /> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="System.Numerics.Vectors" Version="4.4.0" /> |
|
|
|
<PackageReference Include="System.Numerics.Vectors" Version="4.4.0" /> |
|
|
|
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.4.0" /> |
|
|
|
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.4.0" /> |
|
|
|