Skip to content

Commit

Permalink
Update paths for the stable release of PDN 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xC0000054 committed Jan 11, 2023
1 parent b221011 commit 989df94
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/RawFileType.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@
</ItemGroup>
<ItemGroup>
<Reference Include="PaintDotNet.Base">
<HintPath>..\..\..\paint.net 5.0\PaintDotNet.Base.dll</HintPath>
<HintPath>..\..\..\Program Files\paint.net\PaintDotNet.Base.dll</HintPath>
</Reference>
<Reference Include="PaintDotNet.ComponentModel">
<HintPath>..\..\..\paint.net 5.0\PaintDotNet.ComponentModel.dll</HintPath>
<HintPath>..\..\..\Program Files\paint.net\PaintDotNet.ComponentModel.dll</HintPath>
</Reference>
<Reference Include="PaintDotNet.Core">
<HintPath>..\..\..\paint.net 5.0\PaintDotNet.Core.dll</HintPath>
<HintPath>..\..\..\Program Files\paint.net\PaintDotNet.Core.dll</HintPath>
</Reference>
<Reference Include="PaintDotNet.Data">
<HintPath>..\..\..\paint.net 5.0\PaintDotNet.Data.dll</HintPath>
<HintPath>..\..\..\Program Files\paint.net\PaintDotNet.Data.dll</HintPath>
</Reference>
<Reference Include="PaintDotNet.Fundamentals">
<HintPath>..\..\..\paint.net 5.0\PaintDotNet.Fundamentals.dll</HintPath>
<HintPath>..\..\..\Program Files\paint.net\PaintDotNet.Fundamentals.dll</HintPath>
</Reference>
<Reference Include="PaintDotNet.Primitives">
<HintPath>..\..\..\paint.net 5.0\PaintDotNet.Primitives.dll</HintPath>
<HintPath>..\..\..\Program Files\paint.net\PaintDotNet.Primitives.dll</HintPath>
</Reference>
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="copy &quot;$(TargetPath)&quot; &quot;D:\paint.net 5.0\FileTypes&quot; /y" />
<Exec Command="copy &quot;$(TargetPath)&quot; &quot;D:\Program Files\paint.net\FileTypes&quot; /y" />
</Target>
</Project>

0 comments on commit 989df94

Please sign in to comment.