├── .gitattributes ├── .gitignore ├── Program.cs ├── Reshaprer.csproj └── Reshaprer.sln /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/Reshaprer/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/Reshaprer/HEAD/.gitignore -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/Reshaprer/HEAD/Program.cs -------------------------------------------------------------------------------- /Reshaprer.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/Reshaprer/HEAD/Reshaprer.csproj -------------------------------------------------------------------------------- /Reshaprer.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/Reshaprer/HEAD/Reshaprer.sln --------------------------------------------------------------------------------