Fix all project warnings

internals
Eric Mellino 9 years ago
parent dabd4b1bea
commit 2674d4249f
  1. 2
      src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj
  2. 2
      src/ImGui.NET.SampleProgram/project.json
  3. 2
      src/ImGui.NET/project.json

@ -8,6 +8,8 @@
<RootNamespace>ImGui</RootNamespace> <RootNamespace>ImGui</RootNamespace>
<AssemblyName>SampleGUIProgram</AssemblyName> <AssemblyName>SampleGUIProgram</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- To shut VS up -->
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Program.cs" /> <Compile Include="Program.cs" />

@ -5,7 +5,7 @@
}, },
"runtimes": { "runtimes": {
"win10-x64": { }, "win10-x64": { },
"ubuntu.14.04-x64": { }, "ubuntu.14.04-x64": { }
}, },
"frameworks": { "frameworks": {
"dnxcore50": { } "dnxcore50": { }

@ -5,7 +5,7 @@
}, },
"runtimes": { "runtimes": {
"win10-x64": { }, "win10-x64": { },
"ubuntu.14.04-x64": { }, "ubuntu.14.04-x64": { }
}, },
"frameworks": { "frameworks": {
"dnxcore50": { } "dnxcore50": { }

Loading…
Cancel
Save