diff --git a/PerfConsoleRunner/PerfConsoleRunner.csproj b/PerfConsoleRunner/PerfConsoleRunner.csproj index 15c2aae24a..5a005cd614 100644 --- a/PerfConsoleRunner/PerfConsoleRunner.csproj +++ b/PerfConsoleRunner/PerfConsoleRunner.csproj @@ -35,6 +35,9 @@ 4 + + ..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll + @@ -78,6 +81,7 @@ + - + \ No newline at end of file diff --git a/ReactiveUI.Blend/ReactiveUI.Blend_WP7.csproj b/ReactiveUI.Blend/ReactiveUI.Blend_WP7.csproj index dc718f7b97..9ed37d697b 100644 --- a/ReactiveUI.Blend/ReactiveUI.Blend_WP7.csproj +++ b/ReactiveUI.Blend/ReactiveUI.Blend_WP7.csproj @@ -43,6 +43,9 @@ + + ..\packages\NLog.2.0.0.2000\lib\sl3-wp\NLog.dll + False @@ -75,6 +78,9 @@ ReactiveUI_WP7 + + + @@ -85,4 +91,4 @@ --> - + \ No newline at end of file diff --git a/ReactiveUI.Blend/packages.config b/ReactiveUI.Blend/packages.config new file mode 100644 index 0000000000..4f68764199 --- /dev/null +++ b/ReactiveUI.Blend/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/ReactiveUI.Routing.Tests/ReactiveUI.Routing.Tests.csproj b/ReactiveUI.Routing.Tests/ReactiveUI.Routing.Tests.csproj index f47df09230..1187cd091f 100644 --- a/ReactiveUI.Routing.Tests/ReactiveUI.Routing.Tests.csproj +++ b/ReactiveUI.Routing.Tests/ReactiveUI.Routing.Tests.csproj @@ -34,6 +34,9 @@ ..\ext\Microsoft.Reactive.Testing.dll + + ..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll + @@ -80,6 +83,9 @@ ReactiveUI + + + - + \ No newline at end of file diff --git a/ReactiveUI.Serialization.Tests/ReactiveUI.Serialization.Tests_SL4.csproj b/ReactiveUI.Serialization.Tests/ReactiveUI.Serialization.Tests_SL4.csproj index 7f94eed7bc..889c8f3aa1 100644 --- a/ReactiveUI.Serialization.Tests/ReactiveUI.Serialization.Tests_SL4.csproj +++ b/ReactiveUI.Serialization.Tests/ReactiveUI.Serialization.Tests_SL4.csproj @@ -87,6 +87,9 @@ False ..\ext\SL4\Newtonsoft.Json.Silverlight.dll + + ..\packages\NLog.2.0.0.2000\lib\sl4\NLog.dll + False diff --git a/ReactiveUI.Serialization.Tests/ReactiveUI.Serialization.Tests_SL5.csproj b/ReactiveUI.Serialization.Tests/ReactiveUI.Serialization.Tests_SL5.csproj index 3f6ebf1ecb..6e035f29cc 100644 --- a/ReactiveUI.Serialization.Tests/ReactiveUI.Serialization.Tests_SL5.csproj +++ b/ReactiveUI.Serialization.Tests/ReactiveUI.Serialization.Tests_SL5.csproj @@ -83,6 +83,9 @@ False ..\ext\SL5\Newtonsoft.Json.Silverlight.dll + + ..\packages\NLog.2.0.0.2000\lib\sl4\NLog.dll + False @@ -121,6 +124,8 @@ + + Designer diff --git a/ReactiveUI.Serialization.Tests/app.config b/ReactiveUI.Serialization.Tests/app.config new file mode 100644 index 0000000000..11f8f356bc --- /dev/null +++ b/ReactiveUI.Serialization.Tests/app.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ReactiveUI.Serialization.Tests/packages.config b/ReactiveUI.Serialization.Tests/packages.config new file mode 100644 index 0000000000..4f68764199 --- /dev/null +++ b/ReactiveUI.Serialization.Tests/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/ReactiveUI.Serialization/ReactiveUI.Serialization_SL4.csproj b/ReactiveUI.Serialization/ReactiveUI.Serialization_SL4.csproj index 5773ade030..029fd43e54 100644 --- a/ReactiveUI.Serialization/ReactiveUI.Serialization_SL4.csproj +++ b/ReactiveUI.Serialization/ReactiveUI.Serialization_SL4.csproj @@ -111,4 +111,4 @@ --> - + \ No newline at end of file diff --git a/ReactiveUI.Serialization/ReactiveUI.Serialization_SL5.csproj b/ReactiveUI.Serialization/ReactiveUI.Serialization_SL5.csproj index 23bb1e4595..46663de0aa 100644 --- a/ReactiveUI.Serialization/ReactiveUI.Serialization_SL5.csproj +++ b/ReactiveUI.Serialization/ReactiveUI.Serialization_SL5.csproj @@ -60,9 +60,6 @@ False ..\ext\SL5\Newtonsoft.Json.Silverlight.dll - - ..\packages\NLog.2.0.0.2000\lib\sl4\NLog.dll - True diff --git a/ReactiveUI.Serialization/ReactiveUI.Serialization_WP7.csproj b/ReactiveUI.Serialization/ReactiveUI.Serialization_WP7.csproj index cb96aee2d8..ee877f48e6 100644 --- a/ReactiveUI.Serialization/ReactiveUI.Serialization_WP7.csproj +++ b/ReactiveUI.Serialization/ReactiveUI.Serialization_WP7.csproj @@ -69,6 +69,9 @@ ..\ext\WP7\Newtonsoft.Json.WindowsPhone.dll + + ..\packages\NLog.2.0.0.2000\lib\sl3-wp\NLog.dll + False @@ -122,4 +125,4 @@ --> - + \ No newline at end of file diff --git a/ReactiveUI.Testing/ReactiveUI.Testing.csproj b/ReactiveUI.Testing/ReactiveUI.Testing.csproj index c57135cce6..001e5a1c86 100644 --- a/ReactiveUI.Testing/ReactiveUI.Testing.csproj +++ b/ReactiveUI.Testing/ReactiveUI.Testing.csproj @@ -91,6 +91,9 @@ 1591, 1573, 1711, 1587, 1570, 1572 + + ..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll + diff --git a/ReactiveUI.Testing/ReactiveUI.Testing_35.csproj b/ReactiveUI.Testing/ReactiveUI.Testing_35.csproj index 66d5da53a5..b49838b1a0 100644 --- a/ReactiveUI.Testing/ReactiveUI.Testing_35.csproj +++ b/ReactiveUI.Testing/ReactiveUI.Testing_35.csproj @@ -40,6 +40,9 @@ bin\Release\Net35\ReactiveUI.Testing_35.xml + + ..\packages\NLog.2.0.0.2000\lib\net35\NLog.dll + @@ -81,4 +84,4 @@ --> - + \ No newline at end of file diff --git a/ReactiveUI.Testing/ReactiveUI.Testing_SL4.csproj b/ReactiveUI.Testing/ReactiveUI.Testing_SL4.csproj index a9f0870e06..3bc7f2d87d 100644 --- a/ReactiveUI.Testing/ReactiveUI.Testing_SL4.csproj +++ b/ReactiveUI.Testing/ReactiveUI.Testing_SL4.csproj @@ -101,4 +101,4 @@ --> - + \ No newline at end of file diff --git a/ReactiveUI.Testing/ReactiveUI.Testing_WP7.csproj b/ReactiveUI.Testing/ReactiveUI.Testing_WP7.csproj index 670a103be2..375b629d78 100644 --- a/ReactiveUI.Testing/ReactiveUI.Testing_WP7.csproj +++ b/ReactiveUI.Testing/ReactiveUI.Testing_WP7.csproj @@ -66,6 +66,9 @@ Bin\Release\WP7\ReactiveUI.Testing_WP7.xml + + ..\packages\NLog.2.0.0.2000\lib\sl3-wp\NLog.dll + True ..\ext\WP7\System.Reactive.dll @@ -99,6 +102,9 @@ ReactiveUI_WP7 + + + @@ -109,4 +115,4 @@ --> - + \ No newline at end of file diff --git a/ReactiveUI.Testing/packages.config b/ReactiveUI.Testing/packages.config new file mode 100644 index 0000000000..4f68764199 --- /dev/null +++ b/ReactiveUI.Testing/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/ReactiveUI.Tests/ReactiveUI.Tests.csproj b/ReactiveUI.Tests/ReactiveUI.Tests.csproj index a1008ca1ce..b92be78577 100644 --- a/ReactiveUI.Tests/ReactiveUI.Tests.csproj +++ b/ReactiveUI.Tests/ReactiveUI.Tests.csproj @@ -42,6 +42,9 @@ + + ..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll + diff --git a/ReactiveUI.Tests/ReactiveUI.Tests_SL5.csproj b/ReactiveUI.Tests/ReactiveUI.Tests_SL5.csproj index 9b4db3bd1a..c60769bc7b 100644 --- a/ReactiveUI.Tests/ReactiveUI.Tests_SL5.csproj +++ b/ReactiveUI.Tests/ReactiveUI.Tests_SL5.csproj @@ -132,6 +132,8 @@ + + Designer diff --git a/ReactiveUI.Tests/app.config b/ReactiveUI.Tests/app.config new file mode 100644 index 0000000000..11f8f356bc --- /dev/null +++ b/ReactiveUI.Tests/app.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ReactiveUI.Tests/packages.config b/ReactiveUI.Tests/packages.config new file mode 100644 index 0000000000..4f68764199 --- /dev/null +++ b/ReactiveUI.Tests/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/ReactiveUI.Xaml/ReactiveUI.Xaml_35.csproj b/ReactiveUI.Xaml/ReactiveUI.Xaml_35.csproj index 1d0484a451..c63ade2209 100644 --- a/ReactiveUI.Xaml/ReactiveUI.Xaml_35.csproj +++ b/ReactiveUI.Xaml/ReactiveUI.Xaml_35.csproj @@ -42,6 +42,9 @@ bin\Release\Net35\ReactiveUI.Xaml_35.xml + + ..\packages\NLog.2.0.0.2000\lib\net35\NLog.dll + diff --git a/ReactiveUI.Xaml/ReactiveUI.Xaml_SL4.csproj b/ReactiveUI.Xaml/ReactiveUI.Xaml_SL4.csproj index 3f3b7275e3..24acd8029f 100644 --- a/ReactiveUI.Xaml/ReactiveUI.Xaml_SL4.csproj +++ b/ReactiveUI.Xaml/ReactiveUI.Xaml_SL4.csproj @@ -56,6 +56,7 @@ + True @@ -97,4 +98,4 @@ --> - + \ No newline at end of file diff --git a/ReactiveUI.Xaml/ReactiveUI.Xaml_SL5.csproj b/ReactiveUI.Xaml/ReactiveUI.Xaml_SL5.csproj index 036ee4b2c3..6ec4a44aa6 100644 --- a/ReactiveUI.Xaml/ReactiveUI.Xaml_SL5.csproj +++ b/ReactiveUI.Xaml/ReactiveUI.Xaml_SL5.csproj @@ -56,9 +56,7 @@ - - ..\packages\NLog.2.0.0.2000\lib\sl4\NLog.dll - + True ..\ext\SL5\System.Reactive.dll diff --git a/ReactiveUI.Xaml/ReactiveUI.Xaml_WP7.csproj b/ReactiveUI.Xaml/ReactiveUI.Xaml_WP7.csproj index 736458aa9c..139967681c 100644 --- a/ReactiveUI.Xaml/ReactiveUI.Xaml_WP7.csproj +++ b/ReactiveUI.Xaml/ReactiveUI.Xaml_WP7.csproj @@ -66,6 +66,9 @@ Bin\Release\WP7\ReactiveUI.Xaml_WP7.xml + + ..\packages\NLog.2.0.0.2000\lib\sl3-wp\NLog.dll + True @@ -105,4 +108,4 @@ --> - + \ No newline at end of file diff --git a/ReactiveUI/ReactiveUI_35.csproj b/ReactiveUI/ReactiveUI_35.csproj index 7ee579844a..1c9f216954 100644 --- a/ReactiveUI/ReactiveUI_35.csproj +++ b/ReactiveUI/ReactiveUI_35.csproj @@ -42,6 +42,9 @@ bin\Release\Net35\ReactiveUI_35.xml + + ..\packages\NLog.2.0.0.2000\lib\net35\NLog.dll + diff --git a/ReactiveUI/ReactiveUI_SL4.csproj b/ReactiveUI/ReactiveUI_SL4.csproj index bbc6a7b769..6e11c65b4c 100644 --- a/ReactiveUI/ReactiveUI_SL4.csproj +++ b/ReactiveUI/ReactiveUI_SL4.csproj @@ -56,6 +56,7 @@ + True diff --git a/ReactiveUI/ReactiveUI_SL5.csproj b/ReactiveUI/ReactiveUI_SL5.csproj index 0799d71440..f4f1f203cd 100644 --- a/ReactiveUI/ReactiveUI_SL5.csproj +++ b/ReactiveUI/ReactiveUI_SL5.csproj @@ -56,9 +56,7 @@ - - ..\packages\NLog.2.0.0.2000\lib\sl4\NLog.dll - + True diff --git a/ReactiveUI/ReactiveUI_WP7.csproj b/ReactiveUI/ReactiveUI_WP7.csproj index cca3328b6f..2927cf5016 100644 --- a/ReactiveUI/ReactiveUI_WP7.csproj +++ b/ReactiveUI/ReactiveUI_WP7.csproj @@ -66,6 +66,9 @@ Bin\Release\WP7\ReactiveUI_WP7.xml + + ..\packages\NLog.2.0.0.2000\lib\sl3-wp\NLog.dll + True ..\ext\WP7\System.Reactive.dll diff --git a/packages/repositories.config b/packages/repositories.config index 0617d3e65b..0616baf348 100644 --- a/packages/repositories.config +++ b/packages/repositories.config @@ -1,7 +1,14 @@  + + + + + + + \ No newline at end of file