Change a few things for plugin repo prep

This commit is contained in:
Liza 2021-09-29 13:59:50 +02:00
parent e5d7b89675
commit 2fdc30118b
4 changed files with 4 additions and 6 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
.vs/
obj/
bin/
dist/
*.user

View File

@ -7,6 +7,7 @@
<Description>Slice is Right.</Description>
<Copyright></Copyright>
<PackageProjectUrl>https://github.com/carvelli/SliceIsRight</PackageProjectUrl>
<Configurations>Release</Configurations>
</PropertyGroup>
<PropertyGroup>
@ -17,7 +18,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>$(AppData)\XIVLauncher\devPlugins\SliceIsRight\</OutputPath>
<OutputPath>dist</OutputPath>
</PropertyGroup>
<ItemGroup>

View File

@ -1,5 +1,5 @@
{
"Author": "???",
"Author": "Liza Carvelli",
"Name": "Bamboo Chopper",
"Punchline": "Shows where Bamboo falls.",
"Description": "Shows where Bamboo falls.",

View File

@ -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