-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcapella.nuspec
More file actions
50 lines (50 loc) · 3.93 KB
/
capella.nuspec
File metadata and controls
50 lines (50 loc) · 3.93 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>capella</id>
<version>0.0.0</version>
<title>Capella</title>
<authors>Chloe Stars</authors>
<owners>Chloe Stars</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A Mastodon client.</description>
</metadata>
<files>
<file src="lib\net45\da\CrashReporter.NET.resources.dll" target="lib\net45\da\CrashReporter.NET.resources.dll" />
<file src="lib\net45\de\CrashReporter.NET.resources.dll" target="lib\net45\de\CrashReporter.NET.resources.dll" />
<file src="lib\net45\es\CrashReporter.NET.resources.dll" target="lib\net45\es\CrashReporter.NET.resources.dll" />
<file src="lib\net45\fr\CrashReporter.NET.resources.dll" target="lib\net45\fr\CrashReporter.NET.resources.dll" />
<file src="lib\net45\it\CrashReporter.NET.resources.dll" target="lib\net45\it\CrashReporter.NET.resources.dll" />
<file src="lib\net45\ko\CrashReporter.NET.resources.dll" target="lib\net45\ko\CrashReporter.NET.resources.dll" />
<file src="lib\net45\nl\CrashReporter.NET.resources.dll" target="lib\net45\nl\CrashReporter.NET.resources.dll" />
<file src="lib\net45\pl\CrashReporter.NET.resources.dll" target="lib\net45\pl\CrashReporter.NET.resources.dll" />
<file src="lib\net45\ru\CrashReporter.NET.resources.dll" target="lib\net45\ru\CrashReporter.NET.resources.dll" />
<file src="lib\net45\sv\CrashReporter.NET.resources.dll" target="lib\net45\sv\CrashReporter.NET.resources.dll" />
<file src="lib\net45\tr\CrashReporter.NET.resources.dll" target="lib\net45\tr\CrashReporter.NET.resources.dll" />
<file src="lib\net45\en-AU\Capella.resources.dll" target="lib\net45\en-AU\Capella.resources.dll"/>
<file src="lib\net45\fr\Capella.resources.dll" target="lib\net45\fr\Capella.resources.dll" />
<file src="lib\net45\Capella.exe" target="lib\net45\Capella.exe" />
<file src="lib\net45\ControlzEx.dll" target="lib\net45\ControlzEx.dll" />
<file src="lib\net45\CrashReporter.NET.dll" target="lib\net45\CrashReporter.NET.dll" />
<file src="lib\net45\DeltaCompressionDotNet.dll" target="lib\net45\DeltaCompressionDotNet.dll" />
<file src="lib\net45\DeltaCompressionDotNet.MsDelta.dll" target="lib\net45\DeltaCompressionDotNet.MsDelta.dll" />
<file src="lib\net45\DeltaCompressionDotNet.PatchApi.dll" target="lib\net45\DeltaCompressionDotNet.PatchApi.dll" />
<file src="lib\net45\HtmlAgilityPack.dll" target="lib\net45\HtmlAgilityPack.dll" />
<file src="lib\net45\MahApps.Metro.dll" target="lib\net45\MahApps.Metro.dll" />
<file src="lib\net45\Microsoft.Toolkit.Uwp.Notifications.dll" target="lib\net45\Microsoft.Toolkit.Uwp.Notifications.dll" />
<file src="lib\net45\Mono.Cecil.dll" target="lib\net45\Mono.Cecil.dll" />
<file src="lib\net45\Mono.Cecil.Mdb.dll" target="lib\net45\Mono.Cecil.Mdb.dll" />
<file src="lib\net45\Mono.Cecil.Pdb.dll" target="lib\net45\Mono.Cecil.Pdb.dll" />
<file src="lib\net45\Mono.Cecil.Rocks.dll" target="lib\net45\Mono.Cecil.Rocks.dll" />
<file src="lib\net45\Newtonsoft.Json.dll" target="lib\net45\Newtonsoft.Json.dll" />
<file src="lib\net45\NuGet.Squirrel.dll" target="lib\net45\NuGet.Squirrel.dll" />
<file src="lib\net45\OsInfo.dll" target="lib\net45\OsInfo.dll" />
<file src="lib\net45\SharpCompress.dll" target="lib\net45\SharpCompress.dll" />
<file src="lib\net45\Splat.dll" target="lib\net45\Splat.dll" />
<file src="lib\net45\Squirrel.dll" target="lib\net45\Squirrel.dll" />
<file src="lib\net45\System.Windows.Interactivity.dll" target="lib\net45\System.Windows.Interactivity.dll" />
<file src="lib\net45\TaskDialog.dll" target="lib\net45\TaskDialog.dll" />
<file src="lib\net45\websocket-sharp.dll" target="lib\net45\websocket-sharp.dll" />
<file src="lib\net45\Hardcodet.Wpf.TaskbarNotification.dll" target="lib\net45\Hardcodet.Wpf.TaskbarNotification.dll" />
</files>
</package>