diff --git a/src/GenCode128/GenCode128.csproj b/src/GenCode128/GenCode128.csproj index 35801be..ca4f7e8 100644 --- a/src/GenCode128/GenCode128.csproj +++ b/src/GenCode128/GenCode128.csproj @@ -17,7 +17,7 @@ - + diff --git a/src/Sample/Sample.csproj b/src/Sample/Sample.csproj index a4d3414..4f935d6 100644 --- a/src/Sample/Sample.csproj +++ b/src/Sample/Sample.csproj @@ -36,6 +36,7 @@ v4.6.1 2.0 + true bin\Debug\ @@ -86,9 +87,13 @@ false + System + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + System.Data @@ -96,7 +101,20 @@ System.Drawing - ..\packages\System.Drawing.Common.5.0.2\lib\net461\System.Drawing.Common.dll + ..\packages\System.Drawing.Common.5.0.3\lib\net461\System.Drawing.Common.dll + + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + + + ..\packages\System.Resources.Extensions.7.0.0\lib\netstandard2.0\System.Resources.Extensions.dll + + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll System.Windows.Forms diff --git a/src/Sample/packages.config b/src/Sample/packages.config index 44bcc11..dd543e9 100644 --- a/src/Sample/packages.config +++ b/src/Sample/packages.config @@ -1,4 +1,9 @@  - + + + + + + \ No newline at end of file