forked from Cookies_Github_mirror/AquaDX
[RF] Move some settings to TimeSavingConfig
This commit is contained in:
@@ -302,9 +302,14 @@
|
||||
<Compile Include="Helpers\MessageHelper.cs" />
|
||||
<Compile Include="Helpers\MusicDirHelper.cs" />
|
||||
<Compile Include="Helpers\SharedInstances.cs" />
|
||||
<Compile Include="Performance\ImproveLoadSpeed.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Main.cs" />
|
||||
<Compile Include="TimeSaving\ImproveLoadSpeed.cs" />
|
||||
<Compile Include="TimeSaving\IWontTapOrSlideVigorously.cs" />
|
||||
<Compile Include="TimeSaving\SkipEventInfo.cs" />
|
||||
<Compile Include="TimeSaving\SkipGameOverScreen.cs" />
|
||||
<Compile Include="TimeSaving\SkipToMusicSelection.cs" />
|
||||
<Compile Include="TimeSaving\SkipWarningScreen.cs" />
|
||||
<Compile Include="TouchSensitivity\Enable.cs" />
|
||||
<Compile Include="Utils\JudgeAdjust.cs" />
|
||||
<Compile Include="Utils\LogUserId.cs" />
|
||||
@@ -322,9 +327,6 @@
|
||||
<Compile Include="UX\RunCommandOnEvents.cs" />
|
||||
<Compile Include="UX\SelectionDetail.cs" />
|
||||
<Compile Include="UX\SinglePlayer.cs" />
|
||||
<Compile Include="UX\SkipEventInfo.cs" />
|
||||
<Compile Include="UX\SkipWarningScreen.cs" />
|
||||
<Compile Include="UX\SkipToMusicSelection.cs" />
|
||||
<Compile Include="UX\TestProof.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@@ -338,6 +340,9 @@
|
||||
<ItemGroup>
|
||||
<Content Include="FodyWeavers.xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Performance\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="packages\Fody.6.8.1\build\Fody.targets" Condition="Exists('packages\Fody.6.8.1\build\Fody.targets')" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
|
||||
Reference in New Issue
Block a user