diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-03-10 14:52:28 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-03-10 14:52:28 +0200 |
| commit | 3dfab420fe594d83c5382107b4f80bdeab9ddc44 (patch) | |
| tree | bffae508bc52ca8361fea100dbf088ea4baad62b /Software/Visual_Studio/Utilities | |
| parent | d1d28d68564d0a76021944ba1e2993ffb3eaba61 (diff) | |
| download | Tango-3dfab420fe594d83c5382107b4f80bdeab9ddc44.tar.gz Tango-3dfab420fe594d83c5382107b4f80bdeab9ddc44.zip | |
BIT Completed.
Diffstat (limited to 'Software/Visual_Studio/Utilities')
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.BitTypesGenerator.CLI/App.config (renamed from Software/Visual_Studio/Utilities/BitTypesGenerator.CLI/App.config) | 0 | ||||
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.BitTypesGenerator.CLI/Program.cs (renamed from Software/Visual_Studio/Utilities/BitTypesGenerator.CLI/Program.cs) | 4 | ||||
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.BitTypesGenerator.CLI/Properties/AssemblyInfo.cs (renamed from Software/Visual_Studio/Utilities/BitTypesGenerator.CLI/Properties/AssemblyInfo.cs) | 4 | ||||
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.BitTypesGenerator.CLI/Tango.BitTypesGenerator.CLI.csproj (renamed from Software/Visual_Studio/Utilities/BitTypesGenerator.CLI/BitTypesGenerator.CLI.csproj) | 8 | ||||
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.BitTypesGenerator.CLI/packages.config (renamed from Software/Visual_Studio/Utilities/BitTypesGenerator.CLI/packages.config) | 0 |
5 files changed, 10 insertions, 6 deletions
diff --git a/Software/Visual_Studio/Utilities/BitTypesGenerator.CLI/App.config b/Software/Visual_Studio/Utilities/Tango.BitTypesGenerator.CLI/App.config index 4ef5218a0..4ef5218a0 100644 --- a/Software/Visual_Studio/Utilities/BitTypesGenerator.CLI/App.config +++ b/Software/Visual_Studio/Utilities/Tango.BitTypesGenerator.CLI/App.config diff --git a/Software/Visual_Studio/Utilities/BitTypesGenerator.CLI/Program.cs b/Software/Visual_Studio/Utilities/Tango.BitTypesGenerator.CLI/Program.cs index 5a838bc92..e241c56f1 100644 --- a/Software/Visual_Studio/Utilities/BitTypesGenerator.CLI/Program.cs +++ b/Software/Visual_Studio/Utilities/Tango.BitTypesGenerator.CLI/Program.cs @@ -9,11 +9,11 @@ using Tango.Core.ExtensionMethods; using Tango.Core.Helpers; using Tango.Documents; -namespace BitTypesGenerator.CLI +namespace Tango.BitTypesGenerator.CLI { class Program { - private static string BITS_FILE = "BuiltInTest.xlsx"; + private static string BITS_FILE = "Built InTest List Rev1.0.xlsx"; private class ExcelBitType { diff --git a/Software/Visual_Studio/Utilities/BitTypesGenerator.CLI/Properties/AssemblyInfo.cs b/Software/Visual_Studio/Utilities/Tango.BitTypesGenerator.CLI/Properties/AssemblyInfo.cs index e9125e808..54b700013 100644 --- a/Software/Visual_Studio/Utilities/BitTypesGenerator.CLI/Properties/AssemblyInfo.cs +++ b/Software/Visual_Studio/Utilities/Tango.BitTypesGenerator.CLI/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("BitTypesGenerator.CLI")] +[assembly: AssemblyTitle("Tango.BitTypesGenerator.CLI")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("BitTypesGenerator.CLI")] +[assembly: AssemblyProduct("Tango.BitTypesGenerator.CLI")] [assembly: AssemblyCopyright("Copyright © 2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/Software/Visual_Studio/Utilities/BitTypesGenerator.CLI/BitTypesGenerator.CLI.csproj b/Software/Visual_Studio/Utilities/Tango.BitTypesGenerator.CLI/Tango.BitTypesGenerator.CLI.csproj index 863fde776..e287bcfda 100644 --- a/Software/Visual_Studio/Utilities/BitTypesGenerator.CLI/BitTypesGenerator.CLI.csproj +++ b/Software/Visual_Studio/Utilities/Tango.BitTypesGenerator.CLI/Tango.BitTypesGenerator.CLI.csproj @@ -6,8 +6,8 @@ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{B356201F-F958-4AC9-BBEB-E4EAE9DA9EC6}</ProjectGuid> <OutputType>Exe</OutputType> - <RootNamespace>BitTypesGenerator.CLI</RootNamespace> - <AssemblyName>BitTypesGenerator.CLI</AssemblyName> + <RootNamespace>Tango.BitTypesGenerator.CLI</RootNamespace> + <AssemblyName>Tango.BitTypesGenerator.CLI</AssemblyName> <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> @@ -54,6 +54,10 @@ <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> + <None Include="..\..\Resources\BIT\Built InTest List Rev1.0.xlsx"> + <Link>Built InTest List Rev1.0.xlsx</Link> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> <None Include="..\..\Resources\BIT\BuiltInTest.xlsx"> <Link>BuiltInTest.xlsx</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> diff --git a/Software/Visual_Studio/Utilities/BitTypesGenerator.CLI/packages.config b/Software/Visual_Studio/Utilities/Tango.BitTypesGenerator.CLI/packages.config index b3daf0d6c..b3daf0d6c 100644 --- a/Software/Visual_Studio/Utilities/BitTypesGenerator.CLI/packages.config +++ b/Software/Visual_Studio/Utilities/Tango.BitTypesGenerator.CLI/packages.config |
