diff --git a/Directory.Build.props b/Directory.Build.props index cc50eb2..89dfeb2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,6 @@ + Debug $(MSBuildThisFileDirectory) $(RepositoryRootDirectory)bin $([System.IO.Path]::GetFullPath('$(RepositoryRootDirectory)bin\$(Configuration)'))\$(MSBuildProjectName) diff --git a/deps/cimgui/win7-x64/cimgui.dll b/deps/cimgui/win-x64/cimgui.dll similarity index 100% rename from deps/cimgui/win7-x64/cimgui.dll rename to deps/cimgui/win-x64/cimgui.dll diff --git a/src/ImGui.NET/ImGui.NET.csproj b/src/ImGui.NET/ImGui.NET.csproj index 0b93aba..223a3eb 100644 --- a/src/ImGui.NET/ImGui.NET.csproj +++ b/src/ImGui.NET/ImGui.NET.csproj @@ -1,18 +1,18 @@  A .NET wrapper for the dear ImGui library. - 0.3.0 + 0.3.0 Eric Mellino netstandard1.1 true portable ImGui.NET ImGui.NET + $(AssemblyVersion) ImGui ImGui.NET Immediate Mode GUI True https://github.com/mellinoe/imgui.net true - false $(OutputPath)\ImGui.NET.xml @@ -24,8 +24,8 @@ - - runtimes/win7-x64/native + + runtimes/win-x64/native true