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

Switch to side-by-side view

--- a
+++ b/Implementation/APUnitTestFramework/APUnitTestFramework.nuspec
@@ -0,0 +1,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>
\ No newline at end of file