1- <Project Sdk =" Microsoft .NET.Sdk" >
1+ <Project Sdk =" Dalamud .NET.Sdk/12.0.2 " >
22 <PropertyGroup >
3- <DalamudLibPath >$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath >
4- <PluginVersion >1.2.2.3</PluginVersion >
3+ <PluginVersion >1.2.2.4</PluginVersion >
54 </PropertyGroup >
65
76 <PropertyGroup >
8- <TargetFramework >net8.0-windows</TargetFramework >
9- <LangVersion >preview</LangVersion >
107 <AssemblyTitle >PrefPro</AssemblyTitle >
118 <Product >PrefPro</Product >
129 <OutputPath >bin\$(Configuration)\</OutputPath >
2926 </PropertyGroup >
3027
3128 <ItemGroup >
32- <Reference Include =" Dalamud" >
33- <HintPath >$(DalamudLibPath)Dalamud.dll</HintPath >
34- <Private >False</Private >
35- </Reference >
36- <Reference Include =" ImGui.NET" >
37- <HintPath >$(DalamudLibPath)ImGui.NET.dll</HintPath >
38- <Private >False</Private >
39- </Reference >
40- <Reference Include =" ImGuiScene" >
41- <HintPath >$(DalamudLibPath)ImGuiScene.dll</HintPath >
42- <Private >False</Private >
43- </Reference >
44- <Reference Include =" Newtonsoft.Json" >
45- <HintPath >$(DalamudLibPath)Newtonsoft.Json.dll</HintPath >
46- <Private >False</Private >
47- </Reference >
48- <Reference Include =" FFXIVClientStructs" >
49- <HintPath >$(DalamudLibPath)FFXIVClientStructs.dll</HintPath >
50- <Private >False</Private >
51- </Reference >
5229 <Reference Include =" Iced" >
5330 <HintPath >$(DalamudLibPath)Iced.dll</HintPath >
5431 <Private >False</Private >
5532 </Reference >
56-
57- <PackageReference Include =" DalamudPackager" Version =" 11.0.0" />
5833 </ItemGroup >
5934</Project >
0 commit comments