Skip to content

Commit 174c909

Browse files
committed
Fixed resources logic
1 parent 922ba08 commit 174c909

File tree

6 files changed

+1
-365
lines changed

6 files changed

+1
-365
lines changed

eFormAPI/EformBase.Pn/Helpers/LocaleHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System.Threading;
2-
using eFormAPI.BasePn.Properties;
2+
using EformBase.Pn.Properties;
33

44
namespace EformBase.Pn.Helpers
55
{

eFormAPI/EformBase.Pn/Properties/Resources.Designer.cs

Lines changed: 0 additions & 90 deletions
This file was deleted.

eFormAPI/EformBase.Pn/Properties/Resources.da.resx

Lines changed: 0 additions & 126 deletions
This file was deleted.

eFormAPI/EformBase.Pn/Properties/Resources.resx

Lines changed: 0 additions & 129 deletions
This file was deleted.

eFormAPI/eFormAPI/Properties/Resources.da.Designer.cs

Whitespace-only changes.

eFormAPI/eFormAPI/eFormAPI.Web.csproj

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@
272272
<DependentUpon>Global.asax</DependentUpon>
273273
</Compile>
274274
<Compile Include="Infrastructure\Attributes\LocaleMiddleware.cs" />
275-
<Compile Include="Infrastructure\Helpers\LocaleHelper.cs" />
276275
<Compile Include="Infrastructure\Data\Entities\EformRole.cs" />
277276
<Compile Include="Infrastructure\Data\Entities\EformUserClaim.cs" />
278277
<Compile Include="Infrastructure\Data\Entities\EformUserLogin.cs" />
@@ -360,16 +359,6 @@
360359
<Compile Include="Migrations\EformMigrationsConfiguration.cs" />
361360
<Compile Include="Properties\AssemblyInfo.cs" />
362361
<Compile Include="Infrastructure\Services\EmailService.cs" />
363-
<Compile Include="Properties\Resources.da.Designer.cs">
364-
<DependentUpon>Resources.da.resx</DependentUpon>
365-
<AutoGen>True</AutoGen>
366-
<DesignTime>True</DesignTime>
367-
</Compile>
368-
<Compile Include="Properties\Resources.Designer.cs">
369-
<AutoGen>True</AutoGen>
370-
<DesignTime>True</DesignTime>
371-
<DependentUpon>Resources.resx</DependentUpon>
372-
</Compile>
373362
<Compile Include="Startup.cs" />
374363
</ItemGroup>
375364
<ItemGroup>
@@ -414,14 +403,6 @@
414403
<EmbeddedResource Include="Migrations\201806142159030_AddLocaleForUser.resx">
415404
<DependentUpon>201806142159030_AddLocaleForUser.cs</DependentUpon>
416405
</EmbeddedResource>
417-
<EmbeddedResource Include="Properties\Resources.da.resx">
418-
<Generator>ResXFileCodeGenerator</Generator>
419-
<LastGenOutput>Resources.da.Designer.cs</LastGenOutput>
420-
</EmbeddedResource>
421-
<EmbeddedResource Include="Properties\Resources.resx">
422-
<Generator>ResXFileCodeGenerator</Generator>
423-
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
424-
</EmbeddedResource>
425406
</ItemGroup>
426407
<ItemGroup>
427408
<Folder Include="Plugins\" />

0 commit comments

Comments
 (0)