1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+ <PropertyGroup >
3+ <TargetFramework >net48</TargetFramework >
4+ <LangVersion >latest</LangVersion >
5+ <Nullable >enable</Nullable >
6+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
7+ </PropertyGroup >
8+
9+ <ItemGroup >
10+ <PackageReference Include =" BepInEx.AssemblyPublicizer.MSBuild" Version =" 0.4.2" PrivateAssets =" all" />
11+ <PackageReference Include =" Lib.Harmony" Version =" 2.2.2" />
12+ <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.556" IncludeAssets =" All" PrivateAssets =" All" />
13+ </ItemGroup >
14+
15+ <ItemGroup >
16+ <ProjectReference Include =" ..\SecretAPI\SecretAPI.csproj" />
17+ <Reference Include =" Assembly-CSharp" HintPath =" $(SL_REFERENCES)\Assembly-CSharp.dll" Publicize =" true" />
18+ <Reference Include =" CommandSystem.Core" HintPath =" $(SL_REFERENCES)\CommandSystem.Core.dll" />
19+ <Reference Include =" LabApi" HintPath =" $(SL_REFERENCES)\LabApi.dll" />
20+ <Reference Include =" NorthwoodLib" HintPath =" $(SL_REFERENCES)\NorthwoodLib.dll" />
21+ <Reference Include =" Assembly-CSharp-firstpass" HintPath =" $(SL_REFERENCES)\Assembly-CSharp-firstpass.dll" />
22+ <Reference Include =" Pooling" HintPath =" $(SL_REFERENCES)\Pooling.dll" />
23+ <Reference Include =" Mirror" HintPath =" $(SL_REFERENCES)\Mirror.dll" />
24+ <Reference Include =" mscorlib" HintPath =" $(SL_REFERENCES)\mscorlib.dll" />
25+ <Reference Include =" UnityEngine" HintPath =" $(SL_REFERENCES)\UnityEngine.dll" />
26+ <Reference Include =" UnityEngine.CoreModule" HintPath =" $(SL_REFERENCES)\UnityEngine.CoreModule.dll" />
27+ <Reference Include =" UnityEngine.PhysicsModule" HintPath =" $(SL_REFERENCES)\UnityEngine.PhysicsModule.dll" />
28+ <Reference Include =" Unity.TextMeshPro" HintPath =" $(SL_REFERENCES)\Unity.TextMeshPro.dll" />
29+ </ItemGroup >
30+
31+ <PropertyGroup >
32+ <EnableNETAnalyzers >true</EnableNETAnalyzers >
33+ <AnalysisMode >recommended</AnalysisMode >
34+ <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
35+ <CodeAnalysisRuleSet >../stylecop.ruleset</CodeAnalysisRuleSet >
36+ <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
37+ </PropertyGroup >
38+ </Project >
0 commit comments