Skip to content

Commit

Permalink
a test of sorts [PUSH]
Browse files Browse the repository at this point in the history
  • Loading branch information
daemitus committed Jan 11, 2023
1 parent bc1db97 commit c12be14
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 24 deletions.
20 changes: 0 additions & 20 deletions YesAlready.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClickLib", "lib\ClickLib\ClickLib\ClickLib.csproj", "{029CD692-00EF-4B95-B140-6BEEE9660480}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FFXIVClientStructs", "lib\FFXIVClientStructs\FFXIVClientStructs\FFXIVClientStructs.csproj", "{29FFF275-90DA-4F61-9519-29223055B2BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FFXIVClientStructs.InteropSourceGenerators", "lib\FFXIVClientStructs\FFXIVClientStructs.InteropSourceGenerators\FFXIVClientStructs.InteropSourceGenerators.csproj", "{6B28E242-A49C-4235-A7F8-E11D9D7246D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -47,22 +43,6 @@ Global
{029CD692-00EF-4B95-B140-6BEEE9660480}.Release|Any CPU.Build.0 = Release|x64
{029CD692-00EF-4B95-B140-6BEEE9660480}.Release|x64.ActiveCfg = Release|x64
{029CD692-00EF-4B95-B140-6BEEE9660480}.Release|x64.Build.0 = Release|x64
{29FFF275-90DA-4F61-9519-29223055B2BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29FFF275-90DA-4F61-9519-29223055B2BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29FFF275-90DA-4F61-9519-29223055B2BE}.Debug|x64.ActiveCfg = Debug|Any CPU
{29FFF275-90DA-4F61-9519-29223055B2BE}.Debug|x64.Build.0 = Debug|Any CPU
{29FFF275-90DA-4F61-9519-29223055B2BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29FFF275-90DA-4F61-9519-29223055B2BE}.Release|Any CPU.Build.0 = Release|Any CPU
{29FFF275-90DA-4F61-9519-29223055B2BE}.Release|x64.ActiveCfg = Release|Any CPU
{29FFF275-90DA-4F61-9519-29223055B2BE}.Release|x64.Build.0 = Release|Any CPU
{6B28E242-A49C-4235-A7F8-E11D9D7246D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B28E242-A49C-4235-A7F8-E11D9D7246D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B28E242-A49C-4235-A7F8-E11D9D7246D3}.Debug|x64.ActiveCfg = Debug|Any CPU
{6B28E242-A49C-4235-A7F8-E11D9D7246D3}.Debug|x64.Build.0 = Debug|Any CPU
{6B28E242-A49C-4235-A7F8-E11D9D7246D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B28E242-A49C-4235-A7F8-E11D9D7246D3}.Release|Any CPU.Build.0 = Release|Any CPU
{6B28E242-A49C-4235-A7F8-E11D9D7246D3}.Release|x64.ActiveCfg = Release|Any CPU
{6B28E242-A49C-4235-A7F8-E11D9D7246D3}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 2 additions & 2 deletions YesAlready/YesAlready.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Authors>daemitus</Authors>
<Company>-</Company>
<Version>1.3.0.1</Version>
<Version>1.3.0.2</Version>
<Description></Description>
<Copyright></Copyright>
<PackageProjectUrl>https://github.com/daemitus/YesAlready</PackageProjectUrl>
Expand Down Expand Up @@ -54,8 +54,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<ProjectReference Include="..\lib\ClickLib\ClickLib\ClickLib.csproj" />
<ProjectReference Include="..\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIVClientStructs.csproj" />
<Reference Include="Dalamud" Private="False" />
<Reference Include="FFXIVClientStructs" Private="False" />
<Reference Include="ImGui.NET" Private="False" />
<Reference Include="Lumina" Private="False" />
<Reference Include="Lumina.Excel" Private="False" />
Expand Down
1 change: 0 additions & 1 deletion YesAlready/YesAlreadyPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
using Dalamud.Plugin;
using Dalamud.Utility;
using YesAlready.BaseFeatures;
using YesAlready.Features;
using YesAlready.Interface;

namespace YesAlready;
Expand Down
2 changes: 1 addition & 1 deletion lib/ClickLib

0 comments on commit c12be14

Please sign in to comment.