Skip to content

Commit f27ec84

Browse files
authored
Merge pull request #16 from webspiderteam/Csv_file_Export
Export Translation Files as CSV format with resx
2 parents fd81da6 + 42fda07 commit f27ec84

File tree

3 files changed

+131
-44
lines changed

3 files changed

+131
-44
lines changed

AutoResxTranslator/AutoResxTranslator.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
</PropertyGroup>
4040
<ItemGroup>
4141
<Reference Include="Microsoft.CSharp" />
42-
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
43-
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
42+
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
43+
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
4444
</Reference>
4545
<Reference Include="System" />
4646
<Reference Include="System.Data" />

AutoResxTranslator/frmMain.Designer.cs

Lines changed: 89 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)