-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove windows only flags and migrate to nested Directory.Build.props
- Loading branch information
1 parent
b5b7af4
commit 278490d
Showing
4 changed files
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<Project> | ||
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" /> | ||
<PropertyGroup> | ||
<TargetFramework>net7.0</TargetFramework> | ||
<VersionPrefix>1.0.0</VersionPrefix> | ||
<VersionSuffix>alpha.7</VersionSuffix> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
<PackageDescription>A library for custom widgets using ImGui.NET.</PackageDescription> | ||
<PackageDescription>A bootstrap library to give you an environment to build an ImGUI.NET application with.</PackageDescription> | ||
</PropertyGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters