Skip to content

Commit

Permalink
fix master server example project folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Matodor committed Jun 14, 2020
1 parent 4926863 commit ed36f14
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\TeeSharp.Core\TeeSharp.Core.csproj" />
<ProjectReference Include="..\..\..\TeeSharp.MasterServer\TeeSharp.MasterServer.csproj" />
<ProjectReference Include="..\..\..\TeeSharp.Network\TeeSharp.Network.csproj" />
<ProjectReference Include="..\..\TeeSharp.Core\TeeSharp.Core.csproj" />
<ProjectReference Include="..\..\TeeSharp.MasterServer\TeeSharp.MasterServer.csproj" />
<ProjectReference Include="..\..\TeeSharp.Network\TeeSharp.Network.csproj" />
</ItemGroup>

</Project>
</Project>
File renamed without changes.
2 changes: 1 addition & 1 deletion TeeSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeeSharp.MasterServer", "Te
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeeSharp.Core", "TeeSharp.Core\TeeSharp.Core.csproj", "{B9FDBCCB-EF86-4B0A-ABCE-8140A97FD340}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples.MasterServer", "Examples\Examples.MasterServer\Examples.MasterServer\Examples.MasterServer.csproj", "{BB7DFA51-06C5-467A-AAAD-F83C2CD7C612}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples.MasterServer", "Examples\Examples.MasterServer\Examples.MasterServer.csproj", "{BB7DFA51-06C5-467A-AAAD-F83C2CD7C612}"
ProjectSection(ProjectDependencies) = postProject
{D655D9AE-26A0-4F52-84A0-C55D6D8BC337} = {D655D9AE-26A0-4F52-84A0-C55D6D8BC337}
{B9FDBCCB-EF86-4B0A-ABCE-8140A97FD340} = {B9FDBCCB-EF86-4B0A-ABCE-8140A97FD340}
Expand Down
4 changes: 0 additions & 4 deletions TeeSharp.sln.DotSettings.user

This file was deleted.

0 comments on commit ed36f14

Please sign in to comment.