-
Notifications
You must be signed in to change notification settings - Fork 22
/
TemplePlus.nuspec
30 lines (30 loc) · 1.56 KB
/
TemplePlus.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>TemplePlus</id>
<version>0.0.0</version>
<description>TemplePlus</description>
<authors>Grognards From Hell</authors>
<owners>Grognards From Hell</owners>
<projectUrl>https://github.com/GrognardsFromHell/TemplePlus</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright 2016</copyright>
</metadata>
<files>
<file src="Release\TemplePlusConfig.exe" target="lib\net45" />
<file src="Release\TemplePlusConfig.exe.config" target="lib\net45" />
<file src="Release\Squirrel.dll" target="lib\net45" />
<file src="Release\Splat.dll" target="lib\net45" />
<file src="Release\NuGet.Squirrel.dll" target="lib\net45" />
<file src="Release\Mono.Cecil*.dll" target="lib\net45" />
<file src="Release\Microsoft.WindowsAPICodePack*.dll" target="lib\net45" />
<file src="Release\INIFileParser.dll" target="lib\net45" />
<file src="Release\ICSharpCode.SharpZipLib.dll" target="lib\net45" />
<file src="Release\FontAwesome.WPF.dll" target="lib\net45" />
<file src="Release\DeltaCompressionDotNet*.dll" target="lib\net45" />
<file src="Release\TemplePlus.exe" target="lib\net45" />
<file src="tpdata\**\*" target="lib\net45\tpdata" />
<file src="dependencies\python-lib\**\*" target="lib\net45\tpdata\python-lib" />
<file src="C:\Program Files (x86)\Windows Kits\10\Redist\D3D\x86\d3dcompiler_47.dll" target="lib\net45" />
</files>
</package>