diff --git a/QuickLook.Plugin.OfficeViewer.csproj b/QuickLook.Plugin.OfficeViewer.csproj index 75686ad..77eea1c 100644 --- a/QuickLook.Plugin.OfficeViewer.csproj +++ b/QuickLook.Plugin.OfficeViewer.csproj @@ -12,9 +12,9 @@ false false 512 - false - false - false + false + false + false {9DD27AB3-C99B-4103-8BC8-B220EC399635} {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 @@ -34,7 +34,7 @@ false Portable true - bin\Release\ + Build\Release\ @@ -50,7 +50,7 @@ false Portable true - bin\Release\ + Build\Release\ @@ -79,4 +79,9 @@ + + + + + diff --git a/Scripts/pack-zip.ps1 b/Scripts/pack-zip.ps1 index dd48a38..4d5f898 100644 --- a/Scripts/pack-zip.ps1 +++ b/Scripts/pack-zip.ps1 @@ -1,5 +1,5 @@ Remove-Item ..\QuickLook.Plugin.OfficeViewer.qlplugin -ErrorAction SilentlyContinue -$files = Get-ChildItem -Path ..\bin\Release\ -Exclude *.pdb,*.xml +$files = Get-ChildItem -Path ..\Build\Release\ -Exclude *.pdb,*.xml Compress-Archive $files ..\QuickLook.Plugin.OfficeViewer.zip Move-Item ..\QuickLook.Plugin.OfficeViewer.zip ..\QuickLook.Plugin.OfficeViewer.qlplugin \ No newline at end of file