Skip to content

Commit

Permalink
Removed injection project...
Browse files Browse the repository at this point in the history
Updated data to 4.55
  • Loading branch information
easly1989 committed Feb 13, 2019
1 parent 85ec022 commit 07709f6
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 301 deletions.
15 changes: 0 additions & 15 deletions DFAssist.sln
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DFAssist", "DFAssist\DFAssist.csproj", "{1D6BA59A-FB85-4ED2-90E1-DEB79FD5AFFC}"
ProjectSection(ProjectDependencies) = postProject
{8563E6B5-78D6-4097-AF58-C3B08713B922} = {8563E6B5-78D6-4097-AF58-C3B08713B922}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "InjectAssist", "InjectAssist\InjectAssist.vcxproj", "{8563E6B5-78D6-4097-AF58-C3B08713B922}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -32,16 +27,6 @@ Global
{1D6BA59A-FB85-4ED2-90E1-DEB79FD5AFFC}.Release|x64.Build.0 = Release|x64
{1D6BA59A-FB85-4ED2-90E1-DEB79FD5AFFC}.Release|x86.ActiveCfg = Release|Any CPU
{1D6BA59A-FB85-4ED2-90E1-DEB79FD5AFFC}.Release|x86.Build.0 = Release|Any CPU
{8563E6B5-78D6-4097-AF58-C3B08713B922}.Debug|Any CPU.ActiveCfg = Debug|Win32
{8563E6B5-78D6-4097-AF58-C3B08713B922}.Debug|x64.ActiveCfg = Debug|x64
{8563E6B5-78D6-4097-AF58-C3B08713B922}.Debug|x64.Build.0 = Debug|x64
{8563E6B5-78D6-4097-AF58-C3B08713B922}.Debug|x86.ActiveCfg = Debug|Win32
{8563E6B5-78D6-4097-AF58-C3B08713B922}.Debug|x86.Build.0 = Debug|Win32
{8563E6B5-78D6-4097-AF58-C3B08713B922}.Release|Any CPU.ActiveCfg = Release|Win32
{8563E6B5-78D6-4097-AF58-C3B08713B922}.Release|x64.ActiveCfg = Release|x64
{8563E6B5-78D6-4097-AF58-C3B08713B922}.Release|x64.Build.0 = Release|x64
{8563E6B5-78D6-4097-AF58-C3B08713B922}.Release|x86.ActiveCfg = Release|Win32
{8563E6B5-78D6-4097-AF58-C3B08713B922}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
5 changes: 1 addition & 4 deletions DFAssist/MainControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Windows.Forms;
using System.Xml;
using Windows.UI.Notifications;
Expand Down Expand Up @@ -242,9 +241,7 @@ private void OnInit()
_timer.Enabled = true;

// show a test toast
//ToastWindowNotification(Localization.GetText("ui-toast-notification-test-title"), Localization.GetText("ui-toast-notification-test-message"));
var result = DllInjector.GetInstance.Inject("Advanced Combat Tracker", "InjectAssist.dll");
ToastWindowNotification(result.ToString(), "RESULT: " + result);
ToastWindowNotification(Localization.GetText("ui-toast-notification-test-title"), Localization.GetText("ui-toast-notification-test-message"));

_pluginInitializing = false;
}
Expand Down
6 changes: 0 additions & 6 deletions InjectAssist/InjectAssist.cpp

This file was deleted.

169 changes: 0 additions & 169 deletions InjectAssist/InjectAssist.vcxproj

This file was deleted.

36 changes: 0 additions & 36 deletions InjectAssist/InjectAssist.vcxproj.filters

This file was deleted.

40 changes: 0 additions & 40 deletions InjectAssist/dllmain.cpp

This file was deleted.

1 change: 0 additions & 1 deletion InjectAssist/stdafx.cpp

This file was deleted.

16 changes: 0 additions & 16 deletions InjectAssist/stdafx.h

This file was deleted.

8 changes: 0 additions & 8 deletions InjectAssist/targetver.h

This file was deleted.

2 changes: 1 addition & 1 deletion data/en-us.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// Version
"version": "20190113.1",
"version": "20190205.1",

// Duty
"instances": {
Expand Down
2 changes: 1 addition & 1 deletion data/fr-fr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// Version
"version": "20190113.1",
"version": "20190205.1",

// Duty
"instances": {
Expand Down
2 changes: 1 addition & 1 deletion data/ja-jp.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// Version
"version": "20190113.1",
"version": "20190205.1",

// Duty
"instances": {
Expand Down
6 changes: 3 additions & 3 deletions data/ko-kr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// 버전
"version": "20190202.1",
"version": "20190206.1",

// 임무
"instances": {
Expand Down Expand Up @@ -1272,7 +1272,7 @@
// 4.4 광란의 전주곡
// 4.4 던전
"585": {
"name": "더 번",
"name": "영구 초토지대",
"tank": "1",
"healer": "1",
"dps": "2"
Expand Down Expand Up @@ -2028,7 +2028,7 @@
"dps": "0"
},
"598": {
"name": "금단의 땅 에우레카 : 파이로스",
"name": "금단의 땅 에우레카 : 피로스",
"tank": "0",
"healer": "0",
"dps": "0"
Expand Down

0 comments on commit 07709f6

Please sign in to comment.