Files
ZuneModdingHelper/ZuneModCore/ZuneModCore.csproj
T

24 lines
753 B
XML
Raw Normal View History

2021-04-25 22:59:36 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64;x86</Platforms>
2021-04-25 22:59:36 -05:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="OwlCore" Version="0.0.6" />
2021-05-26 11:32:53 -05:00
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
2021-05-26 14:45:17 -05:00
<PackageReference Include="TagLibSharp" Version="2.2.0" />
2021-04-25 22:59:36 -05:00
</ItemGroup>
<ItemGroup>
<None Update="Resources\WMVCORE.DLL">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
2021-04-25 22:59:36 -05:00
</Project>