25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
<PropertyGroup>
|
|||
|
<TargetFramework>net35</TargetFramework>
|
|||
|
<AssemblyName>Assembly-CSharp.Pause.mm</AssemblyName>
|
|||
|
<Company>7EVENDAYS⇔HOLIDAYS</Company>
|
|||
|
<Description>Pause in mu3</Description>
|
|||
|
<Version>1.6.0</Version>
|
|||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|||
|
<LangVersion>latest</LangVersion>
|
|||
|
<Platforms>x64</Platforms>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="mscorlib"><HintPath>..\Common\mscorlib.dll</HintPath></Reference>
|
|||
|
<Reference Include="UnityEngine"><HintPath>..\Common\UnityEngine.dll</HintPath></Reference>
|
|||
|
<Reference Include="UnityEngine.UI"><HintPath>..\Common\UnityEngine.UI.dll</HintPath></Reference>
|
|||
|
<Reference Include="Assembly-CSharp-firstpass"><HintPath>..\Common\Assembly-CSharp-firstpass.dll</HintPath></Reference>
|
|||
|
<ProjectReference Include="..\Common\Assembly-CSharp_unpacked\Assembly-CSharp_unpacked.csproj" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
<Target Name="CopyDLLs" AfterTargets="Build">
|
|||
|
<Copy SourceFiles="$(TargetDir)$(AssemblyName).dll" DestinationFolder="..\Common\mu3\BepInEx\monomod" />
|
|||
|
</Target>
|
|||
|
</Project>
|