Skip to content

Commit

Permalink
int - New addons should be copied
Browse files Browse the repository at this point in the history
---

Type: int
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jan 4, 2025
1 parent faebce9 commit 99ae66b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Nitrocid.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nitrocid.Tests", "private\Nitrocid.Tests\Nitrocid.Tests.csproj", "{2698CB71-9EF6-06A7-2A14-1AFF675F88CB}"
ProjectSection(ProjectDependencies) = postProject
{0206B299-10B2-4FD4-B21A-14395AEE2E64} = {0206B299-10B2-4FD4-B21A-14395AEE2E64}
{0F9E07AB-70DC-4305-9406-34465BB0B0D8} = {0F9E07AB-70DC-4305-9406-34465BB0B0D8}
{105FE455-5D01-4B8C-AEF6-7F22A3BE28E6} = {105FE455-5D01-4B8C-AEF6-7F22A3BE28E6}
{1489748E-EB06-493F-946C-17707300BCBC} = {1489748E-EB06-493F-946C-17707300BCBC}
{1BDA8AC6-D528-4FC4-99B1-EB5C0DC58AF1} = {1BDA8AC6-D528-4FC4-99B1-EB5C0DC58AF1}
{1FF6B472-0BA8-4777-B29C-E59DEE906449} = {1FF6B472-0BA8-4777-B29C-E59DEE906449}
{239472BF-B9F5-49FD-9E9F-9F5A034C8337} = {239472BF-B9F5-49FD-9E9F-9F5A034C8337}
{2D768D78-7BBF-43CE-823D-081881BA941E} = {2D768D78-7BBF-43CE-823D-081881BA941E}
{3495603B-2389-410C-899C-F69EFDD17EE1} = {3495603B-2389-410C-899C-F69EFDD17EE1}
{46CC2699-A9BB-4748-B1FF-ABD4C501DAA1} = {46CC2699-A9BB-4748-B1FF-ABD4C501DAA1}
Expand Down Expand Up @@ -45,8 +47,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nitrocid.Tests", "private\N
{C83EB703-1DE7-48C9-9406-1CFA5140235F} = {C83EB703-1DE7-48C9-9406-1CFA5140235F}
{CE5F80A9-B27E-4D16-AEBB-A09677E63012} = {CE5F80A9-B27E-4D16-AEBB-A09677E63012}
{CFC033AA-0ECC-4732-9082-0ECA267224B9} = {CFC033AA-0ECC-4732-9082-0ECA267224B9}
{D7BC8CF1-C12C-435F-BB53-9F0EA4B8EF20} = {D7BC8CF1-C12C-435F-BB53-9F0EA4B8EF20}
{DAF14C98-59F8-4C62-95B5-7ECE6B6D0AC7} = {DAF14C98-59F8-4C62-95B5-7ECE6B6D0AC7}
{DEB14710-C505-4207-9C50-C0EE4F0145D7} = {DEB14710-C505-4207-9C50-C0EE4F0145D7}
{E4FD6E0D-51CC-43F6-878A-D0C4160F50B3} = {E4FD6E0D-51CC-43F6-878A-D0C4160F50B3}
{EB30E7B1-667C-4184-A83A-42D47990219B} = {EB30E7B1-667C-4184-A83A-42D47990219B}
{F37FE782-25B3-4923-A098-668007AC74F6} = {F37FE782-25B3-4923-A098-668007AC74F6}
{F8ECF591-B6B0-4F0D-A5A9-8D7031FCB931} = {F8ECF591-B6B0-4F0D-A5A9-8D7031FCB931}
Expand Down
12 changes: 12 additions & 0 deletions private/Nitrocid.Tests/Nitrocid.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,18 @@
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Copy SourceFiles="..\..\public\Nitrocid.Addons\Nitrocid.ThemePacks\Resources\Themes\Hacker.json" DestinationFolder="TestData"></Copy>
</Target>

<!--
WARNING: Make sure that you put new addons into the project dependencies of N.Tests in the solution itself!
Otherwise, N.Tests will fail to load some addons!
For new addons, follow these steps in VS:
1. Right click on solution -> Project Dependencies
2. Projects: Nitrocid.Tests
3. Place a checkbox next to new addon
4. Click OK and build
-->
<ItemGroup>
<AddonsFolders Include="..\..\public\Nitrocid\KSBuild\$(TargetFramework)\Addons\**\*.*" />
</ItemGroup>
Expand Down

0 comments on commit 99ae66b

Please sign in to comment.