Skip to content

Commit

Permalink
Use .props for the framework csproj include files
Browse files Browse the repository at this point in the history
  • Loading branch information
PrincessRTFM committed May 25, 2023
1 parent a7e7b6c commit 8cfa1d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PositionalGuide/PositionalGuide.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<PackageProjectUrl>https://github.com/PrincessRTFM/PositionalAssistant</PackageProjectUrl>
</PropertyGroup>

<Import Project="dalamud.targets" />
<Import Project="dalamud.props" />

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<DalamudLibPath>$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
</PropertyGroup>

<Import Project="framework.targets" />
<Import Project="framework.props" />

<PropertyGroup>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand Down Expand Up @@ -51,7 +51,7 @@
</ItemGroup>

<ItemGroup>
<None Remove="dalamud.targets" />
<None Remove="dalamud.props" />
<None Remove="dalamud-plugin-ui-colours.png" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
</Choose>

<ItemGroup>
<None Remove="framework.targets" />
<None Remove="framework.props" />
<None Remove=".gitignore" />
<None Remove="README.md" />
<None Remove="LICENSE" />
Expand Down

0 comments on commit 8cfa1d7

Please sign in to comment.