Skip to content

Commit 8f85c2e

Browse files
committed
LocalizedResources: Fix reference paths in .dna file
1 parent 41ee458 commit 8f85c2e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<DnaLibrary Name="LocalizedResources Add-In" RuntimeVersion="v4.0">
22
<ExternalLibrary Path="LocalizedResources.dll" LoadFromBytes="true" Pack="true" />
3-
<Reference Path="fr-FR\LocalizedResources.resources" Pack="true" />
4-
<Reference Path="es\LocalizedResources.resources" Pack="true" />
3+
<Reference Path="fr-FR\LocalizedResources.resources.dll" Pack="true" />
4+
<Reference Path="es\LocalizedResources.resources.dll" Pack="true" />
55
</DnaLibrary>

LocalizedResources/LocalizedResources.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="ExcelDna.Integration, Version=0.33.5730.40390, Culture=neutral, processorArchitecture=MSIL">
33+
<Reference Include="ExcelDna.Integration">
3434
<HintPath>packages\ExcelDna.Integration.0.33.9\lib\ExcelDna.Integration.dll</HintPath>
35-
<Private>False</Private>
3635
</Reference>
3736
<Reference Include="System" />
3837
<Reference Include="System.Core" />

0 commit comments

Comments
 (0)