1
0
mirror of https://github.com/DarthAffe/CUE.NET.git synced 2025-12-12 16:58:29 +00:00

Fixed nuget-package-layout

This commit is contained in:
Darth Affe 2015-10-28 20:01:04 +01:00
parent cc213e6d73
commit e813f32cdc

View File

@ -15,9 +15,9 @@
<language>en-US</language>
</metadata>
<files>
<file src="bin\CUE.NET.dll" target="lib\net46\CUE.NET.dll" />
<file src="bin\x64\" target="build\net46\libs\x64" />
<file src="bin\x86\" target="build\net46\libs\x86" />
<file src="CUE.NET.targets" target="build\net46\CUE.NET.targets" />
<file src="bin\CUE.NET.dll" target="lib\net45\CUE.NET.dll" />
<file src="bin\x64\" target="build\net45\libs\x64" />
<file src="bin\x86\" target="build\net45\libs\x86" />
<file src="CUE.NET.targets" target="build\net45\CUE.NET.targets" />
</files>
</package>