|
6 | 6 | <PlatformTarget>x64</PlatformTarget> |
7 | 7 |
|
8 | 8 | <LangVersion>12.0</LangVersion> |
| 9 | + <Version>1.0.2</Version> |
| 10 | + |
| 11 | + <AssemblyName>LabApi</AssemblyName> |
| 12 | + <PackageId>Northwood.LabAPI</PackageId> |
| 13 | + <Authors>Northwood Studios</Authors> |
| 14 | + <Company>Northwood Studios</Company> |
| 15 | + <Description>The LabAPI project is SCP: Secret Laboratory's official server-side plugin loader and framework.</Description> |
| 16 | + <PackageTags>SCPSL, API, Framework, Plugin, SL, Development</PackageTags> |
| 17 | + <PackageProjectUrl>https://www.nuget.org/packages/Northwood.LabAPI/</PackageProjectUrl> |
| 18 | + <RepositoryUrl>https://github.com/northwood-studios/LabAPI/</RepositoryUrl> |
| 19 | + <RepositoryType>git</RepositoryType> |
| 20 | + <Copyright>© 2025 Northwood Studios</Copyright> |
9 | 21 |
|
10 | | - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
11 | | - <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
12 | 22 | <Nullable>enable</Nullable> |
13 | 23 | <Platforms>AnyCPU</Platforms> |
| 24 | + |
| 25 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 26 | + <IncludeSymbols>true</IncludeSymbols> |
| 27 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 28 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 29 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
14 | 30 |
|
15 | 31 | <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences> |
16 | 32 | </PropertyGroup> |
|
22 | 38 | <PropertyGroup> |
23 | 39 | <TextTemplateTransformSkipUpToDate>false</TextTemplateTransformSkipUpToDate> |
24 | 40 | </PropertyGroup> |
25 | | - |
| 41 | + |
| 42 | + <ItemGroup> |
| 43 | + <None Include="..\README.md" Pack="true" PackagePath="" /> |
| 44 | + <None Include="$(SolutionDir)LICENSE" Pack="true" PackagePath="" /> |
| 45 | + </ItemGroup> |
| 46 | + |
26 | 47 | <ItemGroup> |
27 | 48 | <Reference Include="Assembly-CSharp" HintPath="$(SL_REFERENCES)\Assembly-CSharp.dll" /> |
28 | 49 | <Reference Include="Assembly-CSharp-firstpass" HintPath="$(SL_REFERENCES)\Assembly-CSharp-firstpass.dll" /> |
|
42 | 63 | <ItemGroup> |
43 | 64 | <ProjectReference Include="..\LabApi.SourceGenerators\LabApi.SourceGenerators\LabApi.SourceGenerators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> |
44 | 65 | </ItemGroup> |
45 | | - |
| 66 | + |
46 | 67 | <Target Name="PostBuild" AfterTargets="PostBuildEvent"> |
47 | 68 | <Copy SourceFiles="$(TargetDir)$(TargetName).dll" DestinationFolder="$(SL_SOURCE)\Assets\Plugins" Condition=" '$(SL_SOURCE)' != '' " /> |
48 | 69 | </Target> |
|
0 commit comments