Skip to content

Commit

Permalink
copy sample mods in a way github will like???
Browse files Browse the repository at this point in the history
  • Loading branch information
misternebula committed Mar 11, 2024
1 parent c9a01d4 commit d3fc638
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<LangVersion>9.0</LangVersion>
<Nullable>enable</Nullable>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath Condition="Exists('../../OWML.Launcher/bin/Debug/net48/Mods')">../../OWML.Launcher/bin/Debug/net48/Mods/OWML.EnableDebugMode</OutputPath>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\OWML.ModHelper\OWML.ModHelper.csproj" />
<ProjectReference Include="..\..\OWML.ModHelper\OWML.ModHelper.csproj" IncludeAssets="compile" />
</ItemGroup>

<ItemGroup>
Expand Down
7 changes: 5 additions & 2 deletions src/SampleMods/OWML.EnumExample/OWML.EnumExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<LangVersion>9.0</LangVersion>
<Nullable>enable</Nullable>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath Condition="Exists('../../OWML.Launcher/bin/Debug/net48/Mods')">../../OWML.Launcher/bin/Debug/net48/Mods/OWML.EnumExample</OutputPath>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\OWML.ModHelper\OWML.ModHelper.csproj" />
<ProjectReference Include="..\..\OWML.Utils\OWML.Utils.csproj" />
<ProjectReference Include="..\..\OWML.ModHelper\OWML.ModHelper.csproj" IncludeAssets="compile" />
<ProjectReference Include="..\..\OWML.Utils\OWML.Utils.csproj" IncludeAssets="compile" />
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 4 additions & 1 deletion src/SampleMods/OWML.ExampleAPI/OWML.ExampleAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<LangVersion>9.0</LangVersion>
<Nullable>enable</Nullable>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath Condition="Exists('../../OWML.Launcher/bin/Debug/net48/Mods')">../../OWML.Launcher/bin/Debug/net48/Mods/OWML.ExampleAPI</OutputPath>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\OWML.ModHelper\OWML.ModHelper.csproj" />
<ProjectReference Include="..\..\OWML.ModHelper\OWML.ModHelper.csproj" IncludeAssets="compile" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<LangVersion>9.0</LangVersion>
<Nullable>enable</Nullable>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath Condition="Exists('../../OWML.Launcher/bin/Debug/net48/Mods')">../../OWML.Launcher/bin/Debug/net48/Mods/OWML.LoadCustomAssets</OutputPath>
</PropertyGroup>

<ItemGroup>
Expand All @@ -24,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\OWML.ModHelper\OWML.ModHelper.csproj" />
<ProjectReference Include="..\..\OWML.ModHelper\OWML.ModHelper.csproj" IncludeAssets="compile" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d3fc638

Please sign in to comment.