forked from akanyan/mu3-mods
chore: upload project files
This commit is contained in:
22
SkipLoginReward/Assembly-CSharp.SkipLoginReward.mm.csproj
Normal file
22
SkipLoginReward/Assembly-CSharp.SkipLoginReward.mm.csproj
Normal file
@ -0,0 +1,22 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net35</TargetFramework>
|
||||
<AssemblyName>Assembly-CSharp.SkipLoginReward.mm</AssemblyName>
|
||||
<Company>7EVENDAYS⇔HOLIDAYS</Company>
|
||||
<Description>Skip bullshit in mu3 that some individuals may consider useful</Description>
|
||||
<Version>1.5.1</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>
|
||||
<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>
|
Reference in New Issue
Block a user