forked from notnoahj/Votifier
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathVotifier.csproj
33 lines (33 loc) · 1.52 KB
/
Votifier.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35</TargetFrameworks>
<AssemblyName>Votifier</AssemblyName>
<RootNamespace>fr34kyn01535.Votifier</RootNamespace>
<OutputType>Library</OutputType>
</PropertyGroup>
<PropertyGroup>
<PackageId>Votifier</PackageId>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>RocketMod Unturned</PackageTags>
<PackageLicenseUrl>https://github.com/RocketModPlugins/Votifier/blob/master/LICENSE</PackageLicenseUrl>
<PackageAuthors>Sven Mawby<[email protected]>, Enes Sadık Özbek <esozbek.me></PackageAuthors>
<PackageOwners>Sven Mawby<[email protected]></PackageOwners>
<Version>1.0.0</Version>
<PackageVersion>1.0.0</PackageVersion>
<Authors> Sven Mawby<[email protected]>, Enes Sadık Özbek <esozbek.me></Authors>
<Description>Vote on server lists and get a reward.</Description>
<Copyright>Sven Mawby<[email protected]></Copyright>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Rocket.Core" Version="5.0.0.566">
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</PackageReference>
<PackageReference Include="Rocket.Unturned" Version="5.0.0.162" />
<Reference Include="UnityEngine">
<HintPath>lib\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
</Project>