diff --git a/src/Spring/Spring.Aop/Spring.Aop.2010.csproj b/src/Spring/Spring.Aop/Spring.Aop.2010.csproj index 619de4ee..505f574e 100644 --- a/src/Spring/Spring.Aop/Spring.Aop.2010.csproj +++ b/src/Spring/Spring.Aop/Spring.Aop.2010.csproj @@ -44,6 +44,8 @@ 3.5 + ..\..\..\ + true ..\..\..\build\VS.Net.2010\Spring.Aop\Debug\ @@ -91,9 +93,8 @@ prompt - - False - ..\..\..\lib\Net\2.0\Common.Logging.dll + + ..\..\..\packages\Common.Logging.2.1.2\lib\net40\Common.Logging.dll System @@ -441,6 +442,7 @@ spring-aop-1.1.xsd + @@ -473,4 +475,11 @@ + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + \ No newline at end of file diff --git a/src/Spring/Spring.Aop/packages.config b/src/Spring/Spring.Aop/packages.config new file mode 100644 index 00000000..78ac149d --- /dev/null +++ b/src/Spring/Spring.Aop/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/Spring/Spring.Core/Spring.Core.2010.csproj b/src/Spring/Spring.Core/Spring.Core.2010.csproj index 532e7f90..5fe58842 100644 --- a/src/Spring/Spring.Core/Spring.Core.2010.csproj +++ b/src/Spring/Spring.Core/Spring.Core.2010.csproj @@ -43,6 +43,8 @@ 3.5 + ..\..\..\ + true ..\..\..\build\VS.Net.2010\Spring.Core\Debug\ @@ -91,9 +93,8 @@ prompt - - False - ..\..\..\lib\Net\2.0\Common.Logging.dll + + ..\..\..\packages\Common.Logging.2.1.2\lib\net40\Common.Logging.dll @@ -1292,6 +1293,7 @@ Designer + @@ -1333,4 +1335,11 @@ + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + \ No newline at end of file diff --git a/src/Spring/Spring.Core/packages.config b/src/Spring/Spring.Core/packages.config new file mode 100644 index 00000000..78ac149d --- /dev/null +++ b/src/Spring/Spring.Core/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/Spring/Spring.Data.NHibernate32/Spring.Data.NHibernate32.2010.csproj b/src/Spring/Spring.Data.NHibernate32/Spring.Data.NHibernate32.2010.csproj index cd684e1a..3e0a6a40 100644 --- a/src/Spring/Spring.Data.NHibernate32/Spring.Data.NHibernate32.2010.csproj +++ b/src/Spring/Spring.Data.NHibernate32/Spring.Data.NHibernate32.2010.csproj @@ -58,9 +58,8 @@ 0618 - - False - ..\..\..\lib\Net\2.0\Common.Logging.dll + + ..\..\..\packages\Common.Logging.2.1.2\lib\net40\Common.Logging.dll False diff --git a/src/Spring/Spring.Data.NHibernate32/packages.config b/src/Spring/Spring.Data.NHibernate32/packages.config index 9a97ea50..1fdb3673 100644 --- a/src/Spring/Spring.Data.NHibernate32/packages.config +++ b/src/Spring/Spring.Data.NHibernate32/packages.config @@ -1,5 +1,6 @@  + \ No newline at end of file diff --git a/src/Spring/Spring.Data.NHibernate33/Spring.Data.NHibernate33.2010.csproj b/src/Spring/Spring.Data.NHibernate33/Spring.Data.NHibernate33.2010.csproj index d00872f9..6110c87a 100644 --- a/src/Spring/Spring.Data.NHibernate33/Spring.Data.NHibernate33.2010.csproj +++ b/src/Spring/Spring.Data.NHibernate33/Spring.Data.NHibernate33.2010.csproj @@ -58,9 +58,8 @@ 0618 - - False - ..\..\..\lib\Net\2.0\Common.Logging.dll + + ..\..\..\packages\Common.Logging.2.1.2\lib\net40\Common.Logging.dll False diff --git a/src/Spring/Spring.Data.NHibernate33/packages.config b/src/Spring/Spring.Data.NHibernate33/packages.config index b1237cc1..c6dbca99 100644 --- a/src/Spring/Spring.Data.NHibernate33/packages.config +++ b/src/Spring/Spring.Data.NHibernate33/packages.config @@ -1,5 +1,6 @@  + \ No newline at end of file diff --git a/src/Spring/Spring.Data/Spring.Data.2010.csproj b/src/Spring/Spring.Data/Spring.Data.2010.csproj index 044f351c..37642a16 100644 --- a/src/Spring/Spring.Data/Spring.Data.2010.csproj +++ b/src/Spring/Spring.Data/Spring.Data.2010.csproj @@ -28,6 +28,8 @@ 3.5 + ..\..\..\ + true ..\..\..\build\VS.Net.2010\Spring.Data\Debug\ @@ -74,9 +76,8 @@ prompt - - False - ..\..\..\lib\Net\2.0\Common.Logging.dll + + ..\..\..\packages\Common.Logging.2.1.2\lib\net40\Common.Logging.dll System @@ -330,6 +331,7 @@ spring-database-1.3.xsd + @@ -338,4 +340,11 @@ + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + \ No newline at end of file diff --git a/src/Spring/Spring.Data/packages.config b/src/Spring/Spring.Data/packages.config new file mode 100644 index 00000000..78ac149d --- /dev/null +++ b/src/Spring/Spring.Data/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/Spring/Spring.Messaging.Ems/Spring.Messaging.Ems.2010.csproj b/src/Spring/Spring.Messaging.Ems/Spring.Messaging.Ems.2010.csproj index da9f9dde..02e5d1fe 100644 --- a/src/Spring/Spring.Messaging.Ems/Spring.Messaging.Ems.2010.csproj +++ b/src/Spring/Spring.Messaging.Ems/Spring.Messaging.Ems.2010.csproj @@ -15,6 +15,8 @@ 3.5 + ..\..\..\ + true true @@ -40,9 +42,8 @@ true - - False - ..\..\..\lib\net\2.0\Common.Logging.dll + + ..\..\..\packages\Common.Logging.2.1.2\lib\net40\Common.Logging.dll @@ -173,7 +174,17 @@ Spring.Data.2010 + + + + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + +