Skip to content

Commit

Permalink
Pushing entire project files
Browse files Browse the repository at this point in the history
  • Loading branch information
sahailee committed Nov 15, 2020
1 parent 87d0598 commit 2c493f6
Show file tree
Hide file tree
Showing 25 changed files with 3,182 additions and 0 deletions.
46 changes: 46 additions & 0 deletions GTASpot/GTASpot.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30517.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GTASpot", "GTASpot\GTASpot.csproj", "{413399B4-BFFA-46A9-AE3D-FD5B648EA681}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
x64|Any CPU = x64|Any CPU
x64|x64 = x64|x64
x64|x86 = x64|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{413399B4-BFFA-46A9-AE3D-FD5B648EA681}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{413399B4-BFFA-46A9-AE3D-FD5B648EA681}.Debug|Any CPU.Build.0 = Debug|Any CPU
{413399B4-BFFA-46A9-AE3D-FD5B648EA681}.Debug|x64.ActiveCfg = Debug|x64
{413399B4-BFFA-46A9-AE3D-FD5B648EA681}.Debug|x64.Build.0 = Debug|x64
{413399B4-BFFA-46A9-AE3D-FD5B648EA681}.Debug|x86.ActiveCfg = Debug|x86
{413399B4-BFFA-46A9-AE3D-FD5B648EA681}.Debug|x86.Build.0 = Debug|x86
{413399B4-BFFA-46A9-AE3D-FD5B648EA681}.Release|Any CPU.ActiveCfg = Release|Any CPU
{413399B4-BFFA-46A9-AE3D-FD5B648EA681}.Release|Any CPU.Build.0 = Release|Any CPU
{413399B4-BFFA-46A9-AE3D-FD5B648EA681}.Release|x64.ActiveCfg = Release|x64
{413399B4-BFFA-46A9-AE3D-FD5B648EA681}.Release|x64.Build.0 = Release|x64
{413399B4-BFFA-46A9-AE3D-FD5B648EA681}.Release|x86.ActiveCfg = Release|x86
{413399B4-BFFA-46A9-AE3D-FD5B648EA681}.Release|x86.Build.0 = Release|x86
{413399B4-BFFA-46A9-AE3D-FD5B648EA681}.x64|Any CPU.ActiveCfg = x64|Any CPU
{413399B4-BFFA-46A9-AE3D-FD5B648EA681}.x64|Any CPU.Build.0 = x64|Any CPU
{413399B4-BFFA-46A9-AE3D-FD5B648EA681}.x64|x64.ActiveCfg = x64|x64
{413399B4-BFFA-46A9-AE3D-FD5B648EA681}.x64|x64.Build.0 = x64|x64
{413399B4-BFFA-46A9-AE3D-FD5B648EA681}.x64|x86.ActiveCfg = x64|x86
{413399B4-BFFA-46A9-AE3D-FD5B648EA681}.x64|x86.Build.0 = x64|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {328503D2-3879-45A8-B5FC-2D29366E740B}
EndGlobalSection
EndGlobal
144 changes: 144 additions & 0 deletions GTASpot/GTASpot/GTASpot.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<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>{413399B4-BFFA-46A9-AE3D-FD5B648EA681}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GTASpot</RootNamespace>
<AssemblyName>GTASpot</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.3</LangVersion>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'x64|x64'">
<OutputPath>bin\x64\x64\</OutputPath>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'x64|AnyCPU'">
<OutputPath>bin\x64\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'x64|x86'">
<OutputPath>bin\x86\x64\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\release\</OutputPath>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<Reference Include="EmbedIO, Version=3.4.3.0, Culture=neutral, PublicKeyToken=5e5f048b6e04267e, processorArchitecture=MSIL">
<HintPath>..\packages\EmbedIO.3.4.3\lib\netstandard2.0\EmbedIO.dll</HintPath>
</Reference>
<Reference Include="NativeUI">
<HintPath>..\..\NativeUI.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="RestSharp, Version=106.11.7.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
<HintPath>..\packages\RestSharp.106.11.7\lib\net452\RestSharp.dll</HintPath>
</Reference>
<Reference Include="ScriptHookVDotNet3, Version=3.0.4.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\ScriptHookVDotNet3.3.0.4\lib\net48\ScriptHookVDotNet3.dll</HintPath>
</Reference>
<Reference Include="SpotifyAPI.Web, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SpotifyAPI.Web.6.0.0-beta.11\lib\netstandard2.0\SpotifyAPI.Web.dll</HintPath>
</Reference>
<Reference Include="SpotifyAPI.Web.Auth, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SpotifyAPI.Web.Auth.6.0.0-beta.11\lib\netstandard2.0\SpotifyAPI.Web.Auth.dll</HintPath>
</Reference>
<Reference Include="Swan.Lite, Version=3.0.0.0, Culture=neutral, PublicKeyToken=30c707c872729fff, processorArchitecture=MSIL">
<HintPath>..\packages\Unosquare.Swan.Lite.3.0.0\lib\net461\Swan.Lite.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="UIAutomationClient" />
<Reference Include="UIAutomationTypes" />
<Reference Include="WebSocket4Net, Version=0.14.1.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
<HintPath>..\packages\WebSocket4Net.0.14.1\lib\net45\WebSocket4Net.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="radio.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Reference Update="CefSharp">
<Private>true</Private>
</Reference>
<Reference Update="CefSharp.Core">
<Private>true</Private>
</Reference>
<Reference Update="CefSharp.OffScreen">
<Private>true</Private>
</Reference>
</ItemGroup>
<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'))" />
</Target>
<PropertyGroup>
<PostBuildEvent>C:\Users\sahail\Documents\CSDevelopment\gta_mod\GTASpot\packages\ILMerge.3.0.41\tools\net452\ilmerge.exe /out:C:\Users\sahail\Documents\CSDevelopment\gta_mod\GTASpot\GTASpot\bin\x64\x64\GTASpotify.dll EmbedIO.dll C:\Users\sahail\Documents\CSDevelopment\gta_mod\GTASpot\GTASpot\bin\x64\x64\GTASpot.dll C:\Users\sahail\Documents\CSDevelopment\gta_mod\GTASpot\GTASpot\bin\x64\x64\Newtonsoft.Json.dll C:\Users\sahail\Documents\CSDevelopment\gta_mod\GTASpot\GTASpot\bin\x64\x64\RestSharp.dll C:\Users\sahail\Documents\CSDevelopment\gta_mod\GTASpot\GTASpot\bin\x64\x64\SpotifyAPI.Web.Auth.dll C:\Users\sahail\Documents\CSDevelopment\gta_mod\GTASpot\GTASpot\bin\x64\x64\SpotifyAPI.Web.dll C:\Users\sahail\Documents\CSDevelopment\gta_mod\GTASpot\GTASpot\bin\x64\x64\Swan.Lite.dll C:\Users\sahail\Documents\CSDevelopment\gta_mod\GTASpot\GTASpot\bin\x64\x64\System.ValueTuple.dll C:\Users\sahail\Documents\CSDevelopment\gta_mod\GTASpot\GTASpot\bin\x64\x64\WebSocket4Net.dll /log</PostBuildEvent>
</PropertyGroup>
</Project>
36 changes: 36 additions & 0 deletions GTASpot/GTASpot/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using 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.
[assembly: AssemblyTitle("GTASpot")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("GTASpot")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("413399b4-bffa-46a9-ae3d-fd5b648ea681")]

// 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")]
11 changes: 11 additions & 0 deletions GTASpot/GTASpot/app.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
13 changes: 13 additions & 0 deletions GTASpot/GTASpot/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EmbedIO" version="3.4.3" targetFramework="net48" />
<package id="ILMerge" version="3.0.41" targetFramework="net48" />
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net48" />
<package id="RestSharp" version="106.11.7" targetFramework="net48" />
<package id="ScriptHookVDotNet3" version="3.0.4" targetFramework="net48" />
<package id="SpotifyAPI.Web" version="6.0.0-beta.11" targetFramework="net48" />
<package id="SpotifyAPI.Web.Auth" version="6.0.0-beta.11" targetFramework="net48" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net48" />
<package id="Unosquare.Swan.Lite" version="3.0.0" targetFramework="net48" />
<package id="WebSocket4Net" version="0.14.1" targetFramework="net48" />
</packages>
File renamed without changes.
31 changes: 31 additions & 0 deletions SpotifyRadio/SpotifyRadio/SpotifyRadio.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30517.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpotifyRadio", "SpotifyRadio\SpotifyRadio.csproj", "{601FC7F8-4A85-4F45-88F9-383581672C59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{601FC7F8-4A85-4F45-88F9-383581672C59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{601FC7F8-4A85-4F45-88F9-383581672C59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{601FC7F8-4A85-4F45-88F9-383581672C59}.Debug|x64.ActiveCfg = Debug|x64
{601FC7F8-4A85-4F45-88F9-383581672C59}.Debug|x64.Build.0 = Debug|x64
{601FC7F8-4A85-4F45-88F9-383581672C59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{601FC7F8-4A85-4F45-88F9-383581672C59}.Release|Any CPU.Build.0 = Release|Any CPU
{601FC7F8-4A85-4F45-88F9-383581672C59}.Release|x64.ActiveCfg = Release|x64
{601FC7F8-4A85-4F45-88F9-383581672C59}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46F15A29-66EE-4526-B6CA-B6A32BF666D8}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions SpotifyRadio/SpotifyRadio/SpotifyRadio/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>
50 changes: 50 additions & 0 deletions SpotifyRadio/SpotifyRadio/SpotifyRadio/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2c493f6

Please sign in to comment.