Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonrakena committed Dec 12, 2023
1 parent 2ac121b commit 9c70d0c
Show file tree
Hide file tree
Showing 149 changed files with 28 additions and 13 deletions.
10 changes: 5 additions & 5 deletions Promul.sln
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Promul.Server", "Server~\Promul.Server.csproj", "{EDB23D95-CCE1-4B0A-A5E0-B25383D6F647}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Promul.Server", "src\Promul.Server~\Promul.Server.csproj", "{EDB23D95-CCE1-4B0A-A5E0-B25383D6F647}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Promul.Common", "Common\Promul.Common.csproj", "{009A3A68-30A0-44EB-9B42-8FCB6BD89195}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Promul.Common", "src\Promul.Common\Promul.Common.csproj", "{009A3A68-30A0-44EB-9B42-8FCB6BD89195}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Promul.Runtime", "Runtime\Promul.Runtime.csproj", "{29457397-4CEF-4E36-92C7-F3E1101CDBA7}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Promul.Runtime.Unity", "src\Promul.Runtime.Unity\Promul.Runtime.Unity.csproj", "{29457397-4CEF-4E36-92C7-F3E1101CDBA7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Promul.Demo", "Demo~\Promul.Demo.csproj", "{2632B8FD-FA5A-4CE1-9A27-09C6D6A3BF34}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Promul.Demo", "test~\Promul.Demo\Promul.Demo.csproj", "{2632B8FD-FA5A-4CE1-9A27-09C6D6A3BF34}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{3CDF6417-B41A-4C8A-8697-51002424935B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5CFD38E1-CF86-4A60-BCF1-CAEAC3CE9CB6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Promul.Tests", "Tests~\Promul.Tests.csproj", "{EEFB6A7C-9228-4ED6-9EFF-139BBFE666C4}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Promul.Tests", "test~\Promul.Tests\Promul.Tests.csproj", "{EEFB6A7C-9228-4ED6-9EFF-139BBFE666C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
8 changes: 8 additions & 0 deletions src.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>Promul.Runtime</RootNamespace>
<AssemblyName>Promul.Runtime</AssemblyName>
<TargetFramework>netstandard2.1</TargetFramework>
<FileAlignment>512</FileAlignment>
<LangVersion>8</LangVersion>
<Nullable>enable</Nullable>
<BaseOutputPath>bin~</BaseOutputPath>
<BaseIntermediateOutputPath>obj~</BaseIntermediateOutputPath>
<DefineConstants>DEBUG</DefineConstants>
<PackageId>Promul.Runtime.Unity</PackageId>
</PropertyGroup>
<ItemGroup>
<Reference Include="UnityEngine.CoreModule">
Expand All @@ -21,7 +20,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="com.fireworkeyes.netcode.transport.promul.asmdef"/>
<ProjectReference Include="..\Common\Promul.Common.csproj">
<ProjectReference Include="..\Promul.Common\Promul.Common.csproj">
<Project>{009a3a68-30a0-44eb-9b42-8fcb6bd89195}</Project>
<Name>Promul.Common</Name>
</ProjectReference>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<Content Include="..\.dockerignore">
<Link>.dockerignore</Link>
</Content>
<Content Include="..\README.md">
<Content Include="..\..\README.md">
<Link>README.md</Link>
</Content>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Common\Promul.Common.csproj"/>
<ProjectReference Include="..\Promul.Common\Promul.Common.csproj"/>
</ItemGroup>

</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions test.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Common\Promul.Common.csproj" />
<ProjectReference Include="..\..\src\Promul.Common\Promul.Common.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Common\Promul.Common.csproj" />
<ProjectReference Include="..\Server~\Promul.Server.csproj" />
<ProjectReference Include="..\..\src\Promul.Common\Promul.Common.csproj" />
<ProjectReference Include="..\..\src\Promul.Server~\Promul.Server.csproj" />
</ItemGroup>

</Project>
File renamed without changes.

0 comments on commit 9c70d0c

Please sign in to comment.