Diff of /Implementation/APUnitTestFramework/APUnitTestFramework.nuspec [000000] .. [5a4bff]  Maximize  Restore

Switch to unified view

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