|
@@ -3,13 +3,14 @@
|
|
|
<TargetFramework>net472</TargetFramework>
|
|
|
<AssemblyTitle>BepInEx.IL2CPP</AssemblyTitle>
|
|
|
<Product>BepInEx.IL2CPP</Product>
|
|
|
- <Copyright>Copyright © 2020</Copyright>
|
|
|
- <AssemblyVersion>6.0.0.0</AssemblyVersion>
|
|
|
- <FileVersion>6.0.0.0</FileVersion>
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
<OutputPath>..\bin\IL2CPP\</OutputPath>
|
|
|
<LangVersion>8</LangVersion>
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
+ <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
|
|
|
+ <GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
|
|
|
+ <GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
|
|
|
+ <GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<DebugType>portable</DebugType>
|
|
@@ -52,4 +53,11 @@
|
|
|
<PackageReference Include="Iced" Version="1.6.0" />
|
|
|
<PackageReference Include="MonoMod.RuntimeDetour" Version="20.11.5.1" />
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Folder Include="Properties" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Remove="Properties\AssemblyInfo.cs" />
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="..\BepInEx.Shared\BepInEx.Shared.projitems" Label="Shared" />
|
|
|
</Project>
|