From c3286a48421f343f51625091c85c5e53cb240836 Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Mon, 3 Aug 2020 15:34:33 +0200 Subject: [PATCH] Rename folder --- {eng => scripts}/.gitignore | 0 {eng => scripts}/Generate-Colors.ps1 | 0 {eng => scripts}/Generator/Commands/ColorGeneratorCommand.cs | 0 {eng => scripts}/Generator/Data/colors.json | 0 {eng => scripts}/Generator/Generator.csproj | 0 {eng => scripts}/Generator/Generator.sln | 0 {eng => scripts}/Generator/Models/Color.cs | 0 {eng => scripts}/Generator/Models/ColorModel.cs | 0 {eng => scripts}/Generator/Models/Palette.cs | 0 {eng => scripts}/Generator/Program.cs | 0 {eng => scripts}/Generator/Templates/Color.Generated.template | 0 .../Generator/Templates/ColorPalette.Generated.template | 0 .../Generator/Templates/ColorTable.Generated.template | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename {eng => scripts}/.gitignore (100%) rename {eng => scripts}/Generate-Colors.ps1 (100%) rename {eng => scripts}/Generator/Commands/ColorGeneratorCommand.cs (100%) rename {eng => scripts}/Generator/Data/colors.json (100%) rename {eng => scripts}/Generator/Generator.csproj (100%) rename {eng => scripts}/Generator/Generator.sln (100%) rename {eng => scripts}/Generator/Models/Color.cs (100%) rename {eng => scripts}/Generator/Models/ColorModel.cs (100%) rename {eng => scripts}/Generator/Models/Palette.cs (100%) rename {eng => scripts}/Generator/Program.cs (100%) rename {eng => scripts}/Generator/Templates/Color.Generated.template (100%) rename {eng => scripts}/Generator/Templates/ColorPalette.Generated.template (100%) rename {eng => scripts}/Generator/Templates/ColorTable.Generated.template (100%) diff --git a/eng/.gitignore b/scripts/.gitignore similarity index 100% rename from eng/.gitignore rename to scripts/.gitignore diff --git a/eng/Generate-Colors.ps1 b/scripts/Generate-Colors.ps1 similarity index 100% rename from eng/Generate-Colors.ps1 rename to scripts/Generate-Colors.ps1 diff --git a/eng/Generator/Commands/ColorGeneratorCommand.cs b/scripts/Generator/Commands/ColorGeneratorCommand.cs similarity index 100% rename from eng/Generator/Commands/ColorGeneratorCommand.cs rename to scripts/Generator/Commands/ColorGeneratorCommand.cs diff --git a/eng/Generator/Data/colors.json b/scripts/Generator/Data/colors.json similarity index 100% rename from eng/Generator/Data/colors.json rename to scripts/Generator/Data/colors.json diff --git a/eng/Generator/Generator.csproj b/scripts/Generator/Generator.csproj similarity index 100% rename from eng/Generator/Generator.csproj rename to scripts/Generator/Generator.csproj diff --git a/eng/Generator/Generator.sln b/scripts/Generator/Generator.sln similarity index 100% rename from eng/Generator/Generator.sln rename to scripts/Generator/Generator.sln diff --git a/eng/Generator/Models/Color.cs b/scripts/Generator/Models/Color.cs similarity index 100% rename from eng/Generator/Models/Color.cs rename to scripts/Generator/Models/Color.cs diff --git a/eng/Generator/Models/ColorModel.cs b/scripts/Generator/Models/ColorModel.cs similarity index 100% rename from eng/Generator/Models/ColorModel.cs rename to scripts/Generator/Models/ColorModel.cs diff --git a/eng/Generator/Models/Palette.cs b/scripts/Generator/Models/Palette.cs similarity index 100% rename from eng/Generator/Models/Palette.cs rename to scripts/Generator/Models/Palette.cs diff --git a/eng/Generator/Program.cs b/scripts/Generator/Program.cs similarity index 100% rename from eng/Generator/Program.cs rename to scripts/Generator/Program.cs diff --git a/eng/Generator/Templates/Color.Generated.template b/scripts/Generator/Templates/Color.Generated.template similarity index 100% rename from eng/Generator/Templates/Color.Generated.template rename to scripts/Generator/Templates/Color.Generated.template diff --git a/eng/Generator/Templates/ColorPalette.Generated.template b/scripts/Generator/Templates/ColorPalette.Generated.template similarity index 100% rename from eng/Generator/Templates/ColorPalette.Generated.template rename to scripts/Generator/Templates/ColorPalette.Generated.template diff --git a/eng/Generator/Templates/ColorTable.Generated.template b/scripts/Generator/Templates/ColorTable.Generated.template similarity index 100% rename from eng/Generator/Templates/ColorTable.Generated.template rename to scripts/Generator/Templates/ColorTable.Generated.template