Skip to content

Commit c679de7

Browse files
committed
Fixes resources for the providers
1 parent 574bb46 commit c679de7

File tree

4 files changed

+32
-5
lines changed

4 files changed

+32
-5
lines changed

Orm/Xtensive.Orm.Firebird/Xtensive.Orm.Firebird.csproj

Lines changed: 8 additions & 2 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
<OutputPath>..\..\_Build\$(Configuration)\lib\</OutputPath>
@@ -22,5 +22,11 @@
2222
<ItemGroup>
2323
<ProjectReference Include="..\Xtensive.Orm\Xtensive.Orm.csproj" />
2424
</ItemGroup>
25-
25+
<ItemGroup>
26+
<Compile Update="Sql.Drivers.Firebird\Resources\Strings.Designer.cs">
27+
<DesignTime>True</DesignTime>
28+
<AutoGen>True</AutoGen>
29+
<DependentUpon>Strings.resx</DependentUpon>
30+
</Compile>
31+
</ItemGroup>
2632
</Project>

Orm/Xtensive.Orm.MySql/Xtensive.Orm.MySql.csproj

Lines changed: 8 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
<OutputPath>..\..\_Build\$(Configuration)\lib\</OutputPath>
@@ -27,4 +27,11 @@
2727
<Link>Properties\Visibility.cs</Link>
2828
</Compile>
2929
</ItemGroup>
30+
<ItemGroup>
31+
<Compile Update="Sql.Drivers.MySql\Resources\Strings.Designer.cs">
32+
<DesignTime>True</DesignTime>
33+
<AutoGen>True</AutoGen>
34+
<DependentUpon>Strings.resx</DependentUpon>
35+
</Compile>
36+
</ItemGroup>
3037
</Project>

Orm/Xtensive.Orm.Oracle/Xtensive.Orm.Oracle.csproj

Lines changed: 8 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
<OutputPath>..\..\_Build\$(Configuration)\lib\</OutputPath>
@@ -27,4 +27,11 @@
2727
<Link>Properties\Visibility.cs</Link>
2828
</Compile>
2929
</ItemGroup>
30+
<ItemGroup>
31+
<Compile Update="Sql.Drivers.Oracle\Resources\Strings.Designer.cs">
32+
<DesignTime>True</DesignTime>
33+
<AutoGen>True</AutoGen>
34+
<DependentUpon>Strings.resx</DependentUpon>
35+
</Compile>
36+
</ItemGroup>
3037
</Project>

Orm/Xtensive.Orm.Sqlite/Xtensive.Orm.Sqlite.csproj

Lines changed: 8 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
<OutputPath>..\..\_Build\$(Configuration)\lib\</OutputPath>
@@ -27,4 +27,11 @@
2727
<Link>Properties\Visibility.cs</Link>
2828
</Compile>
2929
</ItemGroup>
30+
<ItemGroup>
31+
<Compile Update="Sql.Drivers.Sqlite\Resources\Strings.Designer.cs">
32+
<DesignTime>True</DesignTime>
33+
<AutoGen>True</AutoGen>
34+
<DependentUpon>Strings.resx</DependentUpon>
35+
</Compile>
36+
</ItemGroup>
3037
</Project>

0 commit comments

Comments
 (0)