diff --git a/GTAOnlineCasinoHelper.sln b/GTAOnlineCasinoHelper.sln new file mode 100644 index 0000000..d579d63 --- /dev/null +++ b/GTAOnlineCasinoHelper.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.705 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GTAOnlineCasinoHelper", "GTAOnlineCasinoHelper\GTAOnlineCasinoHelper.csproj", "{F73D2AD0-DCCF-41C5-8903-1ED848F2269D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F73D2AD0-DCCF-41C5-8903-1ED848F2269D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F73D2AD0-DCCF-41C5-8903-1ED848F2269D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F73D2AD0-DCCF-41C5-8903-1ED848F2269D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F73D2AD0-DCCF-41C5-8903-1ED848F2269D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {358684CB-2166-401E-AF2B-18AFA11A37EA} + EndGlobalSection +EndGlobal diff --git a/GTAOnlineCasinoHelper/App.config b/GTAOnlineCasinoHelper/App.config new file mode 100644 index 0000000..9ea9f10 --- /dev/null +++ b/GTAOnlineCasinoHelper/App.config @@ -0,0 +1,24 @@ + + + + +
+ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/GTAOnlineCasinoHelper/App.xaml b/GTAOnlineCasinoHelper/App.xaml new file mode 100644 index 0000000..6eac5f5 --- /dev/null +++ b/GTAOnlineCasinoHelper/App.xaml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + diff --git a/GTAOnlineCasinoHelper/App.xaml.cs b/GTAOnlineCasinoHelper/App.xaml.cs new file mode 100644 index 0000000..ed58a16 --- /dev/null +++ b/GTAOnlineCasinoHelper/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace GTAOnlineCasinoHelper +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/GTAOnlineCasinoHelper/FodyWeavers.xml b/GTAOnlineCasinoHelper/FodyWeavers.xml new file mode 100644 index 0000000..a5dcf04 --- /dev/null +++ b/GTAOnlineCasinoHelper/FodyWeavers.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/GTAOnlineCasinoHelper/FodyWeavers.xsd b/GTAOnlineCasinoHelper/FodyWeavers.xsd new file mode 100644 index 0000000..44a5374 --- /dev/null +++ b/GTAOnlineCasinoHelper/FodyWeavers.xsd @@ -0,0 +1,111 @@ + + + + + + + + + + + + A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks + + + + + A list of assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks. + + + + + A list of unmanaged 32 bit assembly names to include, delimited with line breaks. + + + + + A list of unmanaged 64 bit assembly names to include, delimited with line breaks. + + + + + The order of preloaded assemblies, delimited with line breaks. + + + + + + This will copy embedded files to disk before loading them into memory. This is helpful for some scenarios that expected an assembly to be loaded from a physical file. + + + + + Controls if .pdbs for reference assemblies are also embedded. + + + + + Embedded assemblies are compressed by default, and uncompressed when they are loaded. You can turn compression off with this option. + + + + + As part of Costura, embedded assemblies are no longer included as part of the build. This cleanup can be turned off. + + + + + Costura by default will load as part of the module initialization. This flag disables that behavior. Make sure you call CosturaUtility.Initialize() somewhere in your code. + + + + + Costura will by default use assemblies with a name like 'resources.dll' as a satellite resource and prepend the output path. This flag disables that behavior. + + + + + A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with | + + + + + A list of assembly names to include from the default action of "embed all Copy Local references", delimited with |. + + + + + A list of unmanaged 32 bit assembly names to include, delimited with |. + + + + + A list of unmanaged 64 bit assembly names to include, delimited with |. + + + + + The order of preloaded assemblies, delimited with |. + + + + + + + + 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. + + + + + A comma-separated list of error codes that can be safely ignored in assembly verification. + + + + + 'false' to turn off automatic generation of the XML Schema file. + + + + + \ No newline at end of file diff --git a/GTAOnlineCasinoHelper/GTAOnlineCasinoHelper.csproj b/GTAOnlineCasinoHelper/GTAOnlineCasinoHelper.csproj new file mode 100644 index 0000000..5463fb7 --- /dev/null +++ b/GTAOnlineCasinoHelper/GTAOnlineCasinoHelper.csproj @@ -0,0 +1,156 @@ + + + + + + Debug + AnyCPU + {F73D2AD0-DCCF-41C5-8903-1ED848F2269D} + WinExe + GTAOnlineCasinoHelper + GTAOnlineCasinoHelper + v4.6.1 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + true + + + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\ControlzEx.4.0.1\lib\net45\ControlzEx.dll + + + ..\packages\Costura.Fody.3.3.3\lib\net40\Costura.dll + + + ..\packages\MahApps.Metro.2.0.0-alpha0455\lib\net46\MahApps.Metro.dll + + + ..\packages\MahApps.Metro.IconPacks.3.0.0-alpha0206\lib\net46\MahApps.Metro.IconPacks.dll + + + ..\packages\MahApps.Metro.IconPacks.3.0.0-alpha0206\lib\net46\MahApps.Metro.IconPacks.Core.dll + + + ..\packages\Microsoft.Xaml.Behaviors.Wpf.1.0.1\lib\net45\Microsoft.Xaml.Behaviors.dll + + + + + + + + + + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + ThemeView.xaml + + + TestTwo.xaml + + + LuckyWheel.xaml + + + SettingsWindow.xaml + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + MSBuild:UpdateDesignTimeXaml + + + MSBuild:UpdateDesignTimeXaml + Designer + + + MSBuild:UpdateDesignTimeXaml + + + Designer + MSBuild:Compile + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + + + 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}. + + + + + \ No newline at end of file diff --git a/GTAOnlineCasinoHelper/MainWindow.xaml b/GTAOnlineCasinoHelper/MainWindow.xaml new file mode 100644 index 0000000..a16bddc --- /dev/null +++ b/GTAOnlineCasinoHelper/MainWindow.xaml @@ -0,0 +1,50 @@ + + + + + + + + +