-
-
Notifications
You must be signed in to change notification settings - Fork 454
Expand file tree
/
Copy pathImGuiDX11.csproj
More file actions
22 lines (19 loc) · 1.12 KB
/
ImGuiDX11.csproj
File metadata and controls
22 lines (19 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>12</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Core\Silk.NET.Core\Silk.NET.Core.csproj" />
<ProjectReference Include="..\..\..\Maths\Silk.NET.Maths\Silk.NET.Maths.csproj" />
<ProjectReference Include="..\..\..\Microsoft\Silk.NET.Direct3D11\Silk.NET.Direct3D11.csproj" />
<ProjectReference Include="..\..\..\Microsoft\Silk.NET.Direct3D.Compilers\Silk.NET.Direct3D.Compilers.csproj" />
<ProjectReference Include="..\..\..\Microsoft\Silk.NET.DXGI\Silk.NET.DXGI.csproj" />
<ProjectReference Include="..\..\..\Input\Silk.NET.Input\Silk.NET.Input.csproj" />
<ProjectReference Include="..\..\..\Windowing\Silk.NET.Windowing.Common\Silk.NET.Windowing.Common.csproj" />
<PackageReference Include="ImGui.NET" Version="1.90.8.1" />
</ItemGroup>
<Import Project="..\..\..\..\build\props\common.props" />
</Project>