├── App.config ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── Program.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs └── Settings.settings ├── README.md ├── bin ├── Debug │ ├── csgo-wingman-idler.exe │ ├── csgo-wingman-idler.exe.config │ └── csgo-wingman-idler.pdb └── Release │ ├── csgo-wingman-idler.exe │ ├── csgo-wingman-idler.exe.config │ └── csgo-wingman-idler.pdb ├── csgo-wingman-idler.csproj ├── logo (2).ico └── obj ├── Debug ├── DesignTimeResolveAssemblyReferences.cache ├── DesignTimeResolveAssemblyReferencesInput.cache ├── csgo-wingman-idler.csproj.CoreCompileInputs.cache ├── csgo-wingman-idler.csproj.FileListAbsolute.txt ├── csgo-wingman-idler.csproj.GenerateResource.cache ├── csgo-wingman-idler.csprojAssemblyReference.cache ├── csgo-wingman-idler.exe ├── csgo-wingman-idler.pdb ├── csgo_wingman_idler.Form1.resources └── csgo_wingman_idler.Properties.Resources.resources └── Release ├── DesignTimeResolveAssemblyReferences.cache ├── DesignTimeResolveAssemblyReferencesInput.cache ├── csgo-wingman-idler.csproj.CoreCompileInputs.cache ├── csgo-wingman-idler.csproj.FileListAbsolute.txt ├── csgo-wingman-idler.csproj.GenerateResource.cache ├── csgo-wingman-idler.csprojAssemblyReference.cache ├── csgo-wingman-idler.exe ├── csgo-wingman-idler.pdb ├── csgo_wingman_idler.Form1.resources └── csgo_wingman_idler.Properties.Resources.resources /App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/App.config -------------------------------------------------------------------------------- /Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/Form1.Designer.cs -------------------------------------------------------------------------------- /Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/Form1.cs -------------------------------------------------------------------------------- /Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/Form1.resx -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/Program.cs -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/Properties/Resources.resx -------------------------------------------------------------------------------- /Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/Properties/Settings.settings -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/README.md -------------------------------------------------------------------------------- /bin/Debug/csgo-wingman-idler.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/bin/Debug/csgo-wingman-idler.exe -------------------------------------------------------------------------------- /bin/Debug/csgo-wingman-idler.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/bin/Debug/csgo-wingman-idler.exe.config -------------------------------------------------------------------------------- /bin/Debug/csgo-wingman-idler.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/bin/Debug/csgo-wingman-idler.pdb -------------------------------------------------------------------------------- /bin/Release/csgo-wingman-idler.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/bin/Release/csgo-wingman-idler.exe -------------------------------------------------------------------------------- /bin/Release/csgo-wingman-idler.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/bin/Release/csgo-wingman-idler.exe.config -------------------------------------------------------------------------------- /bin/Release/csgo-wingman-idler.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/bin/Release/csgo-wingman-idler.pdb -------------------------------------------------------------------------------- /csgo-wingman-idler.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/csgo-wingman-idler.csproj -------------------------------------------------------------------------------- /logo (2).ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/logo (2).ico -------------------------------------------------------------------------------- /obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /obj/Debug/csgo-wingman-idler.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 8069502011d0681850e57a53d5a1673222f430a6 2 | -------------------------------------------------------------------------------- /obj/Debug/csgo-wingman-idler.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/obj/Debug/csgo-wingman-idler.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /obj/Debug/csgo-wingman-idler.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/obj/Debug/csgo-wingman-idler.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /obj/Debug/csgo-wingman-idler.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/obj/Debug/csgo-wingman-idler.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /obj/Debug/csgo-wingman-idler.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/obj/Debug/csgo-wingman-idler.exe -------------------------------------------------------------------------------- /obj/Debug/csgo-wingman-idler.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/obj/Debug/csgo-wingman-idler.pdb -------------------------------------------------------------------------------- /obj/Debug/csgo_wingman_idler.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/obj/Debug/csgo_wingman_idler.Form1.resources -------------------------------------------------------------------------------- /obj/Debug/csgo_wingman_idler.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/obj/Debug/csgo_wingman_idler.Properties.Resources.resources -------------------------------------------------------------------------------- /obj/Release/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/obj/Release/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /obj/Release/csgo-wingman-idler.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | a05b2efad1c492f69cfd9e73a7de2300da2b5b0d 2 | -------------------------------------------------------------------------------- /obj/Release/csgo-wingman-idler.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/obj/Release/csgo-wingman-idler.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /obj/Release/csgo-wingman-idler.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/obj/Release/csgo-wingman-idler.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /obj/Release/csgo-wingman-idler.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/obj/Release/csgo-wingman-idler.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /obj/Release/csgo-wingman-idler.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/obj/Release/csgo-wingman-idler.exe -------------------------------------------------------------------------------- /obj/Release/csgo-wingman-idler.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/obj/Release/csgo-wingman-idler.pdb -------------------------------------------------------------------------------- /obj/Release/csgo_wingman_idler.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/obj/Release/csgo_wingman_idler.Form1.resources -------------------------------------------------------------------------------- /obj/Release/csgo_wingman_idler.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dasrg/csgo-wingman-idler/HEAD/obj/Release/csgo_wingman_idler.Properties.Resources.resources --------------------------------------------------------------------------------