[5a4bff]: / Implementation / APUnitTestFramework / APUnitTestFramework.nuspec  Maximize  Restore  History

Download this file

20 lines (20 with data), 791 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package>
  <metadata>
    <version>$version$</version>
    <id>APUnitTestFramework</id>
	<authors>3S-Smart Software Solutions GmbH</authors>
    <owners>3S-Smart Software Solutions GmbH</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A framework for easy unit testing within the Automation Platform</description>
    <copyright>Copyright © 1994-2016 by 3S-Smart Software Solutions GmbH. All rights reserved.</copyright>
    <dependencies>
      <group />
    </dependencies>
  </metadata>
  <files>
    <file src="bin\Debug\ \*.pdb" target="lib\sl45\" />
    <file src="bin\Debug\APUnitTestFramework.dll" target="lib\net45\" />
	<file src="bin\Debug\APUnitTestFramework.plugin.dll" target="lib\net45\" />
  </files>
</package>