Skip to content

Commit 0771b66

Browse files
Update UnityEngine.Il2CppAssetBundleManager.csproj
1 parent 9ae0162 commit 0771b66

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: UnityEngine.Il2CppAssetBundleManager.csproj

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<OutputPath>$(SolutionDir)Output\$(Configuration)\</OutputPath>
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1212
<Optimize>true</Optimize>
13-
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
1413
</PropertyGroup>
1514
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1615
<DebugType>None</DebugType>
@@ -19,6 +18,11 @@
1918
</DefineConstants>
2019
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2120
</PropertyGroup>
21+
<ItemGroup>
22+
<Compile Remove="Output\**" />
23+
<EmbeddedResource Remove="Output\**" />
24+
<None Remove="Output\**" />
25+
</ItemGroup>
2226
<ItemGroup>
2327
<Reference Include="Il2Cppmscorlib">
2428
<Private>false</Private>
@@ -39,8 +43,5 @@
3943
</ItemGroup>
4044
<ItemGroup>
4145
<PackageReference Include="LavaGang.MelonLoader" Version="0.6.4" />
42-
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.355802">
43-
<PrivateAssets>all</PrivateAssets>
44-
</PackageReference>
4546
</ItemGroup>
4647
</Project>

0 commit comments

Comments
 (0)