diff --git a/ServerComponents/FileConverterService2/FileConverterService2.csproj b/ServerComponents/FileConverterService2/FileConverterService2.csproj index a0c97058..b5a14274 100644 --- a/ServerComponents/FileConverterService2/FileConverterService2.csproj +++ b/ServerComponents/FileConverterService2/FileConverterService2.csproj @@ -75,19 +75,19 @@ False - ..\..\..\wwwroot\Bin\AWSSDK.dll + ..\..\ThirdParty\Bin\AWSSDK.dll False - ..\..\..\wwwroot\Bin\FileConverterUtils2.dll + ..\Bin\FileConverterUtils2.dll False - ..\..\..\wwwroot\Bin\log4net.dll + ..\..\ThirdParty\Bin\log4net.dll False - ..\..\..\wwwroot\Bin\MySql.Data.dll + ..\..\ThirdParty\Bin\MySql.Data.dll True @@ -115,9 +115,6 @@ - - PreserveNewest - @@ -138,8 +135,6 @@ - copy $(ProjectDir)..\..\..\wwwroot\Bin\Settings.config $(TargetDir) -copy $(ProjectDir)..\..\..\wwwroot\Bin\ConnectionStrings.config $(TargetDir) -copy $(TargetPath) $(ProjectDir)..\..\..\wwwroot\Bin\ + copy $(TargetPath) $(ProjectDir)..\Bin\ \ No newline at end of file diff --git a/ServerComponents/FileConverterUtils2/FileConverterUtils2.csproj b/ServerComponents/FileConverterUtils2/FileConverterUtils2.csproj index a41e9d50..67c0214e 100644 --- a/ServerComponents/FileConverterUtils2/FileConverterUtils2.csproj +++ b/ServerComponents/FileConverterUtils2/FileConverterUtils2.csproj @@ -33,35 +33,35 @@ False - ..\..\..\wwwroot\Bin\ASC.Common.dll + ..\..\ThirdParty\Bin\ASC.Common.dll False - ..\..\..\wwwroot\Bin\ASC.Core.Common.dll + ..\..\ThirdParty\Bin\ASC.Core.Common.dll False - ..\..\..\wwwroot\Bin\AWSSDK.dll + ..\..\ThirdParty\Bin\AWSSDK.dll False - ..\..\..\wwwroot\Bin\Enyim.Caching.dll + ..\..\ThirdParty\Bin\Enyim.Caching.dll False - ..\..\..\wwwroot\Bin\Ionic.Zip.Reduced.dll + ..\..\ThirdParty\Bin\Ionic.Zip.Reduced.dll False - ..\..\..\wwwroot\Bin\log4net.dll + ..\..\ThirdParty\Bin\log4net.dll False - ..\..\..\wwwroot\Bin\MySql.Data.dll + ..\..\ThirdParty\Bin\MySql.Data.dll False - ..\..\..\wwwroot\Bin\OpenMcdf.dll + ..\..\ThirdParty\Bin\OpenMcdf.dll @@ -125,6 +125,6 @@ --> - copy $(TargetPath) $(ProjectDir)..\..\..\wwwroot\Bin\ + copy $(TargetPath) $(ProjectDir)..\Bin\ \ No newline at end of file