Skip to content

Commit

Permalink
Rename folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Takoooooo committed Jan 18, 2023
1 parent 16a1d95 commit df79614
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AvaloniaVS.sln
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{3CF4E8CC
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompletionEngineTests", "tests\CompletionEngineTests\CompletionEngineTests.csproj", "{70475448-B721-48BD-A96D-56C8A0B88BA0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestAssembly1", "tests\Ass1\TestAssembly1.csproj", "{26CB0499-10FE-4CC1-9F20-4738BF527494}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestAssembly1", "tests\TestAssembly1\TestAssembly1.csproj", "{26CB0499-10FE-4CC1-9F20-4738BF527494}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestAssembly2", "tests\Ass2\TestAssembly2.csproj", "{0D792D9B-66F7-46DB-AC87-AA3068151E6C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestAssembly2", "tests\TestAssembly2\TestAssembly2.csproj", "{0D792D9B-66F7-46DB-AC87-AA3068151E6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
4 changes: 2 additions & 2 deletions tests/CompletionEngineTests/CompletionEngineTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<ItemGroup>
<ProjectReference Include="..\..\CompletionEngine\Avalonia.Ide.CompletionEngine.DnlibMetadataProvider\Avalonia.Ide.CompletionEngine.DnlibMetadataProvider.csproj" />
<ProjectReference Include="..\..\CompletionEngine\Avalonia.Ide.CompletionEngine\Avalonia.Ide.CompletionEngine.csproj" />
<ProjectReference Include="..\Ass1\TestAssembly1.csproj" Aliases="A1" />
<ProjectReference Include="..\Ass2\TestAssembly2.csproj" Aliases="A2" />
<ProjectReference Include="..\TestAssembly1\TestAssembly1.csproj" Aliases="A1" />
<ProjectReference Include="..\TestAssembly2\TestAssembly2.csproj" Aliases="A2" />
</ItemGroup>

</Project>

0 comments on commit df79614

Please sign in to comment.