We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f781af3 commit d091e1eCopy full SHA for d091e1e
1 file changed
Orm/Xtensive.Orm.PostgreSql/Xtensive.Orm.PostgreSql.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<IsPackable>true</IsPackable>
4
<DocumentationFile>$(OutputPath)$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
@@ -32,4 +32,16 @@
32
<Link>Properties\Visibility.cs</Link>
33
</Compile>
34
</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>
47
</Project>
0 commit comments