Skip to content

Commit 10240d8

Browse files
author
Gonzalo Diaz
committed
[CONFIG] project (test) rename due namespaces issues: https://stackoverflow.com/a/31741692/6366150
1 parent e2e253e commit 10240d8

24 files changed

+6
-1
lines changed

algorithm-exercises-csharp.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.31903.59
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "algorithm-exercises-csharp-test", "algorithm-exercises-csharp-test\algorithm-exercises-csharp-test.csproj", "{817BA968-9A1F-4DDB-8A96-657DCA862227}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "algorithm_exercises_csharp_test", "algorithm_exercises_csharp_test\algorithm_exercises_csharp_test.csproj", "{817BA968-9A1F-4DDB-8A96-657DCA862227}"
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "algorithm-exercises-csharp", "algorithm-exercises-csharp\algorithm-exercises-csharp.csproj", "{B162EE62-90C6-4871-B278-390804615987}"
99
EndProject

algorithm-exercises-csharp-test/algorithm-exercises-csharp-test.csproj renamed to algorithm_exercises_csharp_test/algorithm_exercises_csharp_test.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,9 @@
5353
ReportTypes="TextSummary;Html"/>
5454
</Target>
5555

56+
<ItemGroup>
57+
<EmbeddedResource Include="Resources/hackerrank/interview_preparation_kit/arrays/ctci_array_left_rotation.testcases.json" />
58+
<!-- <EmbeddedResource Include="Resources/ctci_array_left_rotation.testcases.json" /> -->
59+
</ItemGroup>
60+
5661
</Project>

0 commit comments

Comments
 (0)