diff --git a/SelectString.sln b/SelectString.sln index 52593da..7051dec 100644 --- a/SelectString.sln +++ b/SelectString.sln @@ -3,18 +3,34 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31612.314 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SelectString", "SelectString\SelectString.csproj", "{8AA8EC7C-5D05-4584-9BEF-C4BB87F5A0F1}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SelectString", "SelectString\SelectString.csproj", "{8AA8EC7C-5D05-4584-9BEF-C4BB87F5A0F1}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClickLib", "ClickLib\ClickLib\ClickLib.csproj", "{24518BF4-A308-4DD6-9E57-C76A8D02072A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {8AA8EC7C-5D05-4584-9BEF-C4BB87F5A0F1}.Debug|Any CPU.ActiveCfg = Release|x64 {8AA8EC7C-5D05-4584-9BEF-C4BB87F5A0F1}.Debug|Any CPU.Build.0 = Release|x64 + {8AA8EC7C-5D05-4584-9BEF-C4BB87F5A0F1}.Debug|x64.ActiveCfg = Debug|x64 + {8AA8EC7C-5D05-4584-9BEF-C4BB87F5A0F1}.Debug|x64.Build.0 = Debug|x64 {8AA8EC7C-5D05-4584-9BEF-C4BB87F5A0F1}.Release|Any CPU.ActiveCfg = Release|x64 {8AA8EC7C-5D05-4584-9BEF-C4BB87F5A0F1}.Release|Any CPU.Build.0 = Release|x64 + {8AA8EC7C-5D05-4584-9BEF-C4BB87F5A0F1}.Release|x64.ActiveCfg = Release|x64 + {8AA8EC7C-5D05-4584-9BEF-C4BB87F5A0F1}.Release|x64.Build.0 = Release|x64 + {24518BF4-A308-4DD6-9E57-C76A8D02072A}.Debug|Any CPU.ActiveCfg = Debug|x64 + {24518BF4-A308-4DD6-9E57-C76A8D02072A}.Debug|Any CPU.Build.0 = Debug|x64 + {24518BF4-A308-4DD6-9E57-C76A8D02072A}.Debug|x64.ActiveCfg = Debug|x64 + {24518BF4-A308-4DD6-9E57-C76A8D02072A}.Debug|x64.Build.0 = Debug|x64 + {24518BF4-A308-4DD6-9E57-C76A8D02072A}.Release|Any CPU.ActiveCfg = Release|x64 + {24518BF4-A308-4DD6-9E57-C76A8D02072A}.Release|Any CPU.Build.0 = Release|x64 + {24518BF4-A308-4DD6-9E57-C76A8D02072A}.Release|x64.ActiveCfg = Release|x64 + {24518BF4-A308-4DD6-9E57-C76A8D02072A}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/SelectString/SelectString.csproj b/SelectString/SelectString.csproj index 5803de7..39f0b9b 100644 --- a/SelectString/SelectString.csproj +++ b/SelectString/SelectString.csproj @@ -2,11 +2,11 @@ Eternita - 1.0.0.2 + 1.0.0.4 - net5.0-windows + net6.0-windows x64 latest true @@ -22,13 +22,27 @@ true + + + rmdir .\Release /s /q + ping localhost -n 2 >nul + powershell "(Get-Content .\$(MSBuildProjectName).json) -Replace '9.0.0.0', '$(Version)' | Set-Content .\$(MSBuildProjectName).json" + powershell Compress-Archive .\* ..\$(MSBuildProjectName)-$(Version).zip + mkdir .\Release + move ..\$(MSBuildProjectName)-$(Version).zip .\release\$(MSBuildProjectName).zip + copy .\$(MSBuildProjectName).json .\release\.\$(MSBuildProjectName).json + + + $(appdata)\XIVLauncher\addon\Hooks\dev\ - - + + + + $(DalamudLibPath)Newtonsoft.Json.dll False @@ -54,4 +68,10 @@ False + + + + Always + + diff --git a/SelectString/SelectString.json b/SelectString/SelectString.json index c085b16..c3afa26 100644 --- a/SelectString/SelectString.json +++ b/SelectString/SelectString.json @@ -3,5 +3,9 @@ "Author": "Eternita", "Punchline": "Select items in menus via 0-9 keys rather than mouse.", "Description": "Numpad is also supported. Note: some menus, like World Visit, are not supported, and whether they will be in future or not remains a question.", - "RepoUrl": "https://github.com/Eternita-S/SelectString" + "RepoUrl": "https://github.com/Eternita-S/SelectString", + "DalamudApiLevel": 7, + "LoadPriority": 0, + "InternalName": "SelectString", + "ApplicableVersion": "any" } \ No newline at end of file