-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathJetBrains.EnvDTE.nuspec
44 lines (42 loc) · 2.88 KB
/
JetBrains.EnvDTE.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
<?xml version="1.0" encoding="utf-8" ?>
<package>
<metadata>
<id>JetBrains.EnvDTE</id>
<version>$version$</version>
<title>JetBrains.EnvDTE</title>
<authors>JetBrains</authors>
<owners>JetBrains</owners>
<license type="expression">Apache-2.0</license>
<projectUrl>https://github.com/kirillgla/JetBrains.EnvDTE</projectUrl>
<icon>JetBrains.EnvDTE.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>JetBrains implementation of EnvDTE</description>
<releaseNotes>Initial release</releaseNotes>
<copyright>Copyright © JetBrains 2020</copyright>
<tags>JetBrains Rider EnvDTE</tags>
<summary>JetBrains implementation of EnvDTE</summary>
</metadata>
<files>
<file src="EnvDTE100.Interfaces\bin\Release\net472\EnvDTE.dll" target="lib\net472"/>
<file src="EnvDTE100.Interfaces\bin\Release\net472\EnvDTE.pdb" target="lib\net472"/>
<file src="EnvDTE100.Interfaces\bin\Release\net472\EnvDTE80.dll" target="lib\net472"/>
<file src="EnvDTE100.Interfaces\bin\Release\net472\EnvDTE80.pdb" target="lib\net472"/>
<file src="EnvDTE100.Interfaces\bin\Release\net472\EnvDTE90.dll" target="lib\net472"/>
<file src="EnvDTE100.Interfaces\bin\Release\net472\EnvDTE90.pdb" target="lib\net472"/>
<file src="EnvDTE100.Interfaces\bin\Release\net472\EnvDTE90a.dll" target="lib\net472"/>
<file src="EnvDTE100.Interfaces\bin\Release\net472\EnvDTE90a.pdb" target="lib\net472"/>
<file src="EnvDTE100.Interfaces\bin\Release\net472\EnvDTE100.dll" target="lib\net472"/>
<file src="EnvDTE100.Interfaces\bin\Release\net472\EnvDTE100.pdb" target="lib\net472"/>
<file src="EnvDTE100.Interfaces\bin\Release\netcoreapp3.0\EnvDTE.dll" target="lib\netcoreapp3.0"/>
<file src="EnvDTE100.Interfaces\bin\Release\netcoreapp3.0\EnvDTE.pdb" target="lib\netcoreapp3.0"/>
<file src="EnvDTE100.Interfaces\bin\Release\netcoreapp3.0\EnvDTE80.dll" target="lib\netcoreapp3.0"/>
<file src="EnvDTE100.Interfaces\bin\Release\netcoreapp3.0\EnvDTE80.pdb" target="lib\netcoreapp3.0"/>
<file src="EnvDTE100.Interfaces\bin\Release\netcoreapp3.0\EnvDTE90.dll" target="lib\netcoreapp3.0"/>
<file src="EnvDTE100.Interfaces\bin\Release\netcoreapp3.0\EnvDTE90.pdb" target="lib\netcoreapp3.0"/>
<file src="EnvDTE100.Interfaces\bin\Release\netcoreapp3.0\EnvDTE90a.dll" target="lib\netcoreapp3.0"/>
<file src="EnvDTE100.Interfaces\bin\Release\netcoreapp3.0\EnvDTE90a.pdb" target="lib\netcoreapp3.0"/>
<file src="EnvDTE100.Interfaces\bin\Release\netcoreapp3.0\EnvDTE100.dll" target="lib\netcoreapp3.0"/>
<file src="EnvDTE100.Interfaces\bin\Release\netcoreapp3.0\EnvDTE100.pdb" target="lib\netcoreapp3.0"/>
<file src="Icons\JetBrains.EnvDTE.png" target=""/>
</files>
</package>