diff --git a/.gitignore b/.gitignore index 7990fe7..b6f3f18 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .vs/ obj/ -bin/ +dist/ *.user \ No newline at end of file diff --git a/SliceIsRight.csproj b/SliceIsRight.csproj index abf1807..fa9f692 100644 --- a/SliceIsRight.csproj +++ b/SliceIsRight.csproj @@ -7,6 +7,7 @@ Slice is Right. https://github.com/carvelli/SliceIsRight + Release @@ -17,7 +18,7 @@ true false false - $(AppData)\XIVLauncher\devPlugins\SliceIsRight\ + dist diff --git a/SliceIsRight.json b/SliceIsRight.json index bd453c5..56aa5d5 100644 --- a/SliceIsRight.json +++ b/SliceIsRight.json @@ -1,5 +1,5 @@ { - "Author": "???", + "Author": "Liza Carvelli", "Name": "Bamboo Chopper", "Punchline": "Shows where Bamboo falls.", "Description": "Shows where Bamboo falls.", diff --git a/SliceIsRight.sln b/SliceIsRight.sln index 9c6d351..14a08dd 100644 --- a/SliceIsRight.sln +++ b/SliceIsRight.sln @@ -7,12 +7,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SliceIsRight", "SliceIsRigh EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {13C812E9-0D42-4B95-8646-40EEBF30636F}.Debug|x64.ActiveCfg = Debug|x64 - {13C812E9-0D42-4B95-8646-40EEBF30636F}.Debug|x64.Build.0 = Debug|x64 {13C812E9-0D42-4B95-8646-40EEBF30636F}.Release|x64.ActiveCfg = Release|x64 {13C812E9-0D42-4B95-8646-40EEBF30636F}.Release|x64.Build.0 = Release|x64 EndGlobalSection