From 159c0a76254594642ae4fdb75e54397d461a56cf Mon Sep 17 00:00:00 2001 From: "chris.watts90@outlook.com" Date: Fri, 10 Feb 2017 22:42:05 +0000 Subject: [PATCH] added postbuild event steps to copy dependencies into the output directory. --- .../WindowsDataServiceHost.csproj | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/DataCenter_Windows/WindowsDataCenter/WindowsDataServiceHost/WindowsDataServiceHost.csproj b/DataCenter_Windows/WindowsDataCenter/WindowsDataServiceHost/WindowsDataServiceHost.csproj index 25b977a..87e4d2e 100644 --- a/DataCenter_Windows/WindowsDataCenter/WindowsDataServiceHost/WindowsDataServiceHost.csproj +++ b/DataCenter_Windows/WindowsDataCenter/WindowsDataServiceHost/WindowsDataServiceHost.csproj @@ -90,6 +90,19 @@ + + copy "$(SolutionDir)SQLiteRepository\$(OutDir)SQLiteRepository.dll" "$(TargetDir)" +copy "$(SolutionDir)SQLiteRepository\$(OutDir)SQLite.Net.Platform.Win32.dll" "$(TargetDir)" +copy "$(SolutionDir)SQLiteRepository\$(OutDir)SQLite.Net.Platform.Generic.dll" "$(TargetDir)" +copy "$(SolutionDir)SQLiteRepository\$(OutDir)SQLite.Net.dll" "$(TargetDir)" +mkdir "$(TargetDir)Configs" +copy "$(SolutionDir)NLogLogger\$(OutDir)NLogLogger.dll" "$(TargetDir)" +copy "$(SolutionDir)NLogLogger\$(OutDir)NLog.dll" "$(TargetDir)" +copy "$(SolutionDir)NLogLogger\$(OutDir)NLogLogger.dll.config" "$(TargetDir)" +copy "$(SolutionDir)NLogLogger\$(OutDir)NLogConfig.xml" "$(TargetDir)Configs\" + +copy "$(SolutionDir)WindowsDataCenter\$(OutDir)Ninject.Extensions.Xml.dll" "$(TargetDir)" +