Skip to content

Commit 41ee458

Browse files
committed
LocalizedResources: Add Packed output folder
1 parent 818a11e commit 41ee458

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

LocalizedResources/LocalizedResources.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@
7272
xcopy "$(TargetDir)LocalizedResources-AddIn.dna*" "$(TargetDir)LocalizedResources-AddIn64.dna*" /C /Y
7373
xcopy "$(SolutionDir)\packages\ExcelDna.AddIn.0.33.9.65\tools\ExcelDna64.xll" "$(TargetDir)LocalizedResources-AddIn64.xll*" /C /Y
7474
"$(SolutionDir)\packages\ExcelDna.AddIn.0.33.9.65\tools\ExcelDnaPack.exe" "$(TargetDir)LocalizedResources-AddIn.dna" /Y
75-
"$(SolutionDir)\packages\ExcelDna.AddIn.0.33.9.65\tools\ExcelDnaPack.exe" "$(TargetDir)LocalizedResources-AddIn64.dna" /Y</PostBuildEvent>
75+
"$(SolutionDir)\packages\ExcelDna.AddIn.0.33.9.65\tools\ExcelDnaPack.exe" "$(TargetDir)LocalizedResources-AddIn64.dna" /Y
76+
77+
xcopy "$(TargetDir)LocalizedResources-AddIn-packed.xll" "$(TargetDir)Packed\LocalizedResources-AddIn-packed.xll*" /C /Y</PostBuildEvent>
7678
</PropertyGroup>
7779
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7880
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)