Skip to content

Commit

Permalink
cleanup for the release
Browse files Browse the repository at this point in the history
- removed unused files
- removed unused using directives
- bumbed PositionEvents to 1.1.9
- modified readme to reflect changes
  • Loading branch information
Flyga-M committed Oct 2, 2024
1 parent 99bc14e commit 4aebbf5
Show file tree
Hide file tree
Showing 18 changed files with 8 additions and 45,850 deletions.
3 changes: 0 additions & 3 deletions Contexts/_Manager/ContextManager.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using Blish_HUD;
using Microsoft.Xna.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Flyga.PositionEventsModule.Contexts
Expand Down
Binary file removed CppNet.dll
Binary file not shown.
1 change: 0 additions & 1 deletion Debug/Entity/Primitive/CuboidEntity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using Blish_HUD.Graphics;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using System;

namespace Flyga.PositionEventsModule.Debug.Entity.Primitive
{
Expand Down
8 changes: 1 addition & 7 deletions Debug/Entity/Primitive/_Type/CuboidSide.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Flyga.PositionEventsModule.Debug.Entity.Primitive
namespace Flyga.PositionEventsModule.Debug.Entity.Primitive
{
public enum CuboidSide
{
Expand Down
20 changes: 4 additions & 16 deletions PositionEventsModule.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>
</DocumentationFile>
<DocumentationFile>bin\x64\Release\PositionEventsModule.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
Expand Down Expand Up @@ -145,9 +144,6 @@
<None Include="manifest.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="mgfxc.deps.json" />
<None Include="mgfxc.runtimeconfig.dev.json" />
<None Include="mgfxc.runtimeconfig.json" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -182,6 +178,7 @@
</Reference>
<Reference Include="Gw2Sharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Gw2Sharp.1.7.4\lib\netstandard2.0\Gw2Sharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
Expand All @@ -208,8 +205,8 @@
<HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="PositionEvents, Version=1.1.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\PositionEvents.1.1.4\lib\net48\PositionEvents.dll</HintPath>
<Reference Include="PositionEvents, Version=1.1.9.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\PositionEvents.1.1.9\lib\net48\PositionEvents.dll</HintPath>
</Reference>
<Reference Include="SharpDX, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
<HintPath>packages\SharpDX.4.0.1\lib\net45\SharpDX.dll</HintPath>
Expand Down Expand Up @@ -345,16 +342,7 @@
<None Include="ref\_instructions.txt" />
</ItemGroup>
<ItemGroup>
<Content Include="CppNet.dll" />
<Content Include="libmojoshader_64.dll" />
<Content Include="LICENSE.txt" />
<Content Include="mgfxc.dll" />
<Content Include="mgfxc.exe" />
<Content Include="mgfxc.pdb" />
<Content Include="SharpDX.D3DCompiler.dll" />
<Content Include="SharpDX.D3DCompiler.xml" />
<Content Include="SharpDX.dll" />
<Content Include="SharpDX.xml" />
</ItemGroup>
<ItemGroup>
<Folder Include="ref\Debug\" />
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You need a different geometrical shape for your area? Implement the
```
dependencies":{
"bh.blishhud": "^1.0.0",
"Flyga.PositionEvents": "^0.4.0"
"Flyga.PositionEvents": "^1.0.0"
}
```
> [!TIP]
Expand Down
Binary file removed SharpDX.D3DCompiler.dll
Binary file not shown.
6,789 changes: 0 additions & 6,789 deletions SharpDX.D3DCompiler.xml

This file was deleted.

Binary file removed SharpDX.dll
Binary file not shown.
38,946 changes: 0 additions & 38,946 deletions SharpDX.xml

This file was deleted.

Binary file removed libmojoshader_64.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Position Events",
"version": "0.4.0",
"version": "1.0.0",
"namespace": "Flyga.PositionEvents",
"package": "PositionEventsModule.dll",
"manifest_version": 1,
Expand Down
67 changes: 0 additions & 67 deletions mgfxc.deps.json

This file was deleted.

Binary file removed mgfxc.dll
Binary file not shown.
Binary file removed mgfxc.exe
Binary file not shown.
9 changes: 0 additions & 9 deletions mgfxc.runtimeconfig.dev.json

This file was deleted.

9 changes: 0 additions & 9 deletions mgfxc.runtimeconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<package id="NAudio.Core" version="2.0.0" targetFramework="net48" />
<package id="NAudio.Wasapi" version="2.0.0" targetFramework="net48" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net48" />
<package id="PositionEvents" version="1.1.4" targetFramework="net48" />
<package id="PositionEvents" version="1.1.9" targetFramework="net48" />
<package id="SharpDX" version="4.0.1" targetFramework="net472" />
<package id="SharpDX.Direct2D1" version="4.0.1" targetFramework="net472" />
<package id="SharpDX.Direct3D11" version="4.0.1" targetFramework="net472" />
Expand Down

0 comments on commit 4aebbf5

Please sign in to comment.