Skip to content

Commit

Permalink
Plugin "encrypt" moved to plugins folder
Browse files Browse the repository at this point in the history
  • Loading branch information
teplofizik committed Jan 9, 2024
1 parent 4250a60 commit b366b05
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NyaImageTool.sln
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflow", "Workflow", "{D8
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NyaFsEncrypt", "NyaFsEncrypt\NyaFsEncrypt.csproj", "{C0B57D62-F526-4433-BEAC-2D4772111DA9}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NyaFsEncrypt", "Plugins\NyaFsEncrypt\NyaFsEncrypt.csproj", "{C0B57D62-F526-4433-BEAC-2D4772111DA9}"
ProjectSection(ProjectDependencies) = postProject
{17442459-436D-4B9E-8B4F-44D935B48A6E} = {17442459-436D-4B9E-8B4F-44D935B48A6E}
EndProjectSection
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\NyaFs\NyaFs.csproj" />
<ProjectReference Include="$(SolutionDir)\NyaFs\NyaFs.csproj" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
Expand Down
File renamed without changes.

0 comments on commit b366b05

Please sign in to comment.