-
Notifications
You must be signed in to change notification settings - Fork 4
/
WindowsForms.Console.nuspec
70 lines (53 loc) · 4.58 KB
/
WindowsForms.Console.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>WindowsForms.Console</id>
<version>2.0.0.10</version>
<title>WindowsForms Console Implementation</title>
<authors>Mustafa Salih ASLIM</authors>
<owners>Mustafa Salih ASLIM</owners>
<licenseUrl>https://github.com/msx752/WindowsForms.Console/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/msx752/WindowsForms.Console</projectUrl>
<iconUrl>https://github.com/msx752/WindowsForms.Console/blob/master/wfc.png?raw=true</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Component of WindowsForms, ConsoleGUI is added to WindowsForms Application.</description>
<releaseNotes />
<copyright>Copyright 2017</copyright>
<tags>FConsole WindowsForms.Console WinConsole Console Component WinFormConsole</tags>
<dependencies>
<group>
<dependency id="System" version="4.0.0.0" />
<dependency id="System.Windows.Forms" version="4.0.0.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="src\WindowsForms.Console\bin\v4.5\WindowsForms.Console.dll" target="lib\net45\WindowsForms.Console.dll" />
<file src="src\WindowsForms.Console\bin\v4.5\WindowsForms.Console.xml" target="lib\net45\WindowsForms.Console.xml" />
<file src="src\WindowsForms.Console\bin\v4.5\WindowsForms.Console.pdb" target="lib\net45\WindowsForms.Console.pdb" />
<file src="src\WindowsForms.Console\bin\v4.5.1\WindowsForms.Console.dll" target="lib\net451\WindowsForms.Console.dll" />
<file src="src\WindowsForms.Console\bin\v4.5.1\WindowsForms.Console.xml" target="lib\net451\WindowsForms.Console.xml" />
<file src="src\WindowsForms.Console\bin\v4.5.1\WindowsForms.Console.pdb" target="lib\net451\WindowsForms.Console.pdb" />
<file src="src\WindowsForms.Console\bin\v4.5.2\WindowsForms.Console.dll" target="lib\net452\WindowsForms.Console.dll" />
<file src="src\WindowsForms.Console\bin\v4.5.2\WindowsForms.Console.xml" target="lib\net452\WindowsForms.Console.xml" />
<file src="src\WindowsForms.Console\bin\v4.5.2\WindowsForms.Console.pdb" target="lib\net452\WindowsForms.Console.pdb" />
<file src="src\WindowsForms.Console\bin\v4.6\WindowsForms.Console.dll" target="lib\net46\WindowsForms.Console.dll" />
<file src="src\WindowsForms.Console\bin\v4.6\WindowsForms.Console.xml" target="lib\net46\WindowsForms.Console.xml" />
<file src="src\WindowsForms.Console\bin\v4.6\WindowsForms.Console.pdb" target="lib\net46\WindowsForms.Console.pdb" />
<file src="src\WindowsForms.Console\bin\v4.6.1\WindowsForms.Console.dll" target="lib\net461\WindowsForms.Console.dll" />
<file src="src\WindowsForms.Console\bin\v4.6.1\WindowsForms.Console.xml" target="lib\net461\WindowsForms.Console.xml" />
<file src="src\WindowsForms.Console\bin\v4.6.1\WindowsForms.Console.pdb" target="lib\net461\WindowsForms.Console.pdb" />
<file src="src\WindowsForms.Console\bin\v4.6.2\WindowsForms.Console.dll" target="lib\net462\WindowsForms.Console.dll" />
<file src="src\WindowsForms.Console\bin\v4.6.2\WindowsForms.Console.xml" target="lib\net462\WindowsForms.Console.xml" />
<file src="src\WindowsForms.Console\bin\v4.6.2\WindowsForms.Console.pdb" target="lib\net462\WindowsForms.Console.pdb" />
<file src="src\WindowsForms.Console\bin\v4.6.2\WindowsForms.Console.dll" target="lib\net462\WindowsForms.Console.dll" />
<file src="src\WindowsForms.Console\bin\v4.6.2\WindowsForms.Console.xml" target="lib\net462\WindowsForms.Console.xml" />
<file src="src\WindowsForms.Console\bin\v4.6.2\WindowsForms.Console.pdb" target="lib\net462\WindowsForms.Console.pdb" />
<file src="src\WindowsForms.Console\bin\netcoreapp3.0\WindowsForms.Console.dll" target="lib\netcoreapp3.0\WindowsForms.Console.dll" />
<file src="src\WindowsForms.Console\bin\netcoreapp3.0\WindowsForms.Console.xml" target="lib\netcoreapp3.0\WindowsForms.Console.xml" />
<file src="src\WindowsForms.Console\bin\netcoreapp3.0\WindowsForms.Console.pdb" target="lib\netcoreapp3.0\WindowsForms.Console.pdb" />
<file src="src\WindowsForms.Console\bin\net5.0\WindowsForms.Console.dll" target="lib\net5.0\WindowsForms.Console.dll" />
<file src="src\WindowsForms.Console\bin\net5.0\WindowsForms.Console.deps.json" target="lib\net5.0\WindowsForms.Console.deps.json" />
<file src="src\WindowsForms.Console\bin\net5.0\WindowsForms.Console.pdb" target="lib\net5.0\WindowsForms.Console.pdb" />
</files>
</package>