Skip to content

Commit d091e1e

Browse files
committed
Fix resource file assingnment
1 parent f781af3 commit d091e1e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Orm/Xtensive.Orm.PostgreSql/Xtensive.Orm.PostgreSql.csproj

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<IsPackable>true</IsPackable>
44
<DocumentationFile>$(OutputPath)$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
@@ -32,4 +32,16 @@
3232
<Link>Properties\Visibility.cs</Link>
3333
</Compile>
3434
</ItemGroup>
35+
<ItemGroup>
36+
<None Include="Sql.Drivers.PostgreSql\Resources\Strings.resx">
37+
<Generator>ResXFileCodeGenerator</Generator>
38+
<SubType>Designer</SubType>
39+
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
40+
</None>
41+
<Compile Update="Sql.Drivers.PostgreSql\Resources\Strings.Designer.cs">
42+
<DesignTime>True</DesignTime>
43+
<AutoGen>True</AutoGen>
44+
<DependentUpon>Strings.resx</DependentUpon>
45+
</Compile>
46+
</ItemGroup>
3547
</Project>

0 commit comments

Comments
 (0)