Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KDani-99 committed Dec 14, 2020
1 parent 302c9cd commit fbf11b6
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions Source/FivePD_API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<PackageId>FivePD.API</PackageId>
<Version>1.2</Version>
<Authors>KDani-99</Authors>
<PackageDescription>Official FivePD API nuget package</PackageDescription>
<RepositoryUrl>https://github.com/KDani-99/FivePD-Private</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -38,8 +43,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="CitizenFX.Core.Client, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\CitizenFX.Core.Client.1.0.2911\lib\net45\CitizenFX.Core.Client.dll</HintPath>
<Private>False</Private>
<HintPath>packages\CitizenFX.Core.Client.1.0.2974\lib\net45\CitizenFX.Core.Client.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -72,8 +76,11 @@
<Compile Include="Utils\WorldZone.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="icon.png" Pack="true" PackagePath="" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit fbf11b6

Please sign in to comment.