File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 10
10
<OutputPath >$(SolutionDir)Output\$(Configuration)\</OutputPath >
11
11
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
12
12
<Optimize >true</Optimize >
13
- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
14
13
</PropertyGroup >
15
14
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
16
15
<DebugType >None</DebugType >
19
18
</DefineConstants >
20
19
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
21
20
</PropertyGroup >
21
+ <ItemGroup >
22
+ <Compile Remove =" Output\**" />
23
+ <EmbeddedResource Remove =" Output\**" />
24
+ <None Remove =" Output\**" />
25
+ </ItemGroup >
22
26
<ItemGroup >
23
27
<Reference Include =" Il2Cppmscorlib" >
24
28
<Private >false</Private >
39
43
</ItemGroup >
40
44
<ItemGroup >
41
45
<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 >
45
46
</ItemGroup >
46
47
</Project >
You can’t perform that action at this time.
0 commit comments