mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-09-20 21:46:02 +08:00
Merging the two Mono builds, now just targets .NET 3.5
This commit is contained in:
@ -5,13 +5,8 @@
|
||||
<!-- Merging DLLs -->
|
||||
<ItemGroup>
|
||||
<InputAssemblies Include="$(OutputPath)$(AssemblyName).dll" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(IsNet35)'=='false'">
|
||||
<InputAssemblies Include="..\lib\mcs.dll" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(IsNet35)'=='true'">
|
||||
<InputAssemblies Include="..\lib\mcs.NET35.dll" />
|
||||
</ItemGroup>
|
||||
|
||||
<ILRepack
|
||||
Parallel="true"
|
||||
|
Reference in New Issue
Block a user