Skip to content

Commit

Permalink
Use hardcoded strings instead of resx files for Scripts & ReadOnlyScr…
Browse files Browse the repository at this point in the history
…ipts.

Including files in resx does not work with dotnet core sdk. This is a workaround.
  • Loading branch information
jaredmoo committed Nov 22, 2017
1 parent 9e90f9b commit e6c5876
Show file tree
Hide file tree
Showing 21 changed files with 1,065 additions and 1,492 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@
<AutoGen>True</AutoGen>
<DependentUpon>PerformanceCounters.resx</DependentUpon>
</Compile>
<Compile Update="ShardManagement\ReadOnlyScripts.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>ReadOnlyScripts.resx</DependentUpon>
</Compile>
<Compile Update="ShardManagement\Scripts.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Scripts.resx</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
Expand All @@ -59,14 +49,6 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>PerformanceCounters.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="ShardManagement\ReadOnlyScripts.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>ReadOnlyScripts.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="ShardManagement\Scripts.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Scripts.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

</Project>

This file was deleted.

127 changes: 0 additions & 127 deletions Src/ElasticScale.Client/ShardManagement/ReadOnlyScripts.resx

This file was deleted.

Loading

0 comments on commit e6c5876

Please sign in to comment.