Skip to content

Commit c9f2ea9

Browse files
author
Gonzalo Diaz
committed
[BREAKING] ⚠️ [REFACTOR] [CONFIG] project (test) now add a whole folder as embedded resources.
https://stackoverflow.com/a/69258993/6366150
1 parent 12ae8d1 commit c9f2ea9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

algorithm_exercises_csharp_test/algorithm_exercises_csharp_test.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@
5959
</Target>
6060

6161
<ItemGroup>
62-
<EmbeddedResource Include="Resources/hackerrank/interview_preparation_kit/arrays/ctci_array_left_rotation.testcases.json" />
63-
<EmbeddedResource Include="Resources/hackerrank/interview_preparation_kit/arrays/crush.testcases.json" />
64-
<EmbeddedResource Include="Resources/hackerrank/interview_preparation_kit/dictionaries_and_hashmaps/ctci_ransom_note.testcases.json" />
65-
<EmbeddedResource Include="Resources/hackerrank/interview_preparation_kit/dictionaries_and_hashmaps/two_strings.testcases.json" />
66-
<EmbeddedResource Include="Resources/hackerrank/interview_preparation_kit/greedy_algorithms/luck_balance.testcases.json" />
62+
<EmbeddedResource Include="Resources/**/*.json" />
6763
</ItemGroup>
6864
</Project>

0 commit comments

Comments
 (0)