diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/App.config" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/App.config"
index 37830cc..72a71af 100644
--- "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/App.config"
+++ "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/App.config"
@@ -2,5 +2,5 @@
-
+
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Main.cs" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Main.cs"
index 38e824c..af63028 100644
--- "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Main.cs"
+++ "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Main.cs"
@@ -90,7 +90,7 @@ private void CheckKey()
}
if (!reg.IsRegistryValueNameExist(Data.reg授权码))
{
- reg.SetValue(Data.reg授权码, "0");
+ reg.SetValue(Data.reg授权码, "1177161017");
}
if (!reg.IsRegistryValueNameExist(Data.reg游戏路径))
{
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Program.cs" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Program.cs"
index 4e5db10..b57942d 100644
--- "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Program.cs"
+++ "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Program.cs"
@@ -14,26 +14,7 @@ static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
- DllClass.LoadResourceDll();//引用的dll嵌入到exe文件需加上这行代码
Application.Run(new Main());
}
}
- class DllClass
- {
- public static void LoadResourceDll()
- {
- AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(CurrentDomain_AssemblyResolve);
- }
-
- private static System.Reflection.Assembly CurrentDomain_AssemblyResolve(object sender, ResolveEventArgs args)
- {
- string dllName = args.Name.Contains(",") ? args.Name.Substring(0, args.Name.IndexOf(',')) : args.Name.Replace(".dll", "");
- dllName = dllName.Replace(".", "_");
- if (dllName.EndsWith("_resources")) return null;
- string Namespace = Assembly.GetEntryAssembly().GetTypes()[0].Namespace;
- System.Resources.ResourceManager rm = new System.Resources.ResourceManager(Namespace + ".Properties.Resources", System.Reflection.Assembly.GetExecutingAssembly());
- byte[] bytes = (byte[])rm.GetObject(dllName);
- return System.Reflection.Assembly.Load(bytes);
- }
- }
}
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Properties/Resources.Designer.cs" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Properties/Resources.Designer.cs"
index 2e2f30c..d15cfc9 100644
--- "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Properties/Resources.Designer.cs"
+++ "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Properties/Resources.Designer.cs"
@@ -60,26 +60,6 @@ internal Resources() {
}
}
- ///
- /// 查找 System.Byte[] 类型的本地化资源。
- ///
- internal static byte[] AxInterop_WMPLib {
- get {
- object obj = ResourceManager.GetObject("AxInterop_WMPLib", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- ///
- /// 查找 System.Byte[] 类型的本地化资源。
- ///
- internal static byte[] Interop_WMPLib {
- get {
- object obj = ResourceManager.GetObject("Interop_WMPLib", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
///
/// 查找 System.Byte[] 类型的本地化资源。
///
@@ -90,36 +70,6 @@ internal static byte[] LoliCore32 {
}
}
- ///
- /// 查找 System.Byte[] 类型的本地化资源。
- ///
- internal static byte[] System {
- get {
- object obj = ResourceManager.GetObject("System", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- ///
- /// 查找 System.Byte[] 类型的本地化资源。
- ///
- internal static byte[] System_Drawing {
- get {
- object obj = ResourceManager.GetObject("System_Drawing", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- ///
- /// 查找 System.Byte[] 类型的本地化资源。
- ///
- internal static byte[] System_Windows_Forms {
- get {
- object obj = ResourceManager.GetObject("System_Windows_Forms", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
///
/// 查找 System.Byte[] 类型的本地化资源。
///
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Properties/Resources.resx" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Properties/Resources.resx"
index 7e14a75..30b9a7e 100644
--- "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Properties/Resources.resx"
+++ "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Properties/Resources.resx"
@@ -118,24 +118,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- ..\Resources\AxInterop.WMPLib.dll;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ..\Resources\Interop.WMPLib.dll;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
..\Resources\LoliCore32.dll;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- ..\resources\system.dll;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ..\resources\system.drawing.dll;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ..\resources\system.windows.forms.dll;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
..\Resources\TData;System.Byte[], mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Resources/AxInterop.WMPLib.dll" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Resources/AxInterop.WMPLib.dll"
deleted file mode 100644
index b269817..0000000
Binary files "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Resources/AxInterop.WMPLib.dll" and /dev/null differ
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Resources/Interop.WMPLib.dll" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Resources/Interop.WMPLib.dll"
deleted file mode 100644
index e994ba9..0000000
Binary files "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Resources/Interop.WMPLib.dll" and /dev/null differ
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Resources/System.Drawing.dll" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Resources/System.Drawing.dll"
deleted file mode 100644
index 24ee005..0000000
Binary files "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Resources/System.Drawing.dll" and /dev/null differ
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Resources/System.Windows.Forms.dll" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Resources/System.Windows.Forms.dll"
deleted file mode 100644
index 7848586..0000000
Binary files "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Resources/System.Windows.Forms.dll" and /dev/null differ
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Resources/System.dll" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Resources/System.dll"
deleted file mode 100644
index 51a388f..0000000
Binary files "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/Resources/System.dll" and /dev/null differ
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/QQGameTool.Main.resources" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/QQGameTool.Main.resources"
new file mode 100644
index 0000000..47fbd94
Binary files /dev/null and "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/QQGameTool.Main.resources" differ
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/QQGameTool.Properties.Resources.resources" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/QQGameTool.Properties.Resources.resources"
new file mode 100644
index 0000000..e54de53
Binary files /dev/null and "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/QQGameTool.Properties.Resources.resources" differ
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.application" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.application"
new file mode 100644
index 0000000..5bdfb0a
--- /dev/null
+++ "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.application"
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ iDGRDK2Jrva6KwiQXFteIy3XaPQ=
+
+
+
+
\ No newline at end of file
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.csproj.FileListAbsolute.txt" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.csproj.FileListAbsolute.txt"
new file mode 100644
index 0000000..1d3ab40
--- /dev/null
+++ "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.csproj.FileListAbsolute.txt"
@@ -0,0 +1,12 @@
+D:\VS2013\Liscense\火拼俄罗斯刷分\火拼俄罗斯刷分插件生成器.exe.config
+D:\VS2013\Liscense\火拼俄罗斯刷分\火拼俄罗斯刷分插件生成器.exe.manifest
+D:\VS2013\Liscense\火拼俄罗斯刷分\火拼俄罗斯刷分插件生成器.application
+D:\VS2013\Liscense\火拼俄罗斯刷分\火拼俄罗斯刷分插件生成器.exe
+D:\VS2013\Liscense\火拼俄罗斯刷分\火拼俄罗斯刷分插件生成器.pdb
+D:\VS2013\GitHub\TetrisPlugin_For_QQGame\火拼俄罗斯刷分插件生成器\obj\Release\QQGameTool.Main.resources
+D:\VS2013\GitHub\TetrisPlugin_For_QQGame\火拼俄罗斯刷分插件生成器\obj\Release\QQGameTool.Properties.Resources.resources
+D:\VS2013\GitHub\TetrisPlugin_For_QQGame\火拼俄罗斯刷分插件生成器\obj\Release\火拼俄罗斯刷分插件生成器.csproj.GenerateResource.Cache
+D:\VS2013\GitHub\TetrisPlugin_For_QQGame\火拼俄罗斯刷分插件生成器\obj\Release\火拼俄罗斯刷分插件生成器.exe.manifest
+D:\VS2013\GitHub\TetrisPlugin_For_QQGame\火拼俄罗斯刷分插件生成器\obj\Release\火拼俄罗斯刷分插件生成器.application
+D:\VS2013\GitHub\TetrisPlugin_For_QQGame\火拼俄罗斯刷分插件生成器\obj\Release\火拼俄罗斯刷分插件生成器.exe
+D:\VS2013\GitHub\TetrisPlugin_For_QQGame\火拼俄罗斯刷分插件生成器\obj\Release\火拼俄罗斯刷分插件生成器.pdb
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.csproj.GenerateResource.Cache" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.csproj.GenerateResource.Cache"
new file mode 100644
index 0000000..ef2a5b4
Binary files /dev/null and "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.csproj.GenerateResource.Cache" differ
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.exe" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.exe"
new file mode 100644
index 0000000..aa5b2dc
Binary files /dev/null and "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.exe" differ
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.exe.manifest" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.exe.manifest"
new file mode 100644
index 0000000..d704ef8
--- /dev/null
+++ "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.exe.manifest"
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ tXluzqP1I+SxS/o3wmaYiaVQ4bQ=
+
+
+
+
+
+
+
+
+
+ WB/5yJ9rjJPRp1FMhISULeenDOc=
+
+
+
+
+
+
+
+
+ V4WyfI7Afij77ZC4Fb71+C3XBqM=
+
+
+
\ No newline at end of file
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.pdb" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.pdb"
new file mode 100644
index 0000000..8698c86
Binary files /dev/null and "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/obj/Release/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.pdb" differ
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.csproj" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.csproj"
index 6955af7..cf332f8 100644
--- "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.csproj"
+++ "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.csproj"
@@ -9,7 +9,7 @@
Properties
QQGameTool
火拼俄罗斯刷分插件生成器
- v4.5.1
+ v4.0
512
false
@@ -42,7 +42,7 @@
false
- AnyCPU
+ x86
pdbonly
true
..\..\..\Liscense\火拼俄罗斯刷分\
@@ -89,6 +89,7 @@
Main.cs
+ Designer
ResXFileCodeGenerator
@@ -124,16 +125,6 @@
-
- False
-
-
-
-
- Include
- True
- Assembly
-
False
@@ -144,43 +135,16 @@
True
File
-
- False
-
-
-
-
- Include
- True
- Assembly
-
-
- False
- Resources\AxInterop.WMPLib.dll
+
False
- False
-
- False
- False
- Resources\Interop.WMPLib.dll
+
False
-
- Resources\System.dll
- False
-
-
- False
- Resources\System.Drawing.dll
- False
-
-
- False
- Resources\System.Windows.Forms.dll
- False
+
+ False
diff --git "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.v12.suo" "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.v12.suo"
index 2eafed9..2abcb1d 100644
Binary files "a/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.v12.suo" and "b/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250/\347\201\253\346\213\274\344\277\204\347\275\227\346\226\257\345\210\267\345\210\206\346\217\222\344\273\266\347\224\237\346\210\220\345\231\250.v12.suo" differ