Skip to content

Commit 3c60d0e

Browse files
committed
Postgresql provider project: revert changes of resouce file declaration
1 parent 9313b87 commit 3c60d0e

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

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

Lines changed: 6 additions & 7 deletions
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>
@@ -36,16 +36,15 @@
3636
</Compile>
3737
</ItemGroup>
3838
<ItemGroup>
39+
<None Include="Sql.Drivers.PostgreSql\Resources\Strings.resx">
40+
<Generator>ResXFileCodeGenerator</Generator>
41+
<SubType>Designer</SubType>
42+
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
43+
</None>
3944
<Compile Update="Sql.Drivers.PostgreSql\Resources\Strings.Designer.cs">
4045
<DesignTime>True</DesignTime>
4146
<AutoGen>True</AutoGen>
4247
<DependentUpon>Strings.resx</DependentUpon>
4348
</Compile>
4449
</ItemGroup>
45-
<ItemGroup>
46-
<EmbeddedResource Update="Sql.Drivers.PostgreSql\Resources\Strings.resx">
47-
<Generator>ResXFileCodeGenerator</Generator>
48-
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
49-
</EmbeddedResource>
50-
</ItemGroup>
5150
</Project>

0 commit comments

Comments
 (0)