File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" TreatAsLocalProperty =" OutDir" >
2
2
<PropertyGroup >
3
+ <Configuration Condition =" '$(Configuration)' == ''" >Debug</Configuration >
3
4
<RepositoryRootDirectory >$(MSBuildThisFileDirectory)</RepositoryRootDirectory >
4
5
<BinDir >$(RepositoryRootDirectory)bin</BinDir >
5
6
<OutputPath >$([System.IO.Path]::GetFullPath('$(RepositoryRootDirectory)bin\$(Configuration)'))\$(MSBuildProjectName)</OutputPath >
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<Description >A .NET wrapper for the dear ImGui library.</Description >
4
- <VersionPrefix >0.3.0</VersionPrefix >
4
+ <AssemblyVersion >0.3.0</AssemblyVersion >
5
5
<Authors >Eric Mellino</Authors >
6
6
<TargetFramework >netstandard1.1</TargetFramework >
7
7
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
8
8
<DebugType >portable</DebugType >
9
9
<AssemblyName >ImGui.NET</AssemblyName >
10
10
<PackageId >ImGui.NET</PackageId >
11
+ <PackageVersion >$(AssemblyVersion)</PackageVersion >
11
12
<PackageTags >ImGui ImGui.NET Immediate Mode GUI</PackageTags >
12
13
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
13
14
<PackageProjectUrl >https://github.com/mellinoe/imgui.net</PackageProjectUrl >
14
15
<DisableImplicitFrameworkReferences >true</DisableImplicitFrameworkReferences >
15
- <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
16
16
<DocumentationFile Condition =" '$(Configuration)' == 'Release'" >$(OutputPath)\ImGui.NET.xml</DocumentationFile >
17
17
</PropertyGroup >
18
18
<ItemGroup >
24
24
<PackageReference Include =" System.Buffers" Version =" 4.3.0" />
25
25
</ItemGroup >
26
26
<ItemGroup >
27
- <Content Include =" ..\..\deps\cimgui\win7 -x64\cimgui.dll" >
28
- <PackagePath >runtimes/win7 -x64/native</PackagePath >
27
+ <Content Include =" ..\..\deps\cimgui\win -x64\cimgui.dll" >
28
+ <PackagePath >runtimes/win -x64/native</PackagePath >
29
29
<Pack >true</Pack >
30
30
</Content >
31
31
<Content Include =" ..\..\deps\cimgui\ubuntu.14.04-x64\cimgui.so" >
You can’t perform that action at this time.
0 commit comments