|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Dalamud.NET.SDK/12.0.2"> |
2 | 2 | <PropertyGroup> |
3 | | - <TargetFramework>net8.0-windows</TargetFramework> |
4 | | - <OutputType>Library</OutputType> |
5 | | - <LangVersion>default</LangVersion> |
6 | | - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
7 | | - <Nullable>enable</Nullable> |
8 | 3 | <AssemblyVersion>1.1.8.2</AssemblyVersion> |
9 | 4 | <FileVersion>$(AssemblyVersion)</FileVersion> |
10 | 5 | <IsPackable>false</IsPackable> |
11 | 6 | <Authors>SheepGoMeh</Authors> |
12 | | - <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> |
13 | | - </PropertyGroup> |
14 | | - <PropertyGroup> |
15 | | - <DalamudLibPath>$(AppData)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath> |
16 | | - </PropertyGroup> |
17 | | - <PropertyGroup> |
18 | | - <ProduceReferenceAssembly>false</ProduceReferenceAssembly> |
19 | | - <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> |
20 | 7 | </PropertyGroup> |
21 | 8 | <PropertyGroup> |
| 9 | + <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> |
22 | 10 | <DefaultItemExcludes>$(DefaultItemExcludes);**/Properties/Resources.*</DefaultItemExcludes> |
23 | 11 | <SignAssembly>false</SignAssembly> |
24 | 12 | <RepositoryUrl>https://github.com/SheepGoMeh/VisibilityPlugin</RepositoryUrl> |
25 | 13 | <RepositoryType>GitHub</RepositoryType> |
26 | 14 | </PropertyGroup> |
27 | | - <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
28 | | - <PlatformTarget>x64</PlatformTarget> |
29 | | - </PropertyGroup> |
30 | | - <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
31 | | - <PlatformTarget>x64</PlatformTarget> |
32 | | - </PropertyGroup> |
33 | | - <ItemGroup> |
34 | | - <Reference Include="Dalamud"> |
35 | | - <HintPath>$(DalamudLibPath)Dalamud.dll</HintPath> |
36 | | - <Private>False</Private> |
37 | | - </Reference> |
38 | | - <Reference Include="FFXIVClientStructs"> |
39 | | - <HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath> |
40 | | - <Private>False</Private> |
41 | | - </Reference> |
42 | | - <Reference Include="ImGui.NET"> |
43 | | - <HintPath>$(DalamudLibPath)ImGui.NET.dll</HintPath> |
44 | | - <Private>False</Private> |
45 | | - </Reference> |
46 | | - <Reference Include="ImGuiScene"> |
47 | | - <HintPath>$(DalamudLibPath)ImGuiScene.dll</HintPath> |
48 | | - <Private>False</Private> |
49 | | - </Reference> |
50 | | - <Reference Include="Lumina"> |
51 | | - <HintPath>$(DalamudLibPath)Lumina.dll</HintPath> |
52 | | - <Private>False</Private> |
53 | | - </Reference> |
54 | | - <Reference Include="Lumina.Excel"> |
55 | | - <HintPath>$(DalamudLibPath)Lumina.Excel.dll</HintPath> |
56 | | - <Private>False</Private> |
57 | | - </Reference> |
58 | | - <Reference Include="Newtonsoft.Json"> |
59 | | - <HintPath>$(DalamudLibPath)Newtonsoft.Json.dll</HintPath> |
60 | | - <Private>False</Private> |
61 | | - </Reference> |
62 | | - </ItemGroup> |
63 | | - <ItemGroup> |
64 | | - <PackageReference Include="DalamudPackager" Version="11.0.0" /> |
65 | | - </ItemGroup> |
66 | 15 | <ItemGroup> |
67 | 16 | <Compile Include="Properties\Resources.Designer.cs"> |
68 | 17 | <AutoGen>True</AutoGen> |
|
0 commit comments