From 2674d4249f5541284e55f59298abab481497d04c Mon Sep 17 00:00:00 2001 From: Eric Mellino Date: Sat, 31 Oct 2015 22:10:14 -0700 Subject: [PATCH] Fix all project warnings --- src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj | 2 ++ src/ImGui.NET.SampleProgram/project.json | 2 +- src/ImGui.NET/project.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj b/src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj index 98cbb21..66f347b 100644 --- a/src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj +++ b/src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj @@ -8,6 +8,8 @@ ImGui SampleGUIProgram true + + true diff --git a/src/ImGui.NET.SampleProgram/project.json b/src/ImGui.NET.SampleProgram/project.json index 4d8a2d4..e869f3b 100644 --- a/src/ImGui.NET.SampleProgram/project.json +++ b/src/ImGui.NET.SampleProgram/project.json @@ -5,7 +5,7 @@ }, "runtimes": { "win10-x64": { }, - "ubuntu.14.04-x64": { }, + "ubuntu.14.04-x64": { } }, "frameworks": { "dnxcore50": { } diff --git a/src/ImGui.NET/project.json b/src/ImGui.NET/project.json index ed50e0b..4b4e5e9 100644 --- a/src/ImGui.NET/project.json +++ b/src/ImGui.NET/project.json @@ -5,7 +5,7 @@ }, "runtimes": { "win10-x64": { }, - "ubuntu.14.04-x64": { }, + "ubuntu.14.04-x64": { } }, "frameworks": { "dnxcore50": { }