mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-08 22:28:15 -05:00
Update csprojs to support SLC nuget building
This commit is contained in:
parent
570328dc1e
commit
f2c957fe71
@ -53,6 +53,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Integrations\Cod\Integrations.Cod.csproj" />
|
<ProjectReference Include="..\Integrations\Cod\Integrations.Cod.csproj" />
|
||||||
<ProjectReference Include="..\Integrations\Source\Integrations.Source.csproj" />
|
<ProjectReference Include="..\Integrations\Source\Integrations.Source.csproj" />
|
||||||
|
<ProjectReference Include="..\Data\Data.csproj" />
|
||||||
<ProjectReference Include="..\SharedLibraryCore\SharedLibraryCore.csproj">
|
<ProjectReference Include="..\SharedLibraryCore\SharedLibraryCore.csproj">
|
||||||
<Private>true</Private>
|
<Private>true</Private>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
|
@ -4,11 +4,7 @@
|
|||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<Configurations>Debug;Release;Prerelease</Configurations>
|
<Configurations>Debug;Release;Prerelease</Configurations>
|
||||||
<Platforms>AnyCPU</Platforms>
|
<Platforms>AnyCPU</Platforms>
|
||||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
||||||
<PackageId>RaidMax.IW4MAdmin.Data</PackageId>
|
|
||||||
<Title>RaidMax.IW4MAdmin.Data</Title>
|
<Title>RaidMax.IW4MAdmin.Data</Title>
|
||||||
<Authors />
|
|
||||||
<PackageVersion>1.2.0</PackageVersion>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -63,6 +63,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Plugins\Stats\Stats.csproj" />
|
<ProjectReference Include="..\Plugins\Stats\Stats.csproj" />
|
||||||
<ProjectReference Include="..\SharedLibraryCore\SharedLibraryCore.csproj" />
|
<ProjectReference Include="..\SharedLibraryCore\SharedLibraryCore.csproj" />
|
||||||
|
<ProjectReference Include="..\Data\Data.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user