fix sln and csproj references

pull/2/head
Evan Hemsley 2020-01-17 19:32:25 -08:00
parent 56d18deb1e
commit fa8c577cee
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NETPhysFS", "SharpPhysFS\NETPhysFS.csproj", "{AD6AA182-8C7F-4F3A-AAEF-7BD993D1D262}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NETPhysFS", "NETPhysFS\NETPhysFS.csproj", "{AD6AA182-8C7F-4F3A-AAEF-7BD993D1D262}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{250EE88E-18B5-4433-ACF0-24A1D81429CF}"
ProjectSection(SolutionItems) = preProject

View File

@ -13,6 +13,6 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SharpPhysFS\NETPhysFS.csproj" />
<ProjectReference Include="..\NETPhysFS\NETPhysFS.csproj" />
</ItemGroup>
</Project>