Skip to content

Commit

Permalink
Structure
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiusgreat committed Feb 11, 2023
1 parent 2cabd2b commit 12a9cc4
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Samples/SampleClient/SampleClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\ScriptContainer\ScriptContainer.csproj" />
<ProjectReference Include="..\..\Libs\ScriptContainer.csproj" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Samples/SampleServer/SampleServer.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
Expand All @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\ScriptContainer\ScriptContainer.csproj" />
<ProjectReference Include="..\..\Libs\ScriptContainer.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Solution.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32210.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScriptContainer", "ScriptContainer\ScriptContainer.csproj", "{65427EFB-6D3F-4FDE-99A3-32D1D85C7C85}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScriptContainer", "Libs\ScriptContainer.csproj", "{65427EFB-6D3F-4FDE-99A3-32D1D85C7C85}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{8B242F0A-4AC5-45BD-A91E-9C1B5B9AB5EF}"
EndProject
Expand Down

0 comments on commit 12a9cc4

Please sign in to comment.