forked from Taritsyn/JavaScriptEngineSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnuget-common.props
More file actions
17 lines (17 loc) · 890 Bytes
/
nuget-common.props
File metadata and controls
17 lines (17 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project>
<PropertyGroup>
<Title>$(Product)</Title>
<Authors>Andrey Taritsyn</Authors>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageCommonTags>JavaScriptEngineSwitcher;JavaScript;ECMAScript</PackageCommonTags>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageLicenseFullPath>../../LICENSE.txt</PackageLicenseFullPath>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/Taritsyn/JavaScriptEngineSwitcher</PackageProjectUrl>
<RepositoryUrl>https://github.com/Taritsyn/JavaScriptEngineSwitcher</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageOutputPath>../../nuget</PackageOutputPath>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
</PropertyGroup>
</Project>