Updated folder paths
This commit is contained in:
parent
4a4cef8dd7
commit
6f73df0fb7
@ -20,8 +20,8 @@
|
|||||||
</PackageReference>
|
</PackageReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\AuroraSignal\aurora-cradle-sharp.csproj" />
|
<ProjectReference Include="..\AuroraCradle\aurora-cradle-sharp.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
@ -8,7 +8,7 @@ using System.Linq;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
namespace AuroraSignal.test
|
namespace AuroraCradle.test
|
||||||
{
|
{
|
||||||
public class CursorListTest
|
public class CursorListTest
|
||||||
{
|
{
|
@ -8,7 +8,7 @@
|
|||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/obj": true
|
"**/obj": true
|
||||||
},
|
},
|
||||||
"dotnet-test-explorer.testProjectPath": "./AuroraSignal.test",
|
"dotnet-test-explorer.testProjectPath": "./AuroraCradle.test",
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.defaultFormatter": "ms-dotnettools.csharp"
|
"editor.defaultFormatter": "ms-dotnettools.csharp"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user