Skip to content

Commit 0fc3330

Browse files
committed
Changed examples directory
1 parent e8910c3 commit 0fc3330

18 files changed

+6
-9
lines changed

examples/window/Box2D.Window/Box2D.Window.csproj renamed to examples/Box2D.Window/Box2D.Window.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
<PackageReference Include="OpenTK.NetStandard" Version="1.0.5.22" />
1717
</ItemGroup>
1818
<ItemGroup>
19-
<ProjectReference Include="..\..\..\src\box2dx\Box2D.NetStandard\Box2D.NetStandard.csproj" />
19+
<ProjectReference Include="..\..\src\box2dx\Box2D.NetStandard\Box2D.NetStandard.csproj" />
2020
</ItemGroup>
2121
</Project>

examples/window/Box2D.WindowTests/Box2D.WindowTests.csproj renamed to examples/Box2D.WindowTests/Box2D.WindowTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<ProjectReference Include="..\..\..\examples\window\Box2D.WorldTests\Box2D.WorldTests.csproj" />
7+
<ProjectReference Include="..\Box2D.WorldTests\Box2D.WorldTests.csproj" />
88
<ProjectReference Include="..\Box2D.Window\Box2D.Window.csproj" />
99
</ItemGroup>
1010
</Project>

0 commit comments

Comments
 (0)