diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-27 03:18:48 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-27 03:18:48 -0400 |
commit | 59dd604cf2905adf5fce7e9bb7b97886891aae81 (patch) | |
tree | 36694b97bc60edb24a30284679a448b880d5eb6c /src/TrainerMod/Properties/AssemblyInfo.cs | |
parent | b945fcf5553f2df63db1fad8a73c65cd7fa7daa3 (diff) | |
download | SMAPI-59dd604cf2905adf5fce7e9bb7b97886891aae81.tar.gz SMAPI-59dd604cf2905adf5fce7e9bb7b97886891aae81.tar.bz2 SMAPI-59dd604cf2905adf5fce7e9bb7b97886891aae81.zip |
rename TrainerMod to Console Commands to clarify purpose
Diffstat (limited to 'src/TrainerMod/Properties/AssemblyInfo.cs')
-rw-r--r-- | src/TrainerMod/Properties/AssemblyInfo.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/TrainerMod/Properties/AssemblyInfo.cs b/src/TrainerMod/Properties/AssemblyInfo.cs deleted file mode 100644 index 0b19e78a..00000000 --- a/src/TrainerMod/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,6 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("TrainerMod")] -[assembly: AssemblyDescription("")] -[assembly: Guid("76791e28-b1b5-407c-82d6-50c3e5b7e037")]
\ No newline at end of file |