Skip to content

Commit 15922ab

Browse files
committed
Rename the translatable Lingo-dependent version
1 parent d8f816f commit 15922ab

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

RT.CommandLine.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio Version 17
33
VisualStudioVersion = 17.8.34330.188
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RT.CommandLine", "Src\RT.CommandLine.csproj", "{DC6401A1-14F1-44E3-A121-43CC2F192809}"
5+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RT.CommandLine.Lingo", "SrcLingo\RT.CommandLine.Lingo.csproj", "{DC6401A1-14F1-44E3-A121-43CC2F192809}"
66
EndProject
77
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RT.CommandLine.Tests", "Tests\RT.CommandLine.Tests.csproj", "{294D2B02-3FA6-4B9A-82BF-F80396943892}"
88
EndProject
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
using RT.Util.ExtensionMethods;
99
using RT.Util.Text;
1010

11-
namespace RT.CommandLine;
11+
namespace RT.CommandLine.Lingo;
1212

1313
/// <summary>
1414
/// Implements a command-line parser that can turn the commands and options specified by the user on the command line into
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using Xunit;
22

3-
namespace RT.CommandLine.Tests;
3+
namespace RT.CommandLine.Lingo.Tests;
44

55
public sealed class CmdLineTests
66
{

Tests/RT.CommandLine.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</ItemGroup>
2323

2424
<ItemGroup>
25-
<ProjectReference Include="..\Src\RT.CommandLine.csproj" />
25+
<ProjectReference Include="..\SrcLingo\RT.CommandLine.Lingo.csproj" />
2626
</ItemGroup>
2727

2828
</Project>

0 commit comments

Comments
 (0)