Skip to content

Commit

Permalink
remove GitVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
manups4e committed Apr 4, 2024
1 parent e3d64fc commit 47000bb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 29 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ x86/
bld/
[Bb]in/
[Oo]bj/
obj/
Obj/
[Oo]ut/
[Ll]og/
[Ll]ogs/
Expand Down Expand Up @@ -361,6 +363,9 @@ MigrationBackup/
*.bat
*.log

*.md
*.txt

# Ionide (cross platform F# VS Code tools) working folder
.ionide/

Expand Down
8 changes: 1 addition & 7 deletions src/FxEvents.Client/FxEvents.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<AssemblyName>FxEvents.Client</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<Deterministic>True</Deterministic>
<TargetFramework>net452</TargetFramework>
<LangVersion>latest</LangVersion>
<BaseOutputPath>..\..\CompiledLibs\Client</BaseOutputPath>
Expand All @@ -33,7 +33,6 @@
<Nullable>annotations</Nullable>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug FiveM' Or '$(Configuration)' == 'Debug RedM'">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -60,10 +59,6 @@
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<PackageReference Include="CitizenFX.Core.Client" Version="1.0.7257" />
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" ExcludeAssets="Compile" GeneratePathProperty="true" />
<Reference Include="Newtonsoft.Json">
<HintPath>$(PkgNewtonsoft_Json)\lib\portable-net40+sl5+win8+wp8+wpa81\Newtonsoft.Json.dll</HintPath>
Expand All @@ -85,7 +80,6 @@
</None>
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Copy SkipUnchangedFiles="true" SourceFiles="@(SourceFiles)" DestinationFolder="..\..\CompiledLibs\Client\" />
<Exec Command="IF EXIST &quot;$(SolutionDir)scripts\post_server.bat&quot; call &quot;$(SolutionDir)scripts\post_server.bat&quot; &gt; &quot;$(SolutionDir)scripts\post_server.log&quot; 2&gt;&amp;1" IgnoreExitCode="true" />
</Target>
<Import Project="..\FxEvents.Shared\FxEvents.Shared.projitems" Label="Shared" />
Expand Down
13 changes: 0 additions & 13 deletions src/FxEvents.Client/FxEvents.Client.nuspec

This file was deleted.

4 changes: 0 additions & 4 deletions src/FxEvents.Client/packages.config

This file was deleted.

5 changes: 0 additions & 5 deletions src/FxEvents.Server/FxEvents.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@

<ItemGroup>
<PackageReference Include="CitizenFX.Core.Server" Version="1.0.7257" />
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" ExcludeAssets="Compile" GeneratePathProperty="true" />
<Reference Include="MsgPack">
Expand All @@ -63,7 +59,6 @@
<EditorConfigFiles Remove=".editorconfig" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Copy SkipUnchangedFiles="true" SourceFiles="@(SourceFiles)" DestinationFolder="..\..\CompiledLibs\Server\" />
<Exec Command="IF EXIST &quot;$(SolutionDir)scripts\post_server.bat&quot; call &quot;$(SolutionDir)scripts\post_server.bat&quot; &gt; &quot;$(SolutionDir)scripts\post_server.log&quot; 2&gt;&amp;1" IgnoreExitCode="true" />
</Target>
<Import Project="..\FxEvents.Shared\FxEvents.Shared.projitems" Label="Shared" />
Expand Down

0 comments on commit 47000bb

Please sign in to comment.