22 lines
861 B
XML
22 lines
861 B
XML
<?xml version="1.0"?>
|
|
<package >
|
|
<metadata>
|
|
<id>SteamWare.Scheduler</id>
|
|
<version>0.0.0.0</version>
|
|
<authors>Samuele E. Locatelli</authors>
|
|
<description>SteamWare Scheduler helper lib for framework projects</description>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<!-- Explicitly declare target framework -->
|
|
<frameworkAssemblies>
|
|
<frameworkAssembly assemblyName="System" targetFramework="net462" />
|
|
</frameworkAssemblies>
|
|
</metadata>
|
|
|
|
<files>
|
|
<!-- Only include your assemblies -->
|
|
<file src="bin\$configuration$\SteamWare*.dll" target="lib\net462" />
|
|
<!-- <file src="bin\$configuration$\SteamWare*.pdb" target="lib\net462" />
|
|
<file src="bin\$configuration$\SteamWare*.xml" target="lib\net462" /> -->
|
|
</files>
|
|
</package>
|