mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-06 19:17:03 +01:00
copying is not necessary anymore
This commit is contained in:
parent
f538cee2e8
commit
732a1af863
2 changed files with 1 additions and 6 deletions
|
@ -18,11 +18,6 @@
|
||||||
|
|
||||||
<Message Text="Running Validations..." Importance="high" />
|
<Message Text="Running Validations..." Importance="high" />
|
||||||
|
|
||||||
<Message Text="Copying Assemblies..." Importance="high" />
|
|
||||||
|
|
||||||
<!--Copy extra assemblies to the temp_assemblies folder-->
|
|
||||||
<Copy SourceFiles="$(NuGetPackageRoot)newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll" DestinationFolder="$(MSBuildThisFileDirectory)temp_assemblies/" />
|
|
||||||
|
|
||||||
<!--Run Validation Targets Here-->
|
<!--Run Validation Targets Here-->
|
||||||
<CallTarget Targets="MasterLocalesValidationTask" />
|
<CallTarget Targets="MasterLocalesValidationTask" />
|
||||||
|
|
||||||
|
|
|
@ -21694,4 +21694,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue