mirror of
https://github.com/babalae/bettergi-libraries.git
synced 2026-01-26 04:32:20 +08:00
vc++
This commit is contained in:
21
BetterGI.VCRuntime/BetterGI.VCRuntime.csproj
Normal file
21
BetterGI.VCRuntime/BetterGI.VCRuntime.csproj
Normal file
@@ -0,0 +1,21 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
|
||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||
<Version>14.44.35208.0</Version>
|
||||
<Authors>huiyadanli</Authors>
|
||||
<Description>Visual C++ 2015/2017/2019/2022 Redistributable packed into a NuGet package. Contains vcruntime140*.dll and msvcp140*.dll.(14.44.35208.0|x64) </Description>
|
||||
<PackageProjectUrl>https://github.com/babalae/bettergi-libraries</PackageProjectUrl>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="runtimes\win-x64\native\*.dll" Pack="true" PackagePath="runtimes/win-x64/native" CopyToOutputDirectory="PreserveNewest" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="runtimes\win-x64\native\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
5
BetterGI.VCRuntime/Class1.cs
Normal file
5
BetterGI.VCRuntime/Class1.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace BetterGI.VCRuntime;
|
||||
|
||||
public class Class1
|
||||
{
|
||||
}
|
||||
BIN
BetterGI.VCRuntime/runtimes/win-x64/native/msvcp140.dll
Normal file
BIN
BetterGI.VCRuntime/runtimes/win-x64/native/msvcp140.dll
Normal file
Binary file not shown.
BIN
BetterGI.VCRuntime/runtimes/win-x64/native/msvcp140_1.dll
Normal file
BIN
BetterGI.VCRuntime/runtimes/win-x64/native/msvcp140_1.dll
Normal file
Binary file not shown.
BIN
BetterGI.VCRuntime/runtimes/win-x64/native/vcruntime140.dll
Normal file
BIN
BetterGI.VCRuntime/runtimes/win-x64/native/vcruntime140.dll
Normal file
Binary file not shown.
BIN
BetterGI.VCRuntime/runtimes/win-x64/native/vcruntime140_1.dll
Normal file
BIN
BetterGI.VCRuntime/runtimes/win-x64/native/vcruntime140_1.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user