-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
381892e
commit 0293e42
Showing
18 changed files
with
208 additions
and
313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "DrunkenToad"] | ||
path = DrunkenToad | ||
url = https://github.com/kalilistic/dalamud.drunkentoad |
Submodule DrunkenToad
added at
929f05
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,128 +1,58 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<Version>2.6.1.0</Version> | ||
<Title>PriceCheck</Title> | ||
<Authors>kalilistic</Authors> | ||
<TargetFramework>net7.0-windows</TargetFramework> | ||
<Platforms>x64</Platforms> | ||
<LangVersion>latest</LangVersion> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
<Nullable>enable</Nullable> | ||
<Deterministic>true</Deterministic> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> | ||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> | ||
<OutputPath>bin\$(Configuration)\</OutputPath> | ||
<DalamudLibPath>$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath> | ||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> | ||
<ProduceReferenceAssembly>false</ProduceReferenceAssembly> | ||
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> | ||
<NoWarn>SA1600,CS1591,CS0618</NoWarn> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\Debug\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Remove="stylecop.json" /> | ||
<AdditionalFiles Include="..\stylecop.json"> | ||
<Link>stylecop.json</Link> | ||
</AdditionalFiles> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Remove="PriceCheck\Resource\loc\de.json" /> | ||
<None Remove="PriceCheck\Resource\loc\es.json" /> | ||
<None Remove="PriceCheck\Resource\loc\fr.json" /> | ||
<None Remove="PriceCheck\Resource\loc\it.json" /> | ||
<None Remove="PriceCheck\Resource\loc\ja.json" /> | ||
<None Remove="PriceCheck\Resource\loc\no.json" /> | ||
<None Remove="PriceCheck\Resource\loc\pt.json" /> | ||
<None Remove="PriceCheck\Resource\loc\ru.json" /> | ||
<None Remove="PriceCheck\Resource\loc\zh.json" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Reference Include="CheapLoc"> | ||
<HintPath>$(DalamudLibPath)CheapLoc.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Dalamud"> | ||
<HintPath>$(DalamudLibPath)Dalamud.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="FFXIVClientStructs"> | ||
<HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="ImGui.NET"> | ||
<HintPath>$(DalamudLibPath)ImGui.NET.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="ImGuiScene"> | ||
<HintPath>$(DalamudLibPath)ImGuiScene.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Lumina"> | ||
<HintPath>$(DalamudLibPath)Lumina.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Lumina.Excel"> | ||
<HintPath>$(DalamudLibPath)Lumina.Excel.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="ImGui.NET"> | ||
<HintPath>$(DalamudLibPath)ImGui.NET.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Newtonsoft.Json"> | ||
<HintPath>$(DalamudLibPath)Newtonsoft.Json.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="DalamudPackager" Version="2.1.12" /> | ||
<PackageReference Include="System.Net.Http" Version="4.3.4" /> | ||
<PackageReference Include="Dalamud.DrunkenToad" Version="1.7.2" /> | ||
<PackageReference Include="Dalamud.ContextMenu" Version="1.3.1" /> | ||
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Folder Include="PriceCheck\Resource\translation" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Remove="PriceCheck\Resource\translation\de.json" /> | ||
<EmbeddedResource Include="PriceCheck\Resource\translation\de.json" /> | ||
<None Remove="PriceCheck\Resource\translation\es.json" /> | ||
<EmbeddedResource Include="PriceCheck\Resource\translation\es.json" /> | ||
<None Remove="PriceCheck\Resource\translation\fr.json" /> | ||
<EmbeddedResource Include="PriceCheck\Resource\translation\fr.json" /> | ||
<None Remove="PriceCheck\Resource\translation\it.json" /> | ||
<EmbeddedResource Include="PriceCheck\Resource\translation\it.json" /> | ||
<None Remove="PriceCheck\Resource\translation\ja.json" /> | ||
<EmbeddedResource Include="PriceCheck\Resource\translation\ja.json" /> | ||
<None Remove="PriceCheck\Resource\translation\no.json" /> | ||
<EmbeddedResource Include="PriceCheck\Resource\translation\no.json" /> | ||
<None Remove="PriceCheck\Resource\translation\pt.json" /> | ||
<EmbeddedResource Include="PriceCheck\Resource\translation\pt.json" /> | ||
<None Remove="PriceCheck\Resource\translation\ru.json" /> | ||
<EmbeddedResource Include="PriceCheck\Resource\translation\ru.json" /> | ||
<None Remove="PriceCheck\Resource\translation\zh.json" /> | ||
<EmbeddedResource Include="PriceCheck\Resource\translation\zh.json" /> | ||
</ItemGroup> | ||
</Project> | ||
<Project Sdk="Dalamud.NET.Sdk/9.0.2"> | ||
<PropertyGroup> | ||
<Version>2.7.0.0</Version> | ||
<Title>PriceCheck</Title> | ||
<Authors>kalilistic</Authors> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Remove="stylecop.json" /> | ||
<AdditionalFiles Include="..\stylecop.json"> | ||
<Link>stylecop.json</Link> | ||
</AdditionalFiles> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Remove="PriceCheck\Resource\loc\de.json" /> | ||
<None Remove="PriceCheck\Resource\loc\es.json" /> | ||
<None Remove="PriceCheck\Resource\loc\fr.json" /> | ||
<None Remove="PriceCheck\Resource\loc\it.json" /> | ||
<None Remove="PriceCheck\Resource\loc\ja.json" /> | ||
<None Remove="PriceCheck\Resource\loc\no.json" /> | ||
<None Remove="PriceCheck\Resource\loc\pt.json" /> | ||
<None Remove="PriceCheck\Resource\loc\ru.json" /> | ||
<None Remove="PriceCheck\Resource\loc\zh.json" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="System.Net.Http" Version="4.3.4" /> | ||
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Folder Include="PriceCheck\Resource\translation" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Remove="PriceCheck\Resource\translation\de.json" /> | ||
<EmbeddedResource Include="PriceCheck\Resource\translation\de.json" /> | ||
<None Remove="PriceCheck\Resource\translation\es.json" /> | ||
<EmbeddedResource Include="PriceCheck\Resource\translation\es.json" /> | ||
<None Remove="PriceCheck\Resource\translation\fr.json" /> | ||
<EmbeddedResource Include="PriceCheck\Resource\translation\fr.json" /> | ||
<None Remove="PriceCheck\Resource\translation\it.json" /> | ||
<EmbeddedResource Include="PriceCheck\Resource\translation\it.json" /> | ||
<None Remove="PriceCheck\Resource\translation\ja.json" /> | ||
<EmbeddedResource Include="PriceCheck\Resource\translation\ja.json" /> | ||
<None Remove="PriceCheck\Resource\translation\no.json" /> | ||
<EmbeddedResource Include="PriceCheck\Resource\translation\no.json" /> | ||
<None Remove="PriceCheck\Resource\translation\pt.json" /> | ||
<EmbeddedResource Include="PriceCheck\Resource\translation\pt.json" /> | ||
<None Remove="PriceCheck\Resource\translation\ru.json" /> | ||
<EmbeddedResource Include="PriceCheck\Resource\translation\ru.json" /> | ||
<None Remove="PriceCheck\Resource\translation\zh.json" /> | ||
<EmbeddedResource Include="PriceCheck\Resource\translation\zh.json" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\DrunkenToad\DrunkenToad.csproj" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.