mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[TGZConvert] TGZTest -> TGZConvert
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -17,4 +17,4 @@
|
|||||||
/SimpleSort/obj
|
/SimpleSort/obj
|
||||||
/SimpleSort/obj/Debug
|
/SimpleSort/obj/Debug
|
||||||
/SimpleSort/obj/Release
|
/SimpleSort/obj/Release
|
||||||
/TGZTest/obj
|
/TGZConvert/obj
|
||||||
|
|||||||
@@ -262,7 +262,7 @@ namespace SabreTools.Helper
|
|||||||
helptext.Add(" 1 Only hash contents");
|
helptext.Add(" 1 Only hash contents");
|
||||||
helptext.Add(" 2 Only hash archive");
|
helptext.Add(" 2 Only hash archive");
|
||||||
break;
|
break;
|
||||||
case "TGZTest":
|
case "TGZConvert":
|
||||||
helptext.Add(Resources.Resources.TGZTest_Name + " - " + Resources.Resources.TGZTest_Desc);
|
helptext.Add(Resources.Resources.TGZTest_Name + " - " + Resources.Resources.TGZTest_Desc);
|
||||||
helptext.Add(barrier);
|
helptext.Add(barrier);
|
||||||
helptext.Add(Resources.Resources.Usage + ": " + Resources.Resources.TGZTest_Name + " [options] [filename|dirname] ...");
|
helptext.Add(Resources.Resources.Usage + ": " + Resources.Resources.TGZTest_Name + " [options] [filename|dirname] ...");
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ namespace SabreTools.Helper.Resources {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Test TorrentGZ output.
|
/// Looks up a localized string similar to Convert files to TGZ output.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string TGZTest_Desc {
|
public static string TGZTest_Desc {
|
||||||
get {
|
get {
|
||||||
@@ -133,7 +133,7 @@ namespace SabreTools.Helper.Resources {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to TGZTest.
|
/// Looks up a localized string similar to TGZConvert.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string TGZTest_Name {
|
public static string TGZTest_Name {
|
||||||
get {
|
get {
|
||||||
|
|||||||
@@ -139,10 +139,10 @@
|
|||||||
<value>SimpleSort</value>
|
<value>SimpleSort</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TGZTest_Desc" xml:space="preserve">
|
<data name="TGZTest_Desc" xml:space="preserve">
|
||||||
<value>Test TorrentGZ output</value>
|
<value>Convert files to TGZ output</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TGZTest_Name" xml:space="preserve">
|
<data name="TGZTest_Name" xml:space="preserve">
|
||||||
<value>TGZTest</value>
|
<value>TGZConvert</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Usage" xml:space="preserve">
|
<data name="Usage" xml:space="preserve">
|
||||||
<value>Usage</value>
|
<value>Usage</value>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SabreTools.Helper", "SabreT
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleSort", "SimpleSort\SimpleSort.csproj", "{7668FFA4-19AF-4F5D-8463-C7EF5B080FA4}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleSort", "SimpleSort\SimpleSort.csproj", "{7668FFA4-19AF-4F5D-8463-C7EF5B080FA4}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TGZTest", "TGZTest\TGZTest.csproj", "{73FBE2C1-39FB-4FFC-93F4-FB4998492429}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TGZConvert", "TGZTest\TGZConvert.csproj", "{73FBE2C1-39FB-4FFC-93F4-FB4998492429}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
<ProjectGuid>{73FBE2C1-39FB-4FFC-93F4-FB4998492429}</ProjectGuid>
|
<ProjectGuid>{73FBE2C1-39FB-4FFC-93F4-FB4998492429}</ProjectGuid>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>TGZTest</RootNamespace>
|
<RootNamespace>TGZConvert</RootNamespace>
|
||||||
<AssemblyName>TGZTest</AssemblyName>
|
<AssemblyName>TGZConvert</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="TGZTest.cs" />
|
<Compile Include="TGZConvert.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
Reference in New Issue
Block a user