Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed ._.git
Binary file not shown.
22 changes: 0 additions & 22 deletions .gitattributes

This file was deleted.

12 changes: 0 additions & 12 deletions .nuget/NuGet.Config

This file was deleted.

Binary file removed .nuget/NuGet.exe
Binary file not shown.
144 changes: 0 additions & 144 deletions .nuget/NuGet.targets

This file was deleted.

17 changes: 17 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "dotnet build /p:GenerateFullPaths=true",
"type": "shell",
"group": "build",
"presentation": {
"reveal": "silent"
},
"problemMatcher": "$msCompile"
}
]
}
115 changes: 34 additions & 81 deletions FFXIVAPP.IPluginInterface.sln
Original file line number Diff line number Diff line change
@@ -1,81 +1,34 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FFXIVAPP.IPluginInterface", "FFXIVAPP.IPluginInterface\FFXIVAPP.IPluginInterface.csproj", "{56E3FD21-17C4-4306-BA2C-ADAF6AAEA330}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BB078F42-E473-4D0B-AA20-714A6398B114}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{3594023A-9C13-41B1-B8CC-4E3D26C9E4DB}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FFXIVAPP.ResourceFiles", "..\ffxivapp-resourcefiles\FFXIVAPP.ResourceFiles\FFXIVAPP.ResourceFiles.csproj", "{38E2405F-58D4-411C-B1DF-6E2D6F14082E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FFXIVAPP.Common", "..\ffxivapp-common\FFXIVAPP.Common\FFXIVAPP.Common.csproj", "{8D6CDA64-78BE-4BF0-B613-0C9AFA225DF5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sharlayan", "..\sharlayan\Sharlayan\Sharlayan.csproj", "{9510D5EF-208A-4897-A582-8EAE5C6E9406}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
ReleaseDeploy|Any CPU = ReleaseDeploy|Any CPU
ReleaseDeploy|x86 = ReleaseDeploy|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56E3FD21-17C4-4306-BA2C-ADAF6AAEA330}.Debug|Any CPU.ActiveCfg = Debug|x86
{56E3FD21-17C4-4306-BA2C-ADAF6AAEA330}.Debug|Any CPU.Build.0 = Debug|x86
{56E3FD21-17C4-4306-BA2C-ADAF6AAEA330}.Debug|x86.ActiveCfg = Debug|x86
{56E3FD21-17C4-4306-BA2C-ADAF6AAEA330}.Debug|x86.Build.0 = Debug|x86
{56E3FD21-17C4-4306-BA2C-ADAF6AAEA330}.Release|Any CPU.ActiveCfg = Release|x86
{56E3FD21-17C4-4306-BA2C-ADAF6AAEA330}.Release|Any CPU.Build.0 = Release|x86
{56E3FD21-17C4-4306-BA2C-ADAF6AAEA330}.Release|x86.ActiveCfg = Release|x86
{56E3FD21-17C4-4306-BA2C-ADAF6AAEA330}.Release|x86.Build.0 = Release|x86
{56E3FD21-17C4-4306-BA2C-ADAF6AAEA330}.ReleaseDeploy|Any CPU.ActiveCfg = ReleaseDeploy|x86
{56E3FD21-17C4-4306-BA2C-ADAF6AAEA330}.ReleaseDeploy|Any CPU.Build.0 = ReleaseDeploy|x86
{56E3FD21-17C4-4306-BA2C-ADAF6AAEA330}.ReleaseDeploy|x86.ActiveCfg = ReleaseDeploy|x86
{56E3FD21-17C4-4306-BA2C-ADAF6AAEA330}.ReleaseDeploy|x86.Build.0 = ReleaseDeploy|x86
{38E2405F-58D4-411C-B1DF-6E2D6F14082E}.Debug|Any CPU.ActiveCfg = Debug|x86
{38E2405F-58D4-411C-B1DF-6E2D6F14082E}.Debug|Any CPU.Build.0 = Debug|x86
{38E2405F-58D4-411C-B1DF-6E2D6F14082E}.Debug|x86.ActiveCfg = Debug|x86
{38E2405F-58D4-411C-B1DF-6E2D6F14082E}.Release|Any CPU.ActiveCfg = Release|x86
{38E2405F-58D4-411C-B1DF-6E2D6F14082E}.Release|Any CPU.Build.0 = Release|x86
{38E2405F-58D4-411C-B1DF-6E2D6F14082E}.Release|x86.ActiveCfg = Release|x86
{38E2405F-58D4-411C-B1DF-6E2D6F14082E}.ReleaseDeploy|Any CPU.ActiveCfg = ReleaseDeploy|x86
{38E2405F-58D4-411C-B1DF-6E2D6F14082E}.ReleaseDeploy|Any CPU.Build.0 = ReleaseDeploy|x86
{38E2405F-58D4-411C-B1DF-6E2D6F14082E}.ReleaseDeploy|x86.ActiveCfg = ReleaseDeploy|x86
{8D6CDA64-78BE-4BF0-B613-0C9AFA225DF5}.Debug|Any CPU.ActiveCfg = Debug|x86
{8D6CDA64-78BE-4BF0-B613-0C9AFA225DF5}.Debug|Any CPU.Build.0 = Debug|x86
{8D6CDA64-78BE-4BF0-B613-0C9AFA225DF5}.Debug|x86.ActiveCfg = Debug|x86
{8D6CDA64-78BE-4BF0-B613-0C9AFA225DF5}.Release|Any CPU.ActiveCfg = Release|x86
{8D6CDA64-78BE-4BF0-B613-0C9AFA225DF5}.Release|Any CPU.Build.0 = Release|x86
{8D6CDA64-78BE-4BF0-B613-0C9AFA225DF5}.Release|x86.ActiveCfg = Release|x86
{8D6CDA64-78BE-4BF0-B613-0C9AFA225DF5}.ReleaseDeploy|Any CPU.ActiveCfg = ReleaseDeploy|x86
{8D6CDA64-78BE-4BF0-B613-0C9AFA225DF5}.ReleaseDeploy|Any CPU.Build.0 = ReleaseDeploy|x86
{8D6CDA64-78BE-4BF0-B613-0C9AFA225DF5}.ReleaseDeploy|x86.ActiveCfg = ReleaseDeploy|x86
{9510D5EF-208A-4897-A582-8EAE5C6E9406}.Debug|Any CPU.ActiveCfg = Debug|x86
{9510D5EF-208A-4897-A582-8EAE5C6E9406}.Debug|x86.ActiveCfg = Debug|x86
{9510D5EF-208A-4897-A582-8EAE5C6E9406}.Debug|x86.Build.0 = Debug|x86
{9510D5EF-208A-4897-A582-8EAE5C6E9406}.Release|Any CPU.ActiveCfg = Release|x86
{9510D5EF-208A-4897-A582-8EAE5C6E9406}.Release|x86.ActiveCfg = Release|x86
{9510D5EF-208A-4897-A582-8EAE5C6E9406}.Release|x86.Build.0 = Release|x86
{9510D5EF-208A-4897-A582-8EAE5C6E9406}.ReleaseDeploy|Any CPU.ActiveCfg = ReleaseDeploy|x86
{9510D5EF-208A-4897-A582-8EAE5C6E9406}.ReleaseDeploy|x86.ActiveCfg = ReleaseDeploy|x86
{9510D5EF-208A-4897-A582-8EAE5C6E9406}.ReleaseDeploy|x86.Build.0 = ReleaseDeploy|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0B40B488-429E-4D88-9619-78A4B98774FB}
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FFXIVAPP.IPluginInterface", "FFXIVAPP.IPluginInterface\FFXIVAPP.IPluginInterface.csproj", "{9779B5B5-827A-4D8C-9D2D-FA15CEC7D75C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9779B5B5-827A-4D8C-9D2D-FA15CEC7D75C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9779B5B5-827A-4D8C-9D2D-FA15CEC7D75C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9779B5B5-827A-4D8C-9D2D-FA15CEC7D75C}.Debug|x64.ActiveCfg = Debug|Any CPU
{9779B5B5-827A-4D8C-9D2D-FA15CEC7D75C}.Debug|x64.Build.0 = Debug|Any CPU
{9779B5B5-827A-4D8C-9D2D-FA15CEC7D75C}.Debug|x86.ActiveCfg = Debug|Any CPU
{9779B5B5-827A-4D8C-9D2D-FA15CEC7D75C}.Debug|x86.Build.0 = Debug|Any CPU
{9779B5B5-827A-4D8C-9D2D-FA15CEC7D75C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9779B5B5-827A-4D8C-9D2D-FA15CEC7D75C}.Release|Any CPU.Build.0 = Release|Any CPU
{9779B5B5-827A-4D8C-9D2D-FA15CEC7D75C}.Release|x64.ActiveCfg = Release|Any CPU
{9779B5B5-827A-4D8C-9D2D-FA15CEC7D75C}.Release|x64.Build.0 = Release|Any CPU
{9779B5B5-827A-4D8C-9D2D-FA15CEC7D75C}.Release|x86.ActiveCfg = Release|Any CPU
{9779B5B5-827A-4D8C-9D2D-FA15CEC7D75C}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Loading