Updated folder paths

This commit is contained in:
Brandon Watson 2021-03-05 16:50:54 -05:00
parent 4a4cef8dd7
commit 6f73df0fb7
18 changed files with 4 additions and 4 deletions

View File

@ -20,8 +20,8 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AuroraSignal\aurora-cradle-sharp.csproj" />
<ItemGroup>
<ProjectReference Include="..\AuroraCradle\aurora-cradle-sharp.csproj" />
</ItemGroup>
</Project>

View File

@ -8,7 +8,7 @@ using System.Linq;
namespace AuroraSignal.test
namespace AuroraCradle.test
{
public class CursorListTest
{

View File

@ -8,7 +8,7 @@
"files.exclude": {
"**/obj": true
},
"dotnet-test-explorer.testProjectPath": "./AuroraSignal.test",
"dotnet-test-explorer.testProjectPath": "./AuroraCradle.test",
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-dotnettools.csharp"
}