File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Orm/Xtensive.Orm.PostgreSql Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<IsPackable >true</IsPackable >
4
4
<DocumentationFile >$(OutputPath)$(TargetFramework)\$(AssemblyName).xml</DocumentationFile >
32
32
<Link >Properties\Visibility.cs</Link >
33
33
</Compile >
34
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 >
35
47
</Project >
You can’t perform that action at this time.
0 commit comments