|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | +<Project Sdk="Dalamud.NET.Sdk/12.0.2"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <Authors>Tenrys</Authors> |
5 | | - <Company></Company> |
6 | | - <Version>1.0.0.3</Version> |
| 5 | + <Version>1.0.0.4</Version> |
7 | 6 | <Description>Change 3rd person camera angle depending on camera zoom.</Description> |
8 | | - <Copyright></Copyright> |
9 | 7 | <PackageProjectUrl>https://github.com/Tenrys/ZoomTilt</PackageProjectUrl> |
| 8 | + <IsPackable>false</IsPackable> |
10 | 9 | </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 | + |
46 | 11 | <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" /> |
76 | 13 | </ItemGroup> |
77 | 14 | </Project> |
0 commit comments