Skip to content

Commit

Permalink
added repository file which may or may not work.
Browse files Browse the repository at this point in the history
  • Loading branch information
ketwaroo committed May 7, 2021
1 parent 6abd4f7 commit 8011ddf
Show file tree
Hide file tree
Showing 23 changed files with 1,354 additions and 517 deletions.
12 changes: 12 additions & 0 deletions KetwarooPortiaMod.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KetwarooPortiaModRuinDiving
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KetwarooPortiaModPlayerActions", "KetwarooPortiaModPlayerActions\KetwarooPortiaModPlayerActions.csproj", "{26B34DDE-C3B6-4253-8CDB-19292930C035}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KetwarooPortiaModCrafting", "KetwarooPortiaModCrafting\KetwarooPortiaModCrafting.csproj", "{36EC1D17-271D-4404-99E6-C979EF2181C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KetwarooPortiaModFarming", "KetwarooPortiaModFarming\KetwarooPortiaModFarming.csproj", "{5DFCD95B-C707-4821-B07D-7E5A80B331A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -45,6 +49,14 @@ Global
{26B34DDE-C3B6-4253-8CDB-19292930C035}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26B34DDE-C3B6-4253-8CDB-19292930C035}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26B34DDE-C3B6-4253-8CDB-19292930C035}.Release|Any CPU.Build.0 = Release|Any CPU
{36EC1D17-271D-4404-99E6-C979EF2181C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36EC1D17-271D-4404-99E6-C979EF2181C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36EC1D17-271D-4404-99E6-C979EF2181C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36EC1D17-271D-4404-99E6-C979EF2181C3}.Release|Any CPU.Build.0 = Release|Any CPU
{5DFCD95B-C707-4821-B07D-7E5A80B331A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DFCD95B-C707-4821-B07D-7E5A80B331A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DFCD95B-C707-4821-B07D-7E5A80B331A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DFCD95B-C707-4821-B07D-7E5A80B331A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 4 additions & 0 deletions KetwarooPortiaMod/KetwarooPortiaMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
</Reference>
<Reference Include="UnityEngine.AnimationModule">
<HintPath>..\Ref\UnityEngine.AnimationModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>E:\GAMES\My Time At Portia\Portia_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
Expand All @@ -67,12 +68,15 @@
</Reference>
<Reference Include="UnityEngine.PhysicsModule">
<HintPath>E:\GAMES\My Time At Portia\Portia_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.TerrainModule">
<HintPath>..\Ref\UnityEngine.TerrainModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.TerrainPhysicsModule">
<HintPath>E:\GAMES\My Time At Portia\Portia_Data\Managed\UnityEngine.TerrainPhysicsModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>E:\GAMES\My Time At Portia\Portia_Data\Managed\UnityEngine.UI.dll</HintPath>
Expand Down
Loading

0 comments on commit 8011ddf

Please sign in to comment.