|
9 | 9 | <Deterministic>false</Deterministic> |
10 | 10 | <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> |
11 | 11 | <ProduceReferenceAssembly>false</ProduceReferenceAssembly> |
12 | | - <DalamudLibPath>$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath> |
13 | 12 | </PropertyGroup> |
14 | 13 |
|
15 | 14 | <Import Project="framework.props" /> |
16 | 15 |
|
17 | | - <ItemGroup> |
18 | | - <Reference Include="Newtonsoft.Json"> |
19 | | - <HintPath>$(DalamudLibPath)Newtonsoft.Json.dll</HintPath> |
20 | | - <Private>False</Private> |
21 | | - </Reference> |
22 | | - <Reference Include="Dalamud"> |
23 | | - <HintPath>$(DalamudLibPath)Dalamud.dll</HintPath> |
24 | | - <Private>False</Private> |
25 | | - </Reference> |
26 | | - <Reference Include="ImGui.NET"> |
27 | | - <HintPath>$(DalamudLibPath)ImGui.NET.dll</HintPath> |
28 | | - <Private>False</Private> |
29 | | - </Reference> |
| 16 | + <!--ItemGroup> |
30 | 17 | <Reference Include="ImGuiScene"> |
31 | 18 | <HintPath>$(DalamudLibPath)ImGuiScene.dll</HintPath> |
32 | 19 | <Private>False</Private> |
33 | 20 | </Reference> |
34 | | - <Reference Include="Lumina"> |
35 | | - <HintPath>$(DalamudLibPath)Lumina.dll</HintPath> |
36 | | - <Private>False</Private> |
37 | | - </Reference> |
38 | | - <Reference Include="Lumina.Excel"> |
39 | | - <HintPath>$(DalamudLibPath)Lumina.Excel.dll</HintPath> |
40 | | - <Private>False</Private> |
41 | | - </Reference> |
42 | | - <Reference Include="FFXIVClientStructs"> |
43 | | - <HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath> |
44 | | - <Private>False</Private> |
45 | | - </Reference> |
46 | 21 | <Reference Include="InteropGenerator.Runtime"> |
47 | 22 | <HintPath>$(DalamudLibPath)InteropGenerator.Runtime.dll</HintPath> |
48 | 23 | <Private>False</Private> |
49 | 24 | </Reference> |
50 | | - </ItemGroup> |
| 25 | + </ItemGroup--> |
51 | 26 |
|
52 | 27 | <ItemGroup> |
53 | 28 | <None Remove="dalamud.props" /> |
|
0 commit comments