-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZanhikari.csproj
53 lines (46 loc) · 2 KB
/
Zanhikari.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
</PropertyGroup>
<PropertyGroup>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<PackageOutputPath>D:\ae2.0\RotationPlugin\Zanhikari\</PackageOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>E:\AE2\AEAssist\Output\RotationPlugin\Zanhikari\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>E:\AE2\AEAssist\Output\RotationPlugin\Zanhikari\</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Windows.Extensions" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="CombatRoutine">
<HintPath>D:\ae2.0\AEAssistCNVersion\AEAssist\CombatRoutine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Common">
<HintPath>D:\ae2.0\AEAssistCNVersion\AEAssist\Common.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Dalamud">
<HintPath>I:\xlb\XIVLauncherCN\Roaming\addon\Hooks\9.0.0.23\Dalamud.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Dalamud.Common">
<HintPath>I:\xlb\XIVLauncherCN\Roaming\addon\Hooks\9.0.0.23\Dalamud.Common.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ImGui.NET">
<HintPath>I:\xlb\XIVLauncherCN\Roaming\addon\Hooks\9.0.0.23\ImGui.NET.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
</Project>