Skip to content

Commit cbf268f

Browse files
committed
api12, god damn that was annoying
1 parent bcdb04c commit cbf268f

File tree

2 files changed

+15
-72
lines changed

2 files changed

+15
-72
lines changed

ZoomTilt/ZoomTilt.csproj

Lines changed: 5 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Microsoft.NET.Sdk">
2+
<Project Sdk="Dalamud.NET.Sdk/12.0.2">
33
<PropertyGroup>
44
<Authors>Tenrys</Authors>
5-
<Company></Company>
6-
<Version>1.0.0.3</Version>
5+
<Version>1.0.0.4</Version>
76
<Description>Change 3rd person camera angle depending on camera zoom.</Description>
8-
<Copyright></Copyright>
97
<PackageProjectUrl>https://github.com/Tenrys/ZoomTilt</PackageProjectUrl>
8+
<IsPackable>false</IsPackable>
109
</PropertyGroup>
11-
12-
<PropertyGroup>
13-
<TargetFramework>net8.0-windows7.0</TargetFramework>
14-
<Platforms>x64</Platforms>
15-
<Nullable>enable</Nullable>
16-
<LangVersion>latest</LangVersion>
17-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
18-
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
19-
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
20-
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
21-
</PropertyGroup>
22-
23-
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
24-
<DebugType>None</DebugType>
25-
<DebugSymbols>false</DebugSymbols>
26-
</PropertyGroup>
27-
28-
<!--
29-
<ItemGroup>
30-
<Content Include="..\Data\goat.png">
31-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
32-
<Visible>false</Visible>
33-
</Content>
34-
</ItemGroup>
35-
-->
36-
37-
<PropertyGroup>
38-
<DalamudLibPath>$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
39-
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
40-
</PropertyGroup>
41-
42-
<PropertyGroup Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))'">
43-
<DalamudLibPath>$(DALAMUD_HOME)/</DalamudLibPath>
44-
</PropertyGroup>
45-
10+
4611
<ItemGroup>
47-
<PackageReference Include="DalamudPackager" Version="11.0.0" />
48-
<Reference Include="FFXIVClientStructs">
49-
<HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath>
50-
<Private>false</Private>
51-
</Reference>
52-
<Reference Include="Newtonsoft.Json">
53-
<HintPath>$(DalamudLibPath)Newtonsoft.Json.dll</HintPath>
54-
<Private>false</Private>
55-
</Reference>
56-
<Reference Include="Dalamud">
57-
<HintPath>$(DalamudLibPath)Dalamud.dll</HintPath>
58-
<Private>false</Private>
59-
</Reference>
60-
<Reference Include="ImGui.NET">
61-
<HintPath>$(DalamudLibPath)ImGui.NET.dll</HintPath>
62-
<Private>false</Private>
63-
</Reference>
64-
<Reference Include="ImGuiScene">
65-
<HintPath>$(DalamudLibPath)ImGuiScene.dll</HintPath>
66-
<Private>false</Private>
67-
</Reference>
68-
<Reference Include="Lumina">
69-
<HintPath>$(DalamudLibPath)Lumina.dll</HintPath>
70-
<Private>false</Private>
71-
</Reference>
72-
<Reference Include="Lumina.Excel">
73-
<HintPath>$(DalamudLibPath)Lumina.Excel.dll</HintPath>
74-
<Private>false</Private>
75-
</Reference>
12+
<None Remove="..\Data\icon.png" />
7613
</ItemGroup>
7714
</Project>

ZoomTilt/packages.lock.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"version": 1,
33
"dependencies": {
4-
"net8.0-windows7.0": {
4+
"net9.0-windows7.0": {
55
"DalamudPackager": {
66
"type": "Direct",
7-
"requested": "[11.0.0, )",
8-
"resolved": "11.0.0",
9-
"contentHash": "bjT7XUlhIJSmsE/O76b7weUX+evvGQctbQB8aKXt94o+oPWxHpCepxAGMs7Thow3AzCyqWs7cOpp9/2wcgRRQA=="
7+
"requested": "[12.0.0, )",
8+
"resolved": "12.0.0",
9+
"contentHash": "J5TJLV3f16T/E2H2P17ClWjtfEBPpq3yxvqW46eN36JCm6wR+EaoaYkqG9Rm5sHqs3/nK/vKjWWyvEs/jhKoXw=="
10+
},
11+
"DotNet.ReproducibleBuilds": {
12+
"type": "Direct",
13+
"requested": "[1.2.25, )",
14+
"resolved": "1.2.25",
15+
"contentHash": "xCXiw7BCxHJ8pF6wPepRUddlh2dlQlbr81gXA72hdk4FLHkKXas7EH/n+fk5UCA/YfMqG1Z6XaPiUjDbUNBUzg=="
1016
}
1117
}
1218
}

0 commit comments

Comments
 (0)