diff --git a/Application/FeedCenter.csproj b/Application/FeedCenter.csproj index 9fd1893..8c0e9fe 100644 --- a/Application/FeedCenter.csproj +++ b/Application/FeedCenter.csproj @@ -130,16 +130,16 @@ - ..\Common.Wpf.MarkupExtensions\bin\Release\Common.Wpf.MarkupExtensions.dll + ..\..\Common.Wpf.MarkupExtensions\bin\Release\Common.Wpf.MarkupExtensions.dll - packages\EntityFramework.6.1.1\lib\net45\EntityFramework.dll + ..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.dll - packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll + ..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll - packages\EntityFramework.SqlServerCompact.6.1.1\lib\net45\EntityFramework.SqlServerCompact.dll + ..\packages\EntityFramework.SqlServerCompact.6.1.1\lib\net45\EntityFramework.SqlServerCompact.dll @@ -147,11 +147,11 @@ True - packages\Microsoft.SqlServer.Compact.4.0.8854.1\lib\net40\System.Data.SqlServerCe.dll + ..\packages\Microsoft.SqlServer.Compact.4.0.8854.1\lib\net40\System.Data.SqlServerCe.dll True - packages\Microsoft.SqlServer.Compact.4.0.8854.1\lib\net40\System.Data.SqlServerCe.Entity.dll + ..\packages\Microsoft.SqlServer.Compact.4.0.8854.1\lib\net40\System.Data.SqlServerCe.Entity.dll @@ -413,15 +413,15 @@ - + {ED1C07A1-54F5-4796-8B06-2A0BB1960D84} Common.Native - + {0074C983-550E-4094-9E8C-F566FB669297} Common.Wpf - + {17864D82-457D-4A0A-BC10-1D07F2B3A5D6} Common diff --git a/Application/app.config b/Application/app.config index 58576ca..a4c01a6 100644 --- a/Application/app.config +++ b/Application/app.config @@ -7,9 +7,9 @@
-
+ diff --git a/FeedCenter.sln b/FeedCenter.sln index bab9c72..00b20c4 100644 --- a/FeedCenter.sln +++ b/FeedCenter.sln @@ -1,8 +1,8 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 -VisualStudioVersion = 12.0.21005.1 +VisualStudioVersion = 12.0.30626.0 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FeedCenter", "FeedCenter.csproj", "{BD3D12F2-DE23-4466-83B1-1EB617A877A4}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FeedCenter", "Application\FeedCenter.csproj", "{BD3D12F2-DE23-4466-83B1-1EB617A877A4}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "..\Common\Common.csproj", "{17864D82-457D-4A0A-BC10-1D07F2B3A5D6}" EndProject