forked from novotnyllc/MetroLog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MetroLog.nuspec
81 lines (71 loc) · 5.01 KB
/
MetroLog.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MetroLog</id>
<version>0.8.6</version>
<title>MetroLog Lightweight Logging for Portable and WinJS</title>
<authors>Matt Baxter-Reynolds,Oren Novotny</authors>
<owners>onovotny</owners>
<licenseUrl>https://raw.github.com/mbrit/MetroLog/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/mbrit/MetroLog</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
MetroLog is a lightweight logging framework designed for portable code and WinJS. Although the API is based on NLog and log4net, the intention is that it's a very basic logging system.
This version targets .NET 4.5,.NET Core 4.5 (Windows Store apps), Windows Phone 8, WinPhone 8.1 and WinJS
</description>
<summary />
<releaseNotes>Added a WinRT wrapper to enable use by WinJS apps</releaseNotes>
<tags>Logging log WinRT NLog log4net portable pcl WinJS wp wp8 wpa81</tags>
<dependencies>
<group targetFramework="wp8">
<dependency id="Microsoft.Bcl.Compression" version="3.9.73" />
</group>
</dependencies>
</metadata>
<files>
<file src="MetroLog ReadMe.txt" target="content\win8-javascript\MetroLog ReadMe.txt" />
<file src="typescript\winrt.d.ts" target="content\win8-javascript\typings\winrt.d.ts" />
<file src="typescript\MetroLog.WinRT.d.ts" target="content\win8-javascript\typings\MetroLog.WinRT.d.ts" />
<!-- .NET 4.5 -->
<file src="MetroLog\bin\Release\MetroLog.dll" target="lib\net45\MetroLog.dll" />
<file src="MetroLog\bin\Release\MetroLog.pdb" target="lib\net45\MetroLog.pdb" />
<file src="MetroLog.NetFx\bin\Release\MetroLog.Platform.dll" target="lib\net45\MetroLog.Platform.dll" />
<file src="MetroLog.NetFx\bin\Release\MetroLog.Platform.pdb" target="lib\net45\MetroLog.Platform.pdb" />
<!-- Net Core 4.5 -->
<file src="MetroLog.NetCore\bin\Release\MetroLog.Platform.dll" target="lib\netcore45\MetroLog.Platform.dll" />
<file src="MetroLog.NetCore\bin\Release\MetroLog.Platform.pdb" target="lib\netcore45\MetroLog.Platform.pdb" />
<file src="MetroLog.NetCore\bin\Release\MetroLog.Platform.pri" target="lib\netcore45\MetroLog.Platform.pri" />
<file src="MetroLog\bin\Release\MetroLog.dll" target="lib\netcore45\MetroLog.dll" />
<file src="MetroLog\bin\Release\MetroLog.pdb" target="lib\netcore45\MetroLog.pdb" />
<!-- WinRT components -->
<file src="MetroLog.WinRT\bin\Release\MetroLog.WinRT.pdb" target="lib\netcore45\MetroLog.WinRT.pdb" />
<file src="MetroLog.WinRT\bin\Release\MetroLog.WinRT.pri" target="lib\netcore45\MetroLog.WinRT.pri" />
<file src="MetroLog.WinRT\bin\Release\MetroLog.WinRT.winmd" target="lib\netcore45\MetroLog.WinRT.winmd" />
<!-- PCL -->
<file src="MetroLog\bin\Release\MetroLog.dll" target="lib\portable-net45+wp8+win8+wpa81\MetroLog.dll" />
<file src="MetroLog\bin\Release\MetroLog.pdb" target="lib\portable-net45+wp8+win8+wpa81\MetroLog.pdb" />
<!-- WP8 -->
<file src="MetroLog.WP8\bin\Release\MetroLog.pdb" target="lib\wp8\MetroLog.pdb" />
<file src="MetroLog.WP8\bin\Release\MetroLog.dll" target="lib\wp8\MetroLog.dll" />
<file src="MetroLog.WP8\bin\Release\MetroLog.Platform.pdb" target="lib\wp8\MetroLog.Platform.pdb" />
<file src="MetroLog.WP8\bin\Release\MetroLog.Platform.dll" target="lib\wp8\MetroLog.Platform.dll" />
<!-- wpa81 -->
<file src="MetroLog.Wpa81\bin\Release\MetroLog.Platform.dll" target="lib\wpa81\MetroLog.Platform.dll" />
<file src="MetroLog.Wpa81\bin\Release\MetroLog.Platform.pdb" target="lib\wpa81\MetroLog.Platform.pdb" />
<file src="MetroLog.Wpa81\bin\Release\MetroLog.Platform.pri" target="lib\wpa81\MetroLog.Platform.pri" />
<file src="MetroLog\bin\Release\MetroLog.dll" target="lib\wpa81\MetroLog.dll" />
<file src="MetroLog\bin\Release\MetroLog.pdb" target="lib\wpa81\MetroLog.pdb" />
<!-- iOS -->
<file src="MetroLog.iOS\bin\iPhone\Release\MetroLog.pdb" target="lib\MonoTouch\MetroLog.pdb" />
<file src="MetroLog.iOS\bin\iPhone\Release\MetroLog.dll" target="lib\MonoTouch\MetroLog.dll" />
<file src="MetroLog.iOS\bin\iPhone\Release\MetroLog.Platform.pdb" target="lib\MonoTouch\MetroLog.Platform.pdb" />
<file src="MetroLog.iOS\bin\iPhone\Release\MetroLog.Platform.dll" target="lib\MonoTouch\MetroLog.Platform.dll" />
<!-- Android -->
<file src="MetroLog.Android\bin\Release\MetroLog.pdb" target="lib\MonoAndroid\MetroLog.pdb" />
<file src="MetroLog.Android\bin\Release\MetroLog.dll" target="lib\MonoAndroid\MetroLog.dll" />
<file src="MetroLog.Android\bin\Release\MetroLog.Platform.pdb" target="lib\MonoAndroid\MetroLog.Platform.pdb" />
<file src="MetroLog.Android\bin\Release\MetroLog.Platform.dll" target="lib\MonoAndroid\MetroLog.Platform.dll" />
<file src="**\*.cs" target="src"
exclude="_ReSharper.*\**\*.*;packages\**\*.*;**\Debug\**\*.*;Samples\**\*.*;Win8Sample\**\*.*;WebTargetSample\**\*.*" />
</files>
</package>