diff --git a/BuildAllTargets.proj b/BuildAllTargets.proj index fe5f24f..86fbddf 100644 --- a/BuildAllTargets.proj +++ b/BuildAllTargets.proj @@ -1,71 +1,12 @@  - - $(MSBuildThisFileDirectory)*.sln - - - - Configuration=Debug;Platform=x86 - - - Configuration=Release;Platform=x86 - - - Configuration=Debug;Platform=x64 - - - Configuration=Release;Platform=x64 - - - Configuration=Debug;Platform=ARM64 - - - Configuration=Release;Platform=ARM64 - - - - - - + - - - - - - - - - + Properties="PreferredToolArchitecture=x64;NuspecFile=$(MSBuildThisFileDirectory)Mint.NuGet\Mint.nuspec" /> \ No newline at end of file diff --git a/Mint.NuGet/Mint.nuspec b/Mint.NuGet/Mint.nuspec new file mode 100644 index 0000000..1a7d084 --- /dev/null +++ b/Mint.NuGet/Mint.nuspec @@ -0,0 +1,34 @@ + + + + + MINT + 2024.0.0 + Contains the definitions for the Windows Internal UserMode API from ntdll.dll, samlib.dll and winsta.dll + Kenji Mouri + 初雨团队 + https://github.com/Chuyu-Team/MINT + false + License.md + ReadMe.md + + + + + + + + + + + + + \ No newline at end of file diff --git a/Mint.NuGet/Mint.props b/Mint.NuGet/Mint.props new file mode 100644 index 0000000..34e6687 --- /dev/null +++ b/Mint.NuGet/Mint.props @@ -0,0 +1,15 @@ + + + + + $(MSBuildThisFileDirectory)..\..\Source\Native\;$(IncludePath) + + \ No newline at end of file