Skip to content
This repository was archived by the owner on Jun 23, 2024. It is now read-only.

Commit e2e7cfa

Browse files
committed
Update to support signatures
1 parent f5f7c9b commit e2e7cfa

File tree

5 files changed

+58
-347
lines changed

5 files changed

+58
-347
lines changed

PaisleyPark.sln

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{9456CD43-2
1414
Update.xml = Update.xml
1515
EndProjectSection
1616
EndProject
17-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nhaama.FFXIV", "lib\Nhaama.FFXIV\Nhaama.FFXIV.csproj", "{AF6E37BD-4598-4194-945B-C8F6EE9309FE}"
18-
EndProject
19-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nhaama.Memory", "lib\Nhaama.Memory\Nhaama.Memory.csproj", "{933935A7-8D04-42E8-AEE5-122B3AEED820}"
20-
EndProject
2117
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PaisleyParkUpdater", "PaisleyParkUpdater\PaisleyParkUpdater.csproj", "{A19E57D4-2858-4C84-A916-E4591C8AFCD7}"
2218
EndProject
2319
Global
@@ -36,20 +32,6 @@ Global
3632
{80C7757C-B3D3-4E52-9DD8-373DE51AB450}.Release|Any CPU.Build.0 = Release|Any CPU
3733
{80C7757C-B3D3-4E52-9DD8-373DE51AB450}.Release|x64.ActiveCfg = Release|x64
3834
{80C7757C-B3D3-4E52-9DD8-373DE51AB450}.Release|x64.Build.0 = Release|x64
39-
{AF6E37BD-4598-4194-945B-C8F6EE9309FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
40-
{AF6E37BD-4598-4194-945B-C8F6EE9309FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
41-
{AF6E37BD-4598-4194-945B-C8F6EE9309FE}.Debug|x64.ActiveCfg = Debug|x64
42-
{AF6E37BD-4598-4194-945B-C8F6EE9309FE}.Debug|x64.Build.0 = Debug|x64
43-
{AF6E37BD-4598-4194-945B-C8F6EE9309FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
44-
{AF6E37BD-4598-4194-945B-C8F6EE9309FE}.Release|Any CPU.Build.0 = Release|Any CPU
45-
{AF6E37BD-4598-4194-945B-C8F6EE9309FE}.Release|x64.ActiveCfg = Release|x64
46-
{AF6E37BD-4598-4194-945B-C8F6EE9309FE}.Release|x64.Build.0 = Release|x64
47-
{933935A7-8D04-42E8-AEE5-122B3AEED820}.Debug|Any CPU.ActiveCfg = Debug|x64
48-
{933935A7-8D04-42E8-AEE5-122B3AEED820}.Debug|x64.ActiveCfg = Debug|x64
49-
{933935A7-8D04-42E8-AEE5-122B3AEED820}.Debug|x64.Build.0 = Debug|x64
50-
{933935A7-8D04-42E8-AEE5-122B3AEED820}.Release|Any CPU.ActiveCfg = Release|x64
51-
{933935A7-8D04-42E8-AEE5-122B3AEED820}.Release|x64.ActiveCfg = Release|x64
52-
{933935A7-8D04-42E8-AEE5-122B3AEED820}.Release|x64.Build.0 = Release|x64
5335
{A19E57D4-2858-4C84-A916-E4591C8AFCD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5436
{A19E57D4-2858-4C84-A916-E4591C8AFCD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
5537
{A19E57D4-2858-4C84-A916-E4591C8AFCD7}.Debug|x64.ActiveCfg = Debug|x64

PaisleyPark/Models/Offsets.cs

Lines changed: 0 additions & 10 deletions
This file was deleted.

PaisleyPark/PaisleyPark.csproj

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
<Compile Include="Common\WaymarkEvent.cs" />
9696
<Compile Include="Common\WaymarkNancyModule.cs" />
9797
<Compile Include="Models\Memory.cs" />
98-
<Compile Include="Models\Offsets.cs" />
9998
<Compile Include="Models\Preset.cs" />
10099
<Compile Include="Models\Settings.cs" />
101100
<Compile Include="Models\Waymark.cs" />
@@ -201,6 +200,9 @@
201200
<PackageReference Include="Markdig">
202201
<Version>0.17.1</Version>
203202
</PackageReference>
203+
<PackageReference Include="Memory.dll.x64">
204+
<Version>1.2.21</Version>
205+
</PackageReference>
204206
<PackageReference Include="MSBuildTasks">
205207
<Version>1.5.0.235</Version>
206208
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
@@ -246,16 +248,6 @@
246248
<ItemGroup>
247249
<Resource Include="FodyWeavers.xml" />
248250
</ItemGroup>
249-
<ItemGroup>
250-
<ProjectReference Include="..\lib\Nhaama.FFXIV\Nhaama.FFXIV.csproj">
251-
<Project>{af6e37bd-4598-4194-945b-c8f6ee9309fe}</Project>
252-
<Name>Nhaama.FFXIV</Name>
253-
</ProjectReference>
254-
<ProjectReference Include="..\lib\Nhaama.Memory\Nhaama.Memory.csproj">
255-
<Project>{933935a7-8d04-42e8-aee5-122b3aeed820}</Project>
256-
<Name>Nhaama.Memory</Name>
257-
</ProjectReference>
258-
</ItemGroup>
259251
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
260252
<Import Project="$(SolutionDir)Bundle.targets" />
261253
</Project>

0 commit comments

Comments
 (0)