2024-07-04 12:39:11 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2024-07-02 12:26:00 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net35</TargetFramework>
|
|
|
|
<Company>7EVENDAYS⇔HOLIDAYS</Company>
|
2024-07-11 23:14:06 +00:00
|
|
|
<Version>2.0.1</Version>
|
2024-07-02 12:26:00 +00:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
<LangVersion>latest</LangVersion>
|
2024-07-02 12:38:04 +00:00
|
|
|
<Platforms>x64</Platforms>
|
2024-07-04 12:39:11 +00:00
|
|
|
<NoWarn>IDE0044,IDE0051,IDE0052,IDE1006,CS0414,CS0649,CS0626</NoWarn>
|
2024-07-02 12:26:00 +00:00
|
|
|
</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>
|
2024-07-04 12:39:11 +00:00
|
|
|
<PackageReference Include="monomod" Version="22.7.31.1" />
|
2024-07-02 12:26:00 +00:00
|
|
|
<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>
|
2024-07-04 12:39:11 +00:00
|
|
|
</Project>
|