inohara/Inohara.csproj.template
2024-05-20 07:24:05 +09:00

20 lines
735 B
Plaintext

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net35</TargetFramework>
<AssemblyName>Assembly-CSharp.Inohara.mm</AssemblyName>
<Company>7EVENDAYS⇔HOLIDAYS</Company>
<Description>Tachi exporter for mu3</Description>
<Version>1.0.0</Version>
<LangVersion>11.0</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Platform>x64</Platform>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="UnityEngine.Modules" Version="5.6.4" IncludeAssets="compile" />
<Reference Include="UnityEngine.UI"><HintPath></HintPath></Reference>
<Reference Include="Mu3Assembly"><HintPath></HintPath></Reference>
</ItemGroup>
</Project>