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" >
22 <PropertyGroup >
33 <IsPackable >true</IsPackable >
44 <DocumentationFile >$(OutputPath)$(TargetFramework)\$(AssemblyName).xml</DocumentationFile >
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 >
You can’t perform that action at this time.
0 commit comments