Skip to content

Commit 84ef83c

Browse files
Fix paths.
1 parent d5c0819 commit 84ef83c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tools/TestSuite/TestSuite.Shared/TestSuite.Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
<AdditionalFiles Include="..\..\stylecop.json" Link="stylecop.json" />
2525
</ItemGroup>
2626
<ItemGroup>
27-
<ProjectReference Include="..\..\sdk\Notifo.SDK\Notifo.SDK.csproj" />
27+
<ProjectReference Include="..\..\sdk-dotnet\Notifo.SDK\Notifo.SDK.csproj" />
2828
</ItemGroup>
2929
</Project>

tools/TestSuite/TestSuite.sln

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestSuite.ApiTests", "TestS
99
EndProject
1010
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestSuite.LoadTests", "TestSuite.LoadTests\TestSuite.LoadTests.csproj", "{F37572D9-4880-40F4-B3CB-83F58A40CA48}"
1111
EndProject
12-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Notifo.SDK", "..\sdk\Notifo.SDK\Notifo.SDK.csproj", "{B4A5BE43-7D83-4F4D-BF94-A1AF685B229D}"
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Notifo.SDK", "..\sdk-dotnet\Notifo.SDK\Notifo.SDK.csproj", "{B4A5BE43-7D83-4F4D-BF94-A1AF685B229D}"
1313
EndProject
14-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeGenerator", "..\sdk\CodeGenerator\CodeGenerator.csproj", "{D2D7C941-F88C-4FC5-AC2A-B0C6F32999A4}"
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeGenerator", "..\sdk-dotnet\CodeGenerator\CodeGenerator.csproj", "{D2D7C941-F88C-4FC5-AC2A-B0C6F32999A4}"
1515
EndProject
16-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Notifo.SDK.Tests", "..\sdk\Notifo.SDK.Tests\Notifo.SDK.Tests.csproj", "{158DCC3C-8B5A-4F00-A23D-14B8514BB8D6}"
16+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Notifo.SDK.Tests", "..\sdk-dotnet\Notifo.SDK.Tests\Notifo.SDK.Tests.csproj", "{158DCC3C-8B5A-4F00-A23D-14B8514BB8D6}"
1717
EndProject
1818
Global
1919
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)