Skip to content

Commit

Permalink
Caps part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed May 27, 2024
1 parent b40c8ed commit 6db0ff8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion WPILib.sln
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wpiutil.test", "test\wpiuti
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wpilibsharp", "src\wpilibsharp\wpilibsharp.csproj", "{AA0BE2D8-DCE2-415C-A60B-4382F50D8C91}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stereologue", "src\Stereologue\Stereologue.csproj", "{2124D403-17C4-4116-932D-74933812ECE6}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "stereologue", "src\stereologue\stereologue.csproj", "{2124D403-17C4-4116-932D-74933812ECE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "stereologue.test", "test\stereologue.test\stereologue.test.csproj", "{630D08FD-CD06-4674-BC5A-F1F211619E83}"
EndProject
Expand Down
2 changes: 1 addition & 1 deletion codehelp/CodeHelpers.Test/CodeHelpers.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2" />
<ProjectReference Include="..\CodeHelpers\WPILib.CodeHelpers.csproj" />
<ProjectReference Include="..\..\src\Stereologue\Stereologue.csproj" />
<ProjectReference Include="..\..\src\stereologue\stereologue.csproj" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="4.8.0" />
Expand Down
4 changes: 2 additions & 2 deletions codehelp/CodeHelpers/WPILib.CodeHelpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</PropertyGroup>

<ItemGroup>
<Compile Include="..\..\src\Stereologue\LogLevel.cs" Link="LogLevel.cs" />
<Compile Include="..\..\src\Stereologue\LogType.cs" Link="LogType.cs" />
<Compile Include="..\..\src\stereologue\LogLevel.cs" Link="LogLevel.cs" />
<Compile Include="..\..\src\stereologue\LogType.cs" Link="LogType.cs" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/stereologue.test/stereologue.test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<ProjectReference Include="..\..\src\Stereologue\Stereologue.csproj" />
<ProjectReference Include="..\..\src\stereologue\stereologue.csproj" />
<ProjectReference Include="..\..\src\wpimath\wpimath.csproj" />
<ProjectReference Include="..\..\codehelp\CodeHelpers\WPILib.CodeHelpers.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>
Expand Down

0 comments on commit 6db0ff8

Please sign in to comment.