Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/c#/GeneralUpdate.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<Project Path="GeneralUpdate.Firmware/GeneralUpdate.Firmware.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="BowlTest/BowlTest.csproj" />
<Project Path="ClientCoreTest/ClientCoreTest.csproj" />
<Project Path="CoreTest/CoreTest.csproj" />
<Project Path="DifferentialTest/DifferentialTest.csproj" />
<Project Path="DrivelutionTest/DrivelutionTest.csproj" />
<Project Path="ExtensionTest/ExtensionTest.csproj" />
<Project Path="../../tests/c#/BowlTest/BowlTest.csproj" />
<Project Path="../../tests/c#/ClientCoreTest/ClientCoreTest.csproj" />
<Project Path="../../tests/c#/CoreTest/CoreTest.csproj" />
<Project Path="../../tests/c#/DifferentialTest/DifferentialTest.csproj" />
<Project Path="../../tests/c#/DrivelutionTest/DrivelutionTest.csproj" />
<Project Path="../../tests/c#/ExtensionTest/ExtensionTest.csproj" />
</Folder>
</Solution>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
Expand All @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\GeneralUpdate.Bowl\GeneralUpdate.Bowl.csproj" />
<ProjectReference Include="..\..\..\src\c#\GeneralUpdate.Bowl\GeneralUpdate.Bowl.csproj" />
</ItemGroup>

</Project>
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
Expand All @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\GeneralUpdate.ClientCore\GeneralUpdate.ClientCore.csproj" />
<ProjectReference Include="..\..\..\src\c#\GeneralUpdate.ClientCore\GeneralUpdate.ClientCore.csproj" />
</ItemGroup>

</Project>
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
Expand All @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\GeneralUpdate.Core\GeneralUpdate.Core.csproj" />
<ProjectReference Include="..\..\..\src\c#\GeneralUpdate.Core\GeneralUpdate.Core.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
Expand All @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\GeneralUpdate.Differential\GeneralUpdate.Differential.csproj" />
<ProjectReference Include="..\..\..\src\c#\GeneralUpdate.Differential\GeneralUpdate.Differential.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\GeneralUpdate.Drivelution\GeneralUpdate.Drivelution.csproj" />
<ProjectReference Include="..\..\..\src\c#\GeneralUpdate.Drivelution\GeneralUpdate.Drivelution.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
Expand All @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\GeneralUpdate.Extension\GeneralUpdate.Extension.csproj" />
<ProjectReference Include="..\..\..\src\c#\GeneralUpdate.Extension\GeneralUpdate.Extension.csproj" />
</ItemGroup>

</Project>
Loading