Skip to content

Commit

Permalink
Move the project into a src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
0xC0000054 committed Dec 27, 2022
1 parent 53f23d0 commit e1eb945
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions RawFileType.csproj → src/RawFileType.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="PaintDotNet.Base">
<HintPath>..\PSFilterPdn\References\PaintDotNet.Base.dll</HintPath>
<HintPath>..\..\PSFilterPdn\References\PaintDotNet.Base.dll</HintPath>
</Reference>
<Reference Include="PaintDotNet.Core">
<HintPath>..\PSFilterPdn\References\PaintDotNet.Core.dll</HintPath>
<HintPath>..\..\PSFilterPdn\References\PaintDotNet.Core.dll</HintPath>
</Reference>
<Reference Include="PaintDotNet.Data">
<HintPath>..\PSFilterPdn\References\PaintDotNet.Data.dll</HintPath>
<HintPath>..\..\PSFilterPdn\References\PaintDotNet.Data.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e1eb945

Please sign in to comment.