-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLM.csproj
31 lines (27 loc) · 1.14 KB
/
LM.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Platforms>x64</Platforms>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<GenerateDependencyFile>true</GenerateDependencyFile>
<OutputPath>D:\FF14\AE\ACR\LM</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<NoWarn>CA1416,CS1591,CS0618,CS0436,CS8632,CS1998</NoWarn>
<UseWindowsForms>true</UseWindowsForms>
<!-- <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifie> -->
</PropertyGroup>
<ItemGroup>
<Reference Include="AEAssist">
<HintPath>D:\FF14\AE\AEAssistCNVersion\AEAssist\AEAssist.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="Dalamud">
<HintPath>C:\Users\yelei\AppData\Roaming\XIVLauncherCN\addon\Hooks\dev\Dalamud.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="ImGui.NET">
<HintPath>C:\Users\yelei\AppData\Roaming\XIVLauncherCN\addon\Hooks\dev\ImGui.NET.dll</HintPath>
<Private>false</Private>
</Reference>
</ItemGroup>
</Project>