Skip to content

Commit

Permalink
Reorganise project
Browse files Browse the repository at this point in the history
  • Loading branch information
teplofizik committed Apr 4, 2024
1 parent e1f1242 commit f775bdb
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 48 deletions.
1 change: 0 additions & 1 deletion NyaExtensions
Submodule NyaExtensions deleted from 0608df
2 changes: 1 addition & 1 deletion NyaFs
Submodule NyaFs updated 262 files
2 changes: 1 addition & 1 deletion NyaFsTest/NyaFsTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\NyaFs\NyaFs.csproj" />
<ProjectReference Include="..\NyaFs\src\NyaFs\NyaFs.csproj" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions NyaImageTool.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NyaExtensions", "NyaExtensions\NyaExtensions.csproj", "{578CE3A5-682A-466E-982F-DF676D6C78FE}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NyaExtensions", "NyaFs\src\submodules\NyaExtensions\NyaExtensions.csproj", "{578CE3A5-682A-466E-982F-DF676D6C78FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NyaFs", "NyaFs\NyaFs.csproj", "{17442459-436D-4B9E-8B4F-44D935B48A6E}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NyaFs", "NyaFs\src\NyaFs\NyaFs.csproj", "{17442459-436D-4B9E-8B4F-44D935B48A6E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NyaFsTest", "NyaFsTest\NyaFsTest.csproj", "{1BA6938F-9B3A-4ADA-8AE6-E3CD8C7BA912}"
ProjectSection(ProjectDependencies) = postProject
Expand All @@ -21,7 +21,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NyaImageTool", "NyaImageToo
{433FCFC8-B750-4057-8B34-BFF8E598AABF} = {433FCFC8-B750-4057-8B34-BFF8E598AABF}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NyaLZO", "NyaLZO\NyaLZO.csproj", "{B47A5DEA-D7A4-4A3D-9735-33D9FAF37D36}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NyaLZO", "NyaFs\src\submodules\NyaLZO\NyaLZO.csproj", "{B47A5DEA-D7A4-4A3D-9735-33D9FAF37D36}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{7DE93B12-1E74-4204-A550-DDC4F3550AF9}"
ProjectSection(SolutionItems) = preProject
Expand Down
3 changes: 1 addition & 2 deletions NyaImageTool/NyaImageTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Extensions\NyaExtensions.csproj" />
<ProjectReference Include="..\NyaFs\NyaFs.csproj" />
<ProjectReference Include="..\NyaFs\src\NyaFs\NyaFs.csproj" />
</ItemGroup>

</Project>
9 changes: 8 additions & 1 deletion NyaImageTool/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"profiles": {
"NyaImageTool": {
"test_loaddir.nyas": {
"commandName": "Project",
"commandLineArgs": "test_loaddir.nyas"
},
"test_loadsqfs.nyas": {
"commandName": "Project",
"commandLineArgs": "test_loadsqfs.nyas"
},
"Interactive": {
"commandName": "Project"
}
}
}
1 change: 0 additions & 1 deletion NyaLZO
Submodule NyaLZO deleted from d7e80b
13 changes: 5 additions & 8 deletions Plugins/NyaFsEncrypt/NyaFsEncrypt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

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

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Copy
SourceFiles="$(OutDir)\$(TargetName).dll;$(OutDir)\$(TargetName).pdb"
DestinationFolder="$(SolutionDir)\NyaImageTool\bin\Debug\netcoreapp3.1\plugins\"
SkipUnchangedFiles="true" />
<Copy SourceFiles="$(OutDir)\$(TargetName).dll;$(OutDir)\$(TargetName).pdb" DestinationFolder="$(SolutionDir)\NyaImageTool\bin\Debug\netcoreapp3.1\plugins\" SkipUnchangedFiles="true" />
</Target>

<ItemGroup>
<ProjectReference Include="..\..\NyaFs\src\NyaFs\NyaFs.csproj" />
</ItemGroup>

</Project>
13 changes: 5 additions & 8 deletions Plugins/NyaFsFiles/NyaFsFiles.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\NyaFs\NyaFs.csproj" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Copy
SourceFiles="$(OutDir)\$(TargetName).dll;$(OutDir)\$(TargetName).pdb"
DestinationFolder="$(SolutionDir)\NyaImageTool\bin\Debug\netcoreapp3.1\plugins\"
SkipUnchangedFiles="true" />
<Copy SourceFiles="$(OutDir)\$(TargetName).dll;$(OutDir)\$(TargetName).pdb" DestinationFolder="$(SolutionDir)\NyaImageTool\bin\Debug\netcoreapp3.1\plugins\" SkipUnchangedFiles="true" />
</Target>

<ItemGroup>
<ProjectReference Include="..\..\NyaFs\src\NyaFs\NyaFs.csproj" />
</ItemGroup>

</Project>
13 changes: 5 additions & 8 deletions Plugins/NyaFsLinux/NyaFsLinux.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\NyaFs\NyaFs.csproj" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Copy
SourceFiles="$(OutDir)\$(TargetName).dll;$(OutDir)\$(TargetName).pdb"
DestinationFolder="$(SolutionDir)\NyaImageTool\bin\Debug\netcoreapp3.1\plugins\"
SkipUnchangedFiles="true" />
<Copy SourceFiles="$(OutDir)\$(TargetName).dll;$(OutDir)\$(TargetName).pdb" DestinationFolder="$(SolutionDir)\NyaImageTool\bin\Debug\netcoreapp3.1\plugins\" SkipUnchangedFiles="true" />
</Target>

<ItemGroup>
<ProjectReference Include="..\..\NyaFs\src\NyaFs\NyaFs.csproj" />
</ItemGroup>

</Project>
13 changes: 5 additions & 8 deletions Plugins/NyaFsSftp/NyaFsSftp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\NyaFs\NyaFs.csproj" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Copy
SourceFiles="$(OutDir)\$(TargetName).dll;$(OutDir)\$(TargetName).pdb"
DestinationFolder="$(SolutionDir)\NyaImageTool\bin\Debug\netcoreapp3.1\plugins\"
SkipUnchangedFiles="true" />
<Copy SourceFiles="$(OutDir)\$(TargetName).dll;$(OutDir)\$(TargetName).pdb" DestinationFolder="$(SolutionDir)\NyaImageTool\bin\Debug\netcoreapp3.1\plugins\" SkipUnchangedFiles="true" />
</Target>

<ItemGroup>
<ProjectReference Include="..\..\NyaFs\src\NyaFs\NyaFs.csproj" />
</ItemGroup>

</Project>
9 changes: 3 additions & 6 deletions Plugins/NyaFsTftp/NyaFsTftp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,15 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Tftp.Net" Version="1.3.0"/>
<PackageReference Include="Tftp.Net" Version="1.3.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\NyaFs\NyaFs.csproj" />
<ProjectReference Include="..\..\NyaFs\src\NyaFs\NyaFs.csproj" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Copy
SourceFiles="$(OutDir)\$(TargetName).dll;$(OutDir)\$(TargetName).pdb;$(OutDir)\Tftp.Net.dll"
DestinationFolder="$(SolutionDir)\NyaImageTool\bin\Debug\netcoreapp3.1\plugins\"
SkipUnchangedFiles="true" />
<Copy SourceFiles="$(OutDir)\$(TargetName).dll;$(OutDir)\$(TargetName).pdb;$(OutDir)\Tftp.Net.dll" DestinationFolder="$(SolutionDir)\NyaImageTool\bin\Debug\netcoreapp3.1\plugins\" SkipUnchangedFiles="true" />
</Target>

</Project>

0 comments on commit f775bdb

Please sign in to comment.