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>
<AssemblyName>SampleGUIProgram</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- To shut VS up -->
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.cs" />

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

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

Loading…
Cancel
Save