Move precept files to a separate folder

This commit is contained in:
amevarashi 2022-06-19 18:05:41 +05:00
parent 60e1552b33
commit 9f1190efed
5 changed files with 7 additions and 5 deletions

View file

@ -4,7 +4,6 @@ using Verse;
namespace RJWSexperience.Ideology namespace RJWSexperience.Ideology
{ {
public class PreceptComp_SelfTookThoughtTagged : PreceptComp_SelfTookMemoryThought public class PreceptComp_SelfTookThoughtTagged : PreceptComp_SelfTookMemoryThought
{ {
[SuppressMessage("Minor Code Smell", "S1104:Fields should not have public accessibility", Justification = "Field value loaded from XML")] [SuppressMessage("Minor Code Smell", "S1104:Fields should not have public accessibility", Justification = "Field value loaded from XML")]

View file

@ -45,15 +45,17 @@
<Compile Include="GlobalSuppressions.cs" /> <Compile Include="GlobalSuppressions.cs" />
<Compile Include="Ideology\GoodwillSituationWorker_MemeCompatibility.cs" /> <Compile Include="Ideology\GoodwillSituationWorker_MemeCompatibility.cs" />
<Compile Include="Harmony.cs" /> <Compile Include="Harmony.cs" />
<Compile Include="Ideology\HETag.cs" />
<Compile Include="Ideology\HistoryEventArgsNamesCustom.cs" />
<Compile Include="Ideology\IssueUtility.cs" /> <Compile Include="Ideology\IssueUtility.cs" />
<Compile Include="Ideology\Keyed.cs" /> <Compile Include="Ideology\Keyed.cs" />
<Compile Include="Ideology\PreceptDefExtension_ModifyPreference.cs" /> <Compile Include="Ideology\Precepts\PreceptDefExtension_ModifyPreference.cs" />
<Compile Include="Ideology\PreceptDefExtension_PreferSextype.cs" /> <Compile Include="Ideology\Precepts\PreceptDefExtension_PreferSextype.cs" />
<Compile Include="Ideology\PreceptDefExtension_MultipleMemesRequired.cs" /> <Compile Include="Ideology\Precepts\PreceptDefExtension_MultipleMemesRequired.cs" />
<Compile Include="Ideology\Rituals\JobGiver_GangbangConsensual.cs" /> <Compile Include="Ideology\Rituals\JobGiver_GangbangConsensual.cs" />
<Compile Include="Ideology\Rituals\LordJob_Rituals.cs" /> <Compile Include="Ideology\Rituals\LordJob_Rituals.cs" />
<Compile Include="Ideology\RJW_Patch_Ideo.cs" /> <Compile Include="Ideology\RJW_Patch_Ideo.cs" />
<Compile Include="Ideology\PreceptComp_SelftTookThoughtExtended.cs" /> <Compile Include="Ideology\Precepts\PreceptComp_SelftTookThoughtExtended.cs" />
<Compile Include="Ideology\Sexperience_Patch.cs" /> <Compile Include="Ideology\Sexperience_Patch.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Ideology\Rimworld_Patch.cs" /> <Compile Include="Ideology\Rimworld_Patch.cs" />
@ -79,5 +81,6 @@
<ExcludeAssets>runtime</ExcludeAssets> <ExcludeAssets>runtime</ExcludeAssets>
</PackageReference> </PackageReference>
</ItemGroup> </ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> </Project>